migrate about page to composition API and typescript

This commit is contained in:
MaysWind
2025-01-11 01:56:50 +08:00
parent b2e36a24fd
commit 04f373e931
10 changed files with 192 additions and 126 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ export function getLicense(): string {
return __EZBOOKKEEPING_LICENSE__;
}
export function getThirdPartyLicenses(): string[] {
export function getThirdPartyLicenses(): LicenseInfo[] {
return __EZBOOKKEEPING_THIRD_PARTY_LICENSES__ || [];
}