12 Commits

Author SHA1 Message Date
邹景立
34104dad22 Update plugin headers and add rewrite-model script
Replace header text "Payment Plugin for ThinkAdmin" with "ThinkAdmin Plugin for ThinkAdmin" across project files (configs, controllers, plugins, php-cs-fixer, etc.) to unify branding. Add a new composer script "rewrite-model" to regenerate models and run php-cs-fixer. Also apply a minor newline fix in .copilot-commit-message-instructions.md.
2026-02-01 14:24:36 +08:00
邹景立
987ad41765 fix: Add .php-cs-fixer.php and update many files
Add PHP CS Fixer configuration (.php-cs-fixer.php) to enforce coding style and apply corresponding updates across the codebase. Numerous plugins (think-library and many think-plugs-*) and core config files (cache, database, phinx, worker) were updated along with controllers, services, models, storage adapters, helpers and tests to conform to style fixes and minor compatibility/refactors.
2026-02-01 02:01:37 +08:00
邹景立
37db1bdda9 批量更新版权注释 2025-04-10 21:52:11 +08:00
邹景立
f3bc37e772 去除不需要的 use 代码 2025-01-08 11:06:06 +08:00
邹景立
a4e98a066a fix: worker 插件增加 workerman 5.x 兼容 2025-01-08 11:04:48 +08:00
邹景立
a85cdf49d8 fix: 由于部分使用场景异常,去除文件动态监听与内存监控重启 2024-12-18 14:55:22 +08:00
邹景立
3550bbe68b fix: Worker 增加 $statusFile 变量默认设置 2024-11-14 11:28:28 +08:00
邹景立
62f8b0471d fix: Worker 增加 $statusFile 变量默认设置 2024-11-08 22:27:53 +08:00
邹景立
e7ec32ad07 fix: 优化 Worker Host 接收逻辑 2024-08-14 10:22:37 +08:00
邹景立
d7a50742f2 fix: 优化代理域名及端口读取 2024-08-14 09:35:02 +08:00
邹景立
6067f9778b fix: 修改文件注释,格式化代码 2024-08-08 23:28:08 +08:00
邹景立
ce7375ce87 增加 Github Actions 脚本 2024-08-02 08:45:48 +08:00