mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
migrate about page to composition API and typescript
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ export function getLicense(): string {
|
||||
return __EZBOOKKEEPING_LICENSE__;
|
||||
}
|
||||
|
||||
export function getThirdPartyLicenses(): string[] {
|
||||
export function getThirdPartyLicenses(): LicenseInfo[] {
|
||||
return __EZBOOKKEEPING_THIRD_PARTY_LICENSES__ || [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user