Commit Graph

2 Commits

Author SHA1 Message Date
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
10a200b96c 初始提交: ScriptForge 脚本快速转运行链接服务
Some checks failed
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