From 1223d6aaad9eb3708f339941557527dbcd13cf7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Fri, 17 Nov 2023 09:29:27 +0800 Subject: [PATCH] =?UTF-8?q?3.3.23=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=97=B6=E4=BF=A1=E6=81=AF=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OlivaDiceCore/app.json | 4 ++-- OlivaDiceCore/data.py | 4 ++-- OlivaDiceCore/msgReply.py | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) 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(