Files
xmc-Assets/README.md
caopeng 759637dba2 chore: 初始化静态资源仓库基础结构
添加 .gitignore、README 与默认 assets 目录,便于集中管理素材。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 14:56:40 +08:00

12 lines
397 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# xmc-Assets
静态资源仓库,用于集中存放图片、音频、字体等素材。
## 目录建议
可按类型划分子目录,例如:`images/``audio/``fonts/` 等;也可按模块或版本再细分。
## 使用说明
将资源文件放入本仓库对应目录后提交;大文件若需 Git LFS请在本地安装并执行 `git lfs install` 后再追踪大文件类型。