chore: 发布前准备 — 版本号统一 + 安全加固 + 死组件清理

- Cargo.toml workspace version 0.1.0 → 0.9.0-beta.1
- CSP 添加 object-src 'none' 防止插件注入
- .env.example 补充 SaaS 关键环境变量模板
- 移除已废弃的 SkillMarket.tsx 组件
This commit is contained in:
iven
2026-04-11 23:51:58 +08:00
parent e1af3cca03
commit 58aca753aa
5 changed files with 22 additions and 440 deletions

View File

@@ -19,7 +19,7 @@ members = [
]
[workspace.package]
version = "0.1.0"
version = "0.9.0-beta.1"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/zclaw/zclaw"