Initial commit: AI Interview System

This commit is contained in:
111
2026-01-23 13:57:48 +08:00
commit 95770afe21
127 changed files with 24686 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
# Prompt 版本库
> 记录本项目使用的 Prompt 及其优化历史
---
## Prompt 清单
| 编号 | 名称 | 用途 | 当前版本 | 状态 |
|------|------|------|---------|------|
| - | - | 暂无 | - | - |
---
## Prompt 详细记录
<!-- 按以下格式追加新 Prompt -->
<!--
## P-001 | {Prompt名称}
### 用途
{描述用途}
### 当前版本 (v1.0)
```
{Prompt内容}
```
### 版本历史
| 版本 | 日期 | 变更说明 |
|------|------|---------|
| v1.0 | YYYY-MM-DD | 初始版本 |
---
-->