-
帖子返回内容 JSON
-
-
结构化内容解析
-
+
+
+
+
+ 帖子返回内容 JSON
+
+
+
+
+
+
+
+
+
+ 帖子解析内容 JSON
+
+
+
+
+
+
+
+
-
diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts
index 02e6884e..c316cff1 100644
--- a/src/vite-env.d.ts
+++ b/src/vite-env.d.ts
@@ -13,21 +13,6 @@ declare module "*.vue" {
export default component;
}
-/**
- * @description vue-json-viewer
- * @package vue-json-viewer
- * @version 3.0.4
- */
-declare module "vue-json-viewer" {
- import type { DefineComponent } from "vue";
- const component: DefineComponent<{
- value: any;
- copyable: boolean;
- boxed: boolean;
- }>;
- export default component;
-}
-
declare type ImportMeta = { readonly env: { MODE: string } };
declare interface TauriProcessEnv extends NodeJS.ProcessEnv {
diff --git a/tsconfig.json b/tsconfig.json
index 11cf9f78..a8dd677f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,7 +13,7 @@
"esModuleInterop": true,
"lib": ["DOM", "ESNext"],
"skipLibCheck": true,
- "types": ["vite/client", "node", "color-convert", "js-md5", "uuid", "src/vite-env"],
+ "types": ["vite/client", "node", "color-convert", "js-md5", "uuid"],
"allowSyntheticDefaultImports": true,
"composite": true,
"baseUrl": ".",
@@ -30,6 +30,7 @@
"*.yml",
"*.yaml",
"package.json",
+ "src/vite-env.d.ts",
"src/**/*.d.ts",
"src/**/*.ts",
"src/**/*.vue",