diff --git a/config/appprofile.php b/config/appprofile.php index 9c767f015..f932c77ed 100755 --- a/config/appprofile.php +++ b/config/appprofile.php @@ -261,8 +261,8 @@ $_ENV['Clash_Group_Config'] = [ 'type' => 'select', // 插入节点名称 'proxies' => [ - '🎯 直接连接', '♻️ 自动节点', + '🎯 直接连接', ], ], [ diff --git a/doc/docs/.vuepress/config.ts b/doc/docs/.vuepress/config.ts index f372a71cd..51e25cae8 100644 --- a/doc/docs/.vuepress/config.ts +++ b/doc/docs/.vuepress/config.ts @@ -12,7 +12,6 @@ import { viteBundler } from '@vuepress/bundler-vite' import { defineUserConfig } from 'vuepress' import { plumeTheme } from 'vuepress-theme-plume' -//import { shikiPlugin } from '@vuepress/plugin-shiki' export default defineUserConfig({ base: '/',