This commit is contained in:
2025-03-25 00:38:41 +08:00
parent cb490470c1
commit 64c70ce527
14 changed files with 261 additions and 73 deletions

View File

@@ -36,7 +36,6 @@ export class AppModel extends Model {
declare title: string;
declare description: string;
declare version: string;
declare domain: string;
declare key: string;
declare uid: string;
declare pid: string;
@@ -69,10 +68,6 @@ AppModel.init(
type: DataTypes.STRING,
defaultValue: '',
},
domain: {
type: DataTypes.STRING,
defaultValue: '',
},
key: {
type: DataTypes.STRING,
// 和 uid 组合唯一