feat: 同步今日小程序与后台迭代版本

集中提交今日 API、管理端、小程序与部署文档调整,确保 Gitea 主分支与本地最新开发版本一致。

Made-with: Cursor
This commit is contained in:
卡若
2026-04-20 11:07:55 +08:00
parent 7108f28280
commit ce55c48c64
180 changed files with 11659 additions and 6078 deletions

View File

@@ -1,6 +1,6 @@
/**
* 结果页「按步骤解锁」状态:
* Step 1 · 看全文(需完善资料或付费)
* Step 1 · 看全文(需手机号+头像+昵称齐全,或已付费)
* Step 2 · 分享朋友圈Step 1 完成后启用)
* Step 3 · AI 拍照测试Step 2 完成后启用)
*
@@ -27,7 +27,7 @@ function write(obj) {
/**
* Step 1 是否已解锁
* 条件:资料完善profileGate===false免费或已付费
* 条件:资料已齐profileGate===false,与 isReportProfileComplete 一致)且(免费或已付费)
*/
function isStep1Unlocked({ profileGate, payRequired, isPaid }) {
if (profileGate) return false