@advertising-all/advertising-data-dict
Advanced tools
Comparing version 1.0.126 to 1.0.128
{ | ||
"name": "@advertising-all/advertising-data-dict", | ||
"version": "1.0.126", | ||
"version": "1.0.128", | ||
"description": "系统设置", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -71,4 +71,10 @@ import { DbSchema } from '@vmm/api'; | ||
} | ||
export interface ISystemConfig { | ||
id: string; | ||
name: string; | ||
content: string; | ||
} | ||
export interface ISystemFile { | ||
name: string; | ||
title: string; | ||
url: string; | ||
@@ -96,2 +102,3 @@ } | ||
sensitiveContent: DbSchema<ISensitiveContent>; | ||
systemConfig: DbSchema<ISystemConfig>; | ||
systemTheme: DbSchema<ISystemTheme>; | ||
@@ -98,0 +105,0 @@ systemInterface: DbSchema<ISystemInterface>; |
@@ -9,4 +9,6 @@ import Vue from "vue"; | ||
searchVal: string; | ||
userObj: any; | ||
}, { | ||
exportLogs(): Promise<void>; | ||
getUser(): Promise<void>; | ||
searchList(): void; | ||
@@ -13,0 +15,0 @@ getLog(skipNum?: number | undefined): Promise<void>; |
@@ -13,2 +13,6 @@ import Vue from "vue"; | ||
showSecret: boolean; | ||
noticeModel: boolean; | ||
systemModel: boolean; | ||
interfaceLogin: string; | ||
interfaceNotice: string; | ||
}, { | ||
@@ -21,5 +25,8 @@ confirmSecret(): Promise<void>; | ||
closeLabel(): void; | ||
systemLogin(): void; | ||
noticeBtn(): void; | ||
confirmLabel(): Promise<void>; | ||
findLabel(): Promise<void>; | ||
findSensitive(): Promise<void>; | ||
findSystemConfig(): Promise<void>; | ||
confirmModal(): Promise<void>; | ||
@@ -30,3 +37,5 @@ editImg(): void; | ||
sureInterface(): Promise<void>; | ||
sureSystemModel(): Promise<void>; | ||
sureNoticeModel(): Promise<void>; | ||
}, unknown, Record<never, any>>; | ||
export default _default; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2129860
42
19374