Skip to content

Commit c57adb6

Browse files
committed
feat: bump version to 0.7.18 and update good-mp-post skill themes
1 parent 4d690c7 commit c57adb6

182 files changed

Lines changed: 31476 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ claude agent sdk 驱动的跨平台的桌面(electron打包)通用agent应
3131

3232
## commit必读
3333
只给我 add 文件的清单和一句话的 commit 文本,绝对不要擅自提交,除非我提出要求。
34-
commit 注释要求英文、简洁明了,不要加任何小尾巴。
34+
commit 注释要求英文、简洁明了但要具体。比如不要说优化了 UI fix bug,而应该说优化了xxx按钮/面板等。,不要加任何小尾巴。
3535
绝对不要加后缀: Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3636

3737
## 测试必读

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "goodable",
3-
"version": "0.7.17",
3+
"version": "0.7.18",
44
"description": "AI-Powered Web App Builder - Build apps with natural language using Claude Code, Cursor, and more",
55
"private": true,
66
"main": "electron/main.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Application
2+
DEBUG=True
3+
PORT=8000
4+
5+
# ASR service (auto-injected by platform, no need to set manually)
6+
# GOODABLE_ASR_SUBMIT_URL=
7+
# GOODABLE_ASR_QUERY_URL_TEMPLATE=

skills/good-tiktok-asr/.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Python
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
*.so
6+
.Python
7+
.venv/
8+
venv/
9+
ENV/
10+
env/
11+
12+
# Environment
13+
.env
14+
.env.local
15+
16+
# Database
17+
*.db
18+
*.sqlite
19+
*.sqlite3
20+
21+
# Downloads
22+
downloads/*
23+
!downloads/.gitkeep
24+
25+
# IDE
26+
.vscode/
27+
.idea/
28+
*.swp
29+
*.swo
30+
31+
# TikTokDownloader runtime
32+
Data/
33+
cache/
34+
35+
# TikTokDownloader sensitive config
36+
TikTokDownloader/settings.json

0 commit comments

Comments
 (0)