From d7307cb71003c916e669cc8ef0cecd64e73ba3af Mon Sep 17 00:00:00 2001 From: Zkitefly Date: Tue, 27 Aug 2024 08:19:40 +0800 Subject: [PATCH] add other index language (#149) --- index-en_US.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ index_zh_TW.json | 62 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 index-en_US.json create mode 100644 index_zh_TW.json diff --git a/index-en_US.json b/index-en_US.json new file mode 100644 index 0000000..79ceaea --- /dev/null +++ b/index-en_US.json @@ -0,0 +1,69 @@ +[ + { + "items": [ + { + "title": "Note: The document is written in Simplified Chinese!" + } + ] + }, + { + "title": "Launcher", + "items": [ + { + "title": "Datapack Creation Guide", + "subtitle": "How to create datapacks that can be imported by HMCL", + "url": "https://docs.hmcl.net/launcher/datapack.html" + }, + { + "title": "Shaders", + "subtitle": "How to install shaders", + "url": "https://docs.hmcl.net/launcher/shader.html" + }, + { + "title": "Settings Explained", + "subtitle": "A detailed explanation of various settings in HMCL", + "url": "https://docs.hmcl.net/launcher/set-item-details.html" + }, + { + "title": "Change Skin in Offline Mode", + "subtitle": "How to use custom character skins in offline mode", + "url": "https://docs.hmcl.net/launcher/offline-skin.html" + }, + { + "title": "Automatic Installation and Mod Downloads", + "subtitle": "Tutorial on installing Forge, LiteLoader, Fabric; How to install mods", + "url": "https://docs.hmcl.net/launcher/auto-installing.html" + }, + { + "title": "Version Isolation", + "subtitle": "Solutions to avoid conflicts between saves and mod configurations of different game versions", + "url": "https://docs.hmcl.net/launcher/isolation.html" + } + ] + }, + { + "title": "Modpacks", + "items": [ + { + "title": "Authlib-Injector Server Setup Guide", + "subtitle": "How to configure the launcher to display the login page upon first opening after manually packaging a modpack", + "url": "https://docs.hmcl.net/launcher/authlib-injector.html" + }, + { + "title": "Server-Side Auto-Updating Modpack Creation Tutorial", + "subtitle": "Guide on creating a server-side auto-updating modpack that forces the client to update according to the server owner's configuration", + "url": "https://docs.hmcl.net/modpack/serverpack.html" + } + ] + }, + { + "title": "Multiplayer", + "items": [ + { + "title": "Multiplayer Service Maintenance", + "subtitle": "Maintenance of multiplayer services", + "url": "https://www.bilibili.com/read/cv19553778" + } + ] + } +] diff --git a/index_zh_TW.json b/index_zh_TW.json new file mode 100644 index 0000000..65c1fc2 --- /dev/null +++ b/index_zh_TW.json @@ -0,0 +1,62 @@ +[ + { + "title": "啟動器", + "items": [ + { + "title": "資料包製作指南", + "subtitle": "製作可以由 HMCL 導入的資料包", + "url": "https://docs.hmcl.net/launcher/datapack.html" + }, + { + "title": "光影", + "subtitle": "光影的安裝方法", + "url": "https://docs.hmcl.net/launcher/shader.html" + }, + { + "title": "設定項詳解", + "subtitle": "這篇文章針對於 HMCL 的各個設定項進行了詳細的解釋", + "url": "https://docs.hmcl.net/launcher/set-item-details.html" + }, + { + "title": "離線模式下更換皮膚", + "subtitle": "如何在離線模式下使用自定義角色皮膚", + "url": "https://docs.hmcl.net/launcher/offline-skin.html" + }, + { + "title": "自動安裝與模組下載", + "subtitle": "安裝 Forge、LiteLoader、Fabric;安裝 Mod 教程", + "url": "https://docs.hmcl.net/launcher/auto-installing.html" + }, + { + "title": "版本隔離", + "subtitle": "避免多個遊戲版本存檔和 Mod 配置衝突的解決方案", + "url": "https://docs.hmcl.net/launcher/isolation.html" + } + ] + }, + { + "title": "整合包", + "items": [ + { + "title": "Authlib-Injector 伺服器設定指南", + "subtitle": "手動打包整合包後,初次打開啟動器時直接彈出對應的賬號登入頁", + "url": "https://docs.hmcl.net/launcher/authlib-injector.html" + }, + { + "title": "伺服端自動更新整合包製作教程", + "subtitle": "伺服端自動更新整合包允許啟動器根據服主配置強制更新玩家遊戲客戶端", + "url": "https://docs.hmcl.net/modpack/serverpack.html" + } + ] + }, + { + "title": "多人聯機", + "items": [ + { + "title": "多人聯機服務維護", + "subtitle": "多人聯機服務維護", + "url": "https://www.bilibili.com/read/cv19553778" + } + ] + } +]