Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
DataEditorX
Commits
08b3c69c
Commit
08b3c69c
authored
Jan 12, 2022
by
JoyJ
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://code.mycard.moe/nanahira/DataEditorX
parents
47183ee5
b1f4ce1d
Pipeline
#8674
failed with stage
in 32 seconds
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
6 deletions
+16
-6
DataEditorX/Core/Info/CardRule.cs
DataEditorX/Core/Info/CardRule.cs
+4
-0
DataEditorX/Properties/AssemblyInfo.cs
DataEditorX/Properties/AssemblyInfo.cs
+1
-1
DataEditorX/changed.txt
DataEditorX/changed.txt
+2
-0
DataEditorX/data/cardinfo_chinese.txt
DataEditorX/data/cardinfo_chinese.txt
+3
-1
DataEditorX/data/cardinfo_english.txt
DataEditorX/data/cardinfo_english.txt
+4
-2
DataEditorX/readme.txt
DataEditorX/readme.txt
+2
-2
No files found.
DataEditorX/Core/Info/CardRule.cs
View file @
08b3c69c
...
...
@@ -13,5 +13,9 @@ public enum CardRule : int
OCGTCG
=
3
,
/// <summary>DIY,原创卡</summary>
DIY
=
4
,
/// <summary>简体中文</summary>
CCG
=
9
,
/// <summary>简体中文/TCG</summary>
CCGTCG
=
0xb
,
}
}
DataEditorX/Properties/AssemblyInfo.cs
View file @
08b3c69c
DataEditorX/changed.txt
View file @
08b3c69c
...
...
@@ -4,6 +4,8 @@
一些旧功能无法在新版编辑器中使用,可自行编辑app.config将editor字段改成【Avalon】以外的字符串以启用旧版编辑器。
初始化中的m / cm更名为id / this。
修正了新建lua文件失败的bug。
3.0.0.8
对于 YGOPro 的更新,增加了「简体中文」卡片允许类型。
3.0.0.6
你现在可以在选项菜单中调整函数提示的字体及其大小了。
现在当滚动到文本末尾时,仍然可以继续向下滚动。
...
...
DataEditorX/data/cardinfo_chinese.txt
View file @
08b3c69c
...
...
@@ -5,6 +5,8 @@
0x2 TCG
0x3 OCG & TCG
0x4 Custom
0x9 简体中文
0xb 简体中文 & TCG
##attribute
0x0 属性 N/A
0x1 地
...
...
DataEditorX/data/cardinfo_english.txt
View file @
08b3c69c
...
...
@@ -3,8 +3,10 @@
0x0 Rule
0x1 OCG
0x2 TCG
0x3 OCG&TCG
0x4 Anime/DIY
0x3 OCG & TCG
0x4 Custom
0x9 Simplified Chinese
0xb Simplified Chinese & TCG
##attribute
0x0 Attribute
0x1 EARTH
...
...
DataEditorX/readme.txt
View file @
08b3c69c
[DataEditorX]3.0.0.
6
[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.0.
6
.zip[URL]
[DataEditorX]3.0.0.
8
[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.0.
8
.zip[URL]
★运行环境(Environment)
本程序基于.Net framework 4.6开发
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment