Commit Graph

8 Commits

Author SHA1 Message Date
卡若
74b1c3396d fix(souladmin): 修复 souladmin.quwanzhi.com 登录 Failed to fetch
- Vue 管理后台 API 改为同源 (O1=""),请求 /api
- souladmin Nginx 扩展配置代理 /api 到 souldev.quwanzhi.com
- 新增 scripts/fix_souladmin_login.sh 部署脚本

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 19:30:25 +08:00
乘风
70497d3047 更新.gitignore以排除部署配置文件,删除不再使用的一键部署脚本,优化小程序部署流程,增强文档说明。 2026-01-31 17:39:21 +08:00
卡若
153b8d9795 fix: 修复章节API的Next.js 16兼容性问题
- 更新chapter/[id]/route.ts使用Promise params (Next.js 16要求)
- 删除过时的app/api/db目录下的旧API文件(bookDB/userDB等不存在的导出)
- 添加部署脚本deploy-to-server.sh
- 添加章节迁移脚本migrate-chapters-to-db.ts
2026-01-25 10:36:30 +08:00
卡若
263da246c9 feat: 章节数据库化 + 支付配置更新
1. 章节内容迁移到MySQL数据库(67篇文章)
2. 章节API改为从数据库读取,不再依赖book文件夹
3. 新增章节管理API(增删改查)
4. 更新小程序支付AppSecret
5. 整理完整API配置清单
2026-01-25 09:57:21 +08:00
卡若
5420499117 🎉 v1.3.1: 完美版本 - H5和小程序100%统一,64章精准数据,寻找合作伙伴功能 2026-01-14 12:50:00 +08:00
卡若
d781dc07ed Update remote soul-content with local content 2026-01-09 11:58:08 +08:00
卡若
2bdf275cba Clear existing content 2026-01-09 11:57:57 +08:00
卡若
924307a470 Initial commit to prepare for remote overwrite 2026-01-09 11:57:57 +08:00