mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
feat: 添加站点配置
This commit is contained in:
16
index.d.ts
vendored
Normal file
16
index.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { Release } from "./app.vue";
|
||||
|
||||
declare module "nuxt/schema" {
|
||||
interface AppConfigInput {
|
||||
latestRelease?: Release;
|
||||
latestNews: {
|
||||
title: string;
|
||||
link: string;
|
||||
};
|
||||
}
|
||||
|
||||
type AppConfig = AppConfigInput;
|
||||
}
|
||||
|
||||
// It is always important to ensure you import/export something when augmenting a type
|
||||
export {};
|
||||
Reference in New Issue
Block a user