diff --git a/README.md b/README.md
index d7a6bf2..27cef76 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+



@@ -98,10 +98,11 @@
- [x] **职业等级体系** - 自定义职业和等级系统,支持修仙境界、魔法等级等多种体系
- [x] **角色/组织卡片导入导出** - 单独导出角色和组织卡片,支持跨项目数据共享
- [x] **伏笔管理** - 智能追踪剧情伏笔,提醒未回收线索,可视化伏笔时间线
+- [x] **提示词工坊** - 社区驱动的 Prompt 模板分享平台,一键导入优质提示词
### 📝 规划中功能
-- [ ] **提示词工坊** - 社区驱动的 Prompt 模板分享平台,一键导入优质提示词
+......
> 💡 欢迎提交 Issue 或 Pull Request!
diff --git a/backend/.env.example b/backend/.env.example
index e87f0f2..3333322 100644
--- a/backend/.env.example
+++ b/backend/.env.example
@@ -8,7 +8,7 @@
# 应用配置
# ==========================================
APP_NAME=MuMuAINovel
-APP_VERSION=1.3.1
+APP_VERSION=1.3.2
APP_HOST=0.0.0.0
APP_PORT=8000
DEBUG=false
diff --git a/frontend/package.json b/frontend/package.json
index 4cd18c7..686259e 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
- "version": "1.3.1",
+ "version": "1.3.2",
"type": "module",
"scripts": {
"dev": "vite",