36 Commits

Author SHA1 Message Date
BrettonYe
dc3277e0d6 Improve batch processing and shop logic
- Use chunkById() with default chunk size for batch processing;
- Improve plan/package expiration and prepaid activation logic;
- Refactor user–node permission update logic
- Optimize OrderService state handling
- Minor fixes (null handling, query order, comments)
2026-01-30 20:04:19 +08:00
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
4032724480 Simplify array merge & time format 2025-07-16 21:36:14 +08:00
BrettonYe
d9ff6ad6ee Improve System Blade
- Removed Task config, add those settings to System blade.
- Improve the font-end of system setting blade.
- Improve Payments files to be more  "Modularize"
2025-06-09 23:54:12 +08:00
BrettonYe
94f1337b5f Logic Consistency Revisions 2024-10-27 12:48:06 +08:00
BrettonYe
7087faf0d6 Improving the translatability of project texts 2024-09-04 22:45:34 +08:00
BrettonYe
2ca6965074 💪🏼 Improve Code 2024-06-27 22:18:34 +08:00
BrettonYe
bca9be70a3 Fixed Bugs 2024-06-27 22:18:30 +08:00
BrettonYe
3e0c7370e7 🧹Clean code 2024-06-27 22:18:29 +08:00
BrettonYe
b5c04f34ae 💪🏼 Improve Code 2024-06-27 22:18:26 +08:00
BrettonYe
454051c386 🔧 Fixed bugs
- Fixed Order Status manually change does not following logic;
- Fixed User get node() will report null sign to int;
- Fixed query where default "null " is not work as expect;
2024-06-27 22:18:26 +08:00
BrettonYe
4cfb0b4650 💪🏼 Improve Code 2024-06-27 22:18:26 +08:00
BrettonYe
2ef6257db2 💪🏼 Simplify Models using Casts Class 2024-06-27 22:18:25 +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
BrettonYe
524c4e0d52 Tasks optimization & Fixed Bugs
- Tasks optimization
- Fixed manual order modification may cause bugs
- Improve User modification update VNET
- Minor tweaks
2024-06-27 22:18:03 +08:00
兔姬桑
f67bcf623d code improve
Apply fixes from StyleCI
2022-01-16 22:57:48 +08:00
兔姬桑
60ba5db997 Standardize log types 2021-09-07 22:55:12 +08:00
兔姬桑
17f00f0aae Fix 余额充值 完成状态 在前台的错误显示 2021-07-29 00:07:11 +08:00
兔姬桑
b61e1dd02f Add 套餐限速功能(正确方式) 2021-07-25 23:08:42 +08:00
兔姬桑
af3cb12d68 Fix 每日&返利任务错误修正
1. 修复每日任务-重置流量中订单关系未正确使用的错误;
2. 修复商品返利建立返利单时,未正确使用上下级关系与数据名称错误的问题;
2021-01-26 14:04:04 -05:00
兔姬桑
f5347f10ac Fix Bugs
1. 商品内容格式不正确导致的显示BUG;
2. 设置提现申请状态未正确取值的错误;
3. 非整数 余额充值&返利价格 的记录问题;
2021-01-26 01:08:35 -05:00
兔姬桑
396fbbad56 优化 自动任务
1. 使用chunk分段处理大规模数据处理;
2. 优化部分任务的查询逻辑;
3. 提取各任务时间戳至,config/tasks.php,允许机场主自定义各任务;
2021-01-24 23:21:43 -05:00
兔姬桑
bb89a51252 Fix #124 & #123 2021-01-12 11:09:02 +08:00
兔姬桑
7d7bfb034a Fix #114 & Clean code 2021-01-07 04:53:17 +08:00
兔姬桑
88ca3c2d87 Remove PingLog & Fix temporary ping api & Improve code 2021-01-04 10:16:32 +08:00
兔姬桑
c183c4d506 Fix 图片上传路径问题,个别系统设置不更新问题 & 规范提示小窗口 2020-12-11 16:14:47 +08:00
兔姬桑
b44c745c8a Code improve 2020-11-16 16:44:45 +08:00
兔姬桑
c6ccd0679d Impove jobs error handling 2020-10-28 04:03:54 +08:00
兔姬桑
ff742e88c9 Update style & Add 重置订阅同时重置uuid 2020-10-24 10:01:53 +08:00
兔姬桑
b6c59803da Apply fixes from StyleCI (#55) 2020-10-17 03:40:08 +08:00
兔姬桑
fb91d6713a fixed #23 2020-10-03 02:26:56 +08:00
兔姬桑
ce9618236f 2.5.a 管理路由全面改写 与 代码拆分
1. 全面改写项目-管理面板的路由;
2. 拆分过于Contoller;
3. 优化了按钮过多的图表的显示;
4. 初步应用 Laravel的 表单验证功能;
5. 初步应用 Laravel的 component 功能 拆分/模块化前端代码;
6. 优化部分系统的判断逻辑;
7. 针对2.4.0以前的面板,追加辅助矫正数据库的sql文件;
2020-10-01 12:34:19 +08:00
兔姬桑
b037d9c4f2 Reformat Code to follow in PSR-12 2020-09-12 13:40:20 +08:00
兔姬桑
3a548fa1d6 2.4.0 phase 2: 完成对VNet管理缺失的补全 2020-08-21 13:24:04 +08:00
兔姬桑
66c3c53038 2.4.0 phase 1: 大量代码优化与改写
1. models 关系规范化;
2. 本地-在线 订单处理改写;
3. 优化用户界面节点的查表操作;
4. 半修复 VNet SSR版需要面板主动提交用户信息变动的问题;(节点等级,用户分组,Node信息修改 主动通知节点尚未添加);
5. 简化并提取出了 返利佣金相关处理逻辑;
2020-08-16 12:55:18 +08:00