Skip to content

Commit

Permalink
3.3.26,新增元数据
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaLe0 committed Aug 2, 2024
1 parent f3a6f38 commit fa97dfa
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.25",
"svn" : 1075,
"version" : "3.3.26",
"svn" : 1076,
"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.25'
OlivaDiceCore_svn = 1075
OlivaDiceCore_ver = '3.3.26'
OlivaDiceCore_svn = 1076
OlivaDiceCore_ver_short = '%s(%s)' % (str(OlivaDiceCore_ver), str(OlivaDiceCore_svn))

exce_path = os.getcwd()
Expand Down
1 change: 1 addition & 0 deletions OlivaDiceCore/msgCustom.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@
'napcat': 'NapCat',
'napcat_hide': 'NapCat',
'napcat_show': 'NapCat',
'napcat_show_new': 'NapCat',
'napcat_show_old': 'NapCat'
}
},
Expand Down

0 comments on commit fa97dfa

Please sign in to comment.