Skip to content

Commit

Permalink
版本更新至3.3.20,更新平台对照表
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Oct 20, 2023
1 parent efe7def commit c30a176
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions OlivaDiceCore/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"namespace" : "OlivaDiceCore",
"message_mode" : "old_string",
"info" : "本模块为OlivaDice的核心模块,提供了所有必须的骰子功能以及基础的管理支持,几乎所有的其它模块都依赖这个模块。",
"version" : "3.3.19",
"svn" : 1069,
"version" : "3.3.20",
"svn" : 1070,
"compatible_svn" : 101,
"priority" : 20000,
"support" : [
Expand Down
4 changes: 2 additions & 2 deletions OlivaDiceCore/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import OlivOS

OlivaDiceCore_name = 'OlivaDice核心模块'
OlivaDiceCore_ver = '3.3.19'
OlivaDiceCore_svn = 1069
OlivaDiceCore_ver = '3.3.20'
OlivaDiceCore_svn = 1070
OlivaDiceCore_ver_short = '%s(%s)' % (str(OlivaDiceCore_ver), str(OlivaDiceCore_svn))

exce_path = os.getcwd()
Expand Down
13 changes: 12 additions & 1 deletion OlivaDiceCore/msgCustom.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,18 @@
'walleq_show_Android_Watch': 'WalleQ.aWatch',
'walleq_show_iPad': 'WalleQ.iPad',
'walleq_show_iMac': 'WalleQ.iMac',
'walleq_show_old': 'WalleQ'
'walleq_show_old': 'WalleQ',
'red': 'Chronocat'
}
},
'kaiheila': {
'kaiheila_link': {
'default': 'KOOK'
}
},
'terminal': {
'terminal_link': {
'ff14': 'FF14'
}
}
}

0 comments on commit c30a176

Please sign in to comment.