finished Update support: webUI side

This commit is contained in:
Aria Moradi
2021-03-29 02:47:51 +04:30
parent 077bbc3c38
commit bc3ad75328
8 changed files with 72 additions and 27 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ interface IExtension {
isNsfw: boolean
apkName: string
iconUrl: string
isInstalled: boolean
installed: boolean
hasUpdate: boolean
isObsolete: boolean
obsolete: boolean
}
interface ISource {
@@ -81,4 +81,4 @@ interface ICategory {
interface INavbarOverride {
status: boolean
value: any
}
}