feat: bugfix
This commit is contained in:
@@ -341,6 +341,11 @@ class KRSiteConfigService extends ChangeNotifier {
|
||||
return _siteConfig?.site.crispId ?? '0';
|
||||
}
|
||||
|
||||
/// 获取设备限制
|
||||
String getDeviceLimit() {
|
||||
return _siteConfig?.site.deviceLimit ?? '0';
|
||||
}
|
||||
|
||||
/// 重置配置
|
||||
void reset() {
|
||||
_siteConfig = null;
|
||||
|
||||
Reference in New Issue
Block a user