Skip to content

Commit f4e0aa8

Browse files
author
奇淼(piexlmax
authored
合并更新至主干
合并更新至主干
2 parents 4c7c91a + 34808ca commit f4e0aa8

File tree

7 files changed

+34892
-16191
lines changed

7 files changed

+34892
-16191
lines changed

package-lock.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

server/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ system:
4343
env: 'public' # Change to "develop" to skip authentication for development mode
4444
addr: 8888
4545
db-type: 'mysql'
46-
oss-type: 'local' # 控制oss选择走本地还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
46+
oss-type: 'local' # 控制oss选择走本期还是 七牛等其他仓 自行增加其他oss仓可以在 server/utils/upload/upload.go 中 NewOss函数配置
4747
use-multipoint: false
4848

4949
# captcha configuration
@@ -85,7 +85,7 @@ autocode:
8585
web-form: /view
8686
web-table: /view
8787

88-
# qiniu configuration (请自行申请七牛对应的 公钥 私钥 bucket 和 域名地址)
88+
# qiniu configuration (请自行七牛申请对应的 公钥 私钥 bucket 和 域名地址)
8989
qiniu:
9090
zone: 'ZoneHuaDong'
9191
bucket: ''

0 commit comments

Comments
 (0)