Skip to content

Commit

Permalink
add other index language (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly committed Aug 27, 2024
1 parent 317bdfc commit d7307cb
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 0 deletions.
69 changes: 69 additions & 0 deletions index-en_US.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
]
62 changes: 62 additions & 0 deletions index_zh_TW.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
]

0 comments on commit d7307cb

Please sign in to comment.