Skip to content

Commit

Permalink
3.3.23,更新启动时信息获取
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Nov 17, 2023
1 parent 18ad013 commit 1223d6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.22",
"svn" : 1072,
"version" : "3.3.23",
"svn" : 1073,
"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.22'
OlivaDiceCore_svn = 1072
OlivaDiceCore_ver = '3.3.23'
OlivaDiceCore_svn = 1073
OlivaDiceCore_ver_short = '%s(%s)' % (str(OlivaDiceCore_ver), str(OlivaDiceCore_svn))

exce_path = os.getcwd()
Expand Down
1 change: 1 addition & 0 deletions OlivaDiceCore/msgReply.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def unity_init_after(plugin_event, Proc):
'fanbook_poll',
'dodo_link',
'qqGuild_link',
'qqGuildv2_link',
'kaiheila_link'
]:
plugin_event_fake = OlivOS.API.Event(
Expand Down

0 comments on commit 1223d6a

Please sign in to comment.