Commit 08b3c69c authored by JoyJ's avatar JoyJ
parents 47183ee5 b1f4ce1d
Pipeline #8674 failed with stage
in 32 seconds
...@@ -13,5 +13,9 @@ public enum CardRule : int ...@@ -13,5 +13,9 @@ public enum CardRule : int
OCGTCG = 3, OCGTCG = 3,
/// <summary>DIY,原创卡</summary> /// <summary>DIY,原创卡</summary>
DIY = 4, DIY = 4,
/// <summary>简体中文</summary>
CCG = 9,
/// <summary>简体中文/TCG</summary>
CCGTCG = 0xb,
} }
} }
...@@ -27,4 +27,4 @@ ...@@ -27,4 +27,4 @@
// //
// You can specify all the values or you can use the default the Revision and // You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below: // Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.1.0")] [assembly: AssemblyVersion("3.0.1.0")]
\ No newline at end of file
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
一些旧功能无法在新版编辑器中使用,可自行编辑app.config将editor字段改成【Avalon】以外的字符串以启用旧版编辑器。 一些旧功能无法在新版编辑器中使用,可自行编辑app.config将editor字段改成【Avalon】以外的字符串以启用旧版编辑器。
初始化中的m / cm更名为id / this。 初始化中的m / cm更名为id / this。
修正了新建lua文件失败的bug。 修正了新建lua文件失败的bug。
3.0.0.8
对于 YGOPro 的更新,增加了「简体中文」卡片允许类型。
3.0.0.6 3.0.0.6
你现在可以在选项菜单中调整函数提示的字体及其大小了。 你现在可以在选项菜单中调整函数提示的字体及其大小了。
现在当滚动到文本末尾时,仍然可以继续向下滚动。 现在当滚动到文本末尾时,仍然可以继续向下滚动。
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
0x2 TCG 0x2 TCG
0x3 OCG & TCG 0x3 OCG & TCG
0x4 Custom 0x4 Custom
0x9 简体中文
0xb 简体中文 & TCG
##attribute ##attribute
0x0 属性 N/A 0x0 属性 N/A
0x1 地 0x1 地
...@@ -525,4 +527,4 @@ ...@@ -525,4 +527,4 @@
0x146 童话动物 メルフィー 0x146 童话动物 メルフィー
0x147 波波 ポータン 0x147 波波 ポータン
0x148 罗兰 ローラン 0x148 罗兰 ローラン
#end #end
\ No newline at end of file
...@@ -3,8 +3,10 @@ ...@@ -3,8 +3,10 @@
0x0 Rule 0x0 Rule
0x1 OCG 0x1 OCG
0x2 TCG 0x2 TCG
0x3 OCG&TCG 0x3 OCG & TCG
0x4 Anime/DIY 0x4 Custom
0x9 Simplified Chinese
0xb Simplified Chinese & TCG
##attribute ##attribute
0x0 Attribute 0x0 Attribute
0x1 EARTH 0x1 EARTH
......
[DataEditorX]3.0.0.6[DataEditorX] [DataEditorX]3.0.0.8[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.0.6.zip[URL] [URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.0.8.zip[URL]
★运行环境(Environment) ★运行环境(Environment)
本程序基于.Net framework 4.6开发 本程序基于.Net framework 4.6开发
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment