From 5b79893650cf2d479df70b7ab6ee57b0001552c9 Mon Sep 17 00:00:00 2001 From: rain <982766701@qq.com> Date: Mon, 3 Aug 2026 16:49:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E5=BE=85=E5=90=8E=E7=AB=AF=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.html | 3 +- article-detail.html | 5 +- create-genealogy.html | 90 +++-- docs/PC后端补齐清单.md | 140 +++++++ docs/PC接口对接规划.md | 2 +- .../plans/2026-07-29-feedback-tickets.md | 8 +- ...2026-07-29-genealogy-create-first-batch.md | 2 +- .../plans/2026-07-29-genealogy-join-review.md | 4 +- docs/个人中心能力映射.md | 40 ++ docs/交接文档.md | 1 + docs/规划.md | 2 +- docs/验证20%记录.md | 12 +- forgot-password.html | 56 +-- help.html | 5 +- join-genealogy.html | 69 ++-- login.html | 61 ++- my-tickets.html | 6 +- news.html | 5 +- profile-admin-permissions.html | 48 +-- profile-album-detail.html | 16 +- profile-album-edit.html | 10 +- profile-album.html | 4 +- profile-article-edit.html | 14 +- profile-article.html | 4 +- profile-ceremony-detail.html | 37 +- profile-ceremony.html | 6 +- profile-content.html | 10 +- profile-create-family.html | 50 ++- profile-data-reminders.html | 16 +- profile-data.html | 101 +++-- profile-families.html | 13 +- profile-family-admin.html | 21 +- profile-family-home.html | 82 +++- profile-feed-detail.html | 26 +- profile-feed-edit.html | 11 +- profile-feed.html | 12 +- profile-feedback.html | 12 +- profile-generation.html | 40 +- profile-gift-edit.html | 30 +- profile-gift.html | 9 +- profile-growth-edit.html | 12 +- profile-growth.html | 6 +- profile-invite.html | 6 +- profile-join-family.html | 2 +- profile-join-review.html | 26 +- profile-memo-edit.html | 11 +- profile-memo.html | 6 +- profile-merit-edit.html | 12 +- profile-merit.html | 6 +- profile-messages.html | 6 +- profile-relative-edit.html | 12 +- profile-relative.html | 6 +- profile-security.html | 38 +- profile-services.html | 48 ++- profile-share.html | 49 ++- profile-tree.html | 36 +- profile-video-edit.html | 14 +- profile-video.html | 8 +- profile.html | 25 +- public/css/create-genealogy.css | 12 + public/css/join-genealogy.css | 47 ++- public/css/profile-module.css | 12 +- public/css/profile.css | 20 + public/css/public.css | 31 +- public/js/admin-permission-pages.js | 171 ++++++++ public/js/album-pages.js | 143 +++++-- public/js/app-promotion-pages.js | 39 +- public/js/article-pages.js | 108 ++++-- public/js/auth-pages.js | 105 +++-- public/js/ceremony-admin-pages.js | 227 ++++++++--- public/js/ceremony-pages.js | 58 ++- public/js/family-home-pages.js | 104 ++++- public/js/feed-pages.js | 366 +++++++++++++++--- public/js/feedback-pages.js | 104 +++-- public/js/genealogy-entry-pages.js | 132 +++++-- public/js/generation-pages.js | 167 ++++++-- public/js/growth-pages.js | 161 ++++++-- public/js/help-pages.js | 57 ++- public/js/join-pages.js | 89 +++-- public/js/join-review-pages.js | 185 +++++++-- public/js/lineage-pages.js | 111 ++++-- public/js/member-admin-pages.js | 87 +++-- public/js/memo-pages.js | 161 ++++++-- public/js/merit-pages.js | 163 ++++++-- public/js/notification-pages.js | 55 ++- public/js/profile-common.js | 60 ++- public/js/profile-pages.js | 132 +++---- public/js/region-pages.js | 101 ++++- public/js/relative-pages.js | 161 ++++++-- public/js/security-pages.js | 71 +++- public/js/site-news-pages.js | 73 ++-- public/js/upload-pages.js | 36 +- public/js/video-pages.js | 143 +++++-- public/js/vip-pages.js | 104 +++-- register.html | 70 ++-- submit-ticket.html | 12 +- tests/admin-permission-pages.test.js | 84 ++++ tests/album-pages.test.js | 40 ++ tests/api-client-contract.test.js | 4 +- tests/app-promotion-pages.test.js | 18 +- tests/article-pages.test.js | 25 +- tests/auth-pages.test.js | 20 + tests/business-state.test.js | 248 ++++++++++++ tests/ceremony-admin-pages.test.js | 54 ++- tests/ceremony-pages.test.js | 18 + tests/family-home-pages.test.js | 35 +- tests/feed-pages.test.js | 54 ++- tests/feedback-pages.test.js | 33 +- tests/form-labels.test.js | 37 ++ tests/genealogy-entry-pages.test.js | 84 +++- tests/generation-pages.test.js | 19 +- tests/growth-pages.test.js | 32 +- tests/help-pages.test.js | 16 + tests/join-pages.test.js | 30 +- tests/join-review-pages.test.js | 19 +- tests/lineage-pages.test.js | 17 +- tests/member-admin-pages.test.js | 22 +- tests/memo-pages.test.js | 32 +- tests/merit-pages.test.js | 32 +- tests/notification-pages.test.js | 18 + tests/pc-scope.test.js | 57 +++ tests/pending-pages.test.js | 43 +- tests/permission-boundary.test.js | 62 +++ tests/profile-pages.test.js | 100 ++++- tests/relative-pages.test.js | 32 +- tests/security-upload-scope.test.js | 27 ++ tests/site-news-pages.test.js | 23 +- tests/stage6-navigation.test.js | 9 +- tests/video-pages.test.js | 35 ++ tests/vip-pages.test.js | 41 ++ ticket-detail.html | 6 +- 131 files changed, 5324 insertions(+), 1392 deletions(-) create mode 100644 docs/PC后端补齐清单.md create mode 100644 docs/个人中心能力映射.md create mode 100644 public/js/admin-permission-pages.js create mode 100644 tests/admin-permission-pages.test.js create mode 100644 tests/business-state.test.js create mode 100644 tests/form-labels.test.js create mode 100644 tests/permission-boundary.test.js diff --git a/app.html b/app.html index d246646..f7cea48 100644 --- a/app.html +++ b/app.html @@ -105,7 +105,7 @@
展示后台维护的应用推广、公告和下载引导内容。
输入注册手机号,获取验证码后重设登录密码。
-