- Changed the daily free match limit to a lifetime limit, aligning with backend configurations.
- Updated the match price display to include original pricing for better user clarity.
- Refactored match quota handling to sync with the server, ensuring accurate match counts and purchase statuses.
- Enhanced UI messages to reflect changes in match availability and pricing.
- Removed deprecated logic related to daily match counts, streamlining the matching process.
- Introduced a mandatory profile guide for new users to complete their avatar and nickname before proceeding.
- Updated the avatar-nickname page to ensure fields are empty on entry, preventing auto-fill issues.
- Implemented checks to ensure users cannot navigate away without completing their profile.
- Removed deprecated privacy modal handling, streamlining the user experience.
- Adjusted UI elements to indicate required fields for new users.
- Added new entries for meetings discussing the integration of the "超级个体" and "@" lists across various project components.
- Updated the last modified date to March 31, 2026, in multiple project index files.
- Enhanced the read page functionality to include user phone number in navigation to other mini-programs.
- Documented changes in the sync log for assistant-doc-sync regarding the meeting outcomes.
# Conflicts:
# miniprogram/pages/read/read.js resolved by devlop version
# miniprogram/pages/read/read.wxml resolved by devlop version
# miniprogram/project.private.config.json resolved by devlop version
# miniprogram/utils/mpPagePopups.js resolved by devlop version
# soul-admin/dist/assets/index-BRyXRtx1.js resolved by devlop version
# soul-admin/dist/assets/index-CZFUM7K_.js resolved by devlop version
# soul-admin/dist/assets/index-i0PBc3Gp.js resolved by devlop version
# soul-admin/dist/index.html resolved by devlop version
# soul-admin/src/pages/settings/MpUiPopupTableSection.tsx resolved by devlop version
# soul-admin/src/pages/settings/mpUiCopyConfig.ts resolved by devlop version
# soul-api/internal/handler/book.go resolved by devlop version
# soul-api/internal/handler/db.go resolved by devlop version
- Simplified the environment configuration in app.js by removing the debug environment options and related functions.
- Set a default API base URL for production while allowing commented options for local and testing environments.
- Cleaned up settings.js by removing the debug environment label and switching functionality, streamlining the user interface.
- Updated documentation to reflect the removal of debug features and added a summary of synchronization requirements in the planning document.
- Introduced a debugging environment configuration in app.js, allowing for dynamic API endpoint selection based on the environment.
- Implemented lazy loading for chapter parts in chapters.js, improving performance by only fetching necessary data.
- Updated UI elements in chapters.wxml to reflect changes in chapter loading and added loading indicators.
- Enhanced error handling and data management for chapter retrieval, ensuring a smoother user experience.
- Added functionality for switching API environments in settings.js, visible only in development mode.