feat: bugfix

This commit is contained in:
2025-11-27 22:05:44 -08:00
parent 83e742a9dc
commit adcde623c7
10 changed files with 65 additions and 48 deletions
@@ -341,6 +341,11 @@ class KRSiteConfigService extends ChangeNotifier {
return _siteConfig?.site.crispId ?? '0';
}
/// 获取设备限制
String getDeviceLimit() {
return _siteConfig?.site.deviceLimit ?? '0';
}
/// 重置配置
void reset() {
_siteConfig = null;