← 返回知识库
# Wiki Schema
## Domain
服装电商 + AI 生图技术栈。服装产品管理、AI 模特上身图生成、图片处理流水线。
## Conventions
- 文件名:中文描述 + 小写连字符(如 `gemini-ai-model-script.md`)
- 每个 wiki 页以 YAML frontmatter 开头
- 用 `[[wikilinks]]` 跨页链接(每页至少 2 个出链)
- 新页必须加到 index.md 对应分区
- 每次操作必须追加到 log.md
## Tag Taxonomy
- 工具: tool, script, api, config
- 流程: pipeline, workflow, automation, cron
- 模型: model, gemini, kling, dalle
- 图片: image, generation, download, upload, quality
- 服务器: server, network, docker, chrome, cdp
- 存储: cos, gdrive, webdav, storage
## Page Thresholds
- 一个主题出现 2 次以上 → 创建页面
- 超过 200 行 → 拆分子页
## Frontmatter
```yaml
---
title: 页面标题
created: YYYY-MM-DD
updated: YYYY-MM-DD
type: entity | concept | comparison | query | summary
tags: [来自分类表]
---
```