|
1 | 1 | --- |
2 | | -layout: page |
3 | | -title: Showcase |
| 2 | +layout: doc |
| 3 | +title: 用户案例 |
4 | 4 | permalink: /showcase/ |
5 | 5 | --- |
6 | 6 |
|
7 | | -# Community Showcase |
| 7 | +# 用户案例 Showcase |
8 | 8 |
|
9 | | -Projects and demos built with Model Studio AI tools. |
| 9 | +来自社区成员的真实使用案例。每一个案例都是一次实践分享。 |
10 | 10 |
|
11 | 11 | --- |
12 | 12 |
|
13 | | -## Featured |
| 13 | +## 如何贡献你的案例 |
14 | 14 |
|
15 | | -### One-Sentence Cinematic Video |
| 15 | +1. Fork [本仓库](https://github.com/ModelStudioAI/modelstudioai.github.io) |
| 16 | +2. 在 `showcase/` 目录下新建一个 markdown 文件,命名格式:`YYYY-MM-DD-你的标题.md` |
| 17 | +3. 按下方模板填写内容 |
| 18 | +4. 提交 PR |
16 | 19 |
|
17 | | -A complete 2-minute, 16:9 cinematic short film — produced end-to-end from a single natural-language sentence, with zero manual editing. |
| 20 | +### 案例模板 |
18 | 21 |
|
19 | | -**Prompt:** "Generate a roughly 2-minute video in Japanese cinematic style — a sweet first-love story about a high-school girl. 16:9." |
| 22 | +```markdown |
| 23 | +--- |
| 24 | +layout: doc |
| 25 | +title: 你的案例标题 |
| 26 | +author: 你的 GitHub ID |
| 27 | +date: YYYY-MM-DD |
| 28 | +tags: [图文, CLI, 某行业] |
| 29 | +--- |
20 | 30 |
|
21 | | -**Tools used:** Qwen Code + Aliyun Model Studio CLI + spark-video Skill |
| 31 | +## 我做了什么 |
22 | 32 |
|
23 | | -→ [Watch the demo](https://cloud.video.taobao.com/vod/dS2F4huqbw5Nfe5L3wwb3grz2q2DNYD3retq8dU-iHo.mp4) |
| 33 | +简述你用 Model Studio AI 完成了什么任务。 |
24 | 34 |
|
25 | | ---- |
| 35 | +## 使用的工具 |
| 36 | + |
| 37 | +- OpenWork / CLI |
| 38 | +- 用了哪个 Skill |
| 39 | +- 百炼模型版本(如适用) |
26 | 40 |
|
27 | | -## Submit Your Project |
| 41 | +## 步骤 |
28 | 42 |
|
29 | | -Built something with Model Studio AI? We'd love to feature it! |
| 43 | +1. ... |
| 44 | +2. ... |
| 45 | +3. ... |
30 | 46 |
|
31 | | -1. Create your project using `bl` commands or Agent Skills |
32 | | -2. Open an issue on [modelstudioai/skills](https://github.com/modelstudioai/skills/issues) with: |
33 | | - - Project name and description |
34 | | - - Tools/skills used |
35 | | - - Demo link or screenshots |
36 | | -3. Outstanding projects may be invited to submit a PR |
| 47 | +## 效果展示 |
| 48 | + |
| 49 | +(截图、产出文件、或简要描述效果) |
| 50 | + |
| 51 | +## 踩坑记录 |
| 52 | + |
| 53 | +(可选:遇到了什么问题,怎么解决的) |
| 54 | +``` |
37 | 55 |
|
38 | 56 | --- |
39 | 57 |
|
40 | | -## Community |
| 58 | +## 案例列表 |
| 59 | + |
| 60 | +<!-- 每场活动后邀请参与者提交 PR,案例将按时间倒序显示在这里 --> |
41 | 61 |
|
42 | | -Join the developer community: |
| 62 | +*暂无案例,等你来第一个!* |
43 | 63 |
|
44 | | -- GitHub: [modelstudioai](https://github.com/modelstudioai) |
45 | | -- DingTalk Group: Dev@ModelStudioAI (182405011072) |
| 64 | +[提交你的案例 →](https://github.com/ModelStudioAI/modelstudioai.github.io/new/main/showcase) |
46 | 65 |
|
47 | 66 | --- |
48 | 67 |
|
49 | | -*Built with ❤️ by Model Studio AI* |
| 68 | +> 案例合集持续生长中。每场 Workshop 和社区活动后,我们会邀请参与者分享自己的实践。 |
0 commit comments