mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
add contributors to the about page
This commit is contained in:
Vendored
+6
@@ -3,8 +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_CONTRIBUTORS__: ContributorInfo;
|
||||
declare const __EZBOOKKEEPING_THIRD_PARTY_LICENSES__: LicenseInfo[];
|
||||
|
||||
declare interface ContributorInfo {
|
||||
code: string[];
|
||||
translators: Record<string, string[]>;
|
||||
}
|
||||
|
||||
declare interface LicenseInfo {
|
||||
name: string;
|
||||
copyright?: string;
|
||||
|
||||
Reference in New Issue
Block a user