show license type of third party dependency on about page

This commit is contained in:
MaysWind
2026-01-01 23:29:46 +08:00
parent 554ce37475
commit ee7e98bb00
4 changed files with 73 additions and 12 deletions
+1
View File
@@ -15,6 +15,7 @@ declare interface LicenseInfo {
name: string;
copyright?: string;
url?: string;
license?: string;
licenseUrl?: string;
}