This commit is contained in:
hellcat 2025-10-03 17:17:08 +08:00
parent 1fe8673f62
commit 6adbc04d4b
12814 changed files with 2522618 additions and 0 deletions

42
doc/README.zh-CN.md Normal file
View 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/)

View 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"}

View 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);
},
};

View 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);
}

View File

@ -0,0 +1,2 @@
import './articleTagColors.css'
export const articleTagColors = {"预览":"c1bg","组件":"1zxe","markdown":"j1zh"}

View 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":""}]

View 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)

View File

@ -0,0 +1 @@
export const encrypt = [false,":","",[],{}]

View File

@ -0,0 +1 @@
export const icons = "{}"

View File

@ -0,0 +1 @@
export const searchIndex = {"/": () => import('@internal/minisearchIndex/searchBox-default.js')}

File diff suppressed because one or more lines are too long

View 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":"分类"} }],
]);

View 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__":{}}

View 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\":{}}")

View 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}

View 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";

View 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() {
}
})

View 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 }

View File

@ -0,0 +1,4 @@
<template><div><p>404 Not Found</p>
</div></template>

View 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 }

View 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 打开 &quot;设置&quot; &gt; &quot;高级&quot; &gt; &quot;系统&quot; &gt; &quot;打开您的计算机的代理设置&quot;并确认代理未被误开启</li>
<li>DNS 设置问题
DNS 服务器问题尝试更改 DNS 设置使用公共的 DNS 服务器例如 阿里云 DNS223.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>

View File

@ -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 }

View File

@ -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>

View File

@ -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 }

View 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/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>

View File

@ -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 }

File diff suppressed because one or more lines are too long

View File

@ -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 }

View File

@ -0,0 +1,3 @@
<template><div><CustomComponent /></div></template>

View 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 }

File diff suppressed because one or more lines are too long

View File

@ -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 }

View File

@ -0,0 +1,3 @@
<template><div></div></template>

View File

@ -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 }

View File

@ -0,0 +1,3 @@
<template><div></div></template>

View 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 }

View File

@ -0,0 +1,3 @@
<template><div></div></template>

View 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 }

View File

@ -0,0 +1,3 @@
<template><div></div></template>

View 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 }

View File

@ -0,0 +1,3 @@
<template><div></div></template>

View 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 }

View 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&amp;origin-title=%E4%B8%93%E9%A2%98%E9%A1%B5&amp;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>

View 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 }

View 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&amp;origin-title=%E4%B8%93%E9%A2%98%E9%A1%B5&amp;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>

View 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 }

View 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>

View File

@ -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 }

View File

@ -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>

View File

@ -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 }

View 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&amp;origin-title=%E4%B8%93%E9%A2%98%E9%A1%B5&amp;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>

View 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 }

View 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>

View 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 }

View 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>

View 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 }

View 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>

View 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 }

View 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>

View File

@ -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 }

View File

@ -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>

View File

@ -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 }

View 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/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>

View File

@ -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 }

View File

@ -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>

View 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()
},
}

View 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)
},
})

View 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>

View 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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View 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};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More