mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2026-06-22 21:34:17 +08:00
feat: 添加站点配置
This commit is contained in:
Vendored
+16
@@ -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