sync: soul-admin 前端、开发文档 需求 | 原因: 前端代码修改、需求文档更新

This commit is contained in:
卡若
2026-03-08 09:06:16 +08:00
parent 4aece2d7db
commit d97cc6c49c
4 changed files with 553 additions and 0 deletions

File diff suppressed because one or more lines are too long

500
soul-admin/dist/assets/index-BtipDEJW.js vendored Normal file

File diff suppressed because one or more lines are too long

13
soul-admin/dist/index.html vendored Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>管理后台 - Soul创业派对</title>
<script type="module" crossorigin src="/assets/index-BtipDEJW.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BRP7wZez.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

View File

@@ -0,0 +1,39 @@
# 需求文档标题
> 创建日期YYYY-MM-DD
> 文档格式Markdown支持图片粘贴 + 预览)
---
## 一、背景与目标
(在此输入文字,可直接粘贴图片)
---
## 二、功能点
### 2.1 功能一
(文字 + 可粘贴的截图、原型图)
示例图片引用:`![描述](./images/截图1.png)`
### 2.2 功能二
---
## 三、补充说明
(可继续粘贴图片和文字)
---
## 使用提示
- **粘贴图片**:在 Cursor 中安装「Paste Image」扩展后直接 Ctrl+V / Cmd+V 即可将剪贴板图片保存到 `images/` 并自动插入引用
- **预览**`Cmd+Shift+V` 或右侧「Open Preview」查看排版效果