From 28b8d6ce58e31cca5f698036c1404191eee5741a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=B8=85?= <133814250@qq.com> Date: Wed, 10 May 2023 23:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83v2.6.7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E8=AF=B7=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=EF=BC=9Ahttps://github.com/bufanyun/hotgo/blob/v2.0/d?= =?UTF-8?q?ocs/guide-zh-CN/start-update-log.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide-zh-CN/start-update-log.md | 2 +- server/manifest/config/config.example.yaml | 2 +- web/index.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guide-zh-CN/start-update-log.md b/docs/guide-zh-CN/start-update-log.md index 8267905..b55bfb4 100644 --- a/docs/guide-zh-CN/start-update-log.md +++ b/docs/guide-zh-CN/start-update-log.md @@ -12,7 +12,7 @@ > 如果升级(覆盖)代码后打开会出现 sql 报错, 请检查更新的数据库格式或自行调整 ### v2.6.7 -updated 2023.05.11 +updated 2023.05.10 - 增加:增加支付网关:集成支付宝、微信支付、QQ支付,可通过后台直接配置参数 - 增加:增加资金管理模块,包含在线充值、申请提现、资金变动明细功能 - 增加:增加redis延迟队列 diff --git a/server/manifest/config/config.example.yaml b/server/manifest/config/config.example.yaml index 71b9841..1e89d3d 100644 --- a/server/manifest/config/config.example.yaml +++ b/server/manifest/config/config.example.yaml @@ -24,7 +24,7 @@ hotgo: levelFormat: ["WARN", "ERRO", "FATA", "PANI"] # 需要记录的等级 # admin admin: - superIds: [ 1,2,3 ] # 后台超管账号ID,通过ID验证超管 + superIds: [ 1 ] # 后台超管账号ID,通过ID验证超管 superRoleKey: "super" # 超管角色唯一标识符,通过角色验证超管 defaultPage: 10 # 列表分页默认加载数量 defaultPageSize: 1 # 列表分页默认加载页码 diff --git a/web/index.html b/web/index.html index 5d7b5b4..a838df0 100644 --- a/web/index.html +++ b/web/index.html @@ -120,3 +120,4 @@ +