mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-16 12:22:03 +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" {
|
||||
interface AppConfigInput {
|
||||
latestRelease?: Release;
|
||||
latestNews: {
|
||||
title: string;
|
||||
link: string;
|
||||
};
|
||||
appIcons: string[];
|
||||
latestRelease?: Release;
|
||||
}
|
||||
|
||||
type AppConfig = AppConfigInput;
|
||||
|
||||
Reference in New Issue
Block a user