1
This commit is contained in:
parent
1fe8673f62
commit
6adbc04d4b
42
doc/README.zh-CN.md
Normal file
42
doc/README.zh-CN.md
Normal file
@ -0,0 +1,42 @@
|
||||
# my-vuepress-site
|
||||
|
||||
网站使用 [vuepress](https://vuepress.vuejs.org/) 和 [vuepress-theme-plume](https://github.com/pengzhanbo/vuepress-theme-plume) 构建生成。
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm i
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
# 启动开发服务
|
||||
npm run docs:dev
|
||||
# 构建生产包
|
||||
npm run docs:build
|
||||
# 本地预览生产服务
|
||||
npm run docs:preview
|
||||
# 更新 vuepress 和主题
|
||||
npm run vp-update
|
||||
```
|
||||
|
||||
## 部署到 GitHub Pages
|
||||
|
||||
主题已创建 github actions: `.github/workflows/docs-deploy.yml`,你还需要在 github 仓库中进行以下设置:
|
||||
|
||||
- [ ] `settings > Actions > General`,拉到页面底部,在 `Workflow permissions` 下,勾选 `Read and write permissions`,并点击保存按钮
|
||||
|
||||
- [ ] `settings > Pages`, 在 `Build and deployment` 中,`Source` 选择 `Deploy from a branch`, `Branch` 选择 `gh-pages`,并点击保存按钮
|
||||
(首次创建可能没有 `gh-pages`分支,你可以先完成上面的设置后,推送一次代码到主分支,等待 `github actions` 完成后再进行设置)
|
||||
|
||||
- [ ] 修改 `docs/.vuepress/config.ts` 中的 `base` 选项:
|
||||
- 如果你准备发布到 `https://<USERNAME>.github.io/` ,你可以省略这一步,因为 `base` 默认就是 `"/"` 。
|
||||
- 如果你准备发布到 `https://<USERNAME>.github.io/<REPO>/` ,也就是说你的仓库地址是 `https://github.com/<USERNAME>/<REPO>` ,则将 `base` 设置为 `"/<REPO>/"`。
|
||||
|
||||
如需要自定义域名,请查看 [Github Pages 文档](https://docs.github.com/zh/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages)
|
||||
|
||||
## 文档
|
||||
|
||||
- [vuepress](https://vuepress.vuejs.org/)
|
||||
- [vuepress-theme-plume](https://theme-plume.vuejs.press/)
|
||||
1
doc/docs/.vuepress/.cache/markdown/auto-frontmatter.json
Normal file
1
doc/docs/.vuepress/.cache/markdown/auto-frontmatter.json
Normal file
@ -0,0 +1 @@
|
||||
{"/private/var/www/wwwroot/fuc-new.loc/doc/docs/README.md":"1759062549611.0063","/private/var/www/wwwroot/fuc-new.loc/doc/docs/preview/custom-component.example.md":"1758438633033.2073","/private/var/www/wwwroot/fuc-new.loc/doc/docs/preview/markdown.md":"1758438633033.2725","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/README.md":"1759221178379.5635","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/advanced/哪个代理软件最适合我?.md":"1759221163123.7637","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/meiyong/markdown.md":"1758694077230.2126","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/qa/节点问题.md":"1758694045793.0046","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/qa/账户问题.md":"1758694058589.1865","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/qa/软件问题.md":"1758694051718.8923","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/Android/Clash Meta.md":"1759221240097.717","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/Android/Hiddify.md":"1759227176975.678","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/Ios/Hiddify.md":"1759227176993.2175","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/Ios/Singbox.md":"1759227176961.929","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/MacOs/Clash Nyanpasu.md":"1759221366721.0469","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/MacOs/Clash Verge Rev.md":"1759227176933.9373","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/MacOs/Hiddify.md":"1759221388241.6343","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/Windows/Clash Nyanpasu.md":"1759141165180.163","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/Windows/Clash Verge Rev.md":"1758715029550.1475","/private/var/www/wwwroot/fuc-new.loc/doc/docs/notes/doc/teach/Windows/Hiddify.md":"1759227177010.2354"}
|
||||
7
doc/docs/.vuepress/.temp/git/config.js
Normal file
7
doc/docs/.vuepress/.temp/git/config.js
Normal file
@ -0,0 +1,7 @@
|
||||
import { GitContributors } from "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/plugin-git/lib/client/components/GitContributors.js";
|
||||
|
||||
export default {
|
||||
enhance: ({ app }) => {
|
||||
app.component("GitContributors", GitContributors);
|
||||
},
|
||||
};
|
||||
15
doc/docs/.vuepress/.temp/internal/articleTagColors.css
Normal file
15
doc/docs/.vuepress/.temp/internal/articleTagColors.css
Normal file
@ -0,0 +1,15 @@
|
||||
.vp-tag-j1zh {
|
||||
--vp-tag-color: #d5393e;
|
||||
--vp-tag-hover-color: #b8272c;
|
||||
--vp-tag-bg: rgba(244, 63, 94, 0.14);
|
||||
}
|
||||
.vp-tag-c1bg {
|
||||
--vp-tag-color: #9966cc;
|
||||
--vp-tag-hover-color: #7171b8;
|
||||
--vp-tag-bg: rgba(83, 83, 167, 0.14);
|
||||
}
|
||||
.vp-tag-1zxe {
|
||||
--vp-tag-color: #a6623b;
|
||||
--vp-tag-hover-color: #c17950;
|
||||
--vp-tag-bg: rgba(199, 134, 97, 0.2411);
|
||||
}
|
||||
2
doc/docs/.vuepress/.temp/internal/articleTagColors.js
Normal file
2
doc/docs/.vuepress/.temp/internal/articleTagColors.js
Normal file
@ -0,0 +1,2 @@
|
||||
import './articleTagColors.css'
|
||||
export const articleTagColors = {"预览":"c1bg","组件":"1zxe","markdown":"j1zh"}
|
||||
1
doc/docs/.vuepress/.temp/internal/blogData.js
Normal file
1
doc/docs/.vuepress/.temp/internal/blogData.js
Normal file
@ -0,0 +1 @@
|
||||
export const blogPostData = [{"path":"/article/baygtkq6/","title":"Markdown","tags":["markdown"],"createTime":"2025/09/21 15:08:39","lang":"zh-CN","excerpt":""},{"path":"/article/li0yjgjg/","title":"自定义组件","tags":["预览","组件"],"createTime":"2025/09/21 15:08:39","lang":"zh-CN","excerpt":""}]
|
||||
25
doc/docs/.vuepress/.temp/internal/clientConfigs.js
Normal file
25
doc/docs/.vuepress/.temp/internal/clientConfigs.js
Normal file
@ -0,0 +1,25 @@
|
||||
import * as clientConfig0 from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress-plume/plugin-fonts/lib/client/config.js'
|
||||
import * as clientConfig1 from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/plugin-copy-code/lib/client/config.js'
|
||||
import * as clientConfig2 from '/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/shiki/config.js'
|
||||
import * as clientConfig3 from '/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/md-power/config.js'
|
||||
import * as clientConfig4 from '/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/markdown-math/config.js'
|
||||
import * as clientConfig5 from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/plugin-nprogress/lib/client/config.js'
|
||||
import * as clientConfig6 from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/plugin-photo-swipe/lib/client/config.js'
|
||||
import * as clientConfig7 from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress-plume/plugin-search/lib/client/config.js'
|
||||
import * as clientConfig8 from '/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/git/config.js'
|
||||
import * as clientConfig9 from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/vuepress-theme-plume/lib/client/config.js'
|
||||
import * as clientConfig10 from '/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/client.ts'
|
||||
|
||||
export const clientConfigs = [
|
||||
clientConfig0,
|
||||
clientConfig1,
|
||||
clientConfig2,
|
||||
clientConfig3,
|
||||
clientConfig4,
|
||||
clientConfig5,
|
||||
clientConfig6,
|
||||
clientConfig7,
|
||||
clientConfig8,
|
||||
clientConfig9,
|
||||
clientConfig10,
|
||||
].map((m) => m.default).filter(Boolean)
|
||||
1
doc/docs/.vuepress/.temp/internal/encrypt.js
Normal file
1
doc/docs/.vuepress/.temp/internal/encrypt.js
Normal file
@ -0,0 +1 @@
|
||||
export const encrypt = [false,":","",[],{}]
|
||||
1
doc/docs/.vuepress/.temp/internal/iconify.js
Normal file
1
doc/docs/.vuepress/.temp/internal/iconify.js
Normal file
@ -0,0 +1 @@
|
||||
export const icons = "{}"
|
||||
@ -0,0 +1 @@
|
||||
export const searchIndex = {"/": () => import('@internal/minisearchIndex/searchBox-default.js')}
|
||||
File diff suppressed because one or more lines are too long
28
doc/docs/.vuepress/.temp/internal/routes.js
Normal file
28
doc/docs/.vuepress/.temp/internal/routes.js
Normal file
@ -0,0 +1,28 @@
|
||||
export const redirects = JSON.parse("{\"/preview/custom-component.example.html\":\"/article/li0yjgjg/\",\"/preview/markdown.html\":\"/article/baygtkq6/\",\"/notes/doc/\":\"/start/\",\"/notes/doc/advanced/%E5%93%AA%E4%B8%AA%E4%BB%A3%E7%90%86%E8%BD%AF%E4%BB%B6%E6%9C%80%E9%80%82%E5%90%88%E6%88%91%EF%BC%9F.html\":\"/un2lbkeo/\",\"/notes/doc/meiyong/markdown.html\":\"/baygtkq6/\",\"/notes/doc/qa/%E8%8A%82%E7%82%B9%E9%97%AE%E9%A2%98.html\":\"/sdtgjn92/\",\"/notes/doc/qa/%E8%B4%A6%E6%88%B7%E9%97%AE%E9%A2%98.html\":\"/lpws70ce/\",\"/notes/doc/qa/%E8%BD%AF%E4%BB%B6%E9%97%AE%E9%A2%98.html\":\"/9424av4s/\",\"/notes/doc/teach/Android/Clash%20Meta.html\":\"/android/clash-meta/\",\"/notes/doc/teach/Android/Hiddify.html\":\"/android/hiddify/\",\"/notes/doc/teach/Ios/Hiddify.html\":\"/ios/hiddify/\",\"/notes/doc/teach/Ios/Singbox.html\":\"/ios/singbox/\",\"/notes/doc/teach/MacOs/Clash%20Nyanpasu.html\":\"/macos/clash-nyanpasu/\",\"/notes/doc/teach/MacOs/Clash%20Verge%20Rev.html\":\"/qlabr30g/\",\"/notes/doc/teach/MacOs/Hiddify.html\":\"/macos/hiddify/\",\"/notes/doc/teach/Windows/Clash%20Nyanpasu.html\":\"/windows/clash-nyanpasu/\",\"/notes/doc/teach/Windows/Clash%20Verge%20Rev.html\":\"/windows/clash-verge-rev/\",\"/notes/doc/teach/Windows/Hiddify.html\":\"/windows/hiddify/\"}")
|
||||
|
||||
export const routes = Object.fromEntries([
|
||||
["/", { loader: () => import(/* webpackChunkName: "index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/index.html.js"), meta: {"title":""} }],
|
||||
["/article/li0yjgjg/", { loader: () => import(/* webpackChunkName: "article_li0yjgjg_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/article/li0yjgjg/index.html.js"), meta: {"title":"自定义组件"} }],
|
||||
["/article/baygtkq6/", { loader: () => import(/* webpackChunkName: "article_baygtkq6_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/article/baygtkq6/index.html.js"), meta: {"title":"Markdown"} }],
|
||||
["/start/", { loader: () => import(/* webpackChunkName: "start_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/start/index.html.js"), meta: {"title":"新手指引"} }],
|
||||
["/un2lbkeo/", { loader: () => import(/* webpackChunkName: "un2lbkeo_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/un2lbkeo/index.html.js"), meta: {"title":"哪个代理软件最适合我?"} }],
|
||||
["/baygtkq6/", { loader: () => import(/* webpackChunkName: "baygtkq6_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/baygtkq6/index.html.js"), meta: {"title":"Markdown"} }],
|
||||
["/sdtgjn92/", { loader: () => import(/* webpackChunkName: "sdtgjn92_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/sdtgjn92/index.html.js"), meta: {"title":"节点问题"} }],
|
||||
["/lpws70ce/", { loader: () => import(/* webpackChunkName: "lpws70ce_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/lpws70ce/index.html.js"), meta: {"title":"账户问题"} }],
|
||||
["/9424av4s/", { loader: () => import(/* webpackChunkName: "9424av4s_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/9424av4s/index.html.js"), meta: {"title":"软件问题"} }],
|
||||
["/android/clash-meta/", { loader: () => import(/* webpackChunkName: "android_clash-meta_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/android/clash-meta/index.html.js"), meta: {"title":"Clash Meta"} }],
|
||||
["/android/hiddify/", { loader: () => import(/* webpackChunkName: "android_hiddify_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/android/hiddify/index.html.js"), meta: {"title":"Hiddify"} }],
|
||||
["/ios/hiddify/", { loader: () => import(/* webpackChunkName: "ios_hiddify_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/ios/hiddify/index.html.js"), meta: {"title":"Hiddify"} }],
|
||||
["/ios/singbox/", { loader: () => import(/* webpackChunkName: "ios_singbox_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/ios/singbox/index.html.js"), meta: {"title":"Singbox"} }],
|
||||
["/macos/clash-nyanpasu/", { loader: () => import(/* webpackChunkName: "macos_clash-nyanpasu_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/macos/clash-nyanpasu/index.html.js"), meta: {"title":"Clash Nyanpasu"} }],
|
||||
["/qlabr30g/", { loader: () => import(/* webpackChunkName: "qlabr30g_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/qlabr30g/index.html.js"), meta: {"title":"Clash Verge Reg"} }],
|
||||
["/macos/hiddify/", { loader: () => import(/* webpackChunkName: "macos_hiddify_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/macos/hiddify/index.html.js"), meta: {"title":"Hiddify"} }],
|
||||
["/windows/clash-nyanpasu/", { loader: () => import(/* webpackChunkName: "windows_clash-nyanpasu_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/windows/clash-nyanpasu/index.html.js"), meta: {"title":"Clash Nyanpasu"} }],
|
||||
["/windows/clash-verge-rev/", { loader: () => import(/* webpackChunkName: "windows_clash-verge-rev_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/windows/clash-verge-rev/index.html.js"), meta: {"title":"Clash Verge Rev"} }],
|
||||
["/windows/hiddify/", { loader: () => import(/* webpackChunkName: "windows_hiddify_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/windows/hiddify/index.html.js"), meta: {"title":"Hiddify"} }],
|
||||
["/404.html", { loader: () => import(/* webpackChunkName: "404.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/404.html.js"), meta: {"title":""} }],
|
||||
["/blog/", { loader: () => import(/* webpackChunkName: "blog_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/blog/index.html.js"), meta: {"title":"博客"} }],
|
||||
["/blog/tags/", { loader: () => import(/* webpackChunkName: "blog_tags_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/blog/tags/index.html.js"), meta: {"title":"标签"} }],
|
||||
["/blog/archives/", { loader: () => import(/* webpackChunkName: "blog_archives_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/blog/archives/index.html.js"), meta: {"title":"归档"} }],
|
||||
["/blog/categories/", { loader: () => import(/* webpackChunkName: "blog_categories_index.html" */"/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/blog/categories/index.html.js"), meta: {"title":"分类"} }],
|
||||
]);
|
||||
1
doc/docs/.vuepress/.temp/internal/sidebar.js
Normal file
1
doc/docs/.vuepress/.temp/internal/sidebar.js
Normal file
@ -0,0 +1 @@
|
||||
export const sidebar = {"/":{"/":{"items":[{"text":"新手指引","link":"/start/"},{"text":"入门教程","dir":"teach","items":[{"text":"Windows","dir":"Windows","items":"auto","collapsed":false},{"text":"Android","dir":"Android","items":"auto","collapsed":false},{"text":"Ios","dir":"Ios","items":"auto","collapsed":false},{"text":"MacOs","dir":"MacOs","items":"auto","collapsed":false}]},{"text":"进阶教程","dir":"advanced","items":"auto"},{"text":"常见问题与解答","dir":"qa","items":"auto"}],"prefix":"/notes/doc/"}},"__auto__":{"/notes/doc/teach/Windows/":[{"text":"Clash Nyanpasu","link":"/windows/clash-nyanpasu/"},{"text":"Clash Verge Rev","link":"/windows/clash-verge-rev/"},{"text":"Hiddify","link":"/windows/hiddify/"}],"/notes/doc/teach/Android/":[{"text":"Clash Meta","link":"/android/clash-meta/"},{"text":"Hiddify","link":"/android/hiddify/"}],"/notes/doc/teach/Ios/":[{"text":"Hiddify","link":"/ios/hiddify/"},{"text":"Singbox","link":"/ios/singbox/"}],"/notes/doc/teach/MacOs/":[{"text":"Clash Nyanpasu","link":"/macos/clash-nyanpasu/"},{"text":"Clash Verge Reg","link":"/qlabr30g/"},{"text":"Hiddify","link":"/macos/hiddify/"}],"/notes/doc/advanced/":[{"text":"哪个代理软件最适合我?","link":"/un2lbkeo/"}],"/notes/doc/qa/":[{"text":"节点问题","link":"/sdtgjn92/"},{"text":"账户问题","link":"/lpws70ce/"},{"text":"软件问题","link":"/9424av4s/"}]},"__home__":{}}
|
||||
1
doc/docs/.vuepress/.temp/internal/siteData.js
Normal file
1
doc/docs/.vuepress/.temp/internal/siteData.js
Normal file
@ -0,0 +1 @@
|
||||
export const siteData = JSON.parse("{\"base\":\"/\",\"lang\":\"zh-CN\",\"title\":\"文档中心\",\"description\":\"\",\"head\":[[\"link\",{\"rel\":\"icon\",\"type\":\"image/png\",\"href\":\"/favicon.png\"}],[\"link\",{\"rel\":\"stylesheet\",\"href\":\"/styles/index.css\"}]],\"locales\":{}}")
|
||||
1
doc/docs/.vuepress/.temp/internal/themePlumeData.js
Normal file
1
doc/docs/.vuepress/.temp/internal/themePlumeData.js
Normal file
@ -0,0 +1 @@
|
||||
export const themeData = {"locales":{"/":{"selectLanguageName":"简体中文","selectLanguageText":"选择语言","appearanceText":"外观","lightModeSwitchTitle":"切换为浅色主题","darkModeSwitchTitle":"切换为深色主题","outlineLabel":"此页内容","returnToTopLabel":"返回顶部","editLinkText":"编辑此页","contributorsText":"贡献者","prevPageLabel":"上一页","nextPageLabel":"下一页","lastUpdatedText":"最后更新于","changelogText":"变更历史","changelogOnText":"于","changelogButtonText":"查看全部变更历史","copyrightText":"版权所有","copyrightAuthorText":"版权归属:","copyrightCreationOriginalText":"本文链接:","copyrightCreationTranslateText":"本文翻译自:","copyrightCreationReprintText":"本文转载自:","copyrightLicenseText":"许可证:","notFound":{"code":"404","title":"页面未找到","quote":"但是,如果你不改变方向,并且一直寻找,最终可能会到达你要去的地方。","linkText":"返回首页"},"homeText":"首页","blogText":"博客","tagText":"标签","archiveText":"归档","categoryText":"分类","archiveTotalText":"{count} 篇","encryptButtonText":"确认","encryptPlaceholder":"请输入密码","encryptGlobalText":"本站只允许密码访问","encryptPageText":"本页面只允许密码访问","footer":{"message":"Powered by <a target=\"_blank\" href=\"https://v2.vuepress.vuejs.org/\">VuePress</a> & <a target=\"_blank\" href=\"https://theme-plume.vuejs.press\">vuepress-theme-plume</a>"},"logo":"/favicon.png","custom":{"url_site_base":"https://fuc-new.loc","url_this_base":"http://localhost:8081"},"profile":{"avatar":"/favicon.png","name":"My Vuepress Site","description":""},"navbar":[{"text":"首页","link":"/"},{"text":"官网","link":"https://fuc-new.loc"},{"text":"文档","link":"/start/"}]}},"appearance":true,"blog":{"pagination":15,"postList":true,"tags":true,"archives":true,"categories":true,"link":"/blog/","tagsLink":"/blog/tags/","archivesLink":"/blog/archives/","categoriesLink":"/blog/categories/"},"navbarSocialInclude":["github","twitter","discord","facebook"],"aside":true,"outline":[2,3],"externalLinkIcon":true,"editLink":true,"prevPage":true,"nextPage":true,"footer":{"message":"Power by <a target=\"_blank\" href=\"https://v2.vuepress.vuejs.org/\">VuePress</a> & <a target=\"_blank\" href=\"https://theme-plume.vuejs.press\">vuepress-theme-plume</a>"},"logo":"/favicon.png","custom":{"url_site_base":"https://fuc-new.loc","url_this_base":"http://localhost:8081"},"profile":{"avatar":"/favicon.png","name":"My Vuepress Site","description":""},"contributors":true,"changelog":false}
|
||||
2
doc/docs/.vuepress/.temp/markdown-math/config.js
Normal file
2
doc/docs/.vuepress/.temp/markdown-math/config.js
Normal file
@ -0,0 +1,2 @@
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/katex/dist/katex.min.css";
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/plugin-markdown-math/lib/client/styles/katex.css";
|
||||
19
doc/docs/.vuepress/.temp/md-power/config.js
Normal file
19
doc/docs/.vuepress/.temp/md-power/config.js
Normal file
@ -0,0 +1,19 @@
|
||||
import { defineClientConfig } from 'vuepress/client'
|
||||
import Tabs from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/vuepress-plugin-md-power/lib/client/components/Tabs.vue'
|
||||
import CodeTabs from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/vuepress-plugin-md-power/lib/client/components/CodeTabs.vue'
|
||||
import Plot from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/vuepress-plugin-md-power/lib/client/components/Plot.vue'
|
||||
import FileTreeNode from '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/vuepress-plugin-md-power/lib/client/components/FileTreeNode.vue'
|
||||
|
||||
import '/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/vuepress-plugin-md-power/lib/client/styles/index.css'
|
||||
|
||||
export default defineClientConfig({
|
||||
enhance({ router, app }) {
|
||||
app.component('Tabs', Tabs)
|
||||
app.component('CodeTabs', CodeTabs)
|
||||
app.component('Plot', Plot)
|
||||
app.component('FileTreeNode', FileTreeNode)
|
||||
},
|
||||
setup() {
|
||||
|
||||
}
|
||||
})
|
||||
3
doc/docs/.vuepress/.temp/pages/404.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/404.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/404.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"zh-CN\",\"frontmatter\":{\"layout\":\"NotFound\"},\"readingTime\":{\"minutes\":0.01,\"words\":3},\"git\":{},\"filePathRelative\":null,\"headers\":[]}")
|
||||
export { comp, data }
|
||||
4
doc/docs/.vuepress/.temp/pages/404.html.vue
Normal file
4
doc/docs/.vuepress/.temp/pages/404.html.vue
Normal file
@ -0,0 +1,4 @@
|
||||
<template><div><p>404 Not Found</p>
|
||||
</div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/9424av4s/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/9424av4s/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/9424av4s/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/9424av4s/\",\"title\":\"软件问题\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"软件问题\",\"createTime\":\"2025/09/23 15:39:52\",\"permalink\":\"/9424av4s/\"},\"readingTime\":{\"minutes\":3.1,\"words\":930},\"git\":{},\"filePathRelative\":\"notes/doc/qa/软件问题.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
49
doc/docs/.vuepress/.temp/pages/9424av4s/index.html.vue
Normal file
49
doc/docs/.vuepress/.temp/pages/9424av4s/index.html.vue
Normal file
@ -0,0 +1,49 @@
|
||||
<template><div><h2 id="chrome-浏览器无法代理" tabindex="-1"><a class="header-anchor" href="#chrome-浏览器无法代理"><span>Chrome 浏览器无法代理</span></a></h2>
|
||||
<p>此类通常是由于扩展程序插件导致 解决方案:尝试使用无痕模式访问 在 Chrome 浏览器界面使用「快捷键」 打开无痕模式窗口(无痕模式不加载 Chrome 扩展程序)。</p>
|
||||
<p>Windows快捷键: Ctrl+Shift+N</p>
|
||||
<p>macOS快捷键: Shift+Command+N</p>
|
||||
<p>在无痕模式窗口访问 https://ip.skk.moe 查看是否代理成功。</p>
|
||||
<p>如果问题得到解决,请逐个关闭 Chrome 的扩展程序,排查哪个扩展程序所致。</p>
|
||||
<h2 id="github-ssh-push代码失败" tabindex="-1"><a class="header-anchor" href="#github-ssh-push代码失败"><span>GitHub SSH Push代码失败</span></a></h2>
|
||||
<p>因为防止恶意用户使用代理扫爆SSH服务端封禁了22端口的出站连接,您可以使用443端口来Push代码。 在 SSH 配置文件中设置此项,请编辑文件~/.ssh/config,并添加此部分:</p>
|
||||
<div class="language-config line-numbers-mode" data-highlighter="shiki" data-ext="config" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code" v-pre=""><code class="language-config"><span class="line"><span>Host github.com</span></span>
|
||||
<span class="line"><span> Hostname ssh.github.com</span></span>
|
||||
<span class="line"><span> Port 443</span></span>
|
||||
<span class="line"><span> User git</span></span></code></pre>
|
||||
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><p>您可以通过连接到 GitHub.com 来测试其是否有效:</p>
|
||||
<div class="language-shell line-numbers-mode" data-highlighter="shiki" data-ext="shell" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code" v-pre=""><code class="language-shell"><span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">$</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D"> ssh</span><span style="--shiki-light:#A65E2B;--shiki-dark:#C99076"> -T</span><span style="--shiki-light:#B56959;--shiki-dark:#C98A7D"> git@github.com</span></span>
|
||||
<span class="line"><span style="--shiki-light:#AB5959;--shiki-dark:#CB7676">></span><span style="--shiki-light:#393A34;--shiki-dark:#DBD7CAEE"> Hi USERNAME</span><span style="--shiki-light:#AB5959;--shiki-dark:#CB7676">!</span><span style="--shiki-light:#59873A;--shiki-dark:#80A665"> You</span><span style="--shiki-light:#59873A;--shiki-dark:#80A665">'ve successfully authenticated, but GitHub does not</span></span>
|
||||
<span class="line"><span style="--shiki-light:#59873A;--shiki-dark:#80A665">> provide shell access.</span></span></code></pre>
|
||||
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><p><a href="https://docs.github.com/en/authentication/troubleshooting-ssh/using-ssh-over-the-https-port" target="_blank" rel="noopener noreferrer">参考链接</a></p>
|
||||
<h2 id="如果电脑开机后能正常使用qq和微信-但无法通过浏览器上网-可能存在以下几种问题" tabindex="-1"><a class="header-anchor" href="#如果电脑开机后能正常使用qq和微信-但无法通过浏览器上网-可能存在以下几种问题"><span>如果电脑开机后能正常使用QQ和微信,但无法通过浏览器上网,可能存在以下几种问题:</span></a></h2>
|
||||
<ol>
|
||||
<li>网络连接问题
|
||||
网络设置错误:检查网络连接是否正常,确保无线网络或有线连接已正确配置。可以通过QQ和微信确认网络本身通畅(因为它们使用的可能是不同的连接协议)。
|
||||
代理服务器设置:检查是否在浏览器中启用了代理服务器,这可能导致浏览器无法正常上网。可以进入浏览器的网络设置,关闭代理选项(除非确实需要它)。
|
||||
在 Chrome 中,打开 "设置" > "高级" > "系统" > "打开您的计算机的代理设置",并确认代理未被误开启。</li>
|
||||
<li>DNS 设置问题
|
||||
DNS 服务器问题:尝试更改 DNS 设置,使用公共的 DNS 服务器,例如 阿里云 的 DNS(223.5.5.5, 223.6.6.6)或其他常见的 DNS 服务提供商。</li>
|
||||
<li>防火墙或安全软件的干扰
|
||||
防火墙或杀毒软件:某些安全软件或防火墙设置可能阻止了浏览器访问网络。尝试临时关闭防火墙或杀毒软件,看看问题是否解决。</li>
|
||||
<li>浏览器设置或扩展问题
|
||||
浏览器扩展或缓存问题:一些浏览器扩展可能会干扰网络连接。可以尝试使用无扩展的浏览器,或者清除浏览器缓存后重试。
|
||||
清除缓存:在浏览器设置中找到 “清除浏览数据”,选择清除缓存和 Cookie。</li>
|
||||
<li>系统或浏览器故障
|
||||
系统网络设置故障:如果QQ和微信使用的是不同的协议而可以连接,可能是系统的网络协议栈存在问题。可以尝试通过命令行刷新网络设置:
|
||||
按下 Win + R,输入 cmd,按回车进入命令提示符。
|
||||
运行以下命令来刷新 DNS 和重置网络设置:</li>
|
||||
</ol>
|
||||
<div class="language-config line-numbers-mode" data-highlighter="shiki" data-ext="config" style="--shiki-light:#393a34;--shiki-dark:#dbd7caee;--shiki-light-bg:#ffffff;--shiki-dark-bg:#121212"><pre class="shiki shiki-themes vitesse-light vitesse-dark vp-code" v-pre=""><code class="language-config"><span class="line"><span>ipconfig /flushdns</span></span>
|
||||
<span class="line"><span>netsh winsock reset</span></span>
|
||||
<span class="line"><span>netsh int ip reset</span></span></code></pre>
|
||||
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><p>重启电脑后再次尝试。</p>
|
||||
<ol start="6">
|
||||
<li>ISP(互联网服务提供商)的问题
|
||||
确认是否是ISP的问题,可以尝试使用手机热点连接电脑,查看浏览器是否可以正常上网。如果手机热点可以上网,可能是家里的网络有问题。</li>
|
||||
</ol>
|
||||
<h2 id="软件更新问题" tabindex="-1"><a class="header-anchor" href="#软件更新问题"><span>软件更新问题</span></a></h2>
|
||||
<p>Q: AppStore 更新软件一直提示密码错误,但输入的密码是当前ID的正确密码。</p>
|
||||
<p>A: 直接卸载,重新下载。更新软件输入的密码不是下载应用ID的密码。</p>
|
||||
</div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/android/clash-meta/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/android/clash-meta/\",\"title\":\"Clash Meta\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Clash Meta\",\"createTime\":\"2025/09/24 14:23:42\",\"permalink\":\"/android/clash-meta/\"},\"readingTime\":{\"minutes\":0.41,\"words\":124},\"git\":{},\"filePathRelative\":\"notes/doc/teach/Android/Clash Meta.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,20 @@
|
||||
<template><div><h2 id="_1-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_1-购买一个套餐。"><span>1.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/android/clash-meta/1.png" alt="1"></p>
|
||||
<h2 id="_2-下载安装clash-meta。" tabindex="-1"><a class="header-anchor" href="#_2-下载安装clash-meta。"><span>2.下载安装Clash Meta。</span></a></h2>
|
||||
<p><img src="/image/doc/android/clash-meta/2.png" alt="2"></p>
|
||||
<h2 id="_3-导入订阅至clash-meta。" tabindex="-1"><a class="header-anchor" href="#_3-导入订阅至clash-meta。"><span>3.导入订阅至Clash Meta。</span></a></h2>
|
||||
<p>1.在网站面板点击“一键导入clash订阅”。</p>
|
||||
<p><img src="/image/doc/android/clash-meta/3.png" alt="3"></p>
|
||||
<p>2.在弹出的Clash Meta窗口中点击保存。</p>
|
||||
<p><img src="/image/doc/android/clash-meta/4.png" alt="4"></p>
|
||||
<p>3.点击“配置”。</p>
|
||||
<p><img src="/image/doc/android/clash-meta/5.png" alt="5"></p>
|
||||
<p>4.点击勾选导入的订阅卡片,使其生效。</p>
|
||||
<p><img src="/image/doc/android/clash-meta/6.png" alt="6"></p>
|
||||
<h2 id="_4-在应用主页-点击启动clash。" tabindex="-1"><a class="header-anchor" href="#_4-在应用主页-点击启动clash。"><span>4.在应用主页,点击启动clash。</span></a></h2>
|
||||
<p><img src="/image/doc/android/clash-meta/7.png" alt="7"></p>
|
||||
<h2 id="_5-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_5-访问google-成功。"><span>5.访问Google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/android/clash-meta/8.png" alt="8"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/android/hiddify/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/android/hiddify/\",\"title\":\"Hiddify\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Hiddify\",\"createTime\":\"2025/09/24 14:24:45\",\"permalink\":\"/android/hiddify/\"},\"readingTime\":{\"minutes\":0.26,\"words\":78},\"git\":{},\"filePathRelative\":\"notes/doc/teach/Android/Hiddify.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,18 @@
|
||||
<template><div><h2 id="_1-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_1-购买一个套餐。"><span>1.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/android/hiddify/1.png" alt="1"></p>
|
||||
<h2 id="_2-下载安装hiddfiy。" tabindex="-1"><a class="header-anchor" href="#_2-下载安装hiddfiy。"><span>2.下载安装Hiddfiy。</span></a></h2>
|
||||
<p><img src="/image/doc/android/hiddify/2.png" alt="2"></p>
|
||||
<h2 id="_3-复制订阅。" tabindex="-1"><a class="header-anchor" href="#_3-复制订阅。"><span>3.复制订阅。</span></a></h2>
|
||||
<p><img src="/image/doc/android/hiddify/3.png" alt="3"></p>
|
||||
<h2 id="_4-打开hiddify应用-添加配置。" tabindex="-1"><a class="header-anchor" href="#_4-打开hiddify应用-添加配置。"><span>4.打开Hiddify应用,添加配置。</span></a></h2>
|
||||
<p>1.点击“添加配置”。</p>
|
||||
<p><img src="/image/doc/android/hiddify/4.png" alt="4"></p>
|
||||
<p>2.点击“从剪切板添加”。</p>
|
||||
<p><img src="/image/doc/android/hiddify/5.png" alt="5"></p>
|
||||
<h2 id="_5-启动代理。" tabindex="-1"><a class="header-anchor" href="#_5-启动代理。"><span>5.启动代理。</span></a></h2>
|
||||
<p><img src="/image/doc/android/hiddify/6.png" alt="6"></p>
|
||||
<h2 id="_6-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_6-访问google-成功。"><span>6.访问google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/android/hiddify/7.png" alt="7"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/article/baygtkq6/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/article/baygtkq6/\",\"title\":\"Markdown\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Markdown\",\"tags\":[\"markdown\"],\"createTime\":\"2025/09/21 15:08:39\",\"permalink\":\"/article/baygtkq6/\"},\"readingTime\":{\"minutes\":3.36,\"words\":1009},\"git\":{},\"filePathRelative\":\"preview/markdown.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
313
doc/docs/.vuepress/.temp/pages/article/baygtkq6/index.html.vue
Normal file
313
doc/docs/.vuepress/.temp/pages/article/baygtkq6/index.html.vue
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/article/li0yjgjg/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/article/li0yjgjg/\",\"title\":\"自定义组件\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"自定义组件\",\"tags\":[\"预览\",\"组件\"],\"createTime\":\"2025/09/21 15:08:39\",\"permalink\":\"/article/li0yjgjg/\"},\"readingTime\":{\"minutes\":0.07,\"words\":20},\"git\":{},\"filePathRelative\":\"preview/custom-component.example.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,3 @@
|
||||
<template><div><CustomComponent /></div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/baygtkq6/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/baygtkq6/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/baygtkq6/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/baygtkq6/\",\"title\":\"Markdown\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Markdown\",\"tags\":[\"markdown\"],\"createTime\":\"2025/09/21 15:08:39\",\"permalink\":\"/baygtkq6/\"},\"readingTime\":{\"minutes\":3.36,\"words\":1009},\"git\":{},\"filePathRelative\":\"notes/doc/meiyong/markdown.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
313
doc/docs/.vuepress/.temp/pages/baygtkq6/index.html.vue
Normal file
313
doc/docs/.vuepress/.temp/pages/baygtkq6/index.html.vue
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/blog/archives/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/blog/archives/\",\"title\":\"归档\",\"lang\":\"zh-CN\",\"frontmatter\":{\"lang\":\"zh-CN\",\"title\":\"归档\",\"draft\":true},\"readingTime\":{\"minutes\":0,\"words\":0},\"git\":{},\"filePathRelative\":null,\"headers\":[],\"type\":\"blog-archives\"}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,3 @@
|
||||
<template><div></div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/blog/categories/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/blog/categories/\",\"title\":\"分类\",\"lang\":\"zh-CN\",\"frontmatter\":{\"lang\":\"zh-CN\",\"title\":\"分类\",\"draft\":true},\"readingTime\":{\"minutes\":0,\"words\":0},\"git\":{},\"filePathRelative\":null,\"headers\":[],\"type\":\"blog-categories\"}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,3 @@
|
||||
<template><div></div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/blog/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/blog/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/blog/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/blog/\",\"title\":\"博客\",\"lang\":\"zh-CN\",\"frontmatter\":{\"lang\":\"zh-CN\",\"title\":\"博客\",\"draft\":true},\"readingTime\":{\"minutes\":0,\"words\":0},\"git\":{},\"filePathRelative\":null,\"headers\":[],\"type\":\"blog\"}")
|
||||
export { comp, data }
|
||||
3
doc/docs/.vuepress/.temp/pages/blog/index.html.vue
Normal file
3
doc/docs/.vuepress/.temp/pages/blog/index.html.vue
Normal file
@ -0,0 +1,3 @@
|
||||
<template><div></div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/blog/tags/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/blog/tags/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/blog/tags/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/blog/tags/\",\"title\":\"标签\",\"lang\":\"zh-CN\",\"frontmatter\":{\"lang\":\"zh-CN\",\"title\":\"标签\",\"draft\":true},\"readingTime\":{\"minutes\":0,\"words\":0},\"git\":{},\"filePathRelative\":null,\"headers\":[],\"type\":\"blog-tags\"}")
|
||||
export { comp, data }
|
||||
3
doc/docs/.vuepress/.temp/pages/blog/tags/index.html.vue
Normal file
3
doc/docs/.vuepress/.temp/pages/blog/tags/index.html.vue
Normal file
@ -0,0 +1,3 @@
|
||||
<template><div></div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/\",\"title\":\"\",\"lang\":\"zh-CN\",\"frontmatter\":{\"pageLayout\":\"home\",\"copyright\":false,\"externalLinkIcon\":false,\"config\":[{\"type\":\"hero\",\"full\":true,\"background\":\"tint-plate\",\"hero\":{\"name\":\"福云文档中心\",\"//tagline\":\"文档中心\",\"text\":\"您可以在这里查看相关使用教程\",\"actions\":[{\"theme\":\"brand\",\"text\":\"查看教程\",\"link\":\"/start/\"},{\"theme\":\"alt\",\"text\":\"访问官网\",\"link\":\"https://fuc-new.loc\"}]}}]},\"readingTime\":{\"minutes\":0.21,\"words\":63},\"git\":{},\"filePathRelative\":\"README.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
3
doc/docs/.vuepress/.temp/pages/index.html.vue
Normal file
3
doc/docs/.vuepress/.temp/pages/index.html.vue
Normal file
@ -0,0 +1,3 @@
|
||||
<template><div></div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/ios/hiddify/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/ios/hiddify/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/ios/hiddify/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/ios/hiddify/\",\"title\":\"Hiddify\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Hiddify\",\"createTime\":\"2025/09/24 14:25:30\",\"permalink\":\"/ios/hiddify/\"},\"readingTime\":{\"minutes\":0.41,\"words\":122},\"git\":{},\"filePathRelative\":\"notes/doc/teach/Ios/Hiddify.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
19
doc/docs/.vuepress/.temp/pages/ios/hiddify/index.html.vue
Normal file
19
doc/docs/.vuepress/.temp/pages/ios/hiddify/index.html.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template><div><h2 id="_1-首先要使用海外apple-id登陆应用商店-若不会注册海外apple-id可以在这里购买。" tabindex="-1"><a class="header-anchor" href="#_1-首先要使用海外apple-id登陆应用商店-若不会注册海外apple-id可以在这里购买。"><span>1.首先要使用海外apple id登陆应用商店,若不会注册海外apple id可以在<a href="http://kardz.huizhichengfangxinxi.cn/detail/1578286983.html?origin=topic1&origin-title=%E4%B8%93%E9%A2%98%E9%A1%B5&origin-key=default" target="_blank" rel="noopener noreferrer">这里</a>购买。</span></a></h2>
|
||||
<h2 id="_2-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_2-购买一个套餐。"><span>2.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/ios/hiddify/1.png" alt="1"></p>
|
||||
<h2 id="_3-下载安装hiddfiy。" tabindex="-1"><a class="header-anchor" href="#_3-下载安装hiddfiy。"><span>3.下载安装Hiddfiy。</span></a></h2>
|
||||
<p><img src="/image/doc/ios/hiddify/2.png" alt="2"></p>
|
||||
<h2 id="_4-复制订阅。" tabindex="-1"><a class="header-anchor" href="#_4-复制订阅。"><span>4.复制订阅。</span></a></h2>
|
||||
<p><img src="/image/doc/ios/hiddify/3.png" alt="3"></p>
|
||||
<h2 id="_5-打开hiddify应用-添加配置。" tabindex="-1"><a class="header-anchor" href="#_5-打开hiddify应用-添加配置。"><span>5.打开Hiddify应用,添加配置。</span></a></h2>
|
||||
<p>1.点击“添加配置”。</p>
|
||||
<p><img src="/image/doc/ios/hiddify/4.png" alt="4"></p>
|
||||
<p>2.点击“从剪切板添加”。</p>
|
||||
<p><img src="/image/doc/ios/hiddify/5.png" alt="5"></p>
|
||||
<h2 id="_6-启动代理。" tabindex="-1"><a class="header-anchor" href="#_6-启动代理。"><span>6.启动代理。</span></a></h2>
|
||||
<p><img src="/image/doc/ios/hiddify/6.png" alt="6"></p>
|
||||
<h2 id="_7-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_7-访问google-成功。"><span>7.访问google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/ios/hiddify/7.png" alt="7"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/ios/singbox/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/ios/singbox/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/ios/singbox/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/ios/singbox/\",\"title\":\"Singbox\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Singbox\",\"createTime\":\"2025/09/24 14:26:03\",\"permalink\":\"/ios/singbox/\"},\"readingTime\":{\"minutes\":0.43,\"words\":129},\"git\":{},\"filePathRelative\":\"notes/doc/teach/Ios/Singbox.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
19
doc/docs/.vuepress/.temp/pages/ios/singbox/index.html.vue
Normal file
19
doc/docs/.vuepress/.temp/pages/ios/singbox/index.html.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template><div><h2 id="_1-首先要使用海外apple-id登陆应用商店-若不会注册海外apple-id可以在这里购买。" tabindex="-1"><a class="header-anchor" href="#_1-首先要使用海外apple-id登陆应用商店-若不会注册海外apple-id可以在这里购买。"><span>1.首先要使用海外apple id登陆应用商店,若不会注册海外apple id可以在<a href="http://kardz.huizhichengfangxinxi.cn/detail/1578286983.html?origin=topic1&origin-title=%E4%B8%93%E9%A2%98%E9%A1%B5&origin-key=default" target="_blank" rel="noopener noreferrer">这里</a>购买。</span></a></h2>
|
||||
<h2 id="_2-下载安装sing-box。" tabindex="-1"><a class="header-anchor" href="#_2-下载安装sing-box。"><span>2.下载安装sing-box。</span></a></h2>
|
||||
<p><img src="/image/doc/ios/singbox/1.png" alt="1"></p>
|
||||
<h2 id="_3-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_3-购买一个套餐。"><span>3.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/ios/singbox/2.png" alt="2"></p>
|
||||
<h2 id="_4-将订阅导入到singbox。" tabindex="-1"><a class="header-anchor" href="#_4-将订阅导入到singbox。"><span>4.将订阅导入到singbox。</span></a></h2>
|
||||
<p>1.点击“一键导入singbox”。
|
||||
<img src="/image/doc/ios/singbox/3.png" alt="3"></p>
|
||||
<p>2.在弹出的窗口中点击“import”。
|
||||
<img src="/image/doc/ios/singbox/4.png" alt="4"></p>
|
||||
<p>3.点击create。
|
||||
<img src="/image/doc/ios/singbox/5.png" alt="5"></p>
|
||||
<p>4.点击“dashboard”,然后打开“enabled”开关
|
||||
<img src="/image/doc/ios/singbox/6.png" alt="6"></p>
|
||||
<h2 id="_7-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_7-访问google-成功。"><span>7.访问google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/ios/singbox/7.png" alt="7"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/lpws70ce/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/lpws70ce/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/lpws70ce/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/lpws70ce/\",\"title\":\"账户问题\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"账户问题\",\"createTime\":\"2025/09/22 16:14:36\",\"permalink\":\"/lpws70ce/\"},\"readingTime\":{\"minutes\":0.68,\"words\":203},\"git\":{},\"filePathRelative\":\"notes/doc/qa/账户问题.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
12
doc/docs/.vuepress/.temp/pages/lpws70ce/index.html.vue
Normal file
12
doc/docs/.vuepress/.temp/pages/lpws70ce/index.html.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template><div><h2 id="付款后多久到账" tabindex="-1"><a class="header-anchor" href="#付款后多久到账"><span>付款后多久到账?</span></a></h2>
|
||||
<p>正常情况下支付成功后即刻自动到账。如果出现付款后长时间没到账请联系在线客服或提交工单。</p>
|
||||
<h2 id="账户的连接信息被他人盗用了-如何修改" tabindex="-1"><a class="header-anchor" href="#账户的连接信息被他人盗用了-如何修改"><span>账户的连接信息被他人盗用了,如何修改?</span></a></h2>
|
||||
<img src="/image/doc/resub.png">
|
||||
在<a v-bind:href="$theme.custom.url_site_base+'/user/profile'" target="_blank">我的账号</a>页面,重置订阅链接。
|
||||
<h2 id="套餐可以退款吗" tabindex="-1"><a class="header-anchor" href="#套餐可以退款吗"><span>套餐可以退款吗?</span></a></h2>
|
||||
<p>由于虚拟产品的特殊性,所有套餐一经售出后都不支持退款,请确认后购买,谢谢您的支持和理解。</p>
|
||||
<h2 id="账号能分享给朋友使用吗" tabindex="-1"><a class="header-anchor" href="#账号能分享给朋友使用吗"><span>账号能分享给朋友使用吗?</span></a></h2>
|
||||
<p>账号不支持任何形式的共享行为,发现了会封禁账号,如果你共享了账号后端可能会触发自动封禁程序。</p>
|
||||
</div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/macos/clash-nyanpasu/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/macos/clash-nyanpasu/\",\"title\":\"Clash Nyanpasu\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Clash Nyanpasu\",\"createTime\":\"2025/09/24 14:26:33\",\"permalink\":\"/macos/clash-nyanpasu/\"},\"readingTime\":{\"minutes\":0.44,\"words\":132},\"git\":{},\"filePathRelative\":\"notes/doc/teach/MacOs/Clash Nyanpasu.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,19 @@
|
||||
<template><div><h2 id="_1-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_1-购买一个套餐。"><span>1.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-nyanpasu/1.png" alt="1"></p>
|
||||
<h2 id="_2-下载安装clash-nyanpasu-根据您的mac芯片。" tabindex="-1"><a class="header-anchor" href="#_2-下载安装clash-nyanpasu-根据您的mac芯片。"><span>2.下载安装Clash Nyanpasu,根据您的mac芯片。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-nyanpasu/2.png" alt="2"></p>
|
||||
<h2 id="_3-复制clash订阅链接。" tabindex="-1"><a class="header-anchor" href="#_3-复制clash订阅链接。"><span>3.复制Clash订阅链接。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-nyanpasu/3.png" alt="3"></p>
|
||||
<h2 id="_4-打开clash-nyanpasu-添加订阅。" tabindex="-1"><a class="header-anchor" href="#_4-打开clash-nyanpasu-添加订阅。"><span>4.打开Clash Nyanpasu,添加订阅。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-nyanpasu/4.png" alt="4"></p>
|
||||
<h2 id="_5-点一下新添加的订阅卡片-应用该订阅。" tabindex="-1"><a class="header-anchor" href="#_5-点一下新添加的订阅卡片-应用该订阅。"><span>5.点一下新添加的订阅卡片,应用该订阅。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-nyanpasu/5.png" alt="5"></p>
|
||||
<h2 id="_6-在mac菜单栏中找到猫咪图标-勾选-系统代理-。" tabindex="-1"><a class="header-anchor" href="#_6-在mac菜单栏中找到猫咪图标-勾选-系统代理-。"><span>6.在mac菜单栏中找到猫咪图标,勾选“系统代理”。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-nyanpasu/6.png" alt="6"></p>
|
||||
<h2 id="_7-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_7-访问google-成功。"><span>7.访问google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-nyanpasu/7.png" alt="7"></p>
|
||||
<h2 id="另外-如需访问冷门网站-请勾选-全局模式-。" tabindex="-1"><a class="header-anchor" href="#另外-如需访问冷门网站-请勾选-全局模式-。"><span>另外,如需访问冷门网站,请勾选“全局模式”。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-nyanpasu/8.png" alt="8"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/macos/hiddify/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/macos/hiddify/\",\"title\":\"Hiddify\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Hiddify\",\"createTime\":\"2025/09/24 14:27:07\",\"permalink\":\"/macos/hiddify/\"},\"readingTime\":{\"minutes\":0.43,\"words\":130},\"git\":{},\"filePathRelative\":\"notes/doc/teach/MacOs/Hiddify.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
21
doc/docs/.vuepress/.temp/pages/macos/hiddify/index.html.vue
Normal file
21
doc/docs/.vuepress/.temp/pages/macos/hiddify/index.html.vue
Normal file
@ -0,0 +1,21 @@
|
||||
<template><div><h2 id="_1-首先需要海外apple-id-若不会注册可以在这里购买。" tabindex="-1"><a class="header-anchor" href="#_1-首先需要海外apple-id-若不会注册可以在这里购买。"><span>1.首先需要海外apple id,若不会注册可以在<a href="http://kardz.huizhichengfangxinxi.cn/detail/1578286983.html?origin=topic1&origin-title=%E4%B8%93%E9%A2%98%E9%A1%B5&origin-key=default" target="_blank" rel="noopener noreferrer">这里</a>购买。</span></a></h2>
|
||||
<h2 id="_2-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_2-购买一个套餐。"><span>2.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/hiddify/1.png" alt="1"></p>
|
||||
<h2 id="_3-下载安装hiddify。" tabindex="-1"><a class="header-anchor" href="#_3-下载安装hiddify。"><span>3.下载安装Hiddify。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/hiddify/2.png" alt="2"></p>
|
||||
<h2 id="_4-复制hiddify订阅链接。" tabindex="-1"><a class="header-anchor" href="#_4-复制hiddify订阅链接。"><span>4.复制Hiddify订阅链接。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/hiddify/3.png" alt="3"></p>
|
||||
<h2 id="_5-打开hiddify-添加订阅。" tabindex="-1"><a class="header-anchor" href="#_5-打开hiddify-添加订阅。"><span>5.打开Hiddify,添加订阅。</span></a></h2>
|
||||
<p>1.点击右上角的“+”号。
|
||||
<img src="/image/doc/macos/hiddify/4-1.png" alt="4-1">
|
||||
2.点击“从剪切板添加”。
|
||||
<img src="/image/doc/macos/hiddify/4-2.png" alt="4-2">
|
||||
3.等待订阅添加完成。
|
||||
<img src="/image/doc/macos/hiddify/4-3.png" alt="4-3"></p>
|
||||
<h2 id="_6-启动代理。" tabindex="-1"><a class="header-anchor" href="#_6-启动代理。"><span>6.启动代理。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/hiddify/5.png" alt="5"></p>
|
||||
<h2 id="_7-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_7-访问google-成功。"><span>7.访问google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/hiddify/6.png" alt="6"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/qlabr30g/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/qlabr30g/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/qlabr30g/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/qlabr30g/\",\"title\":\"Clash Verge Reg\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Clash Verge Reg\",\"createTime\":\"2025/09/24 19:17:43\",\"permalink\":\"/qlabr30g/\"},\"readingTime\":{\"minutes\":0.4,\"words\":120},\"git\":{},\"filePathRelative\":\"notes/doc/teach/MacOs/Clash Verge Rev.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
18
doc/docs/.vuepress/.temp/pages/qlabr30g/index.html.vue
Normal file
18
doc/docs/.vuepress/.temp/pages/qlabr30g/index.html.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template><div><h2 id="_1-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_1-购买一个套餐。"><span>1.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-verge-rev/1.png" alt="1"></p>
|
||||
<h2 id="_2-下载安装clash-verge-rev。" tabindex="-1"><a class="header-anchor" href="#_2-下载安装clash-verge-rev。"><span>2.下载安装Clash Verge Rev。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-verge-rev/2.png" alt="2"></p>
|
||||
<h2 id="_3-复制clash订阅。" tabindex="-1"><a class="header-anchor" href="#_3-复制clash订阅。"><span>3.复制Clash订阅。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-verge-rev/3.png" alt="3"></p>
|
||||
<h2 id="_4-打开clash-verge-rev-添加订阅。" tabindex="-1"><a class="header-anchor" href="#_4-打开clash-verge-rev-添加订阅。"><span>4.打开Clash Verge Rev,添加订阅。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-verge-rev/4.png" alt="4">
|
||||
将订阅链接粘贴至画线处,然后点击导入。</p>
|
||||
<h2 id="_5-打开系统代理开关。" tabindex="-1"><a class="header-anchor" href="#_5-打开系统代理开关。"><span>5.打开系统代理开关。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-verge-rev/5.png" alt="5"></p>
|
||||
<h2 id="_6-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_6-访问google-成功。"><span>6.访问google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-verge-rev/6.png" alt="6"></p>
|
||||
<h2 id="另外-如需访问冷门网站-请切换为全局模式。" tabindex="-1"><a class="header-anchor" href="#另外-如需访问冷门网站-请切换为全局模式。"><span>另外,如需访问冷门网站,请切换为全局模式。</span></a></h2>
|
||||
<p><img src="/image/doc/macos/clash-verge-rev/7.png" alt="7"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/sdtgjn92/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/sdtgjn92/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/sdtgjn92/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/sdtgjn92/\",\"title\":\"节点问题\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"节点问题\",\"createTime\":\"2025/09/23 15:32:32\",\"permalink\":\"/sdtgjn92/\"},\"readingTime\":{\"minutes\":0.65,\"words\":194},\"git\":{},\"filePathRelative\":\"notes/doc/qa/节点问题.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
9
doc/docs/.vuepress/.temp/pages/sdtgjn92/index.html.vue
Normal file
9
doc/docs/.vuepress/.temp/pages/sdtgjn92/index.html.vue
Normal file
@ -0,0 +1,9 @@
|
||||
<template><div><h2 id="按照教程设置了-但是还是没法用怎么办" tabindex="-1"><a class="header-anchor" href="#按照教程设置了-但是还是没法用怎么办"><span>按照教程设置了,但是还是没法用怎么办?</span></a></h2>
|
||||
<p>请保证您没有安装/配置过其他的代理软件/代理规则/浏览器插件等,多个代理软件/规则可能会导致冲突,导致无法使用。请先确保系统纯净后,再尝试。</p>
|
||||
<h2 id="看完了教程后还是不会用-可以提供一对一技术支持吗" tabindex="-1"><a class="header-anchor" href="#看完了教程后还是不会用-可以提供一对一技术支持吗"><span>看完了教程后还是不会用,可以提供一对一技术支持吗?</span></a></h2>
|
||||
<p>本站暂不提供一对一技术支持服务,请谅解。您可以在YouTube搜索对应软件的视频教程。</p>
|
||||
<h2 id="节点可以玩游戏吗" tabindex="-1"><a class="header-anchor" href="#节点可以玩游戏吗"><span>节点可以玩游戏吗?</span></a></h2>
|
||||
<p>节点可用于加速游戏。由于本站节点没有对游戏加速进行优化,不保证游戏加速效果。</p>
|
||||
</div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/start/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/start/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/start/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/start/\",\"title\":\"新手指引\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"新手指引\",\"createTime\":\"2025/09/21 15:08:39\",\"permalink\":\"/start/\"},\"readingTime\":{\"minutes\":0.3,\"words\":91},\"git\":{},\"filePathRelative\":\"notes/doc/README.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
10
doc/docs/.vuepress/.temp/pages/start/index.html.vue
Normal file
10
doc/docs/.vuepress/.temp/pages/start/index.html.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template><div><h2 id="如果您是新手-可以无脑按照我们的教程来。" tabindex="-1"><a class="header-anchor" href="#如果您是新手-可以无脑按照我们的教程来。"><span>如果您是新手,可以无脑按照我们的教程来。</span></a></h2>
|
||||
<p><VPLink href="/windows/clash-nyanpasu/">Windows端教程</VPLink></p>
|
||||
<p><VPLink href="/ios/clash-meta/">Android端教程</VPLink></p>
|
||||
<p><VPLink href="/ios/hiddify/">Ios端教程</VPLink></p>
|
||||
<p><VPLink href="/macos/clash-nyanpasu/">Macos端教程</VPLink></p>
|
||||
<h2 id="如果您已经学会基本使用-想获得更好的体验-可以参考以下文章。" tabindex="-1"><a class="header-anchor" href="#如果您已经学会基本使用-想获得更好的体验-可以参考以下文章。"><span>如果您已经学会基本使用,想获得更好的体验,可以参考以下文章。</span></a></h2>
|
||||
<p><VPLink href="/un2lbkeo/">哪个代理软件最适合我?</VPLink></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
3
doc/docs/.vuepress/.temp/pages/un2lbkeo/index.html.js
Normal file
3
doc/docs/.vuepress/.temp/pages/un2lbkeo/index.html.js
Normal file
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/un2lbkeo/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/un2lbkeo/\",\"title\":\"哪个代理软件最适合我?\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"哪个代理软件最适合我?\",\"createTime\":\"2025/09/28 12:54:04\",\"permalink\":\"/un2lbkeo/\"},\"readingTime\":{\"minutes\":1.02,\"words\":306},\"git\":{},\"filePathRelative\":\"notes/doc/advanced/哪个代理软件最适合我?.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
30
doc/docs/.vuepress/.temp/pages/un2lbkeo/index.html.vue
Normal file
30
doc/docs/.vuepress/.temp/pages/un2lbkeo/index.html.vue
Normal file
@ -0,0 +1,30 @@
|
||||
<template><div><h2 id="琳琅盲目的客户端版本常让新手感到困惑-我该使用哪个版本" tabindex="-1"><a class="header-anchor" href="#琳琅盲目的客户端版本常让新手感到困惑-我该使用哪个版本"><span>琳琅盲目的客户端版本常让新手感到困惑:我该使用哪个版本?</span></a></h2>
|
||||
<p>首先帮您挑选出目前最泛用的版本,您可以无脑选择它们,不会有大问题。</p>
|
||||
<p>Windows端:<VPLink href="/windows/clash-nyanpasu/">Clash Nyanpasu</VPLink></p>
|
||||
<p>Android端:<VPLink href="/ios/clash-meta/">Clash Meta</VPLink></p>
|
||||
<p>Ios端:<VPLink href="/ios/hiddify/">Hiddify</VPLink></p>
|
||||
<p>Macos端:<VPLink href="/macos/clash-nyanpasu/">Clash Nyanpasu</VPLink></p>
|
||||
<h2 id="这些软件的优劣势" tabindex="-1"><a class="header-anchor" href="#这些软件的优劣势"><span>这些软件的优劣势?</span></a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Clash系列</p>
|
||||
<ul>
|
||||
<li>国内普遍使用Clash系列,其主要优势是百度中文资料多,遇到问题问百度方便。</li>
|
||||
<li>Clash有很多版本,目前保持更新且界面最美观的为<VPLink href="/windows/clash-nyanpasu/">Nyanpasu</VPLink>版本。</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>Hiddify</p>
|
||||
<ul>
|
||||
<li>国外普遍使用Hiddify,界面简洁易上手,全平台可用,是非常成熟的产品。</li>
|
||||
<li>Hiddify的生态与Clash不同,Hiddify只有一个版本,且会一直更新。</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="补充" tabindex="-1"><a class="header-anchor" href="#补充"><span>补充</span></a></h2>
|
||||
<p>已经不流行,或者停止更新的软件,我们就不再推荐,保持清爽。</p>
|
||||
<p>比如Hiddify在Ios端完全可以替代小火箭(Shadowroket),更好用且免费,我们不再推荐小火箭。</p>
|
||||
<p>一键客户端目前其实不成熟,我们维护成本高,用户使用问题多,追求方便更推荐使用Hiddify。</p>
|
||||
</div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/windows/clash-nyanpasu/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/windows/clash-nyanpasu/\",\"title\":\"Clash Nyanpasu\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Clash Nyanpasu\",\"createTime\":\"2025/09/22 16:11:59\",\"permalink\":\"/windows/clash-nyanpasu/\"},\"readingTime\":{\"minutes\":0.45,\"words\":134},\"git\":{},\"filePathRelative\":\"notes/doc/teach/Windows/Clash Nyanpasu.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,19 @@
|
||||
<template><div><h2 id="_1-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_1-购买一个套餐。"><span>1.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-nyanpasu/1.png" alt="1"></p>
|
||||
<h2 id="_2-下载clash-nyanpasu。" tabindex="-1"><a class="header-anchor" href="#_2-下载clash-nyanpasu。"><span>2.下载Clash Nyanpasu。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-nyanpasu/2.png" alt="2"></p>
|
||||
<h2 id="_3-复制订阅链接。" tabindex="-1"><a class="header-anchor" href="#_3-复制订阅链接。"><span>3.复制订阅链接。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-nyanpasu/3.png" alt="3"></p>
|
||||
<h2 id="_4-导入订阅配置到clash-nyanpasu" tabindex="-1"><a class="header-anchor" href="#_4-导入订阅配置到clash-nyanpasu"><span>4.导入订阅配置到Clash Nyanpasu</span></a></h2>
|
||||
<p>1.打开Clash Nyanpasu,将订阅链接粘贴至画线处,然后回车。</p>
|
||||
<p><img src="/image/doc/windows/clash-nyanpasu/4.png" alt="4"></p>
|
||||
<p>2.点一下导入的订阅卡,卡片亮起代表使用该订阅。</p>
|
||||
<p><img src="/image/doc/windows/clash-nyanpasu/5.png" alt="5"></p>
|
||||
<h2 id="_4-开启系统代理。" tabindex="-1"><a class="header-anchor" href="#_4-开启系统代理。"><span>4.开启系统代理。</span></a></h2>
|
||||
<p>点击“系统代理按钮”,按钮亮起说明开启成功。</p>
|
||||
<p><img src="/image/doc/windows/clash-nyanpasu/6.png" alt="6"></p>
|
||||
<h2 id="_5-访问谷歌-成功。" tabindex="-1"><a class="header-anchor" href="#_5-访问谷歌-成功。"><span>5.访问谷歌,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-nyanpasu/7.png" alt="7"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/windows/clash-verge-rev/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/windows/clash-verge-rev/\",\"title\":\"Clash Verge Rev\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Clash Verge Rev\",\"createTime\":\"2025/09/22 16:11:59\",\"permalink\":\"/windows/clash-verge-rev/\"},\"readingTime\":{\"minutes\":0.4,\"words\":121},\"git\":{},\"filePathRelative\":\"notes/doc/teach/Windows/Clash Verge Rev.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,18 @@
|
||||
<template><div><h2 id="_1-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_1-购买一个套餐。"><span>1.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-verge-rev/1.png" alt="1"></p>
|
||||
<h2 id="_2-下载clash-verge-rev。" tabindex="-1"><a class="header-anchor" href="#_2-下载clash-verge-rev。"><span>2.下载Clash Verge Rev。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-verge-rev/2.png" alt="2"></p>
|
||||
<h2 id="_3-复制clash订阅。" tabindex="-1"><a class="header-anchor" href="#_3-复制clash订阅。"><span>3.复制Clash订阅。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-verge-rev/3.png" alt="3"></p>
|
||||
<h2 id="_4-打开clash-verge-rev-添加订阅。" tabindex="-1"><a class="header-anchor" href="#_4-打开clash-verge-rev-添加订阅。"><span>4.打开Clash Verge Rev,添加订阅。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-verge-rev/4.png" alt="4">
|
||||
将订阅链接粘贴至画线处,然后点击导入。</p>
|
||||
<h2 id="_5-打开系统代理开关。" tabindex="-1"><a class="header-anchor" href="#_5-打开系统代理开关。"><span>5.打开系统代理开关。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-verge-rev/6.png" alt="6"></p>
|
||||
<h2 id="_6-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_6-访问google-成功。"><span>6.访问google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-verge-rev/7.png" alt="7"></p>
|
||||
<h2 id="_7-另外-如需访问冷门网站-需切换为全局模式。" tabindex="-1"><a class="header-anchor" href="#_7-另外-如需访问冷门网站-需切换为全局模式。"><span>7.另外,如需访问冷门网站,需切换为全局模式。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/clash-verge-rev/8.png" alt="8"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
import comp from "/private/var/www/wwwroot/fuc-new.loc/doc/docs/.vuepress/.temp/pages/windows/hiddify/index.html.vue"
|
||||
const data = JSON.parse("{\"path\":\"/windows/hiddify/\",\"title\":\"Hiddify\",\"lang\":\"zh-CN\",\"frontmatter\":{\"title\":\"Hiddify\",\"createTime\":\"2025/09/22 16:11:59\",\"permalink\":\"/windows/hiddify/\"},\"readingTime\":{\"minutes\":0.32,\"words\":95},\"git\":{},\"filePathRelative\":\"notes/doc/teach/Windows/Hiddify.md\",\"headers\":[]}")
|
||||
export { comp, data }
|
||||
@ -0,0 +1,20 @@
|
||||
<template><div><h2 id="_2-购买一个套餐。" tabindex="-1"><a class="header-anchor" href="#_2-购买一个套餐。"><span>2.购买一个套餐。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/hiddify/1.png" alt="1"></p>
|
||||
<h2 id="_3-下载hiddify。" tabindex="-1"><a class="header-anchor" href="#_3-下载hiddify。"><span>3.下载Hiddify。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/hiddify/2.png" alt="2"></p>
|
||||
<h2 id="_4-复制hiddify订阅链接。" tabindex="-1"><a class="header-anchor" href="#_4-复制hiddify订阅链接。"><span>4.复制Hiddify订阅链接。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/hiddify/3.png" alt="3"></p>
|
||||
<h2 id="_5-打开hiddify-添加订阅。" tabindex="-1"><a class="header-anchor" href="#_5-打开hiddify-添加订阅。"><span>5.打开Hiddify,添加订阅。</span></a></h2>
|
||||
<p>1.点击右上角的“+”号。
|
||||
<img src="/image/doc/windows/hiddify/4-1.png" alt="4-1">
|
||||
2.点击“从剪切板添加”。
|
||||
<img src="/image/doc/windows/hiddify/4-2.png" alt="4-2">
|
||||
3.等待订阅添加完成。
|
||||
<img src="/image/doc/windows/hiddify/4-3.png" alt="4-3"></p>
|
||||
<h2 id="_6-启动代理。" tabindex="-1"><a class="header-anchor" href="#_6-启动代理。"><span>6.启动代理。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/hiddify/5.png" alt="5"></p>
|
||||
<h2 id="_7-访问google-成功。" tabindex="-1"><a class="header-anchor" href="#_7-访问google-成功。"><span>7.访问google,成功。</span></a></h2>
|
||||
<p><img src="/image/doc/windows/hiddify/6.png" alt="6"></p>
|
||||
</div></template>
|
||||
|
||||
|
||||
17
doc/docs/.vuepress/.temp/shiki/config.js
Normal file
17
doc/docs/.vuepress/.temp/shiki/config.js
Normal file
@ -0,0 +1,17 @@
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/base.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/plugin-shiki/lib/client/styles/shiki.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/line-numbers.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/notation-highlight.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/notation-diff.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/notation-error-level.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/notation-focus.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/notation-highlight.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/notation-word-highlight.css"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/collapsed-lines.css"
|
||||
import { setupCollapsedLines } from "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/index.js"
|
||||
import "/private/var/www/wwwroot/fuc-new.loc/doc/node_modules/@vuepress/highlighter-helper/lib/client/styles/code-block-title.css"
|
||||
export default {
|
||||
setup() {
|
||||
setupCollapsedLines()
|
||||
},
|
||||
}
|
||||
22
doc/docs/.vuepress/client.ts
Normal file
22
doc/docs/.vuepress/client.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { defineClientConfig } from 'vuepress/client'
|
||||
// import RepoCard from 'vuepress-theme-plume/features/RepoCard.vue'
|
||||
// import NpmBadge from 'vuepress-theme-plume/features/NpmBadge.vue'
|
||||
// import NpmBadgeGroup from 'vuepress-theme-plume/features/NpmBadgeGroup.vue'
|
||||
// import Swiper from 'vuepress-theme-plume/features/Swiper.vue'
|
||||
|
||||
// import CustomComponent from './theme/components/Custom.vue'
|
||||
|
||||
// import './theme/styles/custom.css'
|
||||
|
||||
export default defineClientConfig({
|
||||
enhance({ app }) {
|
||||
// built-in components
|
||||
// app.component('RepoCard', RepoCard)
|
||||
// app.component('NpmBadge', NpmBadge)
|
||||
// app.component('NpmBadgeGroup', NpmBadgeGroup)
|
||||
// app.component('Swiper', Swiper) // you should install `swiper`
|
||||
|
||||
// your custom components
|
||||
// app.component('CustomComponent', CustomComponent)
|
||||
},
|
||||
})
|
||||
26
doc/docs/.vuepress/components/DynamicLink.vue
Normal file
26
doc/docs/.vuepress/components/DynamicLink.vue
Normal file
@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<a :href="fullUrl" target="_blank">{{ text }}</a>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
// 只需要传递需要追加的字符串和链接文本
|
||||
appendString: {
|
||||
type: String,
|
||||
default: '' // 如果没有传入,则默认为空字符串
|
||||
},
|
||||
text: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
fullUrl() {
|
||||
// 在这里直接访问 VuePress 的全局主题配置
|
||||
const baseUrl = this.$theme.custom.url_site_base;
|
||||
return `${baseUrl}${this.appendString}`;
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
192
doc/docs/.vuepress/config.ts
Normal file
192
doc/docs/.vuepress/config.ts
Normal file
@ -0,0 +1,192 @@
|
||||
/**
|
||||
* 查看以下文档了解主题配置
|
||||
* - @see https://theme-plume.vuejs.press/config/intro/ 配置说明
|
||||
* - @see https://theme-plume.vuejs.press/config/theme/ 主题配置项
|
||||
*
|
||||
* 请注意,对此文件的修改都会重启 vuepress 服务。
|
||||
* 部分配置项的更新没有必要重启 vuepress 服务,建议请在 `.vuepress/config.ts` 文件中配置
|
||||
*
|
||||
* 特别的,请不要在两个配置文件中重复配置相同的项,当前文件的配置项会被覆盖
|
||||
*/
|
||||
|
||||
import { viteBundler } from '@vuepress/bundler-vite'
|
||||
import { defineUserConfig } from 'vuepress'
|
||||
import { plumeTheme } from 'vuepress-theme-plume'
|
||||
|
||||
export default defineUserConfig({
|
||||
base: '/',
|
||||
lang: 'zh-CN',
|
||||
title: '文档中心',
|
||||
description: '',
|
||||
head: [
|
||||
// 配置站点图标
|
||||
// ['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }],
|
||||
['link', { rel: 'icon', type: 'image/png', href: '/favicon.png' }],
|
||||
['link', { rel: 'stylesheet', href: '/styles/index.css' }]
|
||||
],
|
||||
bundler: viteBundler(),
|
||||
shouldPrefetch: false, // 站点较大,页面数量较多时,不建议启用
|
||||
|
||||
theme: plumeTheme({
|
||||
logo: '/favicon.png',
|
||||
|
||||
custom: {
|
||||
url_site_base: 'https://fuc-new.loc',
|
||||
url_this_base: 'http://localhost:8081',
|
||||
},
|
||||
|
||||
/* 添加您的部署域名, 有助于 SEO, 生成 sitemap */
|
||||
// hostname: 'https://your_site_url',
|
||||
|
||||
/* 文档仓库配置,用于 editLink */
|
||||
// docsRepo: '',
|
||||
// docsDir: 'docs',
|
||||
// docsBranch: '',
|
||||
|
||||
/* 页内信息 */
|
||||
// editLink: true,
|
||||
// lastUpdated: true,
|
||||
// contributors: true,
|
||||
// changelog: false,
|
||||
|
||||
/**
|
||||
* 博客
|
||||
* @see https://theme-plume.vuejs.press/config/basic/#blog
|
||||
*/
|
||||
// blog: false, // 禁用博客
|
||||
// blog: {
|
||||
// postList: true, // 是否启用文章列表页
|
||||
// tags: true, // 是否启用标签页
|
||||
// archives: true, // 是否启用归档页
|
||||
// categories: true, // 是否启用分类页
|
||||
// postCover: 'right', // 文章封面位置
|
||||
// pagination: 15, // 每页显示文章数量
|
||||
// },
|
||||
|
||||
/* 博客文章页面链接前缀 */
|
||||
article: '/article/',
|
||||
|
||||
/**
|
||||
* 编译缓存,加快编译速度
|
||||
* @see https://theme-plume.vuejs.press/config/basic/#cache
|
||||
*/
|
||||
cache: 'filesystem',
|
||||
|
||||
/**
|
||||
* 为 markdown 文件自动添加 frontmatter 配置
|
||||
* @see https://theme-plume.vuejs.press/config/basic/#autofrontmatter
|
||||
*/
|
||||
// autoFrontmatter: {
|
||||
// permalink: true, // 是否生成永久链接
|
||||
// createTime: true, // 是否生成创建时间
|
||||
// title: true, // 是否生成标题
|
||||
// },
|
||||
|
||||
/* 本地搜索, 默认启用 */
|
||||
search: { provider: 'local' },
|
||||
|
||||
/**
|
||||
* Algolia DocSearch
|
||||
* 启用此搜索需要将 本地搜索 search 设置为 false
|
||||
* @see https://theme-plume.vuejs.press/config/plugins/search/#algolia-docsearch
|
||||
*/
|
||||
// search: {
|
||||
// provider: 'algolia',
|
||||
// appId: '',
|
||||
// apiKey: '',
|
||||
// indexName: '',
|
||||
// },
|
||||
|
||||
/**
|
||||
* Shiki 代码高亮
|
||||
* @see https://theme-plume.vuejs.press/config/plugins/code-highlight/
|
||||
*/
|
||||
// codeHighlighter: {
|
||||
// twoslash: true, // 启用 twoslash
|
||||
// whitespace: true, // 启用 空格/Tab 高亮
|
||||
// lineNumbers: true, // 启用行号
|
||||
// },
|
||||
|
||||
/* 文章字数统计、阅读时间,设置为 false 则禁用 */
|
||||
// readingTime: true,
|
||||
|
||||
/**
|
||||
* markdown
|
||||
* @see https://theme-plume.vuejs.press/config/markdown/
|
||||
*/
|
||||
// markdown: {
|
||||
// abbr: true, // 启用 abbr 语法 *[label]: content
|
||||
// annotation: true, // 启用 annotation 语法 [+label]: content
|
||||
// pdf: true, // 启用 PDF 嵌入 @[pdf](/xxx.pdf)
|
||||
// caniuse: true, // 启用 caniuse 语法 @[caniuse](feature_name)
|
||||
// plot: true, // 启用隐秘文本语法 !!xxxx!!
|
||||
// bilibili: true, // 启用嵌入 bilibili视频 语法 @[bilibili](bid)
|
||||
// youtube: true, // 启用嵌入 youtube视频 语法 @[youtube](video_id)
|
||||
// artPlayer: true, // 启用嵌入 artPlayer 本地视频 语法 @[artPlayer](url)
|
||||
// audioReader: true, // 启用嵌入音频朗读功能 语法 @[audioReader](url)
|
||||
// icon: { provider: 'iconify' }, // 启用内置图标语法 ::icon-name::
|
||||
// table: true, // 启用表格增强容器语法 ::: table
|
||||
// codepen: true, // 启用嵌入 codepen 语法 @[codepen](user/slash)
|
||||
// replit: true, // 启用嵌入 replit 语法 @[replit](user/repl-name)
|
||||
// codeSandbox: true, // 启用嵌入 codeSandbox 语法 @[codeSandbox](id)
|
||||
// jsfiddle: true, // 启用嵌入 jsfiddle 语法 @[jsfiddle](user/id)
|
||||
// npmTo: true, // 启用 npm-to 容器 ::: npm-to
|
||||
// demo: true, // 启用 demo 容器 ::: demo
|
||||
// repl: { // 启用 代码演示容器
|
||||
// go: true, // ::: go-repl
|
||||
// rust: true, // ::: rust-repl
|
||||
// kotlin: true, // ::: kotlin-repl
|
||||
// python: true, // ::: python-repl
|
||||
// },
|
||||
// math: { // 启用数学公式
|
||||
// type: 'katex',
|
||||
// },
|
||||
// chartjs: true, // 启用 chart.js
|
||||
// echarts: true, // 启用 ECharts
|
||||
// mermaid: true, // 启用 mermaid
|
||||
// flowchart: true, // 启用 flowchart
|
||||
// image: {
|
||||
// figure: true, // 启用 figure
|
||||
// lazyload: true, // 启用图片懒加载
|
||||
// mark: true, // 启用图片标记
|
||||
// size: true, // 启用图片大小
|
||||
// },
|
||||
// include: true, // 在 Markdown 文件中导入其他 markdown 文件内容
|
||||
// imageSize: 'local', // 启用 自动填充 图片宽高属性,避免页面抖动
|
||||
// },
|
||||
|
||||
/**
|
||||
* 水印
|
||||
* @see https://theme-plume.vuejs.press/guide/features/watermark/
|
||||
*/
|
||||
// watermark: true,
|
||||
|
||||
/**
|
||||
* 评论 comments
|
||||
* @see https://theme-plume.vuejs.press/guide/features/comments/
|
||||
*/
|
||||
// comment: {
|
||||
// provider: '', // "Artalk" | "Giscus" | "Twikoo" | "Waline"
|
||||
// comment: true,
|
||||
// repo: '',
|
||||
// repoId: '',
|
||||
// category: '',
|
||||
// categoryId: '',
|
||||
// mapping: 'pathname',
|
||||
// reactionsEnabled: true,
|
||||
// inputPosition: 'top',
|
||||
// },
|
||||
|
||||
/**
|
||||
* 资源链接替换
|
||||
* @see https://theme-plume.vuejs.press/guide/features/replace-assets/
|
||||
*/
|
||||
// replaceAssets: 'https://cdn.example.com',
|
||||
|
||||
/**
|
||||
* 加密功能
|
||||
* @see https://theme-plume.vuejs.press/guide/features/encryption/
|
||||
*/
|
||||
// encrypt: {},
|
||||
}),
|
||||
})
|
||||
1
doc/docs/.vuepress/dist/404.html
vendored
Normal file
1
doc/docs/.vuepress/dist/404.html
vendored
Normal file
File diff suppressed because one or more lines are too long
8
doc/docs/.vuepress/dist/9424av4s/index.html
vendored
Normal file
8
doc/docs/.vuepress/dist/9424av4s/index.html
vendored
Normal file
File diff suppressed because one or more lines are too long
1
doc/docs/.vuepress/dist/android/clash-meta/index.html
vendored
Normal file
1
doc/docs/.vuepress/dist/android/clash-meta/index.html
vendored
Normal file
File diff suppressed because one or more lines are too long
1
doc/docs/.vuepress/dist/android/hiddify/index.html
vendored
Normal file
1
doc/docs/.vuepress/dist/android/hiddify/index.html
vendored
Normal file
File diff suppressed because one or more lines are too long
90
doc/docs/.vuepress/dist/article/baygtkq6/index.html
vendored
Normal file
90
doc/docs/.vuepress/dist/article/baygtkq6/index.html
vendored
Normal file
File diff suppressed because one or more lines are too long
1
doc/docs/.vuepress/dist/article/li0yjgjg/index.html
vendored
Normal file
1
doc/docs/.vuepress/dist/article/li0yjgjg/index.html
vendored
Normal file
File diff suppressed because one or more lines are too long
1
doc/docs/.vuepress/dist/assets/404.html-DsOMqxiL.js
vendored
Normal file
1
doc/docs/.vuepress/dist/assets/404.html-DsOMqxiL.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
import{_ as e,c as o,d as n,o as a}from"./app-DY7FWTkF.js";const r={};function l(s,t){return a(),o("div",null,[...t[0]||(t[0]=[n("p",null,"404 Not Found",-1)])])}const d=e(r,[["render",l]]),i=JSON.parse('{"path":"/404.html","title":"","lang":"zh-CN","frontmatter":{"layout":"NotFound"},"readingTime":{"minutes":0.01,"words":3},"git":{},"filePathRelative":null,"headers":[]}');export{d as comp,i as data};
|
||||
BIN
doc/docs/.vuepress/dist/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_AMS-Regular-DMm9YOAa.woff
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_AMS-Regular-DMm9YOAa.woff
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_AMS-Regular-DRggAlZN.ttf
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_AMS-Regular-DRggAlZN.ttf
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Regular-CB_wures.ttf
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Regular-CB_wures.ttf
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Bold-Cx986IdX.woff2
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Bold-Cx986IdX.woff2
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Bold-Jm3AIy58.woff
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Bold-Jm3AIy58.woff
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Bold-waoOVXN0.ttf
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Bold-waoOVXN0.ttf
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Italic-3WenGoN9.ttf
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Italic-3WenGoN9.ttf
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Italic-BMLOBm91.woff
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Italic-BMLOBm91.woff
vendored
Normal file
Binary file not shown.
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2
vendored
Normal file
BIN
doc/docs/.vuepress/dist/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2
vendored
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user