feat: 增强日历功能并集成 AgentScope 代理服务

This commit is contained in:
qzl
2026-03-11 15:28:29 +08:00
parent e55e445906
commit e20e7d2a02
85 changed files with 5175 additions and 885 deletions
+4
View File
@@ -14,11 +14,15 @@ class AppColors {
static const card = Color(0xFFFAFAFA);
static const slate900 = Color(0xFF0F172A);
static const slate800 = Color(0xFF1E293B);
static const slate700 = Color(0xFF334155);
static const slate600 = Color(0xFF475569);
static const slate500 = Color(0xFF64748B);
static const slate400 = Color(0xFF94A3B8);
static const slate300 = Color(0xFFCBD5E1);
static const slate200 = Color(0xFFE2E8F0);
static const slate100 = Color(0xFFF1F5F9);
static const slate50 = Color(0xFFF8FAFC);
static const blue600 = Color(0xFF2563EB);
static const blue500 = Color(0xFF3B82F6);