Skip to content

Commit

Permalink
vptool-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KlparetlR authored Aug 30, 2023
1 parent 1fe5f64 commit dee5005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VPtool编写工具/VPtool-3.0/LANG/custom_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def zdyconfig():
a0 = "0x404"
return zdy,a0
def zdyguitext():
info = "*-*<對應版本:1.2.10+>*-*\n專案儲存庫:GitHub-/KlparetlR/Vault-Patcher-Grocery-Store \n專門為 VP 模組而生的設定編寫工具 GitHub-3093FengMing/VaultPatcher \n作者及版權方:晴笙墨染(莫安)、KlparetlR、捂脸Wulian、3093FengMing,技術支援:XDawned\nFabric 版本:GitHub-LocalizedMC/HardcodeTextPatcher-Fabric \n彈出式視窗使用:GitHub-rdbende/Sun-Valley-messageboxes"
info = "*-*<對應版本:1.2.10+>*-*\n專案儲存庫:GitHub-/KlparetlR/Vault-Patcher-Grocery-Store \n專門為 VP 模組而生的設定編寫工具 GitHub-3093FengMing/VaultPatcher \n作者及版權方:晴笙墨染(莫安)、KlparetlR、捂脸Wulian、3093FengMing,技術支援:XDawned\nFabric 版本:GitHub-LocalizedMC/HardcodeTextPatcher-Fabric \n彈出式視窗使用:GitHub-rdbende/Sun-Valley-messageboxes\n繁體漢化:StarskyXIII"
a1 ="欲處理的檔案"
a2 ="選擇欲儲存的資料夾路徑"
a3 ="(必填)"
Expand Down
2 changes: 1 addition & 1 deletion VPtool编写工具/VPtool-3.0/LANG/zh_cn.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def zhguitext():
info = "*-*<适配版本:1.2.10+>*-*\n项目地址:github-KlparetlR/Vault-Patcher-Grocery-Store \n专门为VP模组而生的配置编写工具github-3093FengMing/VaultPatcher\n作者及版权方:晴笙墨染(莫安)、KlparetlR、捂脸Wulian、3093FengMing, 技术辅助:XDawned\nFabric通用github-LocalizedMC/HardcodeTextPatcher-Fabric\n弹窗使用github-rdbende/Sun-Valley-messageboxes"
info = "*-*<适配版本:1.2.10+>*-*\n项目地址:github-KlparetlR/Vault-Patcher-Grocery-Store \n专门为VP模组而生的配置编写工具github-3093FengMing/VaultPatcher\n作者及版权方:晴笙墨染(莫安)、KlparetlR、捂脸Wulian、3093FengMing, 技术辅助:XDawned\nFabric通用github-LocalizedMC/HardcodeTextPatcher-Fabric\n弹窗使用github-rdbende/Sun-Valley-messageboxes\n繁体汉化:StarskyXIII"
a1 = "处理的文件"
a2 = "选择要保存的文件夹地址"
a3 = "(必填)"
Expand Down
2 changes: 1 addition & 1 deletion VPtool编写工具/VPtool-3.0/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def on_Guilang_select(event):
info,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24 = zhguitext()
if cGuilang_entry.get() == f"{zdy}":
info,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24 = zdyguitext()
func_list_data =[f"{a17}",f"{a18}",f"{a19}",f"{a23}"]
func_list_data =[f"{a17}",f"{a18}",f"{a19}",f"{a23}",f"{a15}"]
file_lb.config(text=a1)
saveButton.config(text=a16)
mods_lb.config(text=a14)
Expand Down

0 comments on commit dee5005

Please sign in to comment.