模拟主题数据

This commit is contained in:
chen wei bo
2025-09-02 11:33:55 +08:00
parent 9396e70700
commit aacd18ee21
5 changed files with 69 additions and 29 deletions
+8 -1
View File
@@ -83,5 +83,12 @@ export class BaseConfig {
*/
protected getAllConfig(): any | null {
return null;
}
}
/**
* 获取所有配置 id,如果存在
*/
public getAllId(): any | null {
return null;
}
}