|
|
58a80cb196
|
feat: 首页改为脚本市场,创建页移至 /create
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 14:16:40 +08:00 |
|
|
|
e6e4357a28
|
feat: 脚本创作+发布+市场体系
- 数据模型新增: title(必填), description(可选), status(draft/published)
- 新增 API: POST /scripts/:id/publish, GET /api/market (搜索+分页+runtime过滤)
- 前端首页重构: 选语言 → CodeMirror 编辑器(8种语言语法高亮) → 标题/描述 → 草稿/发布
- 新增 /market 页面: 浏览已发布脚本, 搜索+过滤+分页
- 详情页新增: 发布按钮(草稿→市场), title/description 展示
- Shell 类运行时显示 source 命令(继承环境变量)
- backend GetSourceCommand 支持 bash/zsh/sh/fish 四种 shell 格式
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 14:04:15 +08:00 |
|
|
|
e3d380f9ab
|
feat: Shell 类运行时显示 source 命令(继承环境变量)
- CommandCard 支持 primary/secondary 两种样式
- bash/zsh 使用 source <(curl URL),sh 使用 . <(curl URL),fish 使用 curl URL | source
- 非 Shell 类运行时(python3/node/ruby/php)不显示 source 命令
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 13:30:54 +08:00 |
|
|
|
ae4d361ebe
|
fix: 设置 GOPROXY=https://goproxy.cn
Release / build-and-release (push) Successful in 6m5s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
v0.1.0
|
2026-05-29 11:59:39 +08:00 |
|
|
|
cd35b1732a
|
fix: 添加手动 Checkout 步骤 (Gitea Actions 不会自动 clone 仓库)
Release / build-and-release (push) Failing after 11m51s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 11:34:55 +08:00 |
|
|
|
a12304a6a4
|
fix: 替换 setup-node/setup-go 为 shell 安装命令 (Gitea 无法访问 GitHub Actions)
Release / build-and-release (push) Failing after 2m54s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-29 11:16:26 +08:00 |
|
|
|
9eabf17908
|
fix: 移除 actions/checkout@v4 (Gitea Actions 会自动 clone,且无法访问 GitHub)
Release / build-and-release (push) Failing after 8m42s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-28 23:57:46 +08:00 |
|
|
|
10a200b96c
|
初始提交: ScriptForge 脚本快速转运行链接服务
Release / build-and-release (push) Failing after 1m31s
- Go 后端 (Gin + GORM + SQLite) 提供 API 和纯文本脚本服务
- Vite + React + TypeScript + Tailwind 前端
- 单二进制部署 (Go embed 前端静态文件)
- Gitea Actions CI/CD: 打标签自动构建多平台 Release
- 支持 bash/zsh/sh/fish/python3/node/ruby/php 8种运行环境
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-28 23:48:19 +08:00 |
|