mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-18 13:21:38 +08:00
feat: 调整 AppConfigInput 接口,重新排列属性顺序
This commit is contained in:
3
index.d.ts
vendored
3
index.d.ts
vendored
@@ -2,11 +2,12 @@ import type { Release } from "./app.vue";
|
|||||||
|
|
||||||
declare module "nuxt/schema" {
|
declare module "nuxt/schema" {
|
||||||
interface AppConfigInput {
|
interface AppConfigInput {
|
||||||
latestRelease?: Release;
|
|
||||||
latestNews: {
|
latestNews: {
|
||||||
title: string;
|
title: string;
|
||||||
link: string;
|
link: string;
|
||||||
};
|
};
|
||||||
|
appIcons: string[];
|
||||||
|
latestRelease?: Release;
|
||||||
}
|
}
|
||||||
|
|
||||||
type AppConfig = AppConfigInput;
|
type AppConfig = AppConfigInput;
|
||||||
|
|||||||
Reference in New Issue
Block a user