增加产品中心二级菜单

This commit is contained in:
Frudrax Cheng
2026-04-13 13:59:14 +08:00
parent e6e9b5ce16
commit 2361e2073d
3 changed files with 233 additions and 13 deletions
+1 -1
View File
@@ -194,6 +194,6 @@ declare module 'astro:content' {
LiveContentConfig['collections'][C]['loader']
>;
export type ContentConfig = typeof import("./../src/content.config.mjs");
export type ContentConfig = typeof import("../src/content.config.mjs");
export type LiveContentConfig = never;
}