17 Commits

Author SHA1 Message Date
乘风
99d65dc664 feat: add super article management features and enhance UI
- Introduced a new page for managing user-specific articles, allowing users to view and edit their submissions.
- Implemented article audit status handling, including visual indicators for pending, approved, and rejected articles.
- Enhanced the article detail view with audit feedback and editing capabilities for articles in pending or rejected states.
- Updated the UI to dynamically reflect ownership and article status, improving user experience and clarity.

This update aims to streamline article management for users and provide better feedback on article submission statuses.
2026-05-09 17:49:45 +08:00
乘风
c84c53515e feat: update API base URLs and improve UI elements
- Changed API base URLs in app.js to point to the production server for deployment.
- Updated the my page UI by refining labels and removing unnecessary text for a cleaner look.
- Adjusted CSS styles to enhance layout and reduce whitespace, improving overall user experience.

This update aims to ensure proper API connectivity and enhance the visual presentation of the user interface.
2026-05-09 17:26:55 +08:00
乘风
2645212d47 feat: update API base URLs and enhance icon designs
- Updated the API base URLs in app.js to point to local development server for testing.
- Enhanced SVG icons with gradient fills for improved visual appeal across various components.
- Refactored the avatar upload functionality in avatar-nickname.js and profile-edit.js to utilize a new upload utility for better code maintainability.
- Improved the layout and styling of the my page and super article editor for a more user-friendly interface.

This update aims to streamline development processes and enhance the overall user experience in the application.
2026-05-09 16:00:16 +08:00
乘风
9ec4e0f9bd 同步数据 2026-04-02 19:20:19 +08:00
卡若
76965adb23 chore: 清理敏感与开发文档,仅同步代码
- 永久忽略并从仓库移除 开发文档/
- 移除并忽略 .env 与小程序私有配置
- 同步小程序/管理端/API与脚本改动

Made-with: Cursor
2026-03-17 17:50:12 +08:00
卡若
868b0a10d9 Merge remote-tracking branch 'github/devlop' 2026-03-09 05:54:50 +08:00
卡若
d37d7ab1ac sync: soul-api 后端 | 原因: 后端代码修改 2026-03-08 08:51:22 +08:00
卡若
b7c35a89b0 初始提交:一场soul的创业实验-永平 网站与小程序
Made-with: Cursor
2026-03-07 22:58:43 +08:00
Alex-larget
9aaffd8024 更新.gitignore文件,移除不必要的soul-api目录,确保版本控制的清晰性与一致性。 2026-03-06 17:52:52 +08:00
Alex-larget
41f9e108ac 更新 2026-03-05 09:54:23 +08:00
Alex-larget
8655dca7b4 更新文档,新增输入框样式最佳实践,强调在小程序和管理端开发中使用容器包裹输入框以避免布局问题。调整经验库,记录相关最佳实践和开发进度,确保团队共享经验的一致性和可追溯性。优化小程序页面,增加分享功能,提升用户体验。 2026-02-27 14:22:58 +08:00
Alex-larget
a5e2cfaa61 更新管理端用户详情弹窗,新增 VIP 手动设置功能,支持到期日、展示名、项目、联系方式和简介的编辑。优化 VIP 相关接口,确保用户状态和资料更新功能正常,增强用户体验。调整文档,明确 VIP 设置的必填项和格式要求。 2026-02-26 18:03:01 +08:00
Alex-larget
f5ee93dd84 优化 VIP 会员加载逻辑,支持无头像用户展示,增加错误处理和日志记录。更新 VIP 相关接口,确保用户状态查询和资料更新功能正常,新增 VIP 资料字段以提升用户体验。 2026-02-26 14:26:31 +08:00
Alex-larget
44f995a5a3 恢复被删除的代码 2026-02-25 11:52:11 +08:00
卡若
9e7fd6ab53 同步永平版: soul-admin/soul-api/miniprogram
- 以本地(一场soul的创业实验-永平)为准覆盖
- 补充 soul-api/.gitignore 避免敏感文件入库

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 17:44:12 +08:00
乘风
448e908855 优化小程序推荐码处理逻辑,支持通过扫码场景解析推荐码和初始章节ID。新增获取用户邀请码的功能以便于分享。更新分享配置,确保分享时自动带上推荐码。调整部分页面逻辑以提升用户体验。 2026-02-12 15:09:52 +08:00
乘风
3ca7d38318 更新小程序API基础地址,启用真实后端URL并注释掉本地开发地址。同时,完善环境变量示例,增加管理端登录相关配置,删除不再使用的商家转账说明文档,优化提现逻辑以支持状态同步和日志记录,提升系统的可维护性和用户体验。 2026-02-10 14:15:32 +08:00