Agent创建成功全局显示;

适配暗黑模式
This commit is contained in:
2025-09-26 17:00:12 +08:00
parent b96ae94bdb
commit 359bcfdfd7
7 changed files with 95 additions and 10 deletions

View File

@@ -45,6 +45,7 @@ object AppState {
var googleClientId: String? = null
var enableGoogleLogin: Boolean = false
var enableChat = false
var agentCreatedSuccess by mutableStateOf(false)
suspend fun initWithAccount(scope: CoroutineScope, context: Context) {
// 如果是游客模式,使用简化的初始化流程
if (AppStore.isGuest) {