mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-18 21:38:05 +00:00
feat: Add GEMINI.md and update README files
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# AI Chat Converter - 一键启动
|
||||
cd "$(dirname "$0")/src"
|
||||
echo "正在启动 AI Chat Converter..."
|
||||
echo "按 Ctrl+C 停止"
|
||||
echo ""
|
||||
python3 main.py --watch
|
||||
Reference in New Issue
Block a user