From a099d1533118ecc65a2ef73a66c0ac0e3856957e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Tue, 10 Oct 2023 19:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=8E=A8=E8=BF=9B=E8=87=B33.?= =?UTF-8?q?0.15=EF=BC=8C=E6=96=B0=E5=A2=9E=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OlivaDiceNativeGUI/app.json | 4 ++-- OlivaDiceNativeGUI/data.py | 4 ++-- OlivaDiceNativeGUI/msgCustom.py | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/OlivaDiceNativeGUI/app.json b/OlivaDiceNativeGUI/app.json index c974511..cf5bc32 100644 --- a/OlivaDiceNativeGUI/app.json +++ b/OlivaDiceNativeGUI/app.json @@ -4,8 +4,8 @@ "namespace" : "OlivaDiceNativeGUI", "info" : "本模块为OlivaDice的传统UI模块,可以对骰子进行简单的可视化设置。", "priority" : 20050, - "version" : "3.0.14", - "svn" : 15, + "version" : "3.0.15", + "svn" : 16, "compatible_svn" : 101, "message_mode" : "old_string", "support" : [ diff --git a/OlivaDiceNativeGUI/data.py b/OlivaDiceNativeGUI/data.py index 2c8cbd0..eb60665 100644 --- a/OlivaDiceNativeGUI/data.py +++ b/OlivaDiceNativeGUI/data.py @@ -15,8 +15,8 @@ ''' -OlivaDiceNativeGUI_ver = '3.0.14' -OlivaDiceNativeGUI_svn = 15 +OlivaDiceNativeGUI_ver = '3.0.15' +OlivaDiceNativeGUI_svn = 16 OlivaDiceNativeGUI_ver_short = '%s(%s)' % (str(OlivaDiceNativeGUI_ver), str(OlivaDiceNativeGUI_svn)) onlineStatusAPIURL = 'https://api.oliva.icu/info/' diff --git a/OlivaDiceNativeGUI/msgCustom.py b/OlivaDiceNativeGUI/msgCustom.py index 3e51f14..4a8e094 100644 --- a/OlivaDiceNativeGUI/msgCustom.py +++ b/OlivaDiceNativeGUI/msgCustom.py @@ -270,7 +270,8 @@ 'strOdysseyRulesShow': '【.rules】指令\n规则速查结果', 'strOdysseyRulesList': '【.rules】指令\n规则速查待选结果', 'strOdysseyRulesSplit': '【.rules】指令\n待选结果分隔符,默认为一个换行', - 'strOdysseyRulesError': '【.rules】指令\n规则速查发生错误' + 'strOdysseyRulesError': '【.rules】指令\n规则速查发生错误', + 'strOdysseyKOOKBotMarketPulseUUID': 'KOOK机器人服务平台心跳对接UUID' } dictConsoleSwitchNote = { @@ -295,5 +296,6 @@ 'joyPokeMode' : '戳一戳回复模式\n 0 返回默认版本号\n 1 进行一次默认骰掷骰\n 2 进行一次今日人品查询\n 3 关闭回复', 'joyEnableCCPK' : '是否对回复词启用程心自定义解析\n 0 默认原版\n 1 开启程心自定义解析', 'masterAutoUpdate' : '是否进行自动更新\n 0 关闭自动更新\n 1 开启自动更新', - 'odysseyRulesItemLimit' : '规则速查单页显示条目数量上限' + 'odysseyRulesItemLimit' : '规则速查单页显示条目数量上限', + 'odysseyKOOKBotMarketPulseEnable' : '是否启用KOOK机器人服务平台心跳对接, 默认关闭\n 0 关闭\n 1 开启' }