fix(web): 区分windows和macOS的文件路径
This commit is contained in:
@@ -32,6 +32,21 @@ logging:
|
|||||||
sdk:
|
sdk:
|
||||||
eventsub:
|
eventsub:
|
||||||
EventSubscribeImp: error
|
EventSubscribeImp: error
|
||||||
|
|
||||||
|
---
|
||||||
|
spring:
|
||||||
|
config:
|
||||||
|
activate:
|
||||||
|
on-profile: macOS
|
||||||
|
gringotts:
|
||||||
|
upload:
|
||||||
|
upload-path: /Users/lanyuanxiaoyao/Project/IdeaProjects/gringotts/gringotts-web/target/upload
|
||||||
|
|
||||||
|
---
|
||||||
|
spring:
|
||||||
|
config:
|
||||||
|
activate:
|
||||||
|
on-profile: windows
|
||||||
gringotts:
|
gringotts:
|
||||||
upload:
|
upload:
|
||||||
upload-path: C:\Users\lanyuanxiaoyao\Projects\gringotts\gringotts-web\target
|
upload-path: C:\Users\lanyuanxiaoyao\Projects\gringotts\gringotts-web\target
|
||||||
Reference in New Issue
Block a user