feat: integrate Radix UI and add sample component

This commit is contained in:
bipproduction
2026-02-09 16:20:27 +08:00
parent 1f03927987
commit 9cc133161c
7 changed files with 301 additions and 0 deletions

17
.gemini/settings.json Normal file
View File

@@ -0,0 +1,17 @@
{
"hooks": {
"AfterAgent": [
{
"matcher": "*",
"hooks": [
{
"name": "telegram-notify",
"type": "command",
"command": "$GEMINI_PROJECT_DIR/.gemini/hooks/telegram-notify.sh",
"timeout": 8000
}
]
}
]
}
}