diff --git a/OlivaDiceCore/app.json b/OlivaDiceCore/app.json index 5b1a974..ae303e7 100644 --- a/OlivaDiceCore/app.json +++ b/OlivaDiceCore/app.json @@ -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" : [ diff --git a/OlivaDiceCore/data.py b/OlivaDiceCore/data.py index f6a2c59..6f975aa 100644 --- a/OlivaDiceCore/data.py +++ b/OlivaDiceCore/data.py @@ -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() diff --git a/OlivaDiceCore/msgReply.py b/OlivaDiceCore/msgReply.py index 7d51f82..aaf803d 100644 --- a/OlivaDiceCore/msgReply.py +++ b/OlivaDiceCore/msgReply.py @@ -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(