Commit Graph

4 Commits

Author SHA1 Message Date
3923217e0e feat: Implement date formatting across controllers for improved readability
- Added a new utility function `formatDateTime` to standardize date formatting across various controllers.
- Updated multiple controllers (admin, article, ladder, match, points, store, user) to utilize the new formatting function for timestamps, enhancing the clarity of date and time displays in API responses.
- Ensured consistent date representation in user and match details, improving overall user experience.
2026-02-10 10:25:19 +08:00
459fa02eb9 feat: Add navigation feature to store in order page
- Implemented a new button to navigate to the store location from the order details.
- Added functionality to open the store's location in the map application or copy the address if location data is unavailable.
- Updated UI to include the navigation button conditionally based on store information availability.
- Enhanced styling for the navigation button to improve user experience.
2026-02-07 12:06:05 +08:00
7ec68e3f7a Refactor and enhance miniprogram UI with new designs, improve match and points functionality, and update server routes for QR code generation 2026-01-23 01:38:42 +08:00
ecd0e748c8 first 2026-01-20 08:50:50 +08:00