Commit Graph

26 Commits

Author SHA1 Message Date
乘风
aec0c59b09 今日新增修改: 2026-04-27 10:40:26 +08:00
乘风
83a420f1b9 feat: implement audit mode restrictions across various pages
- Added checks for audit mode in VIP navigation and member detail pages, preventing access and displaying appropriate messages.
- Updated UI elements to conditionally render based on audit mode, enhancing user experience by hiding VIP-related options when in audit mode.
- Introduced loading indicators on the VIP page to manage user expectations during content validation.
- Enhanced error handling for image uploads in the article editor, ensuring a smoother content creation process.

This update aims to improve the overall user experience by enforcing access restrictions and providing clear feedback in audit mode.
2026-04-24 18:23:34 +08:00
乘风
f08c82c441 fix: 根据审核模式限制阅读页视频展示
更新了视频渲染逻辑:仅在非审核模式下显示视频。
确保在阅读页不同内容类型下,对视频元素的处理保持一致。
通过在受限场景中禁止视频播放,优化了用户体验。
2026-04-24 16:32:04 +08:00
乘风
73d56a225a feat: enhance link handling in reading page
- Added functionality to open article links in a mini program web-view, allowing users to preview external links.
- Implemented mobile hints for external links to improve user experience on mobile devices.
- Updated content parser to support new link types, including regular hyperlinks.
- Enhanced styling for article links to improve visibility and interaction.

Made-with: Cursor
2026-04-24 16:17:07 +08:00
乘风
51d38cff0f 新数据 2026-04-23 18:14:06 +08:00
乘风
e905fac69d Merge branch 'yongpxu-dev' into devlop
# Conflicts:
#	miniprogram/pages/read/read.wxml   resolved by yongpxu-dev version
#	miniprogram/utils/contentParser.js   resolved by yongpxu-dev version
2026-04-20 11:27:42 +08:00
乘风
7cd8ffdd26 feat: add MBTI tag functionality to user profile
- Introduced a new MBTI tag in the user profile section, displaying the user's MBTI type or a default label if not available.
- Implemented navigation to a mini program for MBTI testing, ensuring user phone number is included if logged in.
- Enhanced styling for the MBTI tag to improve visibility and user interaction.

Made-with: Cursor
2026-04-20 11:10:50 +08:00
卡若
d44a02b818 chore: 同步阅读页、脚本、API 配置与小程序管理文档
Made-with: Cursor
2026-04-15 19:07:02 +08:00
乘风
5010e2dfba 特性:在内容展示中增加视频支持
- 在小程序阅读页面中实现了视频渲染,支持单个视频项目和内嵌视频片段。
- 更新了内容解析器,以处理视频标签并提取视频源。
- 增强了视频元素的样式,以确保其正确显示和响应性。

制造材料:Cursor
2026-04-14 16:14:21 +08:00
卡若
3dd75746e6 chore: 恢复开发文档全目录进库并同步阅读页与脚本改动
Made-with: Cursor
2026-04-14 16:00:31 +08:00
乘风
35e18a7ccb chore: update experience index and documentation for various roles
- Added recent experience entries for roles including Assistant, Mini Program Developer, Backend Engineer, Product Manager, Software Tester, and Team.
- Enhanced documentation structure in the development assistant's experience list and project index.
- Updated role-flow control documentation to reflect new methodologies and programming thinking.
- Improved error handling in the mini program and backend API for better user feedback during operations.

Made-with: Cursor
2026-04-14 11:24:18 +08:00
乘风
3cc33c7d7a 初始化 2026-04-13 14:32:32 +08:00
卡若
b5f5180654 chore: 以本地工作区为准全量快照同步 GitHub
包含小程序、管理端、soul-api、脚本与静态资源等当前本地全部已跟踪与新增文件(排除 .DS_Store 与 .obsidian)。

Made-with: Cursor
2026-04-13 11:49:38 +08:00
卡若
83375cc388 fix: 审核模式增强+登录弹窗脱敏+MBTI头像404修复
1. 登录弹窗:去掉「微」图标、改品牌色、文案改「手机号快捷登录」(审核驳回项)
2. 全站审核模式增强:设置页/匹配页/推广页/资料编辑/名片等页面
   - 审核模式下隐藏提现、联系方式绑定、收益卡片、购买弹窗
   - 所有用户可见的「微信号」→「联系方式」
3. MBTI头像404:/static/路径不再走OSS,由Gin本地静态服务

Made-with: Cursor
2026-04-08 18:08:57 +08:00
Alex-larget
91264adc87 1 2026-04-08 09:37:04 +08:00
Alex-larget
3752fc3d9a feat: enhance link tag functionality with phone parameter support
- Updated link tag structure to include `passPhone` and `phoneParamName` attributes for better integration with user phone data.
- Adjusted related components and database schema to accommodate new attributes.
- Improved documentation and user interface to reflect changes in phone parameter handling during mini program navigation.
2026-04-07 16:17:16 +08:00
Alex-larget
36b8524bc9 123123 2026-04-07 15:59:13 +08:00
卡若
b787fa3a1e chore: 同步本地首页/用户管理/CKB 与小程序接口改动
Made-with: Cursor
2026-04-07 09:07:04 +08:00
卡若
d48aba5047 chore: 以本地为准同步最新改动
提交当前本地未入库的前后端与发布脚本改动,作为本地主版本基线,用于全量覆盖同步到 GitHub。

Made-with: Cursor
2026-04-06 23:12:18 +08:00
卡若
6d11fb295d feat: 同步本地三端改动并清理上传凭证风险
整合小程序、管理端与后端的最新本地改动,补齐用户管理与首页入口相关能力;提交前已完成敏感信息扫描,并移除本地 gitea 远程 URL 中的明文凭证,避免隐私信息进入远程仓库。

Made-with: Cursor
2026-04-06 15:59:34 +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
卡若
e7223ff694 sync: miniprogram 页面逻辑 | 原因: 小程序页面逻辑修改 2026-03-08 11:06:44 +08:00
卡若
3158bec8f6 sync: miniprogram 页面逻辑 | 原因: 小程序页面逻辑修改 2026-03-08 11:06:37 +08:00
卡若
66cd90e511 sync: Gitea 同步配置、miniprogram 页面逻辑、miniprogram 页面样式、脚本与配置、soul-admin 前端、soul-admin 页面、soul-api 接口逻辑、soul-api 路由等 | 原因: 多模块开发更新 2026-03-08 08:00:39 +08:00
卡若
b7c35a89b0 初始提交:一场soul的创业实验-永平 网站与小程序
Made-with: Cursor
2026-03-07 22:58:43 +08:00