Commit Graph

17 Commits

Author SHA1 Message Date
web 5f3354e948 ♻️ refactor(api): update endpoints to include '/api' prefix and add new types for IP location and withdrawal logs
- Updated all user and common service endpoints to include '/api' prefix for consistency.
- Added new API types for querying IP location and withdrawal logs.
- Introduced commission withdrawal functionality in user service.
- Enhanced user service typings to include rules and withdrawal log structures.
2025-11-30 18:20:06 -08:00
semantic-release-bot 1837343845 🚀 chore(release): Release 1.1.3 / 发布版本 1.1.3 [skip ci]
## [1.1.3](https://github.com/perfect-panel/frontend/compare/v1.1.2...v1.1.3) (2025-12-01)

### 🐛 Bug Fixes / 问题修复

* update prepare command to use bun for building before packaging admin and user applications ([0dcd50b](https://github.com/perfect-panel/frontend/commit/0dcd50b6d3bbafccab73fe564325ee527ca14569))
2025-12-01 01:38:13 +00:00
web 0dcd50b6d3 🐛 fix: update prepare command to use bun for building before packaging admin and user applications 2025-11-30 17:37:00 -08:00
semantic-release-bot 875899c29b 🚀 chore(release): Release 1.1.2 / 发布版本 1.1.2 [skip ci]
## [1.1.2](https://github.com/perfect-panel/frontend/compare/v1.1.1...v1.1.2) (2025-11-30)

### 🐛 Bug Fixes / 问题修复

* Add version.lock plugin to generate version lock file after build ([574c06c](https://github.com/perfect-panel/frontend/commit/574c06c754deb84953d182057ea17bba14a2bcd4))
2025-11-30 10:40:00 +00:00
web 574c06c754 🐛 fix: Add version.lock plugin to generate version lock file after build 2025-11-30 02:38:44 -08:00
semantic-release-bot a3d1c00826 🚀 chore(release): Release 1.1.1 / 发布版本 1.1.1 [skip ci]
## [1.1.1](https://github.com/perfect-panel/frontend/compare/v1.1.0...v1.1.1) (2025-11-30)

### 🐛 Bug Fixes / 问题修复

* add hash history support for routing in admin and user applications ([bfc1773](https://github.com/perfect-panel/frontend/commit/bfc1773226ea7dd77e2dabd181493108eacca5ba))
2025-11-30 09:03:44 +00:00
web bfc1773226 🐛 fix: add hash history support for routing in admin and user applications 2025-11-30 01:02:25 -08:00
semantic-release-bot 7fa920f397 🚀 chore(release): Release 1.1.0 / 发布版本 1.1.0 [skip ci]
## [1.1.0](https://github.com/perfect-panel/frontend/compare/v1.0.3...v1.1.0) (2025-11-30)

###  Features / 新功能

* add new payment icons for Alipay and WeChat Pay, update asset paths ([2ce0572](https://github.com/perfect-panel/frontend/commit/2ce0572283fe677e2e862aa2a8af1d44b7e7cfed))
2025-11-30 04:04:54 +00:00
web 2ce0572283 feat: add new payment icons for Alipay and WeChat Pay, update asset paths
- Added SVG icons for Alipay and WeChat Pay in the payment assets directory.
- Updated paths for Lottie animations in various components to use relative paths.
- Changed QR code image sources in payment-related components to point to the new asset paths.
- Adjusted i18n configuration to load translation files from the updated assets directory.
2025-11-29 20:03:41 -08:00
semantic-release-bot 8260fe37d7 🚀 chore(release): Release 1.0.3 / 发布版本 1.0.3 [skip ci]
## [1.0.3](https://github.com/perfect-panel/frontend/compare/v1.0.2...v1.0.3) (2025-11-29)

### 🐛 Bug Fixes / 问题修复

* update asset names in release configuration for admin and user applications ([7cbccee](https://github.com/perfect-panel/frontend/commit/7cbccee32ef18700fcba0f66886219e70692e8be))
2025-11-29 06:00:03 +00:00
web 7cbccee32e 🐛 fix: update asset names in release configuration for admin and user applications 2025-11-28 21:58:46 -08:00
semantic-release-bot 1dd18d306c 🚀 chore(release): Release 1.0.2 / 发布版本 1.0.2 [skip ci]
## [1.0.2](https://github.com/perfect-panel/frontend/compare/v1.0.1...v1.0.2) (2025-11-29)

### 🐛 Bug Fixes / 问题修复

* update repository links and add environment configuration for admin and user apps ([4c77487](https://github.com/perfect-panel/frontend/commit/4c774871a80def1e41d7081112f18377ff9fa7b8))
2025-11-29 01:54:21 +00:00
web 4c774871a8 🐛 fix: update repository links and add environment configuration for admin and user apps 2025-11-28 17:53:06 -08:00
semantic-release-bot 2c7ad08e38 🚀 chore(release): Release 1.0.1 / 发布版本 1.0.1 [skip ci]
## [1.0.1](https://github.com/perfect-panel/frontend/compare/v1.0.0...v1.0.1) (2025-11-27)

### 🐛 Bug Fixes / 问题修复

* configure axios request with base URL and update typings ([0f393c7](https://github.com/perfect-panel/frontend/commit/0f393c77efc89591ac3be6ced73763ea9beb6e77))
2025-11-27 04:56:19 +00:00
web 0f393c77ef 🐛 fix: configure axios request with base URL and update typings 2025-11-26 20:55:06 -08:00
semantic-release-bot bd9f3a96dd 🚀 chore(release): Release 1.0.0 / 发布版本 1.0.0 [skip ci]
## 1.0.0 (2025-11-27)

###  Features / 新功能

* initialization ([a801849](https://github.com/perfect-panel/frontend/commit/a801849fb2c369b999dc93bbe8fda2753fba8ae6))
2025-11-27 04:00:15 +00:00
web a801849fb2 🎉 feat: initialization 2025-11-26 19:56:16 -08:00