This commit is contained in:
2025-09-19 18:20:10 +08:00
parent 249f32c25f
commit 15cddb6474
3 changed files with 56 additions and 30 deletions
@@ -22,6 +22,7 @@ export class GirlConfig extends BaseConfig {
* 获取所有配置
*/
protected getAllConfig(): any | null {
return ConfigManager.tables.TbGirls;
}