File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,16 @@ export default defineConfig({
3737 // https://vitepress.dev/reference/default-theme-config
3838 nav : [
3939 { text : "主页" , link : "/" } ,
40+ { text : "DockTer" , link : "https://dockter.symedia.top" } ,
4041 {
4142 text : "Wiki" ,
4243 items : [
4344 // { text: "Symedia", link: "/archive/symedia/Symedia部署流程" },
4445 { text : "Symedia" , link : "https://wiki.viplee.cc" } ,
45- { text : "Dockter" , link : "https://dockter.symedia.top/archive/dockter" } ,
46+ {
47+ text : "Dockter" ,
48+ link : "https://dockter.symedia.top/archive/dockter" ,
49+ } ,
4650 { text : "FastEmby" , link : "/archive/fastemby/FastEmby 2.0部署教程" } ,
4751 { text : "Redia" , link : "/archive/redia/Redia部署教程" } ,
4852 { text : "Telexfer" , link : "/archive/telexfer/Telexfer简明使用教程" } ,
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ // 本项目暂时不使用 TailwindCSS 等 PostCSS 插件
3+ // 避免继承到用户目录下的全局 postcss.config.js 导致缺少依赖报错
4+ plugins : [ ] ,
5+ } ;
You can’t perform that action at this time.
0 commit comments