style: 优化类命名,格式化代码结构,优化注释

This commit is contained in:
奔跑的面条
2022-09-12 00:28:13 +08:00
parent 27020b2920
commit ee1b55cad9
39 changed files with 88 additions and 95 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ const requestConfig: RequestConfigType = {
}
// 单实例类
export class publicConfig implements PublicConfigType {
export class PublicConfigClass implements PublicConfigType {
public id = getUUID()
public isGroup = false
// 基本信息
@@ -78,8 +78,8 @@ export class publicConfig implements PublicConfigType {
}
}
// 成组类 (部分属性不需要, 不继承 publicConfig)
export class PublicGroupConfigClass extends publicConfig implements CreateComponentGroupType {
// 多选成组类
export class PublicGroupConfigClass extends PublicConfigClass implements CreateComponentGroupType {
// 成组
public isGroup = true
// 名称