聊天自定义背景实现

This commit is contained in:
2025-10-31 16:41:39 +08:00
parent d7f87c7c55
commit 4a684886fa
7 changed files with 92 additions and 26 deletions

View File

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