更新扩展

This commit is contained in:
Saul Hetherman
2024-09-29 15:58:33 +08:00
parent 90029f6a2f
commit a92d2229d6
13 changed files with 787 additions and 33 deletions

View File

@@ -79,14 +79,25 @@ class RepTabList {
class HomeTabModel {
constructor() {
// 当前分类的链接
/**
* 当前分类的链接
**/
this.id = "";
// 分类名称
/**
* 分类名称
*/
this.name = "";
/**
* 是否是筛选列表
*/
this.isFilter = false;
/**
* 扩展运行标识 ** uzApp 运行时自动赋值,请勿修改 **
*/
this.uzTag = "";
}
}