Commit Graph

46 Commits

Author SHA1 Message Date
Alex-larget
28ad08da84 同步 2026-03-24 15:44:08 +08:00
Alex-larget
346e8ab057 Merge branch 'devlop' into yongxu-dev
# Conflicts:
#	.cursor/skills/miniprogram-dev/SKILL.md   resolved by devlop version
#	miniprogram/pages/index/index.js   resolved by devlop version
#	miniprogram/pages/index/index.wxml   resolved by devlop version
#	miniprogram/pages/my/my.wxml   resolved by devlop version
#	miniprogram/pages/read/read.wxml   resolved by devlop version
#	miniprogram/pages/read/read.wxss   resolved by devlop version
#	soul-admin/dist/index.html   resolved by devlop version
#	soul-admin/src/pages/content/ChapterTree.tsx   resolved by devlop version
#	soul-admin/src/pages/content/ContentPage.tsx   resolved by devlop version
#	soul-admin/src/pages/distribution/DistributionPage.tsx   resolved by devlop version
#	soul-api/internal/handler/book.go   resolved by devlop version
#	soul-api/internal/handler/ckb.go   resolved by devlop version
#	soul-api/internal/handler/db_book.go   resolved by devlop version
#	soul-api/internal/handler/db_ckb_leads.go   resolved by devlop version
#	soul-api/internal/handler/db_person.go   resolved by devlop version
#	soul-api/internal/model/chapter.go   resolved by devlop version
2026-03-24 14:27:07 +08:00
Alex-larget
cfacf55035 更新多个技能文档,新增常见陷阱(Gotchas)部分,提供开发过程中需避免的错误及其解决方案,提升开发团队的规范性和效率。同时,更新描述以更清晰地指引使用场景,确保文档内容的准确性和实用性。 2026-03-24 14:21:37 +08:00
卡若
5724fba877 feat: 小程序超级个体/个人资料/CKB获客;VIP列表展示过滤;管理端与API联调
- 超级个体:去掉首位特例;列表仅展示有头像且非微信默认昵称(vip.go)
- 个人资料:居中头像、低调联系方式、点头像优先走存客宝 lead(ckbLeadToken)
- 阅读页分享朋友圈复制与 toast 去重
- soul-api: miniprogram users 带 ckbLeadToken;其它 handler 与路由调整
- 脚本:content_upload、miniprogram 上传辅助等

Made-with: Cursor
2026-03-22 08:34:28 +08:00
卡若
17ce20c8ee chore(.cursor): 同步 rules/skills/docs 与 karuo-party(排除凭证);补充 .gitignore
Made-with: Cursor
2026-03-20 18:41:30 +08:00
Alex-larget
f7e7552eb1 更新文档,新增全项目部署到线上流程,明确部署顺序(API → 管理端),确保用户在执行部署时的操作清晰易懂。 2026-03-20 15:43:50 +08:00
Alex-larget
d34d209b37 删除过时的部署管理端触发词文档,并更新相关索引以反映新的触发词约定,确保文档一致性和准确性。 2026-03-20 14:38:51 +08:00
Alex-larget
385e47bc55 更新小程序隐私保护机制,新增手机号一键登录功能,用户需同意隐私协议后方可获取手机号。优化多个页面的登录交互,提升用户体验。调整相关配置以支持新功能。 2026-03-20 13:40:13 +08:00
Alex-larget
181f092402 更新小程序头像选择逻辑,采用绝对定位覆盖原生按钮,避免样式干扰。新增相关最佳实践文档,确保开发一致性和用户体验。优化个人资料页面,提升用户交互流畅性。 2026-03-19 19:18:50 +08:00
Alex-larget
c55e54efbd 重构小程序图标组件,替换传统 emoji 为 SVG 图标,提升视觉一致性和可维护性。更新多个页面以使用新图标组件,优化用户界面体验。同时,调整了数据加载逻辑,确保更高效的状态管理和用户交互。 2026-03-18 16:00:57 +08:00
Alex-larget
0d12ab1d07 Update project documentation and enhance user interaction features
- Added a new entry for user interaction habit analysis based on agent transcripts, summarizing key insights into communication styles and preferences.
- Updated project indices to reflect the latest developments, including the addition of a wallet balance feature and enhancements to the mini program's user interface for better user experience.
- Improved the handling of loading states in the chapters page, ensuring a smoother user experience during data retrieval.
- Implemented a gift payment sharing feature, allowing users to share payment requests with friends for collaborative purchases.
2026-03-17 11:44:36 +08:00
Alex-larget
9210b931c4 Enhance profile editing and sharing functionality
- Added a new feature for sharing profile cards, including special handling for forwarding to friends and displaying a canvas cover with user information.
- Updated the mini program's profile-edit page to generate a shareable card with a structured layout, including user avatar, nickname, and additional information.
- Improved the documentation to reflect the new sharing capabilities and updated the last modified date for relevant entries.
2026-03-16 17:18:49 +08:00
Alex-larget
0e7b81eaa8 更新测试文档并增强设备管理逻辑
- 新增了一项功能,用于自动生成文章中的提及内容,从而优化了系统中创建计划流程的测试用例文档。
- 更新了测试关联文档,以纳入基于不同场景的测试用例的归档和复用规则。
- 实现了在未指定设备时选择默认设备的逻辑,确保设备管理流程更加顺畅。
- 在计划创建的上下文中明确了设备组的需求,从而提高了系统的整体可靠性。
2026-03-16 11:24:42 +08:00
Alex-larget
d4ba905ee5 通过自动提及和标签创建功能,增强文章编辑功能
- 在文章编辑过程中,实现了自动创建不存在的@提及和#标签的功能,确保它们被添加到相应的数据库中。
- 更新了内容处理逻辑,以利用新创建的提及和标签,从而改善用户体验和内容管理。
- 增强了人物和链接标签创建的后端处理能力,使文章编辑过程中能够实现无缝集成。
2026-03-16 11:09:26 +08:00
Alex-larget
5517f7c004 Update meeting activation rules and enhance multi-role meeting trigger
- Modified the activation phrase for the boss avatar to include additional expressions for initiating meetings.
- Changed the `alwaysApply` setting in the soul meeting trigger to true, ensuring it is always active during specified meeting contexts.
- Updated the protocol for the boss avatar to require reading the meeting skill document before hosting multi-role meetings.
2026-03-16 10:08:28 +08:00
Alex-larget
1edceda4db Update evolution indices and enhance user experience in mini program
- Added new entries for content ranking algorithm adjustments and cross-platform reuse in the evolution indices for backend, team, and mini program development.
- Improved user interface elements in the mini program, including the addition of a hidden settings entry and refined guidance for profile modifications.
- Enhanced reading statistics display with formatted numbers for better clarity and user engagement.
- Updated reading tracker logic to prevent duplicate duration accumulation and ensure accurate reporting of reading progress.
2026-03-14 17:13:06 +08:00
Alex-larget
c936371165 Update mini program development documentation and enhance user interface elements
- Added a new entry for the latest mini program development rules and APIs in the evolution index.
- Updated the skill documentation to include guidelines on privacy authorization and capability detection.
- Modified the read and settings pages to improve user experience with new input styles and layout adjustments.
- Implemented user-select functionality for text elements in the read page to enhance interactivity.
- Refined CSS styles for better responsiveness and visual consistency across various components.
2026-03-14 16:23:01 +08:00
Alex-larget
8778a42429 2026年3月14日14:37:06 2026-03-14 14:37:17 +08:00
Alex-larget
da6d2c0852 Update API endpoints for order retrieval in admin panel; change from /api/orders to /api/admin/orders in multiple files for consistency. Remove unused CSS and JS files from the distribution folder to streamline the build. Enhance order synchronization logic in the backend to handle order states more effectively. 2026-03-11 16:29:20 +08:00
Alex-larget
3b942fd7a4 更新数据库结构,向章节表添加 hot_score 字段以修复前端保存章节时的 1054 错误。同时,实施 Toast 通知系统,替换全系统的 alert 提示,提升用户体验。更新相关文档以反映变更流程与最佳实践。 2026-03-10 18:11:06 +08:00
Alex-larget
3e22e54f75 更新经验清单,新增2026-03-10团队架构/运维约定,最后更新日期调整至2026-03-10。 2026-03-10 12:54:41 +08:00
Alex-larget
5a5f0087d2 更新小程序开发文档,新增2026-03-03的最佳实践记录,优化个人中心类页面的卡片区边距规范,确保一致性与可用性。调整相关页面以反映最新设计稿,提升用户体验与功能一致性。 2026-03-04 19:06:06 +08:00
Alex-larget
3097d796e0 更新输入框边距规范,增加资源对接弹窗的布局修正,确保在小程序开发中避免文字贴边问题。补充相关口诀以提升开发一致性,并在经验清单中记录最新最佳实践。调整项目索引以反映最新进展,增强文档的可用性与可追溯性。 2026-03-03 11:12:56 +08:00
Alex-larget
8e2ea9b7c1 优化输入框和表单样式,确保在小程序和管理端开发中使用容器包裹输入框以避免布局问题。更新个人资料页,增加VIP用户的字段展示与编辑逻辑,确保用户体验一致性。调整相关文档以反映最新开发进展,提升功能可用性与用户体验。 2026-02-28 17:26:03 +08:00
Alex-larget
41e5b1258b 更新个人资料页实现评估会议记录,明确展示与编辑页字段一致性要求,补充技能字段的展示与编辑需求。优化小程序页面,增加联系方式完善弹窗,确保用户在使用找伙伴功能前填写手机号或微信号。调整相关文档以反映最新进展,提升用户体验与功能一致性。 2026-02-28 15:16:23 +08:00
Alex-larget
244fe98591 优化阅读页跳转逻辑,优先传递章节中间ID(mid),以提升分享功能的一致性。更新相关页面以支持新逻辑,并在多个页面中添加mid数据绑定,确保数据传递的完整性。 2026-02-28 11:10:39 +08:00
Alex-larget
9f77d1cfe2 更新文档,新增测试人员角色及其职责,调整团队结构以包含六个角色。优化会议记录和经验库,确保文档内容一致性,增强跨角色协作与经验共享功能。 2026-02-27 14:33:11 +08:00
Alex-larget
8655dca7b4 更新文档,新增输入框样式最佳实践,强调在小程序和管理端开发中使用容器包裹输入框以避免布局问题。调整经验库,记录相关最佳实践和开发进度,确保团队共享经验的一致性和可追溯性。优化小程序页面,增加分享功能,提升用户体验。 2026-02-27 14:22:58 +08:00
Alex-larget
01f3cf0123 更新文档,增强经验库功能,新增团队共享文件夹以支持跨角色经验管理。调整触发词以涵盖更多场景,确保文档内容一致性和可追溯性,优化助理橙子的文档同步流程。 2026-02-27 11:28:04 +08:00
Alex-larget
d79581758b 更新经验库文档,明确各角色的独立文件夹结构及项目索引的更新流程,增强经验吸收与技能升级的功能。调整触发词以支持更多场景,确保文档内容一致性和可追溯性。 2026-02-27 11:21:20 +08:00
Alex-larget
299a891d2d 更新开发文档,调整团队角色及其技能描述,明确各角色的责任与协作流程。优化文档结构,确保开发风格一致性,增强经验库功能,支持经验吸收与技能升级流程。删除不再使用的规则文件,简化项目结构,提升团队协作效率。 2026-02-26 20:31:40 +08:00
Alex-larget
32c222f241 更新开发文档,调整团队角色及其技能描述,优化文档结构以明确各角色的责任与协作流程。增强经验库功能,支持经验吸收与技能升级,提升团队协作效率。 2026-02-26 18:55:22 +08:00
Alex-larget
1f175800fe 更新开发文档和技能索引,调整团队角色及其对应技能,新增产品经理和助理橙子的职责与技能描述。优化文档结构,明确各角色在开发过程中的责任与协作流程,确保开发风格一致性。增强经验库功能,支持经验吸收与技能升级流程,提升团队协作效率。 2026-02-26 18:25:34 +08:00
Alex-larget
a5e2cfaa61 更新管理端用户详情弹窗,新增 VIP 手动设置功能,支持到期日、展示名、项目、联系方式和简介的编辑。优化 VIP 相关接口,确保用户状态和资料更新功能正常,增强用户体验。调整文档,明确 VIP 设置的必填项和格式要求。 2026-02-26 18:03:01 +08:00
Alex-larget
ab27acdb21 更新管理端用户详情弹窗,新增 VIP 手动设置功能,支持到期日、展示名、项目、联系方式和简介的编辑。优化 VIP 相关接口,确保用户状态和资料更新功能正常,增强用户体验。调整文档,明确 VIP 设置的必填项和格式要求。 2026-02-26 17:35:52 +08:00
Alex-larget
04abcb2a87 删除 miniprogram2 目录及其所有文件,包括项目配置、样式、图标和自定义组件,简化项目结构,专注于 miniprogram 目录的开发和维护。 2026-02-25 16:26:13 +08:00
Alex-larget
52c5a8abab 更新开发文档,强调接口路径必须按使用方区分,禁止通用路径混用。新增小程序分享功能,统一使用推荐码,确保用户体验一致性。 2026-02-25 11:47:36 +08:00
Alex-larget
8e4d61e22b 更新开发文档和技能索引,优化角色驱动的技能使用规范。调整了各角色的主技能和辅助技能的描述,确保开发者在不同目录下遵循相应的开发风格和流程。增加了变更关联检查的要求,确保代码变更后进行必要的检查以防漏改。 2026-02-25 11:04:08 +08:00
96c8695ff3 更新项目文档和代码规范,增加会话启动自检说明,强化 GORM 使用规范,确保数据一致性和查询效率。具体改动包括:在 README.md 中添加会话启动自检内容;在 soul-api-coding.mdc 中补充事务、Preload、Pluck 和 Scopes 的使用要求;在 soul-project-boundary.mdc 中明确开发风格和配置参数的约束;在相关 handler 中优化数据库查询,使用 GORM 的链式调用替代裸 SQL。 2026-02-24 12:17:33 +08:00
5f09416377 更新项目文档,添加会话启动自检说明,强化 GORM 使用规范,确保数据操作遵循事务管理和预加载原则。修正多个处理函数以使用链式查询和数据验证,提升代码一致性和可维护性。 2026-02-24 11:41:38 +08:00
715772ecfb 移除已弃用的文件:content_upload.py、content-manager.html、middleware.ts,以及与VIP会员和内容管理相关的各种API路由。此次清理通过移除未使用的代码和文件,提高了项目的可维护性 2026-02-24 11:26:44 +08:00
f7808e48db 修复 2026-02-04 10:35:50 +08:00
4aed6d340a 重定向 2026-02-03 19:17:05 +08:00
a2443c097c 删除多个完成报告文件,优化项目结构以提升可维护性。 2026-02-03 15:59:37 +08:00
9a08273541 存了 2026-02-03 11:50:59 +08:00
a7d781a25b 更新小程序配置,重构页面结构,删除不再使用的地址管理和章节页面,优化项目结构以提升可维护性;调整全局样式,增强组件的可复用性和一致性。 2026-02-03 11:35:38 +08:00