9 Commits

Author SHA1 Message Date
BrettonYe
ad3662cda0 🚀 Refactor Blade
- Optimize Blade JavaScript code.
- Refactored multiple admin controllers for improved validation, error handling, and query efficiency.
- Added ProxyConfig trait to centralize proxy configuration options.
- Updated NodeStatusDetection to use model relationships for heartbeat checks.
- Improved category, label, and country management logic and error logging.
- Added new Blade components for admin UI and updated language files and assets for better localization and frontend support.
- Bug fixed & introduced more bug :)
2026-01-30 20:04:17 +08:00
BrettonYe
7087faf0d6 Improving the translatability of project texts 2024-09-04 22:45:34 +08:00
BrettonYe
32d53e9178 Clean Code 2024-07-31 22:15:20 +08:00
BrettonYe
2ca6965074 💪🏼 Improve Code 2024-06-27 22:18:34 +08:00
BrettonYe
b5c04f34ae 💪🏼 Improve Code 2024-06-27 22:18:26 +08:00
BrettonYe
72c66e199c 🚀 Update Laravel Framework to 10 2024-06-27 22:18:23 +08:00
BrettonYe
d1a6338006 Clean Code 2024-06-27 22:18:21 +08:00
ZBrettonYe
a9f1b74506 Update lang files 2024-06-27 22:17:55 +08:00
BrettonYe
1b004e1c57 优化/重构 支付相关代码
1. 优化支付文件框架为后续大改做准备;
2. 重构了支付宝面对面支付;
   - 本次重构解决了PHP版本>7.3 导致该支付无法使用的问题;
   - 自行开发的接入方式,简化&快捷化了代码;
3. 修正 Stripe 汇率API 查询的代码 & 部分报错代码;

TODO:
1. 汇率查询API 应该集中统一化(Paypal & Stripe 都需要汇率转换);
2. 简化支付对接成本(单文件自动对接);
2024-06-27 22:17:51 +08:00