Skip to content

Commit

Permalink
版本推进至3.0.15,新增说明
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Oct 10, 2023
1 parent 88de092 commit a099d15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions OlivaDiceNativeGUI/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : [
Expand Down
4 changes: 2 additions & 2 deletions OlivaDiceNativeGUI/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
6 changes: 4 additions & 2 deletions OlivaDiceNativeGUI/msgCustom.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@
'strOdysseyRulesShow': '【.rules】指令\n规则速查结果',
'strOdysseyRulesList': '【.rules】指令\n规则速查待选结果',
'strOdysseyRulesSplit': '【.rules】指令\n待选结果分隔符,默认为一个换行',
'strOdysseyRulesError': '【.rules】指令\n规则速查发生错误'
'strOdysseyRulesError': '【.rules】指令\n规则速查发生错误',
'strOdysseyKOOKBotMarketPulseUUID': 'KOOK机器人服务平台心跳对接UUID'
}

dictConsoleSwitchNote = {
Expand All @@ -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 开启'
}

0 comments on commit a099d15

Please sign in to comment.