|
@@ -5,7 +5,7 @@ export default defineConfig({
|
|
|
history: {
|
|
|
type: "hash",
|
|
|
},
|
|
|
- title: "@dage/pc-components",
|
|
|
+ title: "@dage/tools",
|
|
|
favicon: "https://4dkk.4dage.com/FDKKIMG/icon/kankan_icon.ico",
|
|
|
outputPath: "docs-dist",
|
|
|
mode: "site",
|
|
@@ -27,7 +27,7 @@ export default defineConfig({
|
|
|
},
|
|
|
{
|
|
|
title: "更新日志",
|
|
|
- path: "/CHANGELOG",
|
|
|
+ path: "/log",
|
|
|
},
|
|
|
{
|
|
|
title: "Gogs",
|
|
@@ -67,10 +67,10 @@ export default defineConfig({
|
|
|
path: "/utils/storage",
|
|
|
},
|
|
|
],
|
|
|
- "/CHANGELOG": [
|
|
|
+ "/log": [
|
|
|
{
|
|
|
- title: "更新日志",
|
|
|
- path: "/CHANGELOG",
|
|
|
+ title: "pc-components 更新日志",
|
|
|
+ path: "/log/PC-COMPONENTS_CHANGELOG",
|
|
|
},
|
|
|
],
|
|
|
},
|