Commit a2c7dbc2 authored by keyongyu's avatar keyongyu

2.2.8.5

parent 499dd7f0
...@@ -102,7 +102,7 @@ public static string[] GetValues(Dictionary<long, string> dic) ...@@ -102,7 +102,7 @@ public static string[] GetValues(Dictionary<long, string> dic)
} }
public static string GetValue(Dictionary<long, string> dic,long key){ public static string GetValue(Dictionary<long, string> dic,long key){
if(dic.ContainsKey(key)) if(dic.ContainsKey(key))
return dic[key]; return dic[key].Trim();
return key.ToString("x"); return key.ToString("x");
} }
#endregion #endregion
......
This diff is collapsed.
...@@ -22,4 +22,4 @@ ...@@ -22,4 +22,4 @@
0x200000 リバース 0x200000 リバース
0x400000 トゥーン 0x400000 トゥーン
0x800000 エクシーズ 0x800000 エクシーズ
0x1000000 トークン 0x1000000 ペンデュラム
\ No newline at end of file \ No newline at end of file
...@@ -18,6 +18,6 @@ pendulum-text = 】[\s\S]*?\n([\S\s]*?)\n【 ...@@ -18,6 +18,6 @@ pendulum-text = 】[\s\S]*?\n([\S\s]*?)\n【
monster-text = [果|介|述|報]】\n([\S\s]*) monster-text = [果|介|述|報]】\n([\S\s]*)
# en monster-text = Text:[\s\S]*?Text:\n([\S\s]*) # en monster-text = Text:[\s\S]*?Text:\n([\S\s]*)
########################### Replace ########################### Replace
#replace = ([鮟|鱇|・|·]) <i>$1</i> replace = ([·]) ・
#replace = \s <sym-auto>^</sym-auto> #replace = \s <sym-auto>^</sym-auto>
#replace = ([A-Z]) <i>$1</i> #replace = ([A-Z]) <i>$1</i>
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
game: yugioh game: yugioh
stylesheet: standard stylesheet: standard
set info: set info:
language: TW language: JP
edition: edition:
ST mark is text: no ST mark is text: no
pendulum image is small: yes pendulum image is small: yes
\ No newline at end of file
No preview for this file type
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
System.Configuration.ConfigurationManager.AppSettings[key] System.Configuration.ConfigurationManager.AppSettings[key]
--> -->
<!-- language directory --> <!-- language directory -->
<add key="language" value="chinese" /> <add key="language" value="japan" />
<!-- DataEditorX source code --> <!-- DataEditorX source code -->
<add key="sourceURL" value="https://github.com/247321453/DataEditorX" /> <add key="sourceURL" value="https://github.com/247321453/DataEditorX" />
<!-- DataEditorX update url--> <!-- DataEditorX update url-->
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
System.Configuration.ConfigurationManager.AppSettings[key] System.Configuration.ConfigurationManager.AppSettings[key]
--> -->
<!-- language directory --> <!-- language directory -->
<add key="language" value="chinese" /> <add key="language" value="japan" />
<!-- DataEditorX source code --> <!-- DataEditorX source code -->
<add key="sourceURL" value="https://github.com/247321453/DataEditorX" /> <add key="sourceURL" value="https://github.com/247321453/DataEditorX" />
<!-- DataEditorX update url--> <!-- DataEditorX update url-->
......
# database history # database history
F:\games\[jp]cards.cdb
F:\games\ygopro\cards.cdb F:\games\ygopro\cards.cdb
F:\games\ygopro\p.zip.cdb F:\games\ygopro\p.zip.cdb
# script history # script history
......
...@@ -22,4 +22,4 @@ ...@@ -22,4 +22,4 @@
0x200000 リバース 0x200000 リバース
0x400000 トゥーン 0x400000 トゥーン
0x800000 エクシーズ 0x800000 エクシーズ
0x1000000 トークン 0x1000000 ペンデュラム
\ No newline at end of file \ No newline at end of file
# database history
F:\games\[jp]cards.cdb
F:\games\ygopro\cards.cdb
# script history
F:\games\ygopro\script\c41777.lua
\ No newline at end of file
...@@ -18,6 +18,6 @@ pendulum-text = 】[\s\S]*?\n([\S\s]*?)\n【 ...@@ -18,6 +18,6 @@ pendulum-text = 】[\s\S]*?\n([\S\s]*?)\n【
monster-text = [果|介|述|報]】\n([\S\s]*) monster-text = [果|介|述|報]】\n([\S\s]*)
# en monster-text = Text:[\s\S]*?Text:\n([\S\s]*) # en monster-text = Text:[\s\S]*?Text:\n([\S\s]*)
########################### Replace ########################### Replace
#replace = ([鮟|鱇|・|·]) <i>$1</i> replace = ([·]) ・
#replace = \s <sym-auto>^</sym-auto> #replace = \s <sym-auto>^</sym-auto>
#replace = ([A-Z]) <i>$1</i> #replace = ([A-Z]) <i>$1</i>
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
game: yugioh game: yugioh
stylesheet: standard stylesheet: standard
set info: set info:
language: TW language: JP
edition: edition:
ST mark is text: no ST mark is text: no
pendulum image is small: yes pendulum image is small: yes
\ No newline at end of file
[DataEditorX]2.2.8.4[DataEditorX] [DataEditorX]2.2.8.5[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★捐助 ★捐助
......
No preview for this file type
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