增加养老监测模块

This commit is contained in:
Frudrax Cheng
2026-04-15 10:10:35 +08:00
parent 2361e2073d
commit bb9926eaa2
26 changed files with 331 additions and 4 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;
}
-1
View File
@@ -1,2 +1 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />