feat: image-service 新增阿里云百炼文生图支持,添加配置敏感信息保护规则

This commit is contained in:
hmo
2026-02-14 22:39:25 +08:00
parent 8200a17176
commit 64307951f2
3 changed files with 222 additions and 104 deletions

13
.gitignore vendored
View File

@@ -10,8 +10,19 @@ npm-debug.log*
.env
.env.*
# 忽略技能配置目录(所有 skills 的 config
.opencode/skills/*/config/
# 但保留 .example 模板文件
!.opencode/skills/*/config/settings.json.example
# 允许 Git 追踪 .opencode 下的技能定义
!.opencode/skills/
# 忽略临时文件目录
temp/
temp/
# 忽略 Python 缓存
__pycache__/
*.pyc
*.pyo