增加物业楼宇模块

This commit is contained in:
Frudrax Cheng
2026-05-07 15:52:41 +08:00
parent a3e2da03fa
commit 2f3ced42ac
27 changed files with 682 additions and 3 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;
}