diff --git a/.gitignore b/.gitignore index 397938e..3a005d9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ node_modules .temp .cache website -dist \ No newline at end of file +dist +.obsidian \ No newline at end of file diff --git a/README.md b/README.md index 03842e4..d759eea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 欢迎访问 Steam++ 指南,你可以在这里找到 Steam++ 工具箱的使用帮助 -文档还在制作过程中,你可以提出更多的文档内容 +Steam++ 工具箱推出3.0版本,本指南也将逐步升级3.0版本指南界面 详细指南请前往文档链接: diff --git a/docs/.vuepress/config.js.bak b/docs/.vuepress/config.js.bak deleted file mode 100644 index 8b6a19d..0000000 --- a/docs/.vuepress/config.js.bak +++ /dev/null @@ -1,78 +0,0 @@ -const navbar = require('./navbar') -const sidebarConf = require('./sidebar') - -module.exports = { - // site config - lang: 'zh-CN', - title: 'Watt Toolkit 指南', - base: '/SteamTools-Guide/', - description: '', - - head: [ - ["link", { rel: "icon", href: "/logo/favicon.ico" }], - ], - - // open: true, - - // theme and its config - theme: '@vuepress/theme-default', - themeConfig: { - displayAllHeaders: true, - logo: '/logo/Steam++ico.svg', - navbar, - - // sidebar: require('./sidebar'), - sidebar: 'auto', - sidebar: sidebarConf, - - repo: 'XTsat/SteamTools-Guide', - repoLabel: 'GitHub文档', - - editLink: true, - editLinkText: '编辑此页', - - docsRepo: 'XTsat/SteamTools-Guide', - docsBranch: 'VuePress', - docsDir: 'docs', - - lastUpdated: true, - lastUpdatedText: '最后更新时间', - contributors: true, - contributorsText: '编辑人', - - // 自定义容器 的默认标题 - tip: '提示', - warning: '警告', - danger: '危险', - notFound: ["找不到该页面"], - backToHome: '返回首页', - }, - - plugins: [ - [ - '@vuepress/plugin-search', - { - locales: { - '/': { - placeholder: '搜索文档', - hotKeys: ['/'] - } - } - } - ], - // [ - // "vuepress-plugin-auto-sidebar", - // { - // title: { - // // 更多选项: - // // `default`、`lowercase`、`uppercase`、`capitalize`、`camelcase`、`kebabcase`、`titlecase` - // mode: "titlecase" - // }, - // removeEmptyGroup: true, - // } - // ], - - // ['vuepress-plugin-auto-sidebar', false] // disabled. - ], - -} diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 635a163..cf3dbe2 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -54,7 +54,7 @@ export default defineUserConfig({ // site-level locales config locales: { - '/': { + '/zh/': { lang: '简体中文', title: 'Watt Toolkit 指南', description: '「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。', @@ -92,7 +92,7 @@ export default defineUserConfig({ editLinkText: 'Edit this page on GitHub', }, - '/': { + '/zh/': { // navbar navbar: navbar.zh, selectLanguageName: '简体中文', @@ -148,7 +148,7 @@ export default defineUserConfig({ placeholder: 'Search', hotKeys: ['/'] }, - '/': { + '/zh/': { placeholder: '搜索文档', hotKeys: ['/'] } @@ -156,36 +156,5 @@ export default defineUserConfig({ }), ], - // 旧的插件配置方式暂时保留注释 - - // plugins: [ - // [ - // searchPlugin({ - // locales: { - // '/en/': { - // placeholder: 'Search', - // hotKeys: ['/'] - // }, - // '/': { - // placeholder: '搜索文档', - // hotKeys: ['/'] - // } - // }, - // }), - // ], - // [ - // "vuepress-plugin-auto-sidebar", - // { - // title: { - // // 更多选项: - // // `default`、`lowercase`、`uppercase`、`capitalize`、`camelcase`、`kebabcase`、`titlecase` - // mode: "titlecase" - // }, - // removeEmptyGroup: true, - // } - // ], - - // ['vuepress-plugin-auto-sidebar', false] // disabled. - // ], } ) diff --git a/docs/.vuepress/configs/navbar/navbar.js b/docs/.vuepress/configs/navbar/navbar.js deleted file mode 100644 index af063ad..0000000 --- a/docs/.vuepress/configs/navbar/navbar.js +++ /dev/null @@ -1,216 +0,0 @@ -const navbar = [ - { - text: '主页', - link: '/' - }, - { - text: 'Watt Toolkit 指南', - link: '/document/', - }, - { - text: '下载', - children: [ - { - text: '多平台下载链接', - children: [ - { - text: 'Gitee 发行版(即时更新)', - link: 'https://gitee.com/rmbgame/SteamTools/releases' - }, - { - text: 'GitHub 发行版(即时更新)', - link: 'https://github.com/BeyondDimension/SteamTools/releases' - }, - { - text: '阿里云盘', - link: 'https://www.aliyundrive.com/s/KDCFrongF7F' - }, - { - text: 'Nas 分流', - link: 'https://pan.mossimo.net:5212/s/4yiQ' - }, - { - text: '奶牛快传(链接异常)', - link: 'https://cowtransfer.com/s/94ce5dfa928f45' - }, - ] - }, - { - text: '注:有些渠道不能即时更新', - link: 'ms-windows-store://pdp/?ProductId=9MTCFHS560NG', - }, - { - text: '下载 Windows 版', - children: [ - { - text: '蓝奏云网盘 提取码:1234', - link: 'https://cliencer.lanzoux.com/b01v4iz1g' - }, - { - text: '百度网盘', - link: 'https://pan.baidu.com/s/1xQ-RJEwd3y1nwUX7YZQ5nQ?pwd=ce4h' - }, - ] - }, - { - text: '下载 UWP 版', - children: [ - { - text: '微软商店', - link: 'https://apps.microsoft.com/store/detail/watt-toolkit/9MTCFHS560NG' - }, - // { - // text: '微软商店直接安装', - // link: 'ms-windows-store://pdp/?ProductId=9MTCFHS560NG&mode=mini&pos=0,0,2560,1392&referrer=storeforweb' - // }, - // { - // text: '微软商店', - // link: 'https://www.microsoft.com/store/productId/9MTCFHS560NG' - // }, - ] - }, - { - text: '下载 macOS 版', - children: [ - { - text: '蓝奏云网盘 提取码:1234', - link: 'https://wwe.lanzouy.com/b01v4izaf' - }, - { - text: '百度网盘', - link: 'https://pan.baidu.com/s/1UaVrxC1F1GtkLTdC25yK-w?pwd=wg4x' - }, - ] - }, - { - text: '下载 Linux 版', - children: [ - { - text: '蓝奏云网盘 提取码:1234', - link: 'https://wwe.lanzouy.com/b01v4iz7c' - }, - { - text: '百度网盘', - link: 'https://pan.baidu.com/s/1WOQBEg7hl92Lq7mjONlFJg?pwd=7tbn' - }, - ] - }, - { - text: '下载 Android 版', - children: [ - { - text: '蓝奏云网盘 提取码:1234', - link: 'https://wwe.lanzouy.com/b01v4izfa' - }, - { - text: '百度网盘', - link: 'https://pan.baidu.com/s/1Tnu9s10n57i8Fd9EmgTZBw?pwd=hk5f' - }, - ] - }, - { - text: '下载 iOS 版', - children: [ - { - text: '敬请期待', - link: '' - }, - ] - }, - ], - }, - {text: '官方', - children: [ - { - text: '官方链接', - children: [ - { - text: '官网', - link: 'https://steampp.net' - }, - { - text: 'GitHub', - link: 'https://github.com/BeyondDimension/SteamTools' - }, - { - text: '更新日志', - link: 'https://steampp.net/changelog' - }, - { - text: '发行日志', - link: 'https://github.com/BeyondDimension/SteamTools/releases' - }, - ] - }, - { - text: '作者', - children: [ - { - text: '软妹币玩家', - link: 'https://space.bilibili.com/797215' - }, - { - text: 'Cliencer克总', - link: 'https://space.bilibili.com/30031316' - }, - ] - }, - { - text: '交流', - children: [ - { - text: 'Github反馈', - link: 'https://github.com/BeyondDimension/SteamTools/issues' - }, - { - text: 'Steam 组', - link: 'https://steamcommunity.com/groups/steamtool' - }, - ] - }, - { - text: 'QQ群', - children: [ - { - text: 'QQ 一群 (53617681)', - link: 'https://qm.qq.com/cgi-bin/qm/qr?k=EvP8VZ-ByGjMlbLvrj4x4YJ8C_bhTisG&authKey=toKraTwFoTlJKXSuBv7A87W0qKb0vSRrozVLXW0dVcvOmEP98T/t+MZK9qFi26fb&noverify=0' - }, - { - text: 'QQ 二群 (479036439)', - link: 'https://qm.qq.com/cgi-bin/qm/qr?k=gcFoBFtXoWAd1JUMgdaJ3w8eP7Cpg50J&authKey=Z3Jc%2BhxKoku1n895f2HsS%2FRbsI7FQIeljQnWpnpBhK48U%2BTVrRUT3GJ7oWFAFNHY&noverify=0&group_code=479036439' - }, - { - text: 'QQ 三群 (101075312)', - link: 'https://qm.qq.com/cgi-bin/qm/qr?k=vhZ4jXXCQDPmQrewjUMIaLSuQsx-Kig5&authKey=UkKWlFSpHRRL%2F6C7KE73zj%2FJUUY7PKu%2FD0XBA2xUGR9oeCXH1wyAAamIGfqbHOaQ&noverify=0&group_code=101075312' - }, - { - text: 'QQ 四群 (960746023)', - link: 'https://qm.qq.com/cgi-bin/qm/qr?k=TeMwmsvPZgdU2RKK9cDQV-4kGvyDwQ1h&authKey=Zt0OTXgCdrwJInjcrqA0VF%2FCX2%2F3PFqRayo%2BCLXPmIFe2OmFCRtKrkc3u5%2FaqdJt&noverify=0&group_code=960746023' - }, - ] - }, - ], -}, - {text: '关于我', - children: [ - { - text: 'BiliBili 📺', - link: 'https://space.bilibili.com/53283118' - }, - { - text: 'Steam 🎮', - link: 'https://steamcommunity.com/id/XTxiaotong' - }, - { - text: 'Playlist 🎵', - link: 'https://music.163.com/#/user/home?id=283588276' - }, - { - text: 'GitHub', - link: 'https://github.com/XTsat' - }, - ] - }, -] - -module.exports = navbar \ No newline at end of file diff --git a/docs/.vuepress/configs/navbar/zh.ts b/docs/.vuepress/configs/navbar/zh.ts index fdd5410..9a424bb 100644 --- a/docs/.vuepress/configs/navbar/zh.ts +++ b/docs/.vuepress/configs/navbar/zh.ts @@ -3,23 +3,23 @@ import type { NavbarConfig } from '@vuepress/theme-default' export const zh: NavbarConfig = [ { text: '主页', - link: '/' + link: '/zh/' }, { text: 'Watt Toolkit 指南', - link: '/document/', + link: '/zh/document/', }, { text: '深入', - link: '/development/文档开发.md', + link: '/zh/development/文档开发.md', }, { text: '下载', - link: '/document/Start/Download channel.md', + link: '/zh/document/Start/Download channel.md', }, { text: '联系作者', - link: '/document/Start/communication', + link: '/zh/document/Start/communication', }, { text: '关于我', diff --git a/docs/.vuepress/configs/sidebar/sidebar.js b/docs/.vuepress/configs/sidebar/sidebar.js deleted file mode 100644 index e6ad63e..0000000 --- a/docs/.vuepress/configs/sidebar/sidebar.js +++ /dev/null @@ -1,47 +0,0 @@ -module.exports = { - "/": [ - { - "text": "开始使用", - "title": "开始使用", - "collapsable": false, - "children": [ - "/document/Start/Download channel.md", - "/document/Start/Functions.md", - "/document/Start/Supported Operating Systems.md", - ] - }, - { - "text": "本地令牌", - "title": "本地令牌", - "collapsable": false, - "sidebarDepth": 1, - "children": [ - "/document/Steam Guard/2FA to import Guard.md", - "/document/Steam Guard/Android to import Guard.md", - "/document/Steam Guard/Apple to import Guard.md", - "/document/Steam Guard/Login to import Guard.md", - "/document/Steam Guard/Steam++ to import Guard.md", - "/document/Steam Guard/Reference documents.md", - ] - }, - { - "text": "自动挂卡", - "title": "自动挂卡", - "collapsable": false, - "sidebarDepth": 1, - "children": [ - "/document/ASF/How to use ASF.md", - ] - }, - { - "text": "常见问题", - "title": "常见问题", - "collapsable": false, - "sidebarDepth": 1, - "children": [ - "/document/FAQ/FAQ.md", - "/document/FAQ/Network problems.md", - ] - } - ] -}; \ No newline at end of file diff --git a/docs/.vuepress/configs/sidebar/zh.ts b/docs/.vuepress/configs/sidebar/zh.ts index f1598a6..811ada3 100644 --- a/docs/.vuepress/configs/sidebar/zh.ts +++ b/docs/.vuepress/configs/sidebar/zh.ts @@ -6,16 +6,16 @@ export const zh: SidebarConfig = { // text: '目录', // collapsible: false, // children: [ - // '/document/Start/Functions', + // '/zh/document/Start/Functions', // ] // }, { text: '开始使用 🛠️', collapsible: false, children: [ - '/document/Start/Download channel', - '/document/Start/Functions', - '/document/Start/Supported Operating Systems', + '/zh/document/Start/Download channel', + '/zh/document/Start/Functions', + '/zh/document/Start/Supported Operating Systems', ] }, { @@ -26,9 +26,9 @@ export const zh: SidebarConfig = { text: '常见问题 ❓', collapsible: false, children: [ - '/document/FAQ/FAQ', - '/document/FAQ/网络', - '/document/FAQ/GPU', + '/zh/document/FAQ/FAQ', + '/zh/document/FAQ/网络', + '/zh/document/FAQ/GPU', ] }, ], @@ -42,44 +42,44 @@ export const zh: SidebarConfig = { text: '网络加速', collapsible: false, children: [ - '/document/Functions/Network Acceleration/info', + '/zh/document/Functions/Network Acceleration/info', ] }, { text: '脚本配置', collapsible: false, children: [ - '/document/Functions/Userscript/info', + '/zh/document/Functions/Userscript/info', ] }, { text: '账号切换', collapsible: false, children: [ - '/document/Functions/Account Switch/info', + '/zh/document/Functions/Account Switch/info', ] }, { text: '库存游戏', collapsible: false, children: [ - '/document/Functions/Library/info', + '/zh/document/Functions/Library/info', ] }, { text: '本地令牌', collapsible: false, children: [ - '/document/Functions/Steam Guard/info', + '/zh/document/Functions/Steam Guard/info', { text: '导入令牌', children: [ - '/document/Functions/Steam Guard/import/2FA令牌', - '/document/Functions/Steam Guard/import/android令牌', - '/document/Functions/Steam Guard/import/ios令牌', - '/document/Functions/Steam Guard/import/登录令牌', - '/document/Functions/Steam Guard/import/Steam++令牌', - '/document/Functions/Steam Guard/import/参考', + '/zh/document/Functions/Steam Guard/import/2FA令牌', + '/zh/document/Functions/Steam Guard/import/android令牌', + '/zh/document/Functions/Steam Guard/import/ios令牌', + '/zh/document/Functions/Steam Guard/import/登录令牌', + '/zh/document/Functions/Steam Guard/import/Steam++令牌', + '/zh/document/Functions/Steam Guard/import/参考', ] }, ] @@ -88,17 +88,17 @@ export const zh: SidebarConfig = { text: '自动挂卡', collapsible: false, children: [ - '/document/Functions/ASF/ASF', - '/document/Functions/ASF/使用ASF', - '/document/Functions/ASF/2FA', - '/document/Functions/ASF/常用指令', + '/zh/document/Functions/ASF/ASF', + '/zh/document/Functions/ASF/使用ASF', + '/zh/document/Functions/ASF/2FA', + '/zh/document/Functions/ASF/常用指令', ] }, { text: '游戏工具', collapsible: false, children: [ - '/document/Functions/Game tools/info', + '/zh/document/Functions/Game tools/info', ] }, ], diff --git a/docs/document/Functions/ASF/info.md b/docs/document/Functions/ASF/info.md deleted file mode 100644 index c5e2a85..0000000 --- a/docs/document/Functions/ASF/info.md +++ /dev/null @@ -1,5 +0,0 @@ -# 自动挂卡 - -- 集成开源项目 [ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm) 在应用内提供挂机掉落 `Steam 集换式卡牌` 等功能。 - -- [最简单的ASF食用手册](https://keylol.com/t770760-1-1) [(其乐 Keylol)@cyb233](https://keylol.com/suid-988278) diff --git a/docs/document/Start/Functions.md b/docs/document/Start/Functions.md deleted file mode 100644 index 3d240de..0000000 --- a/docs/document/Start/Functions.md +++ /dev/null @@ -1,33 +0,0 @@ -# ✨ 功能一览 - -## [网络加速](/document/Functions/Network%20Acceleration/info.md) - -- ~~使用 [Titanium-Web-Proxy](https://github.com/justcoding121/Titanium-Web-Proxy) 开源项目进行本地反代来支持更快的访问游戏网站。~~ -- 使用 [YARP.ReverseProxy](https://github.com/microsoft/reverse-proxy) 开源项目进行本地反代来支持更快的访问游戏网站。 - -## [脚本配置](/document/Functions/Userscript/info.md) - -- 通过加速服务拦截网络请求将一些 JS 脚本注入在网页中,提供类似网页插件的功能。 - -## [账号切换](/document/Functions/Account%20Switch/info.md) - -- 一键切换已在当前 PC 上登录过的 Steam 账号,与管理家庭共享库排序及禁用等功能。 - -## [库存管理](/document/Functions/Library/info.md) - -- 让您直接管理 Steam 游戏库存,可以编辑游戏名称和[自定义封面](https://www.steamgriddb.com/),也能解锁以及反解锁 Steam 游戏成就。 -- 监控 Steam 游戏下载进度实现 Steam 游戏下载完成定时关机功能。 -- 模拟运行 Steam 游戏,让您不用安装和下载对应的游戏也能挂游玩时间和 Steam 卡片 -- 自助管理 Steam 游戏云存档,随时删除和上传自定义的存档文件至 Steam 云 - -## [本地令牌](/document/Functions/Steam%20Guard/info.md) - -- 让您的手机令牌统一保存在电脑中,目前仅支持 Steam 令牌,后续会开发支持更多的令牌种类与云同步令牌。 - -## [自动挂卡](/document/Functions/ASF/info.md) - -- 集成 [ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm) 在应用内提供 挂机掉落 Steam 集换式卡牌 等功能。 - -## [游戏工具](/document/Functions/Game%20tools/info.md) - -- 强制游戏窗口使用无边框窗口化、更多功能待开发。 diff --git a/docs/README.md b/docs/zh/README.md similarity index 59% rename from docs/README.md rename to docs/zh/README.md index 9822657..70bc229 100644 --- a/docs/README.md +++ b/docs/zh/README.md @@ -12,10 +12,10 @@ actions: link: https://github.com/BeyondDimension/SteamTools/ type: secondary - text: 指南 - link: /document/ + link: /zh/document/ type: primary - text: 下载 - link: /document/Start/Download channel.md + link: /zh/document/Start/Download channel.md type: primary features: - title: 本地加速 @@ -42,15 +42,4 @@ Steam++ 更名为 Watt Toolkit 上架微软商店不能使用未经授权的商标,即与 Steam 相近的名字,要有v社的授权证明才能上架 [Microsoft Store 策略](https://docs.microsoft.com/zh-cn/windows/uwp/publish/store-policies#112-content-including-names-logos-original-and-third-party) -[下架原因](https://raw.githubusercontent.com/XTsat/SteamTools-Guide/56b2364c72c7adb1f91f1582ea2fb0239ece11d4/docs/.vuepress/public/Change-name/QQ%E5%9B%BE%E7%89%8720220512025429.png) - -#### 2022-07-23 - -1. 非简中语言将默认隐藏加速和脚本功能,仅能通过切换语言并重启程序的方式还原被隐藏的功能 -2. 因经济状况原因,现已停止短信服务节约开销,后续会推出邮箱注册登录,对于仅使用手机号登录的用户请绑定第三方快速登录,否则注销后将无法再次登录,需要等待至邮箱服务推出后支持会暂时在开放短信服务提供换绑邮箱。 -3. 自动更新目前仅 Windows 端可用,且由于下载渠道限速可能导致无法更新成功,推荐在官网链接的网盘或群文件中下载压缩包解压覆盖更新(应用商店版由商店更新不受此影响) -4. 在 Android 上因系统限制,目前的加速功能无法正常使用,所以此功能已放弃继续开发,如仍想使用需要自行导入证书到系统目录,使用 adb 工具或 Magisk 之类的软件操作,未来会使用不需要证书的加速功能替换此功能 -5. fde 版本需要安装 [ASP.NET Core 运行时 6.0.8 (x64) 与 .NET Core 运行时 6.0.8 (x64)](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0) -6. Windows x86 与 x64 版本令牌本机加密互不兼容,使用两者版本时注意令牌加密后的文件不能共用。 -7. 由于新版本加速功能重构,调整了部分加速项目,这会影响旧版本程序使用加速功能 -8. 为了能继续维持开发,从此版本开始将会添加程序内广告,赞助用户可以在设置中关闭所有广告 +[下架原因](https://raw.githubusercontent.com/XTsat/SteamTools-Guide/56b2364c72c7adb1f91f1582ea2fb0239ece11d4/docs/.vuepress/public/Change-name/QQ%E5%9B%BE%E7%89%8720220512025429.png) \ No newline at end of file diff --git "a/docs/development/\345\205\254\345\221\212.md" "b/docs/zh/development/\345\205\254\345\221\212.md" similarity index 100% rename from "docs/development/\345\205\254\345\221\212.md" rename to "docs/zh/development/\345\205\254\345\221\212.md" diff --git "a/docs/development/\345\274\200\345\217\221\347\216\257\345\242\203.md" "b/docs/zh/development/\345\274\200\345\217\221\347\216\257\345\242\203.md" similarity index 100% rename from "docs/development/\345\274\200\345\217\221\347\216\257\345\242\203.md" rename to "docs/zh/development/\345\274\200\345\217\221\347\216\257\345\242\203.md" diff --git "a/docs/development/\346\226\207\344\273\266\346\240\241\351\252\214.md" "b/docs/zh/development/\346\226\207\344\273\266\346\240\241\351\252\214.md" similarity index 100% rename from "docs/development/\346\226\207\344\273\266\346\240\241\351\252\214.md" rename to "docs/zh/development/\346\226\207\344\273\266\346\240\241\351\252\214.md" diff --git "a/docs/development/\346\226\207\346\241\243\345\274\200\345\217\221.md" "b/docs/zh/development/\346\226\207\346\241\243\345\274\200\345\217\221.md" similarity index 100% rename from "docs/development/\346\226\207\346\241\243\345\274\200\345\217\221.md" rename to "docs/zh/development/\346\226\207\346\241\243\345\274\200\345\217\221.md" diff --git "a/docs/development/\346\233\264\346\226\260\346\227\245\345\277\227.md" "b/docs/zh/development/\346\233\264\346\226\260\346\227\245\345\277\227.md" similarity index 100% rename from "docs/development/\346\233\264\346\226\260\346\227\245\345\277\227.md" rename to "docs/zh/development/\346\233\264\346\226\260\346\227\245\345\277\227.md" diff --git "a/docs/development/\351\241\271\347\233\256\347\273\223\346\236\204.md" "b/docs/zh/development/\351\241\271\347\233\256\347\273\223\346\236\204.md" similarity index 100% rename from "docs/development/\351\241\271\347\233\256\347\273\223\346\236\204.md" rename to "docs/zh/development/\351\241\271\347\233\256\347\273\223\346\236\204.md" diff --git a/docs/document/FAQ/FAQ.md b/docs/zh/document/FAQ/FAQ.md similarity index 100% rename from docs/document/FAQ/FAQ.md rename to docs/zh/document/FAQ/FAQ.md diff --git a/docs/document/FAQ/GPU.md b/docs/zh/document/FAQ/GPU.md similarity index 100% rename from docs/document/FAQ/GPU.md rename to docs/zh/document/FAQ/GPU.md diff --git "a/docs/document/FAQ/\347\275\221\347\273\234.md" "b/docs/zh/document/FAQ/\347\275\221\347\273\234.md" similarity index 100% rename from "docs/document/FAQ/\347\275\221\347\273\234.md" rename to "docs/zh/document/FAQ/\347\275\221\347\273\234.md" diff --git a/docs/document/Functions/ASF/2FA.md b/docs/zh/document/Functions/ASF/2FA.md similarity index 91% rename from docs/document/Functions/ASF/2FA.md rename to docs/zh/document/Functions/ASF/2FA.md index e64de96..70978ce 100644 --- a/docs/document/Functions/ASF/2FA.md +++ b/docs/zh/document/Functions/ASF/2FA.md @@ -16,7 +16,7 @@ ### Android/iOS -参考 [steam++令牌导入教程](/document/Steam%20Guard/import/android令牌.md) 获取到 `steamguard-xxxxx` 文件,将文件后缀改为 `.mafile` +参考 [steam++令牌导入教程](../document/Steam%20Guard/import/android令牌.md) 获取到 `steamguard-xxxxx` 文件,将文件后缀改为 `.mafile` ### SteamDesktopAuthenticator diff --git a/docs/document/Functions/ASF/ASF.md b/docs/zh/document/Functions/ASF/ASF.md similarity index 100% rename from docs/document/Functions/ASF/ASF.md rename to docs/zh/document/Functions/ASF/ASF.md diff --git a/docs/zh/document/Functions/ASF/info.md b/docs/zh/document/Functions/ASF/info.md new file mode 100644 index 0000000..1751b14 --- /dev/null +++ b/docs/zh/document/Functions/ASF/info.md @@ -0,0 +1,5 @@ +# 自动挂卡 + +- 集成开源项目 [ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm) 在应用内提供挂机掉落 `Steam 集换式卡牌` 等功能。 + +- [最简单的ASF食用手册](https://keylol.com/t770760-1-1) [(其乐 Keylol)@cyb233](https://keylol.com/suid-988278) diff --git "a/docs/document/Functions/ASF/\344\275\277\347\224\250ASF.md" "b/docs/zh/document/Functions/ASF/\344\275\277\347\224\250ASF.md" similarity index 100% rename from "docs/document/Functions/ASF/\344\275\277\347\224\250ASF.md" rename to "docs/zh/document/Functions/ASF/\344\275\277\347\224\250ASF.md" diff --git "a/docs/document/Functions/ASF/\345\270\270\347\224\250\346\214\207\344\273\244.md" "b/docs/zh/document/Functions/ASF/\345\270\270\347\224\250\346\214\207\344\273\244.md" similarity index 100% rename from "docs/document/Functions/ASF/\345\270\270\347\224\250\346\214\207\344\273\244.md" rename to "docs/zh/document/Functions/ASF/\345\270\270\347\224\250\346\214\207\344\273\244.md" diff --git a/docs/document/Functions/Account Switch/info.md b/docs/zh/document/Functions/Account Switch/info.md similarity index 83% rename from docs/document/Functions/Account Switch/info.md rename to docs/zh/document/Functions/Account Switch/info.md index ee94f0d..c3a6cba 100644 --- a/docs/document/Functions/Account Switch/info.md +++ b/docs/zh/document/Functions/Account Switch/info.md @@ -1,4 +1,4 @@ -# 账号切换 +# 账号切换 - 通过 Steam **默认保存**的**凭证信息**一键切换已在当前 PC 上登录过的 Steam 账号,并且可以一键离线登录,还能管理家庭共享库排序等功能。 diff --git a/docs/document/Functions/Game Tools/info.md b/docs/zh/document/Functions/Game Tools/info.md similarity index 77% rename from docs/document/Functions/Game Tools/info.md rename to docs/zh/document/Functions/Game Tools/info.md index 47ad884..a9dc958 100644 --- a/docs/document/Functions/Game Tools/info.md +++ b/docs/zh/document/Functions/Game Tools/info.md @@ -1,4 +1,4 @@ -# 游戏工具 +# 游戏工具 - 可以强制游戏窗口使用无边框窗口化或是全屏,也可以将游戏画面置于桌面壁纸上(与动态壁纸软件冲突) diff --git a/docs/document/Functions/Library/info.md b/docs/zh/document/Functions/Library/info.md similarity index 88% rename from docs/document/Functions/Library/info.md rename to docs/zh/document/Functions/Library/info.md index 5dcf9d8..99dc12f 100644 --- a/docs/document/Functions/Library/info.md +++ b/docs/zh/document/Functions/Library/info.md @@ -1,4 +1,4 @@ -# 库存管理 +# 库存管理 - 让您直接管理到 Steam 游戏库存,~~不仅能够下载老版本的 Steam 游戏,~~ 也能够对 Steam 游戏成就进行直接管理,支持解锁成就以及反解锁成就。 diff --git a/docs/document/Functions/Network Acceleration/info.md b/docs/zh/document/Functions/Network Acceleration/info.md similarity index 88% rename from docs/document/Functions/Network Acceleration/info.md rename to docs/zh/document/Functions/Network Acceleration/info.md index 24bef7c..9cda664 100644 --- a/docs/document/Functions/Network Acceleration/info.md +++ b/docs/zh/document/Functions/Network Acceleration/info.md @@ -1,4 +1,4 @@ -# 网络加速 +# 网络加速 - 实现对 `Steam` `Discord` `Twitch` `Origin` `Uplay` `GitHub` `Microsoft Store` `谷歌验证码` `Pixiv` 等国内难以访问的网页正常访问,防止网络被干扰 diff --git a/docs/document/Functions/Photo/ASF/!addlicense-asf-APEX.png b/docs/zh/document/Functions/Photo/ASF/!addlicense-asf-APEX.png similarity index 100% rename from docs/document/Functions/Photo/ASF/!addlicense-asf-APEX.png rename to docs/zh/document/Functions/Photo/ASF/!addlicense-asf-APEX.png diff --git a/docs/document/Functions/Photo/ASF/APEX-SUBID.png b/docs/zh/document/Functions/Photo/ASF/APEX-SUBID.png similarity index 100% rename from docs/document/Functions/Photo/ASF/APEX-SUBID.png rename to docs/zh/document/Functions/Photo/ASF/APEX-SUBID.png diff --git "a/docs/document/Functions/Photo/ASF/ASF-bot\347\225\214\351\235\242.png" "b/docs/zh/document/Functions/Photo/ASF/ASF-bot\347\225\214\351\235\242.png" similarity index 100% rename from "docs/document/Functions/Photo/ASF/ASF-bot\347\225\214\351\235\242.png" rename to "docs/zh/document/Functions/Photo/ASF/ASF-bot\347\225\214\351\235\242.png" diff --git a/docs/document/Functions/Photo/ASF/SteamDB-APEX.png b/docs/zh/document/Functions/Photo/ASF/SteamDB-APEX.png similarity index 100% rename from docs/document/Functions/Photo/ASF/SteamDB-APEX.png rename to docs/zh/document/Functions/Photo/ASF/SteamDB-APEX.png diff --git a/docs/document/Functions/Photo/Library/dark/info.png b/docs/zh/document/Functions/Photo/Library/dark/info.png similarity index 100% rename from docs/document/Functions/Photo/Library/dark/info.png rename to docs/zh/document/Functions/Photo/Library/dark/info.png diff --git a/docs/document/Functions/Photo/Library/dark/photo.png b/docs/zh/document/Functions/Photo/Library/dark/photo.png similarity index 100% rename from docs/document/Functions/Photo/Library/dark/photo.png rename to docs/zh/document/Functions/Photo/Library/dark/photo.png diff --git a/docs/document/Functions/Photo/Steam-Guard/dark/QR-Code.png b/docs/zh/document/Functions/Photo/Steam-Guard/dark/QR-Code.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/dark/QR-Code.png rename to docs/zh/document/Functions/Photo/Steam-Guard/dark/QR-Code.png diff --git a/docs/document/Functions/Photo/Steam-Guard/dark/Sign-Guard.png b/docs/zh/document/Functions/Photo/Steam-Guard/dark/Sign-Guard.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/dark/Sign-Guard.png rename to docs/zh/document/Functions/Photo/Steam-Guard/dark/Sign-Guard.png diff --git a/docs/document/Functions/Photo/Steam-Guard/dark/export.png b/docs/zh/document/Functions/Photo/Steam-Guard/dark/export.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/dark/export.png rename to docs/zh/document/Functions/Photo/Steam-Guard/dark/export.png diff --git a/docs/document/Functions/Photo/Steam-Guard/dark/import-other-Guard.png b/docs/zh/document/Functions/Photo/Steam-Guard/dark/import-other-Guard.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/dark/import-other-Guard.png rename to docs/zh/document/Functions/Photo/Steam-Guard/dark/import-other-Guard.png diff --git a/docs/document/Functions/Photo/Steam-Guard/dark/import-phone-Guard.png b/docs/zh/document/Functions/Photo/Steam-Guard/dark/import-phone-Guard.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/dark/import-phone-Guard.png rename to docs/zh/document/Functions/Photo/Steam-Guard/dark/import-phone-Guard.png diff --git a/docs/document/Functions/Photo/Steam-Guard/dark/import-steam++-Guard.png b/docs/zh/document/Functions/Photo/Steam-Guard/dark/import-steam++-Guard.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/dark/import-steam++-Guard.png rename to docs/zh/document/Functions/Photo/Steam-Guard/dark/import-steam++-Guard.png diff --git a/docs/document/Functions/Photo/Steam-Guard/light/QR-Code.png b/docs/zh/document/Functions/Photo/Steam-Guard/light/QR-Code.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/light/QR-Code.png rename to docs/zh/document/Functions/Photo/Steam-Guard/light/QR-Code.png diff --git a/docs/document/Functions/Photo/Steam-Guard/light/Sign-Guard.png b/docs/zh/document/Functions/Photo/Steam-Guard/light/Sign-Guard.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/light/Sign-Guard.png rename to docs/zh/document/Functions/Photo/Steam-Guard/light/Sign-Guard.png diff --git a/docs/document/Functions/Photo/Steam-Guard/light/export.png b/docs/zh/document/Functions/Photo/Steam-Guard/light/export.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/light/export.png rename to docs/zh/document/Functions/Photo/Steam-Guard/light/export.png diff --git a/docs/document/Functions/Photo/Steam-Guard/light/import-other-Guard.png b/docs/zh/document/Functions/Photo/Steam-Guard/light/import-other-Guard.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/light/import-other-Guard.png rename to docs/zh/document/Functions/Photo/Steam-Guard/light/import-other-Guard.png diff --git a/docs/document/Functions/Photo/Steam-Guard/light/import-phone-Guard.png b/docs/zh/document/Functions/Photo/Steam-Guard/light/import-phone-Guard.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/light/import-phone-Guard.png rename to docs/zh/document/Functions/Photo/Steam-Guard/light/import-phone-Guard.png diff --git a/docs/document/Functions/Photo/Steam-Guard/light/import-steam++-Guard.png b/docs/zh/document/Functions/Photo/Steam-Guard/light/import-steam++-Guard.png similarity index 100% rename from docs/document/Functions/Photo/Steam-Guard/light/import-steam++-Guard.png rename to docs/zh/document/Functions/Photo/Steam-Guard/light/import-steam++-Guard.png diff --git "a/docs/document/Functions/Steam Guard/import/2FA\344\273\244\347\211\214.md" "b/docs/zh/document/Functions/Steam Guard/import/2FA\344\273\244\347\211\214.md" similarity index 100% rename from "docs/document/Functions/Steam Guard/import/2FA\344\273\244\347\211\214.md" rename to "docs/zh/document/Functions/Steam Guard/import/2FA\344\273\244\347\211\214.md" diff --git "a/docs/document/Functions/Steam Guard/import/Steam++\344\273\244\347\211\214.md" "b/docs/zh/document/Functions/Steam Guard/import/Steam++\344\273\244\347\211\214.md" similarity index 100% rename from "docs/document/Functions/Steam Guard/import/Steam++\344\273\244\347\211\214.md" rename to "docs/zh/document/Functions/Steam Guard/import/Steam++\344\273\244\347\211\214.md" diff --git "a/docs/document/Functions/Steam Guard/import/android\344\273\244\347\211\214.md" "b/docs/zh/document/Functions/Steam Guard/import/android\344\273\244\347\211\214.md" similarity index 100% rename from "docs/document/Functions/Steam Guard/import/android\344\273\244\347\211\214.md" rename to "docs/zh/document/Functions/Steam Guard/import/android\344\273\244\347\211\214.md" diff --git "a/docs/document/Functions/Steam Guard/import/ios\344\273\244\347\211\214.md" "b/docs/zh/document/Functions/Steam Guard/import/ios\344\273\244\347\211\214.md" similarity index 100% rename from "docs/document/Functions/Steam Guard/import/ios\344\273\244\347\211\214.md" rename to "docs/zh/document/Functions/Steam Guard/import/ios\344\273\244\347\211\214.md" diff --git "a/docs/document/Functions/Steam Guard/import/\345\217\202\350\200\203.md" "b/docs/zh/document/Functions/Steam Guard/import/\345\217\202\350\200\203.md" similarity index 100% rename from "docs/document/Functions/Steam Guard/import/\345\217\202\350\200\203.md" rename to "docs/zh/document/Functions/Steam Guard/import/\345\217\202\350\200\203.md" diff --git "a/docs/document/Functions/Steam Guard/import/\347\231\273\345\275\225\344\273\244\347\211\214.md" "b/docs/zh/document/Functions/Steam Guard/import/\347\231\273\345\275\225\344\273\244\347\211\214.md" similarity index 100% rename from "docs/document/Functions/Steam Guard/import/\347\231\273\345\275\225\344\273\244\347\211\214.md" rename to "docs/zh/document/Functions/Steam Guard/import/\347\231\273\345\275\225\344\273\244\347\211\214.md" diff --git a/docs/document/Functions/Steam Guard/info.md b/docs/zh/document/Functions/Steam Guard/info.md similarity index 54% rename from docs/document/Functions/Steam Guard/info.md rename to docs/zh/document/Functions/Steam Guard/info.md index e9eed50..e9ee541 100644 --- a/docs/document/Functions/Steam Guard/info.md +++ b/docs/zh/document/Functions/Steam Guard/info.md @@ -1,4 +1,4 @@ -# 本地令牌 +# 本地令牌 本地运行手机令牌程序,让你能够直接在电脑中获取令牌,可以同时管理多个令牌的使用,交易确认等 diff --git a/docs/document/Functions/Userscript/info.md b/docs/zh/document/Functions/Userscript/info.md similarity index 87% rename from docs/document/Functions/Userscript/info.md rename to docs/zh/document/Functions/Userscript/info.md index cc2cffd..e2020d0 100644 --- a/docs/document/Functions/Userscript/info.md +++ b/docs/zh/document/Functions/Userscript/info.md @@ -1,4 +1,4 @@ -# 脚本配置 +# 脚本配置 - 通过加速服务拦截网络请求将一些 JS 脚本注入在网页中(Steam内置浏览器),提供类似网页插件的功能。使 Steam 内置的浏览器可以使用部分脚本 diff --git a/docs/document/Photo/Home/dark/Account-switching.png b/docs/zh/document/Photo/Home/dark/Account-switching.png similarity index 100% rename from docs/document/Photo/Home/dark/Account-switching.png rename to docs/zh/document/Photo/Home/dark/Account-switching.png diff --git a/docs/document/Photo/Home/dark/Auto-Gametime.png b/docs/zh/document/Photo/Home/dark/Auto-Gametime.png similarity index 100% rename from docs/document/Photo/Home/dark/Auto-Gametime.png rename to docs/zh/document/Photo/Home/dark/Auto-Gametime.png diff --git a/docs/document/Photo/Home/dark/Auto-shutdown.png b/docs/zh/document/Photo/Home/dark/Auto-shutdown.png similarity index 100% rename from docs/document/Photo/Home/dark/Auto-shutdown.png rename to docs/zh/document/Photo/Home/dark/Auto-shutdown.png diff --git a/docs/document/Photo/Home/dark/Family-Library-Sharing.png b/docs/zh/document/Photo/Home/dark/Family-Library-Sharing.png similarity index 100% rename from docs/document/Photo/Home/dark/Family-Library-Sharing.png rename to docs/zh/document/Photo/Home/dark/Family-Library-Sharing.png diff --git a/docs/document/Photo/Home/dark/Game-Setting.png b/docs/zh/document/Photo/Home/dark/Game-Setting.png similarity index 100% rename from docs/document/Photo/Home/dark/Game-Setting.png rename to docs/zh/document/Photo/Home/dark/Game-Setting.png diff --git a/docs/document/Photo/Home/dark/Sam.png b/docs/zh/document/Photo/Home/dark/Sam.png similarity index 100% rename from docs/document/Photo/Home/dark/Sam.png rename to docs/zh/document/Photo/Home/dark/Sam.png diff --git a/docs/document/Photo/Home/dark/Sam2.png b/docs/zh/document/Photo/Home/dark/Sam2.png similarity index 100% rename from docs/document/Photo/Home/dark/Sam2.png rename to docs/zh/document/Photo/Home/dark/Sam2.png diff --git a/docs/document/Photo/Home/dark/Setting-Update.png b/docs/zh/document/Photo/Home/dark/Setting-Update.png similarity index 100% rename from docs/document/Photo/Home/dark/Setting-Update.png rename to docs/zh/document/Photo/Home/dark/Setting-Update.png diff --git a/docs/document/Photo/Home/dark/reset-host.png b/docs/zh/document/Photo/Home/dark/reset-host.png similarity index 100% rename from docs/document/Photo/Home/dark/reset-host.png rename to docs/zh/document/Photo/Home/dark/reset-host.png diff --git a/docs/document/Photo/Home/light/Account-switching.png b/docs/zh/document/Photo/Home/light/Account-switching.png similarity index 100% rename from docs/document/Photo/Home/light/Account-switching.png rename to docs/zh/document/Photo/Home/light/Account-switching.png diff --git a/docs/document/Photo/Home/light/Auto-Gametime.png b/docs/zh/document/Photo/Home/light/Auto-Gametime.png similarity index 100% rename from docs/document/Photo/Home/light/Auto-Gametime.png rename to docs/zh/document/Photo/Home/light/Auto-Gametime.png diff --git a/docs/document/Photo/Home/light/Auto-shutdown.png b/docs/zh/document/Photo/Home/light/Auto-shutdown.png similarity index 100% rename from docs/document/Photo/Home/light/Auto-shutdown.png rename to docs/zh/document/Photo/Home/light/Auto-shutdown.png diff --git a/docs/document/Photo/Home/light/Family-Library-Sharing.png b/docs/zh/document/Photo/Home/light/Family-Library-Sharing.png similarity index 100% rename from docs/document/Photo/Home/light/Family-Library-Sharing.png rename to docs/zh/document/Photo/Home/light/Family-Library-Sharing.png diff --git a/docs/document/Photo/Home/light/Game-Setting.png b/docs/zh/document/Photo/Home/light/Game-Setting.png similarity index 100% rename from docs/document/Photo/Home/light/Game-Setting.png rename to docs/zh/document/Photo/Home/light/Game-Setting.png diff --git a/docs/document/Photo/Home/light/Sam.png b/docs/zh/document/Photo/Home/light/Sam.png similarity index 100% rename from docs/document/Photo/Home/light/Sam.png rename to docs/zh/document/Photo/Home/light/Sam.png diff --git a/docs/document/Photo/Home/light/Sam2.png b/docs/zh/document/Photo/Home/light/Sam2.png similarity index 100% rename from docs/document/Photo/Home/light/Sam2.png rename to docs/zh/document/Photo/Home/light/Sam2.png diff --git a/docs/document/Photo/Home/light/Setting-Update.png b/docs/zh/document/Photo/Home/light/Setting-Update.png similarity index 100% rename from docs/document/Photo/Home/light/Setting-Update.png rename to docs/zh/document/Photo/Home/light/Setting-Update.png diff --git a/docs/document/Photo/Setting/dark/GPU.png b/docs/zh/document/Photo/Setting/dark/GPU.png similarity index 100% rename from docs/document/Photo/Setting/dark/GPU.png rename to docs/zh/document/Photo/Setting/dark/GPU.png diff --git a/docs/document/README.md b/docs/zh/document/README.md similarity index 100% rename from docs/document/README.md rename to docs/zh/document/README.md diff --git a/docs/document/Start/Communication.md b/docs/zh/document/Start/Communication.md similarity index 100% rename from docs/document/Start/Communication.md rename to docs/zh/document/Start/Communication.md diff --git a/docs/document/Start/Download Guide.md b/docs/zh/document/Start/Download Guide.md similarity index 100% rename from docs/document/Start/Download Guide.md rename to docs/zh/document/Start/Download Guide.md diff --git a/docs/document/Start/Download channel.md b/docs/zh/document/Start/Download channel.md similarity index 100% rename from docs/document/Start/Download channel.md rename to docs/zh/document/Start/Download channel.md diff --git a/docs/zh/document/Start/Functions.md b/docs/zh/document/Start/Functions.md new file mode 100644 index 0000000..74995cd --- /dev/null +++ b/docs/zh/document/Start/Functions.md @@ -0,0 +1,33 @@ +# ✨ 功能一览 + +## [网络加速](../document/Functions/Network%20Acceleration/info.md) + +- ~~使用 [Titanium-Web-Proxy](https://github.com/justcoding121/Titanium-Web-Proxy) 开源项目进行本地反代来支持更快的访问游戏网站。~~ +- 使用 [YARP.ReverseProxy](https://github.com/microsoft/reverse-proxy) 开源项目进行本地反代来支持更快的访问游戏网站。 + +## [脚本配置](../document/Functions/Userscript/info.md) + +- 通过加速服务拦截网络请求将一些 JS 脚本注入在网页中,提供类似网页插件的功能。 + +## [账号切换](../document/Functions/Account%20Switch/info.md) + +- 一键切换已在当前 PC 上登录过的 Steam 账号,与管理家庭共享库排序及禁用等功能。 + +## [库存管理](../document/Functions/Library/info.md) + +- 让您直接管理 Steam 游戏库存,可以编辑游戏名称和[自定义封面](https://www.steamgriddb.com/),也能解锁以及反解锁 Steam 游戏成就。 +- 监控 Steam 游戏下载进度实现 Steam 游戏下载完成定时关机功能。 +- 模拟运行 Steam 游戏,让您不用安装和下载对应的游戏也能挂游玩时间和 Steam 卡片 +- 自助管理 Steam 游戏云存档,随时删除和上传自定义的存档文件至 Steam 云 + +## [本地令牌](../document/Functions/Steam%20Guard/info.md) + +- 让您的手机令牌统一保存在电脑中,目前仅支持 Steam 令牌,后续会开发支持更多的令牌种类与云同步令牌。 + +## [自动挂卡](../document/Functions/ASF/info.md) + +- 集成 [ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm) 在应用内提供 挂机掉落 Steam 集换式卡牌 等功能。 + +## [游戏工具](../document/Functions/Game%20tools/info.md) + +- 强制游戏窗口使用无边框窗口化、更多功能待开发。 diff --git a/docs/document/Start/Supported Operating Systems.md b/docs/zh/document/Start/Supported Operating Systems.md similarity index 100% rename from docs/document/Start/Supported Operating Systems.md rename to docs/zh/document/Start/Supported Operating Systems.md