Skip to content

Commit

Permalink
版本推进至3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Aug 2, 2022
1 parent 1c207da commit e08a7e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions OlivaDiceJoy/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"author" : "lunzhiPenxil",
"namespace" : "OlivaDiceJoy",
"message_mode" : "old_string",
"version" : "3.0.3",
"svn" : 11,
"compatible_svn" : 95,
"priority" : 30010,
"info" : "本模块为OlivaDice的娱乐模块,提供了一些无关紧要的娱乐功能,它们或许是与跑团关系不大、或许只是一些历史原因遗留下来的传统,总之,这些在野蛮生长时期被或是由于开发者无知、或是作为恶性竞争手段、或是用户呼声较大但对于跑团而言意义不明的,被添加进来的小功能,都会被放入这个模块。",
"version" : "3.0.5",
"svn" : 13,
"compatible_svn" : 101,
"priority" : 20010,
"support" : [
{
"sdk" : "all",
Expand Down
4 changes: 2 additions & 2 deletions OlivaDiceJoy/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
'''


OlivaDiceJoy_ver = '3.0.4'
OlivaDiceJoy_svn = 12
OlivaDiceJoy_ver = '3.0.5'
OlivaDiceJoy_svn = 13
OlivaDiceJoy_ver_short = '%s(%s)' % (str(OlivaDiceJoy_ver), str(OlivaDiceJoy_svn))
1 change: 1 addition & 0 deletions OlivaDiceJoy/msgCustom.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
注: 本模块为可选不重要模块。''',

'OlivaDiceJoy更新': '''[OlivaDiceJoy]
3.0.5: 支持新版OlivOS
3.0.4: 戳一戳今日人品
3.0.3: 戳一戳掷骰
3.0.2: 用户记录优化
Expand Down

0 comments on commit e08a7e7

Please sign in to comment.