diff --git a/src/i18n/English.json b/src/i18n/English.json index 66142f7..b6959b4 100644 --- a/src/i18n/English.json +++ b/src/i18n/English.json @@ -54,6 +54,7 @@ "ui.setting.fetchFullHistoryHint": "When this option is enabled, click the \"Update Data\" button to get all the card draw records within 6 months. When there are incorrect data within 6 months, this function can be used to repair.", "ui.setting.closeProxy": "Disable system proxy", "ui.setting.closeProxyHint": "When you choose proxy mode, if the program crashes it can cause unwanted results that may affect your system. You can click this button to clear the system proxy settings.", + "ui.setting.idVersion": "ID database version", "ui.about.title": "About", "ui.about.license": "This software is opensource using MIT license.", "ui.urlDialog.title": "Input URL manually", diff --git a/src/i18n/简体中文.json b/src/i18n/简体中文.json index d939836..860f73b 100644 --- a/src/i18n/简体中文.json +++ b/src/i18n/简体中文.json @@ -54,6 +54,7 @@ "ui.setting.fetchFullHistoryHint": "开启时点击“更新数据”按钮会完整获取6个月内所有的抽卡记录,当记录里有6个月范围以内的错误数据时可以通过这个功能修复。", "ui.setting.closeProxy": "关闭系统代理", "ui.setting.closeProxyHint": "如果使用过代理模式时工具非正常关闭,可能导致系统代理设置没能清除,可以通过这个按钮来清除设置过的系统代理。", + "ui.setting.idVersion": "ID 数据库版本", "ui.about.title": "关于", "ui.about.license": "本工具为开源软件,源代码使用 MIT 协议授权", "ui.urlDialog.title": "手动输入URL", diff --git a/src/i18n/繁體中文.json b/src/i18n/繁體中文.json index c9dfee7..f6ee71c 100644 --- a/src/i18n/繁體中文.json +++ b/src/i18n/繁體中文.json @@ -52,6 +52,7 @@ "ui.setting.fetchFullHistoryHint": "開啟時按下「更新資料」按鈕將會完整取得 6 個月內所有的抽卡紀錄,紀錄內有 6 個月範圍以內的錯誤資料時可以透過此功能修復。", "ui.setting.closeProxy": "停用系統 Proxy", "ui.setting.closeProxyHint": "如果使用 Proxy 模式時程式當機,可能會影響系統網路,可以透過這個按鈕以清除系統 Proxy 設定。", + "ui.setting.idVersion": "ID 數據庫版本", "ui.about.title": "關於", "ui.about.license": "本工具為開放原始碼軟體,原始碼使用 MIT 授權", "ui.urlDialog.title": "手動輸入 URL", diff --git a/src/idJson.json b/src/idJson.json index 697e9db..0fa74fc 100644 --- a/src/idJson.json +++ b/src/idJson.json @@ -2927,7 +2927,7 @@ "rank_type": "4" }, "21047": { - "name": "夜は影のように付き纏う", + "name": "{RUBY_B#よる}夜{RUBY_E#}は{RUBY_B#かげ}影{RUBY_E#}のように{RUBY_B#つ}付{RUBY_E#}き{RUBY_B#まと}纏{RUBY_E#}う", "item_type": "光円錐", "rank_type": "4" }, @@ -3102,12 +3102,12 @@ "rank_type": "5" }, "23031": { - "name": "我が征く巡狩の道", + "name": "{RUBY_B#われ}我{RUBY_E#}が{RUBY_B#ゆ}征{RUBY_E#}く{RUBY_B#じゅんしゅ}巡狩{RUBY_E#}の{RUBY_B#みち}道{RUBY_E#}", "item_type": "光円錐", "rank_type": "5" }, "23032": { - "name": "唯香りが故の如く", + "name": "{RUBY_B#せきじつ}昔日{RUBY_E#}の{RUBY_B#かお}香{RUBY_E#}りは{RUBY_B#いま}今{RUBY_E#}も{RUBY_B#なお}猶{RUBY_E#}", "item_type": "光円錐", "rank_type": "5" }, @@ -3789,7 +3789,7 @@ "rank_type": "4" }, "21047": { - "name": "그림자처럼 따라다니는 밤", + "name": "그림자처럼 뒤따르는 밤", "item_type": "무기", "rank_type": "4" }, @@ -3964,7 +3964,7 @@ "rank_type": "5" }, "23031": { - "name": "나는 사냥을 멈추지 않으리", + "name": "정복하고 사냥하리", "item_type": "무기", "rank_type": "5" }, @@ -4308,5 +4308,6 @@ "item_type": "캐릭터", "rank_type": "5" } - } + }, + "version": "2.4.54" } \ No newline at end of file diff --git a/src/renderer/components/Setting.vue b/src/renderer/components/Setting.vue index 9cf9d2b..29d3dfa 100644 --- a/src/renderer/components/Setting.vue +++ b/src/renderer/components/Setting.vue @@ -53,6 +53,7 @@

{{about.title}}

+

{{text.idVersion}} {{idJson.version}}

{{about.license}}

Github: https://github.com/biuuu/star-rail-warp-export

UIGF: https://uigf.org/

@@ -88,6 +89,7 @@