mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
migrate about page to composition API and typescript
This commit is contained in:
Vendored
+8
-1
@@ -3,7 +3,14 @@ declare const __EZBOOKKEEPING_VERSION__: string;
|
||||
declare const __EZBOOKKEEPING_BUILD_UNIX_TIME__: string;
|
||||
declare const __EZBOOKKEEPING_BUILD_COMMIT_HASH__: string;
|
||||
declare const __EZBOOKKEEPING_LICENSE__: string;
|
||||
declare const __EZBOOKKEEPING_THIRD_PARTY_LICENSES__: string[];
|
||||
declare const __EZBOOKKEEPING_THIRD_PARTY_LICENSES__: LicenseInfo[];
|
||||
|
||||
declare interface LicenseInfo {
|
||||
name: string;
|
||||
copyright?: string;
|
||||
url?: string;
|
||||
licenseUrl?: string;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
EZBOOKKEEPING_SERVER_SETTINGS?: {
|
||||
|
||||
Reference in New Issue
Block a user