@advertising-all/advertising-data-dict
Advanced tools
Comparing version 1.0.125 to 1.0.126
{ | ||
"name": "@advertising-all/advertising-data-dict", | ||
"version": "1.0.125", | ||
"version": "1.0.126", | ||
"description": "系统设置", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -71,2 +71,6 @@ import { DbSchema } from '@vmm/api'; | ||
} | ||
export interface ISystemFile { | ||
name: string; | ||
url: string; | ||
} | ||
export interface ISystemTheme { | ||
@@ -94,2 +98,3 @@ defaultTheme: boolean; | ||
systemInterface: DbSchema<ISystemInterface>; | ||
systemFile: DbSchema<ISystemFile>; | ||
}; |
@@ -15,2 +15,4 @@ import Vue from "vue"; | ||
confirmSecret(): Promise<void>; | ||
uploadSuccess(response: any): Promise<void>; | ||
uploadHelpSuccess(response: any): Promise<void>; | ||
openSecret(): void; | ||
@@ -17,0 +19,0 @@ viewDefaultImg(): Promise<void>; |
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
1527169
35
6652