feat: ai总结开关

This commit is contained in:
guozhigq
2023-12-02 23:10:11 +08:00
parent 00f84e1a1c
commit 4550ce2637
4 changed files with 24 additions and 22 deletions

View File

@ -138,6 +138,7 @@ class SettingBoxKey {
static const String displayMode = 'displayMode';
static const String customRows = 'customRows'; // 自定义列
static const String enableMYBar = 'enableMYBar';
static const String enableAi = 'enableAi';
}
class LocalCacheKey {