From e7a8c05556776383377df3bb40fad0e2ef3b36e2 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 8 May 2026 16:15:24 +0800 Subject: [PATCH] =?UTF-8?q?chore(repo):=20=E7=BB=9F=E4=B8=80=20v8=20?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=93=81=E7=89=8C=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 v8 重构分支中残留的 ThinkAdminDeveloper 文本统一调整为 ThinkAdmin,避免迁移到主仓库后继续暴露旧开发仓库名称。 主要内容: - 更新 README 标题与项目描述。 - 统一 PHP 文件头注释中的项目标识。 - 同步调整测试、配置、插件与文档中的旧仓库名称文本。 - 保持旧包删除说明与架构边界测试语义不变,只清理品牌名称残留。 --- .php-cs-fixer.php | 4 ++-- app/index/controller/Index.php | 2 +- config/app.php | 2 +- config/cache.php | 2 +- config/cookie.php | 2 +- config/database.php | 2 +- config/lang.php | 2 +- config/log.php | 2 +- config/phinx.php | 2 +- config/route.php | 2 +- config/view.php | 2 +- config/worker.php | 2 +- docs/architecture/doc-comments-report.md | 2 +- docs/components-detail.md | 2 +- plugin/think-library/src/Builder.php | 2 +- plugin/think-library/src/Command.php | 2 +- plugin/think-library/src/Controller.php | 2 +- plugin/think-library/src/Exception.php | 2 +- plugin/think-library/src/Helper.php | 2 +- plugin/think-library/src/Library.php | 2 +- plugin/think-library/src/Model.php | 2 +- plugin/think-library/src/Plugin.php | 2 +- plugin/think-library/src/Service.php | 2 +- plugin/think-library/src/Storage.php | 2 +- plugin/think-library/src/builder/form/FormBuilder.php | 2 +- plugin/think-library/src/builder/page/PageBuilder.php | 2 +- plugin/think-library/src/common.php | 2 +- plugin/think-library/src/contract/QueueHandlerInterface.php | 2 +- plugin/think-library/src/contract/QueueManagerInterface.php | 2 +- plugin/think-library/src/contract/QueueRuntimeInterface.php | 2 +- plugin/think-library/src/contract/StorageInterface.php | 2 +- plugin/think-library/src/contract/StorageManagerInterface.php | 2 +- plugin/think-library/src/contract/SystemContextInterface.php | 2 +- plugin/think-library/src/extend/ArrayTree.php | 2 +- plugin/think-library/src/extend/CodeExtend.php | 2 +- plugin/think-library/src/extend/CodeToolkit.php | 2 +- plugin/think-library/src/extend/DataExtend.php | 2 +- plugin/think-library/src/extend/FileTools.php | 2 +- plugin/think-library/src/extend/HttpClient.php | 2 +- plugin/think-library/src/extend/JsonRpcClient.php | 2 +- plugin/think-library/src/helper/DeleteHelper.php | 2 +- plugin/think-library/src/helper/FormHelper.php | 2 +- plugin/think-library/src/helper/QueryHelper.php | 2 +- plugin/think-library/src/helper/SaveHelper.php | 2 +- plugin/think-library/src/helper/ValidateHelper.php | 2 +- plugin/think-library/src/middleware/MultAccess.php | 2 +- plugin/think-library/src/model/ModelFactory.php | 2 +- plugin/think-library/src/model/QueryFactory.php | 2 +- plugin/think-library/src/model/RuntimeModel.php | 2 +- plugin/think-library/src/route/Route.php | 2 +- plugin/think-library/src/route/Url.php | 2 +- plugin/think-library/src/runtime/RequestContext.php | 2 +- plugin/think-library/src/runtime/SystemContext.php | 2 +- plugin/think-library/src/service/AppService.php | 2 +- plugin/think-library/src/service/AuthResponse.php | 2 +- plugin/think-library/src/service/CacheSession.php | 2 +- plugin/think-library/src/service/FaviconBuilder.php | 2 +- plugin/think-library/src/service/ImageSliderVerify.php | 2 +- plugin/think-library/src/service/JsonRpcHttpClient.php | 2 +- plugin/think-library/src/service/JsonRpcHttpServer.php | 2 +- plugin/think-library/src/service/JwtToken.php | 2 +- plugin/think-library/src/service/NodeService.php | 2 +- plugin/think-library/src/service/QueueService.php | 2 +- plugin/think-library/src/service/ResponseModeService.php | 2 +- plugin/think-library/src/service/RuntimeService.php | 2 +- plugin/think-library/tests/AppServiceTest.php | 2 +- plugin/think-library/tests/ArchitectureBoundaryTest.php | 2 +- plugin/think-library/tests/CodeTest.php | 2 +- plugin/think-library/tests/CommonFunctionsTest.php | 2 +- plugin/think-library/tests/ComposerDependencyBoundaryTest.php | 2 +- plugin/think-library/tests/ComposerInstallBoundaryTest.php | 2 +- plugin/think-library/tests/FormBuilderTest.php | 2 +- plugin/think-library/tests/JwtTest.php | 2 +- plugin/think-library/tests/MigrationOwnershipTest.php | 2 +- plugin/think-library/tests/ModelTest.php | 2 +- plugin/think-library/tests/MultAccessDispatchTest.php | 2 +- plugin/think-library/tests/PageBuilderTest.php | 2 +- plugin/think-library/tests/PasswordMaskTest.php | 2 +- plugin/think-library/tests/RequestTokenServiceTest.php | 2 +- plugin/think-library/tests/RouteTemplateBoundaryTest.php | 2 +- plugin/think-library/tests/SoftDeleteBoundaryTest.php | 2 +- plugin/think-library/tests/bootstrap.php | 2 +- plugin/think-plugs-account/src/Service.php | 2 +- plugin/think-plugs-account/src/controller/Device.php | 2 +- plugin/think-plugs-account/src/controller/Master.php | 2 +- plugin/think-plugs-account/src/controller/Message.php | 2 +- plugin/think-plugs-account/src/controller/api/Auth.php | 2 +- plugin/think-plugs-account/src/controller/api/Login.php | 2 +- plugin/think-plugs-account/src/controller/api/Wechat.php | 2 +- plugin/think-plugs-account/src/controller/api/Wxapp.php | 2 +- plugin/think-plugs-account/src/controller/api/auth/Center.php | 2 +- plugin/think-plugs-account/src/lang/en-us.php | 2 +- plugin/think-plugs-account/src/model/Abs.php | 2 +- plugin/think-plugs-account/src/model/PlainAbs.php | 2 +- plugin/think-plugs-account/src/model/PluginAccountAuth.php | 2 +- plugin/think-plugs-account/src/model/PluginAccountBind.php | 2 +- plugin/think-plugs-account/src/model/PluginAccountMsms.php | 2 +- plugin/think-plugs-account/src/model/PluginAccountUser.php | 2 +- plugin/think-plugs-account/src/service/Account.php | 2 +- plugin/think-plugs-account/src/service/Message.php | 2 +- plugin/think-plugs-account/src/service/WxappService.php | 2 +- .../src/service/contract/AccountAccess.php | 2 +- .../src/service/contract/AccountInterface.php | 2 +- .../src/service/contract/MessageInterface.php | 2 +- .../src/service/contract/MessageUsageTrait.php | 2 +- plugin/think-plugs-account/src/service/message/Alisms.php | 2 +- .../stc/database/20241010000005_install_account20241010.php | 2 +- .../tests/AccountAdminListControllerTest.php | 2 +- .../think-plugs-account/tests/AccountCenterControllerTest.php | 2 +- plugin/think-plugs-account/tests/AccountIntegrationTest.php | 2 +- .../think-plugs-account/tests/AccountLoginControllerTest.php | 2 +- .../tests/AccountMessageControllerTest.php | 2 +- plugin/think-plugs-account/tests/AccountRuntimeTest.php | 2 +- plugin/think-plugs-account/tests/bootstrap.php | 2 +- plugin/think-plugs-builder/src/Service.php | 2 +- plugin/think-plugs-builder/src/command/Build.php | 2 +- plugin/think-plugs-builder/src/service/PharBuilder.php | 2 +- plugin/think-plugs-builder/src/service/PharRuntime.php | 2 +- plugin/think-plugs-install/src/Service.php | 2 +- .../src/command/project/InstallCommand.php | 2 +- plugin/think-plugs-install/src/composer/Plugin.php | 2 +- .../src/service/ComposerLifecycleService.php | 2 +- .../tests/ComposerLifecycleServiceTest.php | 2 +- plugin/think-plugs-install/tests/InstallCommandTest.php | 2 +- plugin/think-plugs-install/tests/bootstrap.php | 2 +- plugin/think-plugs-payment/src/Service.php | 2 +- plugin/think-plugs-payment/src/controller/Balance.php | 2 +- plugin/think-plugs-payment/src/controller/Config.php | 2 +- plugin/think-plugs-payment/src/controller/Integral.php | 2 +- plugin/think-plugs-payment/src/controller/Record.php | 2 +- plugin/think-plugs-payment/src/controller/Refund.php | 2 +- .../think-plugs-payment/src/controller/api/auth/Address.php | 2 +- .../think-plugs-payment/src/controller/api/auth/Balance.php | 2 +- .../think-plugs-payment/src/controller/api/auth/Integral.php | 2 +- plugin/think-plugs-payment/src/lang/en-us.php | 2 +- plugin/think-plugs-payment/src/model/PluginPaymentAddress.php | 2 +- plugin/think-plugs-payment/src/model/PluginPaymentBalance.php | 2 +- plugin/think-plugs-payment/src/model/PluginPaymentConfig.php | 2 +- .../think-plugs-payment/src/model/PluginPaymentIntegral.php | 2 +- plugin/think-plugs-payment/src/model/PluginPaymentRecord.php | 2 +- plugin/think-plugs-payment/src/model/PluginPaymentRefund.php | 2 +- plugin/think-plugs-payment/src/service/Balance.php | 2 +- plugin/think-plugs-payment/src/service/Integral.php | 2 +- plugin/think-plugs-payment/src/service/Payment.php | 2 +- plugin/think-plugs-payment/src/service/Recount.php | 2 +- .../src/service/contract/PaymentInterface.php | 2 +- .../src/service/contract/PaymentResponse.php | 2 +- .../src/service/contract/PaymentUsageTrait.php | 2 +- plugin/think-plugs-payment/src/service/payment/AliPayment.php | 2 +- .../src/service/payment/BalancePayment.php | 2 +- .../think-plugs-payment/src/service/payment/CouponPayment.php | 2 +- .../think-plugs-payment/src/service/payment/EmptyPayment.php | 2 +- .../src/service/payment/IntegralPayment.php | 2 +- .../think-plugs-payment/src/service/payment/JoinPayment.php | 2 +- .../src/service/payment/VoucherPayment.php | 2 +- .../think-plugs-payment/src/service/payment/WechatPayment.php | 2 +- .../src/service/payment/wechat/WechatPaymentV2.php | 2 +- .../src/service/payment/wechat/WechatPaymentV3.php | 2 +- .../stc/database/20241010000006_install_payment20241010.php | 2 +- plugin/think-plugs-payment/tests/BalanceIntegrationTest.php | 2 +- plugin/think-plugs-payment/tests/IntegralIntegrationTest.php | 2 +- .../tests/PaymentAddressControllerTest.php | 2 +- .../think-plugs-payment/tests/PaymentLedgerControllerTest.php | 2 +- .../tests/PaymentLedgerIntegrationTest.php | 2 +- .../think-plugs-payment/tests/PaymentRecordControllerTest.php | 2 +- .../tests/PaymentRecordIntegrationTest.php | 2 +- .../think-plugs-payment/tests/PaymentRecountServiceTest.php | 2 +- plugin/think-plugs-payment/tests/PaymentTest.php | 2 +- plugin/think-plugs-static/stc/config/app.php | 2 +- plugin/think-plugs-static/stc/config/cache.php | 2 +- plugin/think-plugs-static/stc/config/cookie.php | 2 +- plugin/think-plugs-static/stc/config/database.php | 2 +- plugin/think-plugs-static/stc/config/lang.php | 2 +- plugin/think-plugs-static/stc/config/log.php | 2 +- plugin/think-plugs-static/stc/config/phinx.php | 2 +- plugin/think-plugs-static/stc/config/route.php | 2 +- plugin/think-plugs-static/stc/config/view.php | 2 +- plugin/think-plugs-static/stc/default/Index.php | 2 +- plugin/think-plugs-system/src/Service.php | 2 +- plugin/think-plugs-system/src/builder/AuthBuilder.php | 2 +- plugin/think-plugs-system/src/builder/BaseBuilder.php | 2 +- plugin/think-plugs-system/src/builder/MenuBuilder.php | 2 +- plugin/think-plugs-system/src/builder/UserBuilder.php | 2 +- plugin/think-plugs-system/src/common.php | 2 +- plugin/think-plugs-system/src/controller/Auth.php | 2 +- plugin/think-plugs-system/src/controller/Base.php | 2 +- plugin/think-plugs-system/src/controller/Config.php | 2 +- plugin/think-plugs-system/src/controller/File.php | 2 +- plugin/think-plugs-system/src/controller/Index.php | 2 +- plugin/think-plugs-system/src/controller/Login.php | 2 +- plugin/think-plugs-system/src/controller/Menu.php | 2 +- plugin/think-plugs-system/src/controller/Oplog.php | 2 +- plugin/think-plugs-system/src/controller/Plugin.php | 2 +- plugin/think-plugs-system/src/controller/Queue.php | 2 +- plugin/think-plugs-system/src/controller/User.php | 2 +- plugin/think-plugs-system/src/controller/api/Plugs.php | 2 +- plugin/think-plugs-system/src/controller/api/Queue.php | 2 +- plugin/think-plugs-system/src/controller/api/System.php | 2 +- plugin/think-plugs-system/src/controller/api/Upload.php | 2 +- plugin/think-plugs-system/src/helper/Service.php | 2 +- .../src/helper/command/database/BackupCommand.php | 2 +- .../src/helper/command/database/DatabaseCommand.php | 2 +- .../src/helper/command/database/IndexCommand.php | 2 +- .../src/helper/command/database/MigrateCommand.php | 2 +- .../src/helper/command/database/ModelCommand.php | 2 +- .../src/helper/command/database/ReplaceCommand.php | 2 +- .../src/helper/command/database/RestoreCommand.php | 2 +- .../src/helper/command/project/PackageCommand.php | 2 +- .../src/helper/command/project/PublishCommand.php | 2 +- .../src/helper/command/system/MenuResetCommand.php | 2 +- .../src/helper/database/IndexNameService.php | 2 +- .../src/helper/integration/ExpressService.php | 2 +- .../src/helper/migration/MigrationExporter.php | 2 +- .../think-plugs-system/src/helper/migration/PhinxExtend.php | 2 +- .../src/helper/model/NormalizedModelGenerator.php | 2 +- .../src/helper/plugin/PluginMenuService.php | 2 +- .../think-plugs-system/src/helper/plugin/PluginRegistry.php | 2 +- plugin/think-plugs-system/src/lang/en-us.php | 2 +- plugin/think-plugs-system/src/lang/zh-cn.php | 2 +- plugin/think-plugs-system/src/lang/zh-tw.php | 2 +- plugin/think-plugs-system/src/middleware/JwtTokenAuth.php | 2 +- plugin/think-plugs-system/src/middleware/RbacAccess.php | 2 +- plugin/think-plugs-system/src/model/SystemAuth.php | 2 +- plugin/think-plugs-system/src/model/SystemBase.php | 2 +- plugin/think-plugs-system/src/model/SystemData.php | 2 +- plugin/think-plugs-system/src/model/SystemFile.php | 2 +- plugin/think-plugs-system/src/model/SystemMenu.php | 2 +- plugin/think-plugs-system/src/model/SystemNode.php | 2 +- plugin/think-plugs-system/src/model/SystemOplog.php | 2 +- plugin/think-plugs-system/src/model/SystemUser.php | 2 +- plugin/think-plugs-system/src/route/demo.php | 2 +- plugin/think-plugs-system/src/service/AuthService.php | 2 +- plugin/think-plugs-system/src/service/BaseService.php | 2 +- plugin/think-plugs-system/src/service/CaptchaService.php | 2 +- plugin/think-plugs-system/src/service/MenuService.php | 2 +- plugin/think-plugs-system/src/service/PluginService.php | 2 +- plugin/think-plugs-system/src/service/SystemContext.php | 2 +- plugin/think-plugs-system/src/service/SystemService.php | 2 +- plugin/think-plugs-system/src/service/UserService.php | 2 +- plugin/think-plugs-system/src/storage/AliossStorage.php | 2 +- plugin/think-plugs-system/src/storage/AlistStorage.php | 2 +- plugin/think-plugs-system/src/storage/LocalStorage.php | 2 +- plugin/think-plugs-system/src/storage/QiniuStorage.php | 2 +- plugin/think-plugs-system/src/storage/StorageAuthorize.php | 2 +- plugin/think-plugs-system/src/storage/StorageConfig.php | 2 +- plugin/think-plugs-system/src/storage/StorageManager.php | 2 +- plugin/think-plugs-system/src/storage/StorageUsageTrait.php | 2 +- plugin/think-plugs-system/src/storage/TxcosStorage.php | 2 +- plugin/think-plugs-system/src/storage/UpyunStorage.php | 2 +- plugin/think-plugs-system/src/storage/extra/mimes.php | 2 +- .../stc/database/20241010000001_install_system20241010.php | 2 +- plugin/think-plugs-system/tests/ApiQueueControllerTest.php | 2 +- plugin/think-plugs-system/tests/ApiSystemControllerTest.php | 2 +- plugin/think-plugs-system/tests/AuthControllerTest.php | 2 +- plugin/think-plugs-system/tests/BaseControllerTest.php | 2 +- plugin/think-plugs-system/tests/CommonFunctionsTest.php | 2 +- plugin/think-plugs-system/tests/ConfigControllerTest.php | 2 +- plugin/think-plugs-system/tests/ConfigPageRenderTest.php | 2 +- plugin/think-plugs-system/tests/ConsoleCssUtilityTest.php | 2 +- plugin/think-plugs-system/tests/FileControllerTest.php | 2 +- plugin/think-plugs-system/tests/IndexControllerTest.php | 2 +- plugin/think-plugs-system/tests/LangPackTest.php | 2 +- plugin/think-plugs-system/tests/LoginControllerTest.php | 2 +- plugin/think-plugs-system/tests/MenuControllerTest.php | 2 +- plugin/think-plugs-system/tests/OplogControllerTest.php | 2 +- plugin/think-plugs-system/tests/PluginControllerTest.php | 2 +- plugin/think-plugs-system/tests/PlugsControllerTest.php | 2 +- plugin/think-plugs-system/tests/QueueControllerTest.php | 2 +- plugin/think-plugs-system/tests/RbacAccessTest.php | 2 +- plugin/think-plugs-system/tests/UploadControllerTest.php | 2 +- plugin/think-plugs-system/tests/UserControllerTest.php | 2 +- plugin/think-plugs-system/tests/bootstrap.php | 2 +- .../think-plugs-system/tests/helper/IndexNameServiceTest.php | 2 +- .../think-plugs-system/tests/helper/PluginMenuServiceTest.php | 2 +- plugin/think-plugs-system/tests/helper/PublishTest.php | 2 +- plugin/think-plugs-wechat-client/src/Service.php | 2 +- plugin/think-plugs-wechat-client/src/command/Auto.php | 2 +- plugin/think-plugs-wechat-client/src/command/Clear.php | 2 +- plugin/think-plugs-wechat-client/src/command/Fans.php | 2 +- plugin/think-plugs-wechat-client/src/controller/Auto.php | 2 +- plugin/think-plugs-wechat-client/src/controller/Config.php | 2 +- plugin/think-plugs-wechat-client/src/controller/Fans.php | 2 +- plugin/think-plugs-wechat-client/src/controller/Keys.php | 2 +- plugin/think-plugs-wechat-client/src/controller/Menu.php | 2 +- plugin/think-plugs-wechat-client/src/controller/News.php | 2 +- plugin/think-plugs-wechat-client/src/controller/api/Js.php | 2 +- plugin/think-plugs-wechat-client/src/controller/api/Login.php | 2 +- plugin/think-plugs-wechat-client/src/controller/api/Push.php | 2 +- plugin/think-plugs-wechat-client/src/controller/api/Test.php | 2 +- plugin/think-plugs-wechat-client/src/controller/api/View.php | 2 +- .../src/controller/payment/Record.php | 2 +- .../src/controller/payment/Refund.php | 2 +- plugin/think-plugs-wechat-client/src/lang/en-us.php | 2 +- plugin/think-plugs-wechat-client/src/model/WechatAuto.php | 2 +- plugin/think-plugs-wechat-client/src/model/WechatFans.php | 2 +- plugin/think-plugs-wechat-client/src/model/WechatFansTags.php | 2 +- plugin/think-plugs-wechat-client/src/model/WechatKeys.php | 2 +- plugin/think-plugs-wechat-client/src/model/WechatMedia.php | 2 +- plugin/think-plugs-wechat-client/src/model/WechatNews.php | 2 +- .../think-plugs-wechat-client/src/model/WechatNewsArticle.php | 2 +- .../src/model/WechatPaymentRecord.php | 2 +- .../src/model/WechatPaymentRefund.php | 2 +- plugin/think-plugs-wechat-client/src/service/AutoService.php | 2 +- plugin/think-plugs-wechat-client/src/service/FansService.php | 2 +- plugin/think-plugs-wechat-client/src/service/LoginService.php | 2 +- plugin/think-plugs-wechat-client/src/service/MediaService.php | 2 +- .../think-plugs-wechat-client/src/service/PaymentService.php | 2 +- .../think-plugs-wechat-client/src/service/WechatService.php | 2 +- .../stc/database/20241010000003_install_wechat20241010.php | 2 +- plugin/think-plugs-wechat-service/src/Service.php | 2 +- plugin/think-plugs-wechat-service/src/command/Wechat.php | 2 +- plugin/think-plugs-wechat-service/src/controller/Config.php | 2 +- plugin/think-plugs-wechat-service/src/controller/Wechat.php | 2 +- .../think-plugs-wechat-service/src/controller/api/Client.php | 2 +- plugin/think-plugs-wechat-service/src/controller/api/Push.php | 2 +- plugin/think-plugs-wechat-service/src/lang/en-us.php | 2 +- plugin/think-plugs-wechat-service/src/model/WechatAuth.php | 2 +- plugin/think-plugs-wechat-service/src/service/AuthService.php | 2 +- .../think-plugs-wechat-service/src/service/ConfigService.php | 2 +- .../think-plugs-wechat-service/src/service/PublishHandle.php | 2 +- .../think-plugs-wechat-service/src/service/ReceiveHandle.php | 2 +- .../20241010000009_install_wechat_service20241010.php | 2 +- plugin/think-plugs-wemall/src/Service.php | 2 +- plugin/think-plugs-wemall/src/command/Clear.php | 2 +- plugin/think-plugs-wemall/src/command/Trans.php | 2 +- plugin/think-plugs-wemall/src/command/Users.php | 2 +- plugin/think-plugs-wemall/src/common.php | 2 +- plugin/think-plugs-wemall/src/controller/api/Auth.php | 2 +- plugin/think-plugs-wemall/src/controller/api/Data.php | 2 +- plugin/think-plugs-wemall/src/controller/api/Goods.php | 2 +- plugin/think-plugs-wemall/src/controller/api/auth/Cart.php | 2 +- plugin/think-plugs-wemall/src/controller/api/auth/Center.php | 2 +- plugin/think-plugs-wemall/src/controller/api/auth/Checkin.php | 2 +- plugin/think-plugs-wemall/src/controller/api/auth/Coupon.php | 2 +- plugin/think-plugs-wemall/src/controller/api/auth/Order.php | 2 +- plugin/think-plugs-wemall/src/controller/api/auth/Rebate.php | 2 +- plugin/think-plugs-wemall/src/controller/api/auth/Refund.php | 2 +- plugin/think-plugs-wemall/src/controller/api/auth/Spread.php | 2 +- .../think-plugs-wemall/src/controller/api/auth/Transfer.php | 2 +- .../src/controller/api/auth/action/Collect.php | 2 +- .../src/controller/api/auth/action/History.php | 2 +- .../src/controller/api/auth/action/Search.php | 2 +- .../think-plugs-wemall/src/controller/api/help/Feedback.php | 2 +- plugin/think-plugs-wemall/src/controller/api/help/Problem.php | 2 +- .../think-plugs-wemall/src/controller/api/help/Question.php | 2 +- plugin/think-plugs-wemall/src/controller/base/Agent.php | 2 +- plugin/think-plugs-wemall/src/controller/base/Config.php | 2 +- plugin/think-plugs-wemall/src/controller/base/Design.php | 2 +- plugin/think-plugs-wemall/src/controller/base/Discount.php | 2 +- plugin/think-plugs-wemall/src/controller/base/Level.php | 2 +- plugin/think-plugs-wemall/src/controller/base/Notify.php | 2 +- plugin/think-plugs-wemall/src/controller/base/Poster.php | 2 +- plugin/think-plugs-wemall/src/controller/base/Report.php | 2 +- .../src/controller/base/express/Company.php | 2 +- .../src/controller/base/express/Template.php | 2 +- plugin/think-plugs-wemall/src/controller/help/Feedback.php | 2 +- plugin/think-plugs-wemall/src/controller/help/Problem.php | 2 +- plugin/think-plugs-wemall/src/controller/help/Question.php | 2 +- plugin/think-plugs-wemall/src/controller/shop/Goods.php | 2 +- plugin/think-plugs-wemall/src/controller/shop/Order.php | 2 +- plugin/think-plugs-wemall/src/controller/shop/Refund.php | 2 +- plugin/think-plugs-wemall/src/controller/shop/Reply.php | 2 +- plugin/think-plugs-wemall/src/controller/shop/Sender.php | 2 +- plugin/think-plugs-wemall/src/controller/shop/goods/Cate.php | 2 +- plugin/think-plugs-wemall/src/controller/shop/goods/Mark.php | 2 +- plugin/think-plugs-wemall/src/controller/user/Admin.php | 2 +- plugin/think-plugs-wemall/src/controller/user/Checkin.php | 2 +- plugin/think-plugs-wemall/src/controller/user/Coupon.php | 2 +- plugin/think-plugs-wemall/src/controller/user/Create.php | 2 +- plugin/think-plugs-wemall/src/controller/user/Rebate.php | 2 +- plugin/think-plugs-wemall/src/controller/user/Recharge.php | 2 +- plugin/think-plugs-wemall/src/controller/user/Transfer.php | 2 +- .../think-plugs-wemall/src/controller/user/coupon/Config.php | 2 +- .../think-plugs-wemall/src/controller/user/rebate/Config.php | 2 +- plugin/think-plugs-wemall/src/lang/en-us.php | 2 +- plugin/think-plugs-wemall/src/model/AbsUser.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallConfigAgent.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallConfigCoupon.php | 2 +- .../src/model/PluginWemallConfigDiscount.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallConfigLevel.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallConfigNotify.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallConfigPoster.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallConfigRebate.php | 2 +- .../src/model/PluginWemallExpressCompany.php | 2 +- .../src/model/PluginWemallExpressTemplate.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallGoods.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallGoodsStock.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallHelpFeedback.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallHelpProblem.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallHelpQuestion.php | 2 +- .../src/model/PluginWemallHelpQuestionX.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallOrder.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallOrderRefund.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallOrderSender.php | 2 +- .../src/model/PluginWemallUserActionCollect.php | 2 +- .../src/model/PluginWemallUserActionComment.php | 2 +- .../src/model/PluginWemallUserActionHistory.php | 2 +- .../src/model/PluginWemallUserActionSearch.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallUserCheckin.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallUserCoupon.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallUserCreate.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallUserRebate.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallUserRecharge.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallUserRelation.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallUserTransfer.php | 2 +- plugin/think-plugs-wemall/src/service/ConfigService.php | 2 +- plugin/think-plugs-wemall/src/service/ExpressService.php | 2 +- plugin/think-plugs-wemall/src/service/GoodsService.php | 2 +- plugin/think-plugs-wemall/src/service/OpenApiService.php | 2 +- plugin/think-plugs-wemall/src/service/PosterService.php | 2 +- plugin/think-plugs-wemall/src/service/UserAction.php | 2 +- plugin/think-plugs-wemall/src/service/UserAgent.php | 2 +- plugin/think-plugs-wemall/src/service/UserCoupon.php | 2 +- plugin/think-plugs-wemall/src/service/UserCreate.php | 2 +- plugin/think-plugs-wemall/src/service/UserOrder.php | 2 +- plugin/think-plugs-wemall/src/service/UserRebate.php | 2 +- plugin/think-plugs-wemall/src/service/UserRefund.php | 2 +- plugin/think-plugs-wemall/src/service/UserReward.php | 2 +- plugin/think-plugs-wemall/src/service/UserTransfer.php | 2 +- plugin/think-plugs-wemall/src/service/UserUpgrade.php | 2 +- .../stc/database/20241010000007_install_wemall20241010.php | 2 +- plugin/think-plugs-wemall/tests/ConfigServiceTest.php | 2 +- .../think-plugs-wemall/tests/PaymentEventIntegrationTest.php | 2 +- plugin/think-plugs-wemall/tests/UserAdminPasswordTest.php | 2 +- plugin/think-plugs-wemall/tests/UserOrderTest.php | 2 +- plugin/think-plugs-worker/src/Service.php | 2 +- plugin/think-plugs-worker/src/command/Queue.php | 2 +- plugin/think-plugs-worker/src/command/Worker.php | 2 +- plugin/think-plugs-worker/src/common.php | 2 +- plugin/think-plugs-worker/src/model/SystemQueue.php | 2 +- plugin/think-plugs-worker/src/service/HttpServer.php | 2 +- plugin/think-plugs-worker/src/service/ProcessService.php | 2 +- plugin/think-plugs-worker/src/service/Queue.php | 2 +- plugin/think-plugs-worker/src/service/QueueExecutor.php | 2 +- plugin/think-plugs-worker/src/service/QueueServer.php | 2 +- plugin/think-plugs-worker/src/service/QueueService.php | 2 +- plugin/think-plugs-worker/src/service/Server.php | 2 +- plugin/think-plugs-worker/src/service/ThinkApp.php | 2 +- plugin/think-plugs-worker/src/service/ThinkCookie.php | 2 +- plugin/think-plugs-worker/src/service/ThinkHttp.php | 2 +- plugin/think-plugs-worker/src/service/ThinkRequest.php | 2 +- plugin/think-plugs-worker/src/service/ThinkResponseFile.php | 2 +- plugin/think-plugs-worker/src/service/WorkerConfig.php | 2 +- .../think-plugs-worker/src/service/WorkerExceptionHandle.php | 2 +- plugin/think-plugs-worker/src/service/WorkerMonitor.php | 2 +- plugin/think-plugs-worker/src/service/WorkerState.php | 2 +- .../stc/database/20241010000008_install_worker20241010.php | 2 +- plugin/think-plugs-worker/stc/worker.php | 2 +- plugin/think-plugs-worker/tests/CommonFunctionsTest.php | 2 +- plugin/think-plugs-worker/tests/ProcessServiceTest.php | 2 +- plugin/think-plugs-worker/tests/QueueServiceTest.php | 2 +- plugin/think-plugs-worker/tests/ThinkAppTest.php | 2 +- plugin/think-plugs-worker/tests/WorkerConfigTest.php | 2 +- plugin/think-plugs-worker/tests/WorkerExceptionHandleTest.php | 2 +- plugin/think-plugs-worker/tests/WorkerStateTest.php | 2 +- plugin/think-plugs-worker/tests/bootstrap.php | 2 +- plugin/think-plugs-wuma/src/Service.php | 2 +- plugin/think-plugs-wuma/src/command/Create.php | 2 +- plugin/think-plugs-wuma/src/controller/Code.php | 2 +- plugin/think-plugs-wuma/src/controller/Query.php | 2 +- plugin/think-plugs-wuma/src/controller/Warehouse.php | 2 +- plugin/think-plugs-wuma/src/controller/api/Auth.php | 2 +- plugin/think-plugs-wuma/src/controller/api/Base.php | 2 +- plugin/think-plugs-wuma/src/controller/api/Coder.php | 2 +- plugin/think-plugs-wuma/src/controller/api/Login.php | 2 +- plugin/think-plugs-wuma/src/controller/sales/Config.php | 2 +- plugin/think-plugs-wuma/src/controller/sales/History.php | 2 +- plugin/think-plugs-wuma/src/controller/sales/Level.php | 2 +- plugin/think-plugs-wuma/src/controller/sales/Order.php | 2 +- plugin/think-plugs-wuma/src/controller/sales/Stock.php | 2 +- plugin/think-plugs-wuma/src/controller/sales/User.php | 2 +- plugin/think-plugs-wuma/src/controller/scaner/Notify.php | 2 +- plugin/think-plugs-wuma/src/controller/scaner/Protal.php | 2 +- plugin/think-plugs-wuma/src/controller/scaner/Query.php | 2 +- plugin/think-plugs-wuma/src/controller/source/Assign.php | 2 +- plugin/think-plugs-wuma/src/controller/source/Blockchain.php | 2 +- plugin/think-plugs-wuma/src/controller/source/Certificate.php | 2 +- plugin/think-plugs-wuma/src/controller/source/Produce.php | 2 +- plugin/think-plugs-wuma/src/controller/source/Template.php | 2 +- plugin/think-plugs-wuma/src/controller/warehouse/Batch.php | 2 +- plugin/think-plugs-wuma/src/controller/warehouse/History.php | 2 +- plugin/think-plugs-wuma/src/controller/warehouse/Inter.php | 2 +- plugin/think-plugs-wuma/src/controller/warehouse/Outer.php | 2 +- plugin/think-plugs-wuma/src/controller/warehouse/Relation.php | 2 +- plugin/think-plugs-wuma/src/controller/warehouse/Replace.php | 2 +- plugin/think-plugs-wuma/src/controller/warehouse/Stock.php | 2 +- plugin/think-plugs-wuma/src/controller/warehouse/User.php | 2 +- plugin/think-plugs-wuma/src/lang/en-us.php | 2 +- plugin/think-plugs-wuma/src/model/AbstractPrivate.php | 2 +- plugin/think-plugs-wuma/src/model/PlainPrivate.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSalesOrderData.php | 2 +- .../src/model/PluginWumaSalesOrderDataMins.php | 2 +- .../src/model/PluginWumaSalesOrderDataNums.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSalesUserStock.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php | 2 +- .../src/model/PluginWumaSourceCertificate.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php | 2 +- .../src/model/PluginWumaSourceQueryNotify.php | 2 +- .../src/model/PluginWumaSourceQueryVerify.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSourceTemplate.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php | 2 +- .../src/model/PluginWumaWarehouseOrderData.php | 2 +- .../src/model/PluginWumaWarehouseOrderDataMins.php | 2 +- .../src/model/PluginWumaWarehouseOrderDataNums.php | 2 +- .../src/model/PluginWumaWarehouseRelation.php | 2 +- .../src/model/PluginWumaWarehouseRelationData.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaWarehouseStock.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php | 2 +- plugin/think-plugs-wuma/src/service/CertService.php | 2 +- plugin/think-plugs-wuma/src/service/CodeService.php | 2 +- plugin/think-plugs-wuma/src/service/RelationService.php | 2 +- plugin/think-plugs-wuma/src/service/RemoveService.php | 2 +- plugin/think-plugs-wuma/src/service/StockService.php | 2 +- plugin/think-plugs-wuma/src/service/WhCoderService.php | 2 +- plugin/think-plugs-wuma/src/service/WhExportService.php | 2 +- plugin/think-plugs-wuma/src/service/WhImportService.php | 2 +- .../stc/database/20241010000010_install_wuma20241010.php | 2 +- plugin/think-plugs-wuma/tests/CodeControllerTest.php | 2 +- plugin/think-plugs-wuma/tests/CodeTest.php | 2 +- plugin/think-plugs-wuma/tests/SalesUserControllerTest.php | 2 +- readme.md | 4 ++-- tests/bootstrap.php | 4 ++-- tests/path-examples.php | 2 +- tests/path-functions-test.php | 2 +- tests/smoke/plugin_refactor_smoke.php | 2 +- tests/support/SqliteIntegrationTestCase.php | 2 +- tests/support/TestSystemContext.php | 2 +- 542 files changed, 545 insertions(+), 545 deletions(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index b58d9a420..bc767dc80 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- @@ -23,7 +23,7 @@ use PhpCsFixer\Runner\Parallel\ParallelConfig; $header = <<<'EOF' +---------------------------------------------------------------------- -| ThinkAdmin Plugin for ThinkAdminDeveloper +| ThinkAdmin Plugin +---------------------------------------------------------------------- | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] +---------------------------------------------------------------------- diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index 265d7bee0..17e938025 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/app.php b/config/app.php index a6d006e96..4b0362e08 100644 --- a/config/app.php +++ b/config/app.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/cache.php b/config/cache.php index 352eb9bd0..9a06861ce 100644 --- a/config/cache.php +++ b/config/cache.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/cookie.php b/config/cookie.php index 139513dd9..9266de3a5 100644 --- a/config/cookie.php +++ b/config/cookie.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/database.php b/config/database.php index 29934877e..06c241013 100644 --- a/config/database.php +++ b/config/database.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/lang.php b/config/lang.php index d4f633239..b228fdefe 100644 --- a/config/lang.php +++ b/config/lang.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/log.php b/config/log.php index 1b58bf4e0..4cc0e16ea 100644 --- a/config/log.php +++ b/config/log.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/phinx.php b/config/phinx.php index 18168f8d9..10c30bee3 100644 --- a/config/phinx.php +++ b/config/phinx.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/route.php b/config/route.php index 670845e63..eff0b4f05 100644 --- a/config/route.php +++ b/config/route.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/view.php b/config/view.php index 78c9ea7eb..83ca947fe 100644 --- a/config/view.php +++ b/config/view.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/config/worker.php b/config/worker.php index 32a7764ce..e1c83de1a 100644 --- a/config/worker.php +++ b/config/worker.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/docs/architecture/doc-comments-report.md b/docs/architecture/doc-comments-report.md index 659f978c4..da5b05a46 100644 --- a/docs/architecture/doc-comments-report.md +++ b/docs/architecture/doc-comments-report.md @@ -2,7 +2,7 @@ ## 概述 -本次对 ThinkAdminDeveloper 项目的核心 PHP 文件进行了系统的文档审查和注释补充工作,确保所有公共 API 都有清晰的文档说明。 +本次对 ThinkAdmin 项目的核心 PHP 文件进行了系统的文档审查和注释补充工作,确保所有公共 API 都有清晰的文档说明。 ## 已完成的工作 diff --git a/docs/components-detail.md b/docs/components-detail.md index 38a734726..e411250c6 100644 --- a/docs/components-detail.md +++ b/docs/components-detail.md @@ -1,6 +1,6 @@ # 组件详细说明文档 -本文档详细描述 ThinkAdminDeveloper 各组件的功能、架构和使用说明。 +本文档详细描述 ThinkAdmin 各组件的功能、架构和使用说明。 ## 核心组件详细说明 diff --git a/plugin/think-library/src/Builder.php b/plugin/think-library/src/Builder.php index e31e5eaea..9745fe5b2 100644 --- a/plugin/think-library/src/Builder.php +++ b/plugin/think-library/src/Builder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Command.php b/plugin/think-library/src/Command.php index 3e627af29..33887267c 100644 --- a/plugin/think-library/src/Command.php +++ b/plugin/think-library/src/Command.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Controller.php b/plugin/think-library/src/Controller.php index 6c4b768e4..046ef959b 100644 --- a/plugin/think-library/src/Controller.php +++ b/plugin/think-library/src/Controller.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Exception.php b/plugin/think-library/src/Exception.php index 3bdb7b9ee..c6bed757f 100644 --- a/plugin/think-library/src/Exception.php +++ b/plugin/think-library/src/Exception.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Helper.php b/plugin/think-library/src/Helper.php index 58b4153b1..37a83e9be 100644 --- a/plugin/think-library/src/Helper.php +++ b/plugin/think-library/src/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Library.php b/plugin/think-library/src/Library.php index 24178cb76..685e7cc6b 100644 --- a/plugin/think-library/src/Library.php +++ b/plugin/think-library/src/Library.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Model.php b/plugin/think-library/src/Model.php index cce5f0677..2e263e7d7 100644 --- a/plugin/think-library/src/Model.php +++ b/plugin/think-library/src/Model.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Plugin.php b/plugin/think-library/src/Plugin.php index 0ceeb5337..27203eb5b 100644 --- a/plugin/think-library/src/Plugin.php +++ b/plugin/think-library/src/Plugin.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Service.php b/plugin/think-library/src/Service.php index 0b343a54c..bc33692d1 100644 --- a/plugin/think-library/src/Service.php +++ b/plugin/think-library/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Storage.php b/plugin/think-library/src/Storage.php index ae887292c..de3c6e891 100644 --- a/plugin/think-library/src/Storage.php +++ b/plugin/think-library/src/Storage.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/builder/form/FormBuilder.php b/plugin/think-library/src/builder/form/FormBuilder.php index 3400eddd0..4cb4247e8 100644 --- a/plugin/think-library/src/builder/form/FormBuilder.php +++ b/plugin/think-library/src/builder/form/FormBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/builder/page/PageBuilder.php b/plugin/think-library/src/builder/page/PageBuilder.php index d11df7394..4c5cbf2c0 100644 --- a/plugin/think-library/src/builder/page/PageBuilder.php +++ b/plugin/think-library/src/builder/page/PageBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/common.php b/plugin/think-library/src/common.php index 469bf9ae7..978e41426 100644 --- a/plugin/think-library/src/common.php +++ b/plugin/think-library/src/common.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/QueueHandlerInterface.php b/plugin/think-library/src/contract/QueueHandlerInterface.php index cbcdec0cc..0d6cae098 100644 --- a/plugin/think-library/src/contract/QueueHandlerInterface.php +++ b/plugin/think-library/src/contract/QueueHandlerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/QueueManagerInterface.php b/plugin/think-library/src/contract/QueueManagerInterface.php index f71710d6d..2172a5f63 100644 --- a/plugin/think-library/src/contract/QueueManagerInterface.php +++ b/plugin/think-library/src/contract/QueueManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/QueueRuntimeInterface.php b/plugin/think-library/src/contract/QueueRuntimeInterface.php index 6c533e726..64cbabce9 100644 --- a/plugin/think-library/src/contract/QueueRuntimeInterface.php +++ b/plugin/think-library/src/contract/QueueRuntimeInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/StorageInterface.php b/plugin/think-library/src/contract/StorageInterface.php index 7df3a7fd5..1cabea0ac 100644 --- a/plugin/think-library/src/contract/StorageInterface.php +++ b/plugin/think-library/src/contract/StorageInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/StorageManagerInterface.php b/plugin/think-library/src/contract/StorageManagerInterface.php index 271f5e58f..cc333a068 100644 --- a/plugin/think-library/src/contract/StorageManagerInterface.php +++ b/plugin/think-library/src/contract/StorageManagerInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/SystemContextInterface.php b/plugin/think-library/src/contract/SystemContextInterface.php index ad7a13555..468072266 100644 --- a/plugin/think-library/src/contract/SystemContextInterface.php +++ b/plugin/think-library/src/contract/SystemContextInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/ArrayTree.php b/plugin/think-library/src/extend/ArrayTree.php index 271642a9e..e62dad7ff 100644 --- a/plugin/think-library/src/extend/ArrayTree.php +++ b/plugin/think-library/src/extend/ArrayTree.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/CodeExtend.php b/plugin/think-library/src/extend/CodeExtend.php index 951398a44..f32455911 100644 --- a/plugin/think-library/src/extend/CodeExtend.php +++ b/plugin/think-library/src/extend/CodeExtend.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/CodeToolkit.php b/plugin/think-library/src/extend/CodeToolkit.php index 1b9de0264..531c61422 100644 --- a/plugin/think-library/src/extend/CodeToolkit.php +++ b/plugin/think-library/src/extend/CodeToolkit.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/DataExtend.php b/plugin/think-library/src/extend/DataExtend.php index b73d51305..49b20b0b0 100644 --- a/plugin/think-library/src/extend/DataExtend.php +++ b/plugin/think-library/src/extend/DataExtend.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/FileTools.php b/plugin/think-library/src/extend/FileTools.php index f6a875696..0048296eb 100644 --- a/plugin/think-library/src/extend/FileTools.php +++ b/plugin/think-library/src/extend/FileTools.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/HttpClient.php b/plugin/think-library/src/extend/HttpClient.php index 08841e637..31f937103 100644 --- a/plugin/think-library/src/extend/HttpClient.php +++ b/plugin/think-library/src/extend/HttpClient.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/JsonRpcClient.php b/plugin/think-library/src/extend/JsonRpcClient.php index 935790e55..0c221b7b5 100644 --- a/plugin/think-library/src/extend/JsonRpcClient.php +++ b/plugin/think-library/src/extend/JsonRpcClient.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/DeleteHelper.php b/plugin/think-library/src/helper/DeleteHelper.php index 2a09e95e6..e59c47702 100644 --- a/plugin/think-library/src/helper/DeleteHelper.php +++ b/plugin/think-library/src/helper/DeleteHelper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/FormHelper.php b/plugin/think-library/src/helper/FormHelper.php index 2db1f0657..de2792a6b 100644 --- a/plugin/think-library/src/helper/FormHelper.php +++ b/plugin/think-library/src/helper/FormHelper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/QueryHelper.php b/plugin/think-library/src/helper/QueryHelper.php index 5bcb8c7f0..8b2dba1b1 100644 --- a/plugin/think-library/src/helper/QueryHelper.php +++ b/plugin/think-library/src/helper/QueryHelper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/SaveHelper.php b/plugin/think-library/src/helper/SaveHelper.php index a2bedbe8e..ac7ee2493 100644 --- a/plugin/think-library/src/helper/SaveHelper.php +++ b/plugin/think-library/src/helper/SaveHelper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/ValidateHelper.php b/plugin/think-library/src/helper/ValidateHelper.php index 41dda65d4..e1feaf2ad 100644 --- a/plugin/think-library/src/helper/ValidateHelper.php +++ b/plugin/think-library/src/helper/ValidateHelper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/middleware/MultAccess.php b/plugin/think-library/src/middleware/MultAccess.php index bc26c258c..c2e09ce71 100644 --- a/plugin/think-library/src/middleware/MultAccess.php +++ b/plugin/think-library/src/middleware/MultAccess.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/ModelFactory.php b/plugin/think-library/src/model/ModelFactory.php index 7c55d219c..2bf56bfef 100644 --- a/plugin/think-library/src/model/ModelFactory.php +++ b/plugin/think-library/src/model/ModelFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/QueryFactory.php b/plugin/think-library/src/model/QueryFactory.php index 4decf6e2a..994d41b17 100644 --- a/plugin/think-library/src/model/QueryFactory.php +++ b/plugin/think-library/src/model/QueryFactory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/RuntimeModel.php b/plugin/think-library/src/model/RuntimeModel.php index 76e557e9b..969ecd8eb 100644 --- a/plugin/think-library/src/model/RuntimeModel.php +++ b/plugin/think-library/src/model/RuntimeModel.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/route/Route.php b/plugin/think-library/src/route/Route.php index f11cb75b7..89bf18d68 100644 --- a/plugin/think-library/src/route/Route.php +++ b/plugin/think-library/src/route/Route.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/route/Url.php b/plugin/think-library/src/route/Url.php index 85c43762e..9c1af0cc2 100644 --- a/plugin/think-library/src/route/Url.php +++ b/plugin/think-library/src/route/Url.php @@ -27,7 +27,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/runtime/RequestContext.php b/plugin/think-library/src/runtime/RequestContext.php index aee341c16..f6e24bd1c 100644 --- a/plugin/think-library/src/runtime/RequestContext.php +++ b/plugin/think-library/src/runtime/RequestContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/runtime/SystemContext.php b/plugin/think-library/src/runtime/SystemContext.php index a891a680a..9f13c975c 100644 --- a/plugin/think-library/src/runtime/SystemContext.php +++ b/plugin/think-library/src/runtime/SystemContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/AppService.php b/plugin/think-library/src/service/AppService.php index 43a169f8b..d3f3aa313 100644 --- a/plugin/think-library/src/service/AppService.php +++ b/plugin/think-library/src/service/AppService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/AuthResponse.php b/plugin/think-library/src/service/AuthResponse.php index c2adb1c48..f4baca4ae 100644 --- a/plugin/think-library/src/service/AuthResponse.php +++ b/plugin/think-library/src/service/AuthResponse.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/CacheSession.php b/plugin/think-library/src/service/CacheSession.php index bdabae55b..ba25aede3 100644 --- a/plugin/think-library/src/service/CacheSession.php +++ b/plugin/think-library/src/service/CacheSession.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/FaviconBuilder.php b/plugin/think-library/src/service/FaviconBuilder.php index 1141f1833..f2e698b86 100644 --- a/plugin/think-library/src/service/FaviconBuilder.php +++ b/plugin/think-library/src/service/FaviconBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/ImageSliderVerify.php b/plugin/think-library/src/service/ImageSliderVerify.php index 61862b98d..08c830e76 100644 --- a/plugin/think-library/src/service/ImageSliderVerify.php +++ b/plugin/think-library/src/service/ImageSliderVerify.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/JsonRpcHttpClient.php b/plugin/think-library/src/service/JsonRpcHttpClient.php index 696e67b4a..ec2696a77 100644 --- a/plugin/think-library/src/service/JsonRpcHttpClient.php +++ b/plugin/think-library/src/service/JsonRpcHttpClient.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/JsonRpcHttpServer.php b/plugin/think-library/src/service/JsonRpcHttpServer.php index 095b19a39..da3ea0e4e 100644 --- a/plugin/think-library/src/service/JsonRpcHttpServer.php +++ b/plugin/think-library/src/service/JsonRpcHttpServer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/JwtToken.php b/plugin/think-library/src/service/JwtToken.php index e8213d753..38920502f 100644 --- a/plugin/think-library/src/service/JwtToken.php +++ b/plugin/think-library/src/service/JwtToken.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/NodeService.php b/plugin/think-library/src/service/NodeService.php index 9ead9545c..e97bc308f 100644 --- a/plugin/think-library/src/service/NodeService.php +++ b/plugin/think-library/src/service/NodeService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/QueueService.php b/plugin/think-library/src/service/QueueService.php index 31279096d..68295d349 100644 --- a/plugin/think-library/src/service/QueueService.php +++ b/plugin/think-library/src/service/QueueService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/ResponseModeService.php b/plugin/think-library/src/service/ResponseModeService.php index 14944f925..8da9d2d74 100644 --- a/plugin/think-library/src/service/ResponseModeService.php +++ b/plugin/think-library/src/service/ResponseModeService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/RuntimeService.php b/plugin/think-library/src/service/RuntimeService.php index 89509a4c6..a427e0225 100644 --- a/plugin/think-library/src/service/RuntimeService.php +++ b/plugin/think-library/src/service/RuntimeService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/AppServiceTest.php b/plugin/think-library/tests/AppServiceTest.php index 63f78e6e2..bbbe14bf2 100644 --- a/plugin/think-library/tests/AppServiceTest.php +++ b/plugin/think-library/tests/AppServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/ArchitectureBoundaryTest.php b/plugin/think-library/tests/ArchitectureBoundaryTest.php index 6e57ff391..8656ea94e 100644 --- a/plugin/think-library/tests/ArchitectureBoundaryTest.php +++ b/plugin/think-library/tests/ArchitectureBoundaryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/CodeTest.php b/plugin/think-library/tests/CodeTest.php index 22095078e..3c8e6a7ca 100644 --- a/plugin/think-library/tests/CodeTest.php +++ b/plugin/think-library/tests/CodeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/CommonFunctionsTest.php b/plugin/think-library/tests/CommonFunctionsTest.php index a89ba1d65..3ca13f757 100644 --- a/plugin/think-library/tests/CommonFunctionsTest.php +++ b/plugin/think-library/tests/CommonFunctionsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/ComposerDependencyBoundaryTest.php b/plugin/think-library/tests/ComposerDependencyBoundaryTest.php index 30b89a080..5fa2dd661 100644 --- a/plugin/think-library/tests/ComposerDependencyBoundaryTest.php +++ b/plugin/think-library/tests/ComposerDependencyBoundaryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/ComposerInstallBoundaryTest.php b/plugin/think-library/tests/ComposerInstallBoundaryTest.php index 23bc0ee56..0657ff037 100644 --- a/plugin/think-library/tests/ComposerInstallBoundaryTest.php +++ b/plugin/think-library/tests/ComposerInstallBoundaryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/FormBuilderTest.php b/plugin/think-library/tests/FormBuilderTest.php index e4381724e..e00cc1757 100644 --- a/plugin/think-library/tests/FormBuilderTest.php +++ b/plugin/think-library/tests/FormBuilderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/JwtTest.php b/plugin/think-library/tests/JwtTest.php index b11dea059..f7f879ebd 100644 --- a/plugin/think-library/tests/JwtTest.php +++ b/plugin/think-library/tests/JwtTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/MigrationOwnershipTest.php b/plugin/think-library/tests/MigrationOwnershipTest.php index bb755bacf..fe4e7d656 100644 --- a/plugin/think-library/tests/MigrationOwnershipTest.php +++ b/plugin/think-library/tests/MigrationOwnershipTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/ModelTest.php b/plugin/think-library/tests/ModelTest.php index 4d86f2f90..7fd7529a9 100644 --- a/plugin/think-library/tests/ModelTest.php +++ b/plugin/think-library/tests/ModelTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/MultAccessDispatchTest.php b/plugin/think-library/tests/MultAccessDispatchTest.php index d2d56e8c0..c49b00d65 100644 --- a/plugin/think-library/tests/MultAccessDispatchTest.php +++ b/plugin/think-library/tests/MultAccessDispatchTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/PageBuilderTest.php b/plugin/think-library/tests/PageBuilderTest.php index b25cf1c81..995dbbc13 100644 --- a/plugin/think-library/tests/PageBuilderTest.php +++ b/plugin/think-library/tests/PageBuilderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/PasswordMaskTest.php b/plugin/think-library/tests/PasswordMaskTest.php index e5b20601d..6a0a5a679 100644 --- a/plugin/think-library/tests/PasswordMaskTest.php +++ b/plugin/think-library/tests/PasswordMaskTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/RequestTokenServiceTest.php b/plugin/think-library/tests/RequestTokenServiceTest.php index e7f047bd5..54f1ae511 100644 --- a/plugin/think-library/tests/RequestTokenServiceTest.php +++ b/plugin/think-library/tests/RequestTokenServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/RouteTemplateBoundaryTest.php b/plugin/think-library/tests/RouteTemplateBoundaryTest.php index 957c6a060..f6f273643 100644 --- a/plugin/think-library/tests/RouteTemplateBoundaryTest.php +++ b/plugin/think-library/tests/RouteTemplateBoundaryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/SoftDeleteBoundaryTest.php b/plugin/think-library/tests/SoftDeleteBoundaryTest.php index e9a224024..f54702fcb 100644 --- a/plugin/think-library/tests/SoftDeleteBoundaryTest.php +++ b/plugin/think-library/tests/SoftDeleteBoundaryTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-library/tests/bootstrap.php b/plugin/think-library/tests/bootstrap.php index 18486184d..1085e33c0 100644 --- a/plugin/think-library/tests/bootstrap.php +++ b/plugin/think-library/tests/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/Service.php b/plugin/think-plugs-account/src/Service.php index e37bc54ae..bba33b469 100644 --- a/plugin/think-plugs-account/src/Service.php +++ b/plugin/think-plugs-account/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/Device.php b/plugin/think-plugs-account/src/controller/Device.php index f806a4c79..4da469b05 100644 --- a/plugin/think-plugs-account/src/controller/Device.php +++ b/plugin/think-plugs-account/src/controller/Device.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/Master.php b/plugin/think-plugs-account/src/controller/Master.php index 5aaa1bd86..c4dc1becd 100644 --- a/plugin/think-plugs-account/src/controller/Master.php +++ b/plugin/think-plugs-account/src/controller/Master.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/Message.php b/plugin/think-plugs-account/src/controller/Message.php index 8faebb91a..dae7a1057 100644 --- a/plugin/think-plugs-account/src/controller/Message.php +++ b/plugin/think-plugs-account/src/controller/Message.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/api/Auth.php b/plugin/think-plugs-account/src/controller/api/Auth.php index de4d74cd9..cc6c0c95b 100644 --- a/plugin/think-plugs-account/src/controller/api/Auth.php +++ b/plugin/think-plugs-account/src/controller/api/Auth.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/api/Login.php b/plugin/think-plugs-account/src/controller/api/Login.php index 1e3eb1dbe..84bf8a7ed 100644 --- a/plugin/think-plugs-account/src/controller/api/Login.php +++ b/plugin/think-plugs-account/src/controller/api/Login.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/api/Wechat.php b/plugin/think-plugs-account/src/controller/api/Wechat.php index e7eacf2e0..adca13154 100644 --- a/plugin/think-plugs-account/src/controller/api/Wechat.php +++ b/plugin/think-plugs-account/src/controller/api/Wechat.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/api/Wxapp.php b/plugin/think-plugs-account/src/controller/api/Wxapp.php index a064b94cc..91ff09301 100644 --- a/plugin/think-plugs-account/src/controller/api/Wxapp.php +++ b/plugin/think-plugs-account/src/controller/api/Wxapp.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/api/auth/Center.php b/plugin/think-plugs-account/src/controller/api/auth/Center.php index c135a615c..a9224cae9 100644 --- a/plugin/think-plugs-account/src/controller/api/auth/Center.php +++ b/plugin/think-plugs-account/src/controller/api/auth/Center.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/lang/en-us.php b/plugin/think-plugs-account/src/lang/en-us.php index 6048918ae..9763dc849 100644 --- a/plugin/think-plugs-account/src/lang/en-us.php +++ b/plugin/think-plugs-account/src/lang/en-us.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/Abs.php b/plugin/think-plugs-account/src/model/Abs.php index f341fc5e4..0ae95ada9 100644 --- a/plugin/think-plugs-account/src/model/Abs.php +++ b/plugin/think-plugs-account/src/model/Abs.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PlainAbs.php b/plugin/think-plugs-account/src/model/PlainAbs.php index 6694a0b5e..59a38862b 100644 --- a/plugin/think-plugs-account/src/model/PlainAbs.php +++ b/plugin/think-plugs-account/src/model/PlainAbs.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PluginAccountAuth.php b/plugin/think-plugs-account/src/model/PluginAccountAuth.php index 45416e059..85a6e5821 100644 --- a/plugin/think-plugs-account/src/model/PluginAccountAuth.php +++ b/plugin/think-plugs-account/src/model/PluginAccountAuth.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PluginAccountBind.php b/plugin/think-plugs-account/src/model/PluginAccountBind.php index fbabf82e0..3816ad10a 100644 --- a/plugin/think-plugs-account/src/model/PluginAccountBind.php +++ b/plugin/think-plugs-account/src/model/PluginAccountBind.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PluginAccountMsms.php b/plugin/think-plugs-account/src/model/PluginAccountMsms.php index dfb2c7075..872531be6 100644 --- a/plugin/think-plugs-account/src/model/PluginAccountMsms.php +++ b/plugin/think-plugs-account/src/model/PluginAccountMsms.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PluginAccountUser.php b/plugin/think-plugs-account/src/model/PluginAccountUser.php index 2f7159a7d..978e77d20 100644 --- a/plugin/think-plugs-account/src/model/PluginAccountUser.php +++ b/plugin/think-plugs-account/src/model/PluginAccountUser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/Account.php b/plugin/think-plugs-account/src/service/Account.php index 5397cbd74..3bb9bf012 100644 --- a/plugin/think-plugs-account/src/service/Account.php +++ b/plugin/think-plugs-account/src/service/Account.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/Message.php b/plugin/think-plugs-account/src/service/Message.php index e0554b6c8..107951e41 100644 --- a/plugin/think-plugs-account/src/service/Message.php +++ b/plugin/think-plugs-account/src/service/Message.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/WxappService.php b/plugin/think-plugs-account/src/service/WxappService.php index 6199f4de3..5b56f28c4 100644 --- a/plugin/think-plugs-account/src/service/WxappService.php +++ b/plugin/think-plugs-account/src/service/WxappService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/contract/AccountAccess.php b/plugin/think-plugs-account/src/service/contract/AccountAccess.php index 6087a33ca..81c04ecdd 100644 --- a/plugin/think-plugs-account/src/service/contract/AccountAccess.php +++ b/plugin/think-plugs-account/src/service/contract/AccountAccess.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/contract/AccountInterface.php b/plugin/think-plugs-account/src/service/contract/AccountInterface.php index 98daad5c0..8297b4b40 100644 --- a/plugin/think-plugs-account/src/service/contract/AccountInterface.php +++ b/plugin/think-plugs-account/src/service/contract/AccountInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/contract/MessageInterface.php b/plugin/think-plugs-account/src/service/contract/MessageInterface.php index e307918f3..2d28a52ad 100644 --- a/plugin/think-plugs-account/src/service/contract/MessageInterface.php +++ b/plugin/think-plugs-account/src/service/contract/MessageInterface.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/contract/MessageUsageTrait.php b/plugin/think-plugs-account/src/service/contract/MessageUsageTrait.php index 9f740a41a..128688bc4 100644 --- a/plugin/think-plugs-account/src/service/contract/MessageUsageTrait.php +++ b/plugin/think-plugs-account/src/service/contract/MessageUsageTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/message/Alisms.php b/plugin/think-plugs-account/src/service/message/Alisms.php index fc69cd7e0..466b159d7 100644 --- a/plugin/think-plugs-account/src/service/message/Alisms.php +++ b/plugin/think-plugs-account/src/service/message/Alisms.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/stc/database/20241010000005_install_account20241010.php b/plugin/think-plugs-account/stc/database/20241010000005_install_account20241010.php index 6132a7b2e..592b86785 100644 --- a/plugin/think-plugs-account/stc/database/20241010000005_install_account20241010.php +++ b/plugin/think-plugs-account/stc/database/20241010000005_install_account20241010.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/tests/AccountAdminListControllerTest.php b/plugin/think-plugs-account/tests/AccountAdminListControllerTest.php index a12739cf9..d2275dbb4 100644 --- a/plugin/think-plugs-account/tests/AccountAdminListControllerTest.php +++ b/plugin/think-plugs-account/tests/AccountAdminListControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/tests/AccountCenterControllerTest.php b/plugin/think-plugs-account/tests/AccountCenterControllerTest.php index de3e8fb8e..018c6c7f8 100644 --- a/plugin/think-plugs-account/tests/AccountCenterControllerTest.php +++ b/plugin/think-plugs-account/tests/AccountCenterControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/tests/AccountIntegrationTest.php b/plugin/think-plugs-account/tests/AccountIntegrationTest.php index 7233184e1..833b5282a 100644 --- a/plugin/think-plugs-account/tests/AccountIntegrationTest.php +++ b/plugin/think-plugs-account/tests/AccountIntegrationTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/tests/AccountLoginControllerTest.php b/plugin/think-plugs-account/tests/AccountLoginControllerTest.php index 7061ceb7d..4718f3dbe 100644 --- a/plugin/think-plugs-account/tests/AccountLoginControllerTest.php +++ b/plugin/think-plugs-account/tests/AccountLoginControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/tests/AccountMessageControllerTest.php b/plugin/think-plugs-account/tests/AccountMessageControllerTest.php index 730842090..a206ac513 100644 --- a/plugin/think-plugs-account/tests/AccountMessageControllerTest.php +++ b/plugin/think-plugs-account/tests/AccountMessageControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/tests/AccountRuntimeTest.php b/plugin/think-plugs-account/tests/AccountRuntimeTest.php index 86166202c..f8c181f67 100644 --- a/plugin/think-plugs-account/tests/AccountRuntimeTest.php +++ b/plugin/think-plugs-account/tests/AccountRuntimeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/tests/bootstrap.php b/plugin/think-plugs-account/tests/bootstrap.php index 18486184d..1085e33c0 100644 --- a/plugin/think-plugs-account/tests/bootstrap.php +++ b/plugin/think-plugs-account/tests/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-builder/src/Service.php b/plugin/think-plugs-builder/src/Service.php index b95d1fbdf..099f23270 100644 --- a/plugin/think-plugs-builder/src/Service.php +++ b/plugin/think-plugs-builder/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-builder/src/command/Build.php b/plugin/think-plugs-builder/src/command/Build.php index aba120630..ac13d2dfb 100644 --- a/plugin/think-plugs-builder/src/command/Build.php +++ b/plugin/think-plugs-builder/src/command/Build.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-builder/src/service/PharBuilder.php b/plugin/think-plugs-builder/src/service/PharBuilder.php index 5c9e3fb36..b1f25c191 100644 --- a/plugin/think-plugs-builder/src/service/PharBuilder.php +++ b/plugin/think-plugs-builder/src/service/PharBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-builder/src/service/PharRuntime.php b/plugin/think-plugs-builder/src/service/PharRuntime.php index 4eb67a8df..1568c80f9 100644 --- a/plugin/think-plugs-builder/src/service/PharRuntime.php +++ b/plugin/think-plugs-builder/src/service/PharRuntime.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-install/src/Service.php b/plugin/think-plugs-install/src/Service.php index 7278d20a9..7b3c1434c 100644 --- a/plugin/think-plugs-install/src/Service.php +++ b/plugin/think-plugs-install/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-install/src/command/project/InstallCommand.php b/plugin/think-plugs-install/src/command/project/InstallCommand.php index f88f7a936..f881b1e4a 100644 --- a/plugin/think-plugs-install/src/command/project/InstallCommand.php +++ b/plugin/think-plugs-install/src/command/project/InstallCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-install/src/composer/Plugin.php b/plugin/think-plugs-install/src/composer/Plugin.php index 4506715eb..7484d953b 100644 --- a/plugin/think-plugs-install/src/composer/Plugin.php +++ b/plugin/think-plugs-install/src/composer/Plugin.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-install/src/service/ComposerLifecycleService.php b/plugin/think-plugs-install/src/service/ComposerLifecycleService.php index 200c60118..83918f038 100644 --- a/plugin/think-plugs-install/src/service/ComposerLifecycleService.php +++ b/plugin/think-plugs-install/src/service/ComposerLifecycleService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-install/tests/ComposerLifecycleServiceTest.php b/plugin/think-plugs-install/tests/ComposerLifecycleServiceTest.php index 9be8ff876..6b9a032da 100644 --- a/plugin/think-plugs-install/tests/ComposerLifecycleServiceTest.php +++ b/plugin/think-plugs-install/tests/ComposerLifecycleServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-install/tests/InstallCommandTest.php b/plugin/think-plugs-install/tests/InstallCommandTest.php index f14ccb306..d23695cf1 100644 --- a/plugin/think-plugs-install/tests/InstallCommandTest.php +++ b/plugin/think-plugs-install/tests/InstallCommandTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-install/tests/bootstrap.php b/plugin/think-plugs-install/tests/bootstrap.php index fddf20933..59614b08a 100644 --- a/plugin/think-plugs-install/tests/bootstrap.php +++ b/plugin/think-plugs-install/tests/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/Service.php b/plugin/think-plugs-payment/src/Service.php index 8fd7430ec..6210f7a5e 100644 --- a/plugin/think-plugs-payment/src/Service.php +++ b/plugin/think-plugs-payment/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Balance.php b/plugin/think-plugs-payment/src/controller/Balance.php index 20fa0c0dd..7dfdc4c27 100644 --- a/plugin/think-plugs-payment/src/controller/Balance.php +++ b/plugin/think-plugs-payment/src/controller/Balance.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Config.php b/plugin/think-plugs-payment/src/controller/Config.php index de4e6244e..954a87b3a 100644 --- a/plugin/think-plugs-payment/src/controller/Config.php +++ b/plugin/think-plugs-payment/src/controller/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Integral.php b/plugin/think-plugs-payment/src/controller/Integral.php index 6c93b968c..7235bfeb5 100644 --- a/plugin/think-plugs-payment/src/controller/Integral.php +++ b/plugin/think-plugs-payment/src/controller/Integral.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Record.php b/plugin/think-plugs-payment/src/controller/Record.php index 6cc472d8d..59790e965 100644 --- a/plugin/think-plugs-payment/src/controller/Record.php +++ b/plugin/think-plugs-payment/src/controller/Record.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Refund.php b/plugin/think-plugs-payment/src/controller/Refund.php index 59dc5a93a..967ad4ce6 100644 --- a/plugin/think-plugs-payment/src/controller/Refund.php +++ b/plugin/think-plugs-payment/src/controller/Refund.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/api/auth/Address.php b/plugin/think-plugs-payment/src/controller/api/auth/Address.php index dd9483004..c13cf06e1 100644 --- a/plugin/think-plugs-payment/src/controller/api/auth/Address.php +++ b/plugin/think-plugs-payment/src/controller/api/auth/Address.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/api/auth/Balance.php b/plugin/think-plugs-payment/src/controller/api/auth/Balance.php index 9195109af..6c5db2bff 100644 --- a/plugin/think-plugs-payment/src/controller/api/auth/Balance.php +++ b/plugin/think-plugs-payment/src/controller/api/auth/Balance.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/api/auth/Integral.php b/plugin/think-plugs-payment/src/controller/api/auth/Integral.php index f25ecebcf..328f2f6ed 100644 --- a/plugin/think-plugs-payment/src/controller/api/auth/Integral.php +++ b/plugin/think-plugs-payment/src/controller/api/auth/Integral.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/lang/en-us.php b/plugin/think-plugs-payment/src/lang/en-us.php index eb0bc742d..4c5d4760a 100644 --- a/plugin/think-plugs-payment/src/lang/en-us.php +++ b/plugin/think-plugs-payment/src/lang/en-us.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentAddress.php b/plugin/think-plugs-payment/src/model/PluginPaymentAddress.php index 2a543233f..6a38931a9 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentAddress.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentAddress.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentBalance.php b/plugin/think-plugs-payment/src/model/PluginPaymentBalance.php index 9a70061c3..f2974441a 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentBalance.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentBalance.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentConfig.php b/plugin/think-plugs-payment/src/model/PluginPaymentConfig.php index 9af4e13cc..9945a4404 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentConfig.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentConfig.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentIntegral.php b/plugin/think-plugs-payment/src/model/PluginPaymentIntegral.php index 6d21c8f0b..68b71ec25 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentIntegral.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentIntegral.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentRecord.php b/plugin/think-plugs-payment/src/model/PluginPaymentRecord.php index 98b7a3641..8861c4d64 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentRecord.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentRecord.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentRefund.php b/plugin/think-plugs-payment/src/model/PluginPaymentRefund.php index bac282bfc..df9495f81 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentRefund.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentRefund.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/Balance.php b/plugin/think-plugs-payment/src/service/Balance.php index 99af8d0e7..af44d3501 100644 --- a/plugin/think-plugs-payment/src/service/Balance.php +++ b/plugin/think-plugs-payment/src/service/Balance.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/Integral.php b/plugin/think-plugs-payment/src/service/Integral.php index a5b105617..bc9694ac2 100644 --- a/plugin/think-plugs-payment/src/service/Integral.php +++ b/plugin/think-plugs-payment/src/service/Integral.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/Payment.php b/plugin/think-plugs-payment/src/service/Payment.php index 4a479897b..613dbee34 100644 --- a/plugin/think-plugs-payment/src/service/Payment.php +++ b/plugin/think-plugs-payment/src/service/Payment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/Recount.php b/plugin/think-plugs-payment/src/service/Recount.php index 2dfeca8f6..b9ee4df72 100644 --- a/plugin/think-plugs-payment/src/service/Recount.php +++ b/plugin/think-plugs-payment/src/service/Recount.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/contract/PaymentInterface.php b/plugin/think-plugs-payment/src/service/contract/PaymentInterface.php index 9a9eb3ab6..079d1e225 100644 --- a/plugin/think-plugs-payment/src/service/contract/PaymentInterface.php +++ b/plugin/think-plugs-payment/src/service/contract/PaymentInterface.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/contract/PaymentResponse.php b/plugin/think-plugs-payment/src/service/contract/PaymentResponse.php index 3526a7621..8b30c6070 100644 --- a/plugin/think-plugs-payment/src/service/contract/PaymentResponse.php +++ b/plugin/think-plugs-payment/src/service/contract/PaymentResponse.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/contract/PaymentUsageTrait.php b/plugin/think-plugs-payment/src/service/contract/PaymentUsageTrait.php index 69ea9d366..f936a9261 100644 --- a/plugin/think-plugs-payment/src/service/contract/PaymentUsageTrait.php +++ b/plugin/think-plugs-payment/src/service/contract/PaymentUsageTrait.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/AliPayment.php b/plugin/think-plugs-payment/src/service/payment/AliPayment.php index 3b8e86b05..64efc2850 100644 --- a/plugin/think-plugs-payment/src/service/payment/AliPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/AliPayment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/BalancePayment.php b/plugin/think-plugs-payment/src/service/payment/BalancePayment.php index 14befd6c2..e9a302aaf 100644 --- a/plugin/think-plugs-payment/src/service/payment/BalancePayment.php +++ b/plugin/think-plugs-payment/src/service/payment/BalancePayment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/CouponPayment.php b/plugin/think-plugs-payment/src/service/payment/CouponPayment.php index 12044a093..db7f4c984 100644 --- a/plugin/think-plugs-payment/src/service/payment/CouponPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/CouponPayment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/EmptyPayment.php b/plugin/think-plugs-payment/src/service/payment/EmptyPayment.php index 91bd7e3d1..d6cff0429 100644 --- a/plugin/think-plugs-payment/src/service/payment/EmptyPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/EmptyPayment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/IntegralPayment.php b/plugin/think-plugs-payment/src/service/payment/IntegralPayment.php index 0e4001b22..34e2965e1 100644 --- a/plugin/think-plugs-payment/src/service/payment/IntegralPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/IntegralPayment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/JoinPayment.php b/plugin/think-plugs-payment/src/service/payment/JoinPayment.php index 99ac61db1..c70911246 100644 --- a/plugin/think-plugs-payment/src/service/payment/JoinPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/JoinPayment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/VoucherPayment.php b/plugin/think-plugs-payment/src/service/payment/VoucherPayment.php index ca323f8f9..db9bd03f6 100644 --- a/plugin/think-plugs-payment/src/service/payment/VoucherPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/VoucherPayment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/WechatPayment.php b/plugin/think-plugs-payment/src/service/payment/WechatPayment.php index 63b57a995..9b92713ea 100644 --- a/plugin/think-plugs-payment/src/service/payment/WechatPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/WechatPayment.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV2.php b/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV2.php index 960803f34..621324352 100644 --- a/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV2.php +++ b/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV2.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV3.php b/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV3.php index c10423985..b7fd892d5 100644 --- a/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV3.php +++ b/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV3.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/stc/database/20241010000006_install_payment20241010.php b/plugin/think-plugs-payment/stc/database/20241010000006_install_payment20241010.php index 0302c9764..6d52ebec7 100644 --- a/plugin/think-plugs-payment/stc/database/20241010000006_install_payment20241010.php +++ b/plugin/think-plugs-payment/stc/database/20241010000006_install_payment20241010.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/BalanceIntegrationTest.php b/plugin/think-plugs-payment/tests/BalanceIntegrationTest.php index 6700b82b2..e7e1d8896 100644 --- a/plugin/think-plugs-payment/tests/BalanceIntegrationTest.php +++ b/plugin/think-plugs-payment/tests/BalanceIntegrationTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/IntegralIntegrationTest.php b/plugin/think-plugs-payment/tests/IntegralIntegrationTest.php index 51da64c53..89140b787 100644 --- a/plugin/think-plugs-payment/tests/IntegralIntegrationTest.php +++ b/plugin/think-plugs-payment/tests/IntegralIntegrationTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/PaymentAddressControllerTest.php b/plugin/think-plugs-payment/tests/PaymentAddressControllerTest.php index 56a784390..111310fdc 100644 --- a/plugin/think-plugs-payment/tests/PaymentAddressControllerTest.php +++ b/plugin/think-plugs-payment/tests/PaymentAddressControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/PaymentLedgerControllerTest.php b/plugin/think-plugs-payment/tests/PaymentLedgerControllerTest.php index 29df23096..c4e4f3321 100644 --- a/plugin/think-plugs-payment/tests/PaymentLedgerControllerTest.php +++ b/plugin/think-plugs-payment/tests/PaymentLedgerControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/PaymentLedgerIntegrationTest.php b/plugin/think-plugs-payment/tests/PaymentLedgerIntegrationTest.php index de1a31fb7..c96d42cac 100644 --- a/plugin/think-plugs-payment/tests/PaymentLedgerIntegrationTest.php +++ b/plugin/think-plugs-payment/tests/PaymentLedgerIntegrationTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/PaymentRecordControllerTest.php b/plugin/think-plugs-payment/tests/PaymentRecordControllerTest.php index 51e422640..5fdde267f 100644 --- a/plugin/think-plugs-payment/tests/PaymentRecordControllerTest.php +++ b/plugin/think-plugs-payment/tests/PaymentRecordControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/PaymentRecordIntegrationTest.php b/plugin/think-plugs-payment/tests/PaymentRecordIntegrationTest.php index b7ca793a1..bdf8ec451 100644 --- a/plugin/think-plugs-payment/tests/PaymentRecordIntegrationTest.php +++ b/plugin/think-plugs-payment/tests/PaymentRecordIntegrationTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/PaymentRecountServiceTest.php b/plugin/think-plugs-payment/tests/PaymentRecountServiceTest.php index 9b9231871..99f29d851 100644 --- a/plugin/think-plugs-payment/tests/PaymentRecountServiceTest.php +++ b/plugin/think-plugs-payment/tests/PaymentRecountServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/tests/PaymentTest.php b/plugin/think-plugs-payment/tests/PaymentTest.php index c6f8fa7e6..b72ec6f51 100644 --- a/plugin/think-plugs-payment/tests/PaymentTest.php +++ b/plugin/think-plugs-payment/tests/PaymentTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/app.php b/plugin/think-plugs-static/stc/config/app.php index a6d006e96..4b0362e08 100644 --- a/plugin/think-plugs-static/stc/config/app.php +++ b/plugin/think-plugs-static/stc/config/app.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/cache.php b/plugin/think-plugs-static/stc/config/cache.php index 352eb9bd0..9a06861ce 100644 --- a/plugin/think-plugs-static/stc/config/cache.php +++ b/plugin/think-plugs-static/stc/config/cache.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/cookie.php b/plugin/think-plugs-static/stc/config/cookie.php index 139513dd9..9266de3a5 100644 --- a/plugin/think-plugs-static/stc/config/cookie.php +++ b/plugin/think-plugs-static/stc/config/cookie.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/database.php b/plugin/think-plugs-static/stc/config/database.php index 29934877e..06c241013 100644 --- a/plugin/think-plugs-static/stc/config/database.php +++ b/plugin/think-plugs-static/stc/config/database.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/lang.php b/plugin/think-plugs-static/stc/config/lang.php index d4f633239..b228fdefe 100644 --- a/plugin/think-plugs-static/stc/config/lang.php +++ b/plugin/think-plugs-static/stc/config/lang.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/log.php b/plugin/think-plugs-static/stc/config/log.php index 1b58bf4e0..4cc0e16ea 100644 --- a/plugin/think-plugs-static/stc/config/log.php +++ b/plugin/think-plugs-static/stc/config/log.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/phinx.php b/plugin/think-plugs-static/stc/config/phinx.php index 18168f8d9..10c30bee3 100644 --- a/plugin/think-plugs-static/stc/config/phinx.php +++ b/plugin/think-plugs-static/stc/config/phinx.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/route.php b/plugin/think-plugs-static/stc/config/route.php index 670845e63..eff0b4f05 100644 --- a/plugin/think-plugs-static/stc/config/route.php +++ b/plugin/think-plugs-static/stc/config/route.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/view.php b/plugin/think-plugs-static/stc/config/view.php index 78c9ea7eb..83ca947fe 100644 --- a/plugin/think-plugs-static/stc/config/view.php +++ b/plugin/think-plugs-static/stc/config/view.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/default/Index.php b/plugin/think-plugs-static/stc/default/Index.php index 265d7bee0..17e938025 100644 --- a/plugin/think-plugs-static/stc/default/Index.php +++ b/plugin/think-plugs-static/stc/default/Index.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/Service.php b/plugin/think-plugs-system/src/Service.php index a09796b93..78ea98837 100644 --- a/plugin/think-plugs-system/src/Service.php +++ b/plugin/think-plugs-system/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/builder/AuthBuilder.php b/plugin/think-plugs-system/src/builder/AuthBuilder.php index f38613106..175d479bd 100644 --- a/plugin/think-plugs-system/src/builder/AuthBuilder.php +++ b/plugin/think-plugs-system/src/builder/AuthBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/builder/BaseBuilder.php b/plugin/think-plugs-system/src/builder/BaseBuilder.php index d4cd14924..2ee6eca4f 100644 --- a/plugin/think-plugs-system/src/builder/BaseBuilder.php +++ b/plugin/think-plugs-system/src/builder/BaseBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/builder/MenuBuilder.php b/plugin/think-plugs-system/src/builder/MenuBuilder.php index 0da4cb2f7..b1f45dd11 100644 --- a/plugin/think-plugs-system/src/builder/MenuBuilder.php +++ b/plugin/think-plugs-system/src/builder/MenuBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/builder/UserBuilder.php b/plugin/think-plugs-system/src/builder/UserBuilder.php index 4d02d96c2..2c5cb6383 100644 --- a/plugin/think-plugs-system/src/builder/UserBuilder.php +++ b/plugin/think-plugs-system/src/builder/UserBuilder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/common.php b/plugin/think-plugs-system/src/common.php index 055348f98..9f1c6e7cc 100644 --- a/plugin/think-plugs-system/src/common.php +++ b/plugin/think-plugs-system/src/common.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Auth.php b/plugin/think-plugs-system/src/controller/Auth.php index 6a148fbff..66875097d 100644 --- a/plugin/think-plugs-system/src/controller/Auth.php +++ b/plugin/think-plugs-system/src/controller/Auth.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Base.php b/plugin/think-plugs-system/src/controller/Base.php index 9ec4c5ecf..7656e8cc7 100644 --- a/plugin/think-plugs-system/src/controller/Base.php +++ b/plugin/think-plugs-system/src/controller/Base.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Config.php b/plugin/think-plugs-system/src/controller/Config.php index 25bf62870..3c88883c1 100644 --- a/plugin/think-plugs-system/src/controller/Config.php +++ b/plugin/think-plugs-system/src/controller/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/File.php b/plugin/think-plugs-system/src/controller/File.php index f59deae1a..a04d909f9 100644 --- a/plugin/think-plugs-system/src/controller/File.php +++ b/plugin/think-plugs-system/src/controller/File.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Index.php b/plugin/think-plugs-system/src/controller/Index.php index d249196a2..3892b3d58 100644 --- a/plugin/think-plugs-system/src/controller/Index.php +++ b/plugin/think-plugs-system/src/controller/Index.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Login.php b/plugin/think-plugs-system/src/controller/Login.php index 3998c555e..6622719bb 100644 --- a/plugin/think-plugs-system/src/controller/Login.php +++ b/plugin/think-plugs-system/src/controller/Login.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Menu.php b/plugin/think-plugs-system/src/controller/Menu.php index 42895bdc0..fe78913f9 100644 --- a/plugin/think-plugs-system/src/controller/Menu.php +++ b/plugin/think-plugs-system/src/controller/Menu.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Oplog.php b/plugin/think-plugs-system/src/controller/Oplog.php index 918ef46a1..f94f07db3 100644 --- a/plugin/think-plugs-system/src/controller/Oplog.php +++ b/plugin/think-plugs-system/src/controller/Oplog.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Plugin.php b/plugin/think-plugs-system/src/controller/Plugin.php index baaeadd7b..fb49d3c0a 100644 --- a/plugin/think-plugs-system/src/controller/Plugin.php +++ b/plugin/think-plugs-system/src/controller/Plugin.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/Queue.php b/plugin/think-plugs-system/src/controller/Queue.php index 0662276e3..094875844 100644 --- a/plugin/think-plugs-system/src/controller/Queue.php +++ b/plugin/think-plugs-system/src/controller/Queue.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/User.php b/plugin/think-plugs-system/src/controller/User.php index bbb372ee2..382345d9a 100644 --- a/plugin/think-plugs-system/src/controller/User.php +++ b/plugin/think-plugs-system/src/controller/User.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/api/Plugs.php b/plugin/think-plugs-system/src/controller/api/Plugs.php index 344db8f20..c8b02f692 100644 --- a/plugin/think-plugs-system/src/controller/api/Plugs.php +++ b/plugin/think-plugs-system/src/controller/api/Plugs.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/api/Queue.php b/plugin/think-plugs-system/src/controller/api/Queue.php index ca087d844..2b5c8ffde 100644 --- a/plugin/think-plugs-system/src/controller/api/Queue.php +++ b/plugin/think-plugs-system/src/controller/api/Queue.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/api/System.php b/plugin/think-plugs-system/src/controller/api/System.php index d332b0526..b50c8fe94 100644 --- a/plugin/think-plugs-system/src/controller/api/System.php +++ b/plugin/think-plugs-system/src/controller/api/System.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/controller/api/Upload.php b/plugin/think-plugs-system/src/controller/api/Upload.php index 63de9f652..88cb7cc23 100644 --- a/plugin/think-plugs-system/src/controller/api/Upload.php +++ b/plugin/think-plugs-system/src/controller/api/Upload.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/Service.php b/plugin/think-plugs-system/src/helper/Service.php index a79598373..5eec74378 100644 --- a/plugin/think-plugs-system/src/helper/Service.php +++ b/plugin/think-plugs-system/src/helper/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/database/BackupCommand.php b/plugin/think-plugs-system/src/helper/command/database/BackupCommand.php index 74ff96d52..672dcb9a0 100644 --- a/plugin/think-plugs-system/src/helper/command/database/BackupCommand.php +++ b/plugin/think-plugs-system/src/helper/command/database/BackupCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/database/DatabaseCommand.php b/plugin/think-plugs-system/src/helper/command/database/DatabaseCommand.php index 6d6cc8cd0..2635a4c51 100644 --- a/plugin/think-plugs-system/src/helper/command/database/DatabaseCommand.php +++ b/plugin/think-plugs-system/src/helper/command/database/DatabaseCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/database/IndexCommand.php b/plugin/think-plugs-system/src/helper/command/database/IndexCommand.php index 85b2d3811..1ea88191f 100644 --- a/plugin/think-plugs-system/src/helper/command/database/IndexCommand.php +++ b/plugin/think-plugs-system/src/helper/command/database/IndexCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/database/MigrateCommand.php b/plugin/think-plugs-system/src/helper/command/database/MigrateCommand.php index 78d270ed1..3e3dd195b 100644 --- a/plugin/think-plugs-system/src/helper/command/database/MigrateCommand.php +++ b/plugin/think-plugs-system/src/helper/command/database/MigrateCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/database/ModelCommand.php b/plugin/think-plugs-system/src/helper/command/database/ModelCommand.php index 120a7d33b..016c283b2 100644 --- a/plugin/think-plugs-system/src/helper/command/database/ModelCommand.php +++ b/plugin/think-plugs-system/src/helper/command/database/ModelCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/database/ReplaceCommand.php b/plugin/think-plugs-system/src/helper/command/database/ReplaceCommand.php index 31c5156e1..f75222bd4 100644 --- a/plugin/think-plugs-system/src/helper/command/database/ReplaceCommand.php +++ b/plugin/think-plugs-system/src/helper/command/database/ReplaceCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/database/RestoreCommand.php b/plugin/think-plugs-system/src/helper/command/database/RestoreCommand.php index f389f40cf..162c22813 100644 --- a/plugin/think-plugs-system/src/helper/command/database/RestoreCommand.php +++ b/plugin/think-plugs-system/src/helper/command/database/RestoreCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/project/PackageCommand.php b/plugin/think-plugs-system/src/helper/command/project/PackageCommand.php index 0ef93e495..7fe4b9a49 100644 --- a/plugin/think-plugs-system/src/helper/command/project/PackageCommand.php +++ b/plugin/think-plugs-system/src/helper/command/project/PackageCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/project/PublishCommand.php b/plugin/think-plugs-system/src/helper/command/project/PublishCommand.php index b1c05b19c..5d680a386 100644 --- a/plugin/think-plugs-system/src/helper/command/project/PublishCommand.php +++ b/plugin/think-plugs-system/src/helper/command/project/PublishCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/command/system/MenuResetCommand.php b/plugin/think-plugs-system/src/helper/command/system/MenuResetCommand.php index a65fa4f59..97436a0ef 100644 --- a/plugin/think-plugs-system/src/helper/command/system/MenuResetCommand.php +++ b/plugin/think-plugs-system/src/helper/command/system/MenuResetCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/database/IndexNameService.php b/plugin/think-plugs-system/src/helper/database/IndexNameService.php index f76f19027..000cab65a 100644 --- a/plugin/think-plugs-system/src/helper/database/IndexNameService.php +++ b/plugin/think-plugs-system/src/helper/database/IndexNameService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/integration/ExpressService.php b/plugin/think-plugs-system/src/helper/integration/ExpressService.php index d6505c762..ea632d75e 100644 --- a/plugin/think-plugs-system/src/helper/integration/ExpressService.php +++ b/plugin/think-plugs-system/src/helper/integration/ExpressService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/migration/MigrationExporter.php b/plugin/think-plugs-system/src/helper/migration/MigrationExporter.php index af91fb848..6b082f7d8 100644 --- a/plugin/think-plugs-system/src/helper/migration/MigrationExporter.php +++ b/plugin/think-plugs-system/src/helper/migration/MigrationExporter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/migration/PhinxExtend.php b/plugin/think-plugs-system/src/helper/migration/PhinxExtend.php index f6e28d882..0a92a8419 100644 --- a/plugin/think-plugs-system/src/helper/migration/PhinxExtend.php +++ b/plugin/think-plugs-system/src/helper/migration/PhinxExtend.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/model/NormalizedModelGenerator.php b/plugin/think-plugs-system/src/helper/model/NormalizedModelGenerator.php index 81453ed27..88806ecce 100644 --- a/plugin/think-plugs-system/src/helper/model/NormalizedModelGenerator.php +++ b/plugin/think-plugs-system/src/helper/model/NormalizedModelGenerator.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/plugin/PluginMenuService.php b/plugin/think-plugs-system/src/helper/plugin/PluginMenuService.php index 7eecbac72..8ed3094c3 100644 --- a/plugin/think-plugs-system/src/helper/plugin/PluginMenuService.php +++ b/plugin/think-plugs-system/src/helper/plugin/PluginMenuService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/helper/plugin/PluginRegistry.php b/plugin/think-plugs-system/src/helper/plugin/PluginRegistry.php index 09ce351cb..142e747f2 100644 --- a/plugin/think-plugs-system/src/helper/plugin/PluginRegistry.php +++ b/plugin/think-plugs-system/src/helper/plugin/PluginRegistry.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/lang/en-us.php b/plugin/think-plugs-system/src/lang/en-us.php index 9921c10b1..7827c9097 100644 --- a/plugin/think-plugs-system/src/lang/en-us.php +++ b/plugin/think-plugs-system/src/lang/en-us.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/lang/zh-cn.php b/plugin/think-plugs-system/src/lang/zh-cn.php index b5b1f0062..c1679cf93 100644 --- a/plugin/think-plugs-system/src/lang/zh-cn.php +++ b/plugin/think-plugs-system/src/lang/zh-cn.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/lang/zh-tw.php b/plugin/think-plugs-system/src/lang/zh-tw.php index fbc067264..0b3763658 100644 --- a/plugin/think-plugs-system/src/lang/zh-tw.php +++ b/plugin/think-plugs-system/src/lang/zh-tw.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/middleware/JwtTokenAuth.php b/plugin/think-plugs-system/src/middleware/JwtTokenAuth.php index df2658bf4..dc97f7b34 100644 --- a/plugin/think-plugs-system/src/middleware/JwtTokenAuth.php +++ b/plugin/think-plugs-system/src/middleware/JwtTokenAuth.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/middleware/RbacAccess.php b/plugin/think-plugs-system/src/middleware/RbacAccess.php index 02ab5be0f..eba7d3721 100644 --- a/plugin/think-plugs-system/src/middleware/RbacAccess.php +++ b/plugin/think-plugs-system/src/middleware/RbacAccess.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/model/SystemAuth.php b/plugin/think-plugs-system/src/model/SystemAuth.php index 827a2fa55..17a8a0fc3 100644 --- a/plugin/think-plugs-system/src/model/SystemAuth.php +++ b/plugin/think-plugs-system/src/model/SystemAuth.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/model/SystemBase.php b/plugin/think-plugs-system/src/model/SystemBase.php index c8a0c9751..02fbe5805 100644 --- a/plugin/think-plugs-system/src/model/SystemBase.php +++ b/plugin/think-plugs-system/src/model/SystemBase.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/model/SystemData.php b/plugin/think-plugs-system/src/model/SystemData.php index e110a663a..1a6ec0285 100644 --- a/plugin/think-plugs-system/src/model/SystemData.php +++ b/plugin/think-plugs-system/src/model/SystemData.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/model/SystemFile.php b/plugin/think-plugs-system/src/model/SystemFile.php index 00e2d8824..403176d01 100644 --- a/plugin/think-plugs-system/src/model/SystemFile.php +++ b/plugin/think-plugs-system/src/model/SystemFile.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/model/SystemMenu.php b/plugin/think-plugs-system/src/model/SystemMenu.php index f39bec5cc..e2fc02177 100644 --- a/plugin/think-plugs-system/src/model/SystemMenu.php +++ b/plugin/think-plugs-system/src/model/SystemMenu.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/model/SystemNode.php b/plugin/think-plugs-system/src/model/SystemNode.php index a30529fcf..a2acfcf58 100644 --- a/plugin/think-plugs-system/src/model/SystemNode.php +++ b/plugin/think-plugs-system/src/model/SystemNode.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/model/SystemOplog.php b/plugin/think-plugs-system/src/model/SystemOplog.php index dcecf024a..e9f791108 100644 --- a/plugin/think-plugs-system/src/model/SystemOplog.php +++ b/plugin/think-plugs-system/src/model/SystemOplog.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/model/SystemUser.php b/plugin/think-plugs-system/src/model/SystemUser.php index 901f3d9fa..1e9815fec 100644 --- a/plugin/think-plugs-system/src/model/SystemUser.php +++ b/plugin/think-plugs-system/src/model/SystemUser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/route/demo.php b/plugin/think-plugs-system/src/route/demo.php index 690922744..7d89eaff9 100644 --- a/plugin/think-plugs-system/src/route/demo.php +++ b/plugin/think-plugs-system/src/route/demo.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/service/AuthService.php b/plugin/think-plugs-system/src/service/AuthService.php index 5cc3a0b39..cb7eac080 100644 --- a/plugin/think-plugs-system/src/service/AuthService.php +++ b/plugin/think-plugs-system/src/service/AuthService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/service/BaseService.php b/plugin/think-plugs-system/src/service/BaseService.php index fe9383541..469072faa 100644 --- a/plugin/think-plugs-system/src/service/BaseService.php +++ b/plugin/think-plugs-system/src/service/BaseService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/service/CaptchaService.php b/plugin/think-plugs-system/src/service/CaptchaService.php index 293af3e34..60bfccede 100644 --- a/plugin/think-plugs-system/src/service/CaptchaService.php +++ b/plugin/think-plugs-system/src/service/CaptchaService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/service/MenuService.php b/plugin/think-plugs-system/src/service/MenuService.php index 67d43eea9..224636078 100644 --- a/plugin/think-plugs-system/src/service/MenuService.php +++ b/plugin/think-plugs-system/src/service/MenuService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/service/PluginService.php b/plugin/think-plugs-system/src/service/PluginService.php index 295b573b2..09830876b 100644 --- a/plugin/think-plugs-system/src/service/PluginService.php +++ b/plugin/think-plugs-system/src/service/PluginService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/service/SystemContext.php b/plugin/think-plugs-system/src/service/SystemContext.php index 64d3575ca..f633a6da5 100644 --- a/plugin/think-plugs-system/src/service/SystemContext.php +++ b/plugin/think-plugs-system/src/service/SystemContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/service/SystemService.php b/plugin/think-plugs-system/src/service/SystemService.php index 32c5fbd24..731a8326a 100644 --- a/plugin/think-plugs-system/src/service/SystemService.php +++ b/plugin/think-plugs-system/src/service/SystemService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/service/UserService.php b/plugin/think-plugs-system/src/service/UserService.php index 4779b58bf..ba8832210 100644 --- a/plugin/think-plugs-system/src/service/UserService.php +++ b/plugin/think-plugs-system/src/service/UserService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/AliossStorage.php b/plugin/think-plugs-system/src/storage/AliossStorage.php index 2cfbf01b0..4689854cf 100644 --- a/plugin/think-plugs-system/src/storage/AliossStorage.php +++ b/plugin/think-plugs-system/src/storage/AliossStorage.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/AlistStorage.php b/plugin/think-plugs-system/src/storage/AlistStorage.php index 9d27b2955..599ff3664 100644 --- a/plugin/think-plugs-system/src/storage/AlistStorage.php +++ b/plugin/think-plugs-system/src/storage/AlistStorage.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/LocalStorage.php b/plugin/think-plugs-system/src/storage/LocalStorage.php index c9441db3f..6f363bdc7 100644 --- a/plugin/think-plugs-system/src/storage/LocalStorage.php +++ b/plugin/think-plugs-system/src/storage/LocalStorage.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/QiniuStorage.php b/plugin/think-plugs-system/src/storage/QiniuStorage.php index 3618f5cbd..45e4cff6b 100644 --- a/plugin/think-plugs-system/src/storage/QiniuStorage.php +++ b/plugin/think-plugs-system/src/storage/QiniuStorage.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/StorageAuthorize.php b/plugin/think-plugs-system/src/storage/StorageAuthorize.php index f86a980b0..365758c06 100644 --- a/plugin/think-plugs-system/src/storage/StorageAuthorize.php +++ b/plugin/think-plugs-system/src/storage/StorageAuthorize.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/StorageConfig.php b/plugin/think-plugs-system/src/storage/StorageConfig.php index ba443e4cd..c804f8fbe 100644 --- a/plugin/think-plugs-system/src/storage/StorageConfig.php +++ b/plugin/think-plugs-system/src/storage/StorageConfig.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/StorageManager.php b/plugin/think-plugs-system/src/storage/StorageManager.php index 9e85a6da7..fd0cfa032 100644 --- a/plugin/think-plugs-system/src/storage/StorageManager.php +++ b/plugin/think-plugs-system/src/storage/StorageManager.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/StorageUsageTrait.php b/plugin/think-plugs-system/src/storage/StorageUsageTrait.php index 48167521c..396e60e0d 100644 --- a/plugin/think-plugs-system/src/storage/StorageUsageTrait.php +++ b/plugin/think-plugs-system/src/storage/StorageUsageTrait.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/TxcosStorage.php b/plugin/think-plugs-system/src/storage/TxcosStorage.php index e4c3018ee..2d603b70d 100644 --- a/plugin/think-plugs-system/src/storage/TxcosStorage.php +++ b/plugin/think-plugs-system/src/storage/TxcosStorage.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/UpyunStorage.php b/plugin/think-plugs-system/src/storage/UpyunStorage.php index b0127d8f0..8098a2878 100644 --- a/plugin/think-plugs-system/src/storage/UpyunStorage.php +++ b/plugin/think-plugs-system/src/storage/UpyunStorage.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/src/storage/extra/mimes.php b/plugin/think-plugs-system/src/storage/extra/mimes.php index 61876adfd..307b26f24 100644 --- a/plugin/think-plugs-system/src/storage/extra/mimes.php +++ b/plugin/think-plugs-system/src/storage/extra/mimes.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/stc/database/20241010000001_install_system20241010.php b/plugin/think-plugs-system/stc/database/20241010000001_install_system20241010.php index dbea48cf4..4dc25d1de 100644 --- a/plugin/think-plugs-system/stc/database/20241010000001_install_system20241010.php +++ b/plugin/think-plugs-system/stc/database/20241010000001_install_system20241010.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/ApiQueueControllerTest.php b/plugin/think-plugs-system/tests/ApiQueueControllerTest.php index 11451c738..c448f657d 100644 --- a/plugin/think-plugs-system/tests/ApiQueueControllerTest.php +++ b/plugin/think-plugs-system/tests/ApiQueueControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/ApiSystemControllerTest.php b/plugin/think-plugs-system/tests/ApiSystemControllerTest.php index 996eab332..90c4b54e9 100644 --- a/plugin/think-plugs-system/tests/ApiSystemControllerTest.php +++ b/plugin/think-plugs-system/tests/ApiSystemControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/AuthControllerTest.php b/plugin/think-plugs-system/tests/AuthControllerTest.php index 80fa1b8f6..1961a7996 100644 --- a/plugin/think-plugs-system/tests/AuthControllerTest.php +++ b/plugin/think-plugs-system/tests/AuthControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/BaseControllerTest.php b/plugin/think-plugs-system/tests/BaseControllerTest.php index ca6cc806c..0bc9d9554 100644 --- a/plugin/think-plugs-system/tests/BaseControllerTest.php +++ b/plugin/think-plugs-system/tests/BaseControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/CommonFunctionsTest.php b/plugin/think-plugs-system/tests/CommonFunctionsTest.php index 38f23e70e..7f4c117db 100644 --- a/plugin/think-plugs-system/tests/CommonFunctionsTest.php +++ b/plugin/think-plugs-system/tests/CommonFunctionsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/ConfigControllerTest.php b/plugin/think-plugs-system/tests/ConfigControllerTest.php index ae6313fbc..e240648f2 100644 --- a/plugin/think-plugs-system/tests/ConfigControllerTest.php +++ b/plugin/think-plugs-system/tests/ConfigControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/ConfigPageRenderTest.php b/plugin/think-plugs-system/tests/ConfigPageRenderTest.php index ca1902511..903265028 100644 --- a/plugin/think-plugs-system/tests/ConfigPageRenderTest.php +++ b/plugin/think-plugs-system/tests/ConfigPageRenderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/ConsoleCssUtilityTest.php b/plugin/think-plugs-system/tests/ConsoleCssUtilityTest.php index d8fa27765..e067381d5 100644 --- a/plugin/think-plugs-system/tests/ConsoleCssUtilityTest.php +++ b/plugin/think-plugs-system/tests/ConsoleCssUtilityTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/FileControllerTest.php b/plugin/think-plugs-system/tests/FileControllerTest.php index c495bfa32..4c706b722 100644 --- a/plugin/think-plugs-system/tests/FileControllerTest.php +++ b/plugin/think-plugs-system/tests/FileControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/IndexControllerTest.php b/plugin/think-plugs-system/tests/IndexControllerTest.php index 6138e3aac..138fee81c 100644 --- a/plugin/think-plugs-system/tests/IndexControllerTest.php +++ b/plugin/think-plugs-system/tests/IndexControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/LangPackTest.php b/plugin/think-plugs-system/tests/LangPackTest.php index 8a79ca6ff..4e68131ce 100644 --- a/plugin/think-plugs-system/tests/LangPackTest.php +++ b/plugin/think-plugs-system/tests/LangPackTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/LoginControllerTest.php b/plugin/think-plugs-system/tests/LoginControllerTest.php index 5e4421f8b..39adc6619 100644 --- a/plugin/think-plugs-system/tests/LoginControllerTest.php +++ b/plugin/think-plugs-system/tests/LoginControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/MenuControllerTest.php b/plugin/think-plugs-system/tests/MenuControllerTest.php index 057954436..7a076d3cc 100644 --- a/plugin/think-plugs-system/tests/MenuControllerTest.php +++ b/plugin/think-plugs-system/tests/MenuControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/OplogControllerTest.php b/plugin/think-plugs-system/tests/OplogControllerTest.php index 239f4823d..aab9324f0 100644 --- a/plugin/think-plugs-system/tests/OplogControllerTest.php +++ b/plugin/think-plugs-system/tests/OplogControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/PluginControllerTest.php b/plugin/think-plugs-system/tests/PluginControllerTest.php index deaf31287..73c15a0ff 100644 --- a/plugin/think-plugs-system/tests/PluginControllerTest.php +++ b/plugin/think-plugs-system/tests/PluginControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/PlugsControllerTest.php b/plugin/think-plugs-system/tests/PlugsControllerTest.php index 85de4d7e0..300e86c66 100644 --- a/plugin/think-plugs-system/tests/PlugsControllerTest.php +++ b/plugin/think-plugs-system/tests/PlugsControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/QueueControllerTest.php b/plugin/think-plugs-system/tests/QueueControllerTest.php index 32b9c2341..02ab5508a 100644 --- a/plugin/think-plugs-system/tests/QueueControllerTest.php +++ b/plugin/think-plugs-system/tests/QueueControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/RbacAccessTest.php b/plugin/think-plugs-system/tests/RbacAccessTest.php index 05f7a3647..073dccdbf 100644 --- a/plugin/think-plugs-system/tests/RbacAccessTest.php +++ b/plugin/think-plugs-system/tests/RbacAccessTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/UploadControllerTest.php b/plugin/think-plugs-system/tests/UploadControllerTest.php index ef1f4d475..f68759845 100644 --- a/plugin/think-plugs-system/tests/UploadControllerTest.php +++ b/plugin/think-plugs-system/tests/UploadControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/UserControllerTest.php b/plugin/think-plugs-system/tests/UserControllerTest.php index e4a71db56..36e42e2a5 100644 --- a/plugin/think-plugs-system/tests/UserControllerTest.php +++ b/plugin/think-plugs-system/tests/UserControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/bootstrap.php b/plugin/think-plugs-system/tests/bootstrap.php index 08a72d5b3..bb0cbcfa1 100644 --- a/plugin/think-plugs-system/tests/bootstrap.php +++ b/plugin/think-plugs-system/tests/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/helper/IndexNameServiceTest.php b/plugin/think-plugs-system/tests/helper/IndexNameServiceTest.php index 6e9c51a68..8ce5ff819 100644 --- a/plugin/think-plugs-system/tests/helper/IndexNameServiceTest.php +++ b/plugin/think-plugs-system/tests/helper/IndexNameServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/helper/PluginMenuServiceTest.php b/plugin/think-plugs-system/tests/helper/PluginMenuServiceTest.php index 50ffee1d4..3ca1703df 100644 --- a/plugin/think-plugs-system/tests/helper/PluginMenuServiceTest.php +++ b/plugin/think-plugs-system/tests/helper/PluginMenuServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-system/tests/helper/PublishTest.php b/plugin/think-plugs-system/tests/helper/PublishTest.php index d1cae1d79..aa561312e 100644 --- a/plugin/think-plugs-system/tests/helper/PublishTest.php +++ b/plugin/think-plugs-system/tests/helper/PublishTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/Service.php b/plugin/think-plugs-wechat-client/src/Service.php index cc809d9cc..ab3289acd 100644 --- a/plugin/think-plugs-wechat-client/src/Service.php +++ b/plugin/think-plugs-wechat-client/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/command/Auto.php b/plugin/think-plugs-wechat-client/src/command/Auto.php index 60252efa2..71f077984 100644 --- a/plugin/think-plugs-wechat-client/src/command/Auto.php +++ b/plugin/think-plugs-wechat-client/src/command/Auto.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/command/Clear.php b/plugin/think-plugs-wechat-client/src/command/Clear.php index 8b385a3c4..d6dc939b6 100644 --- a/plugin/think-plugs-wechat-client/src/command/Clear.php +++ b/plugin/think-plugs-wechat-client/src/command/Clear.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/command/Fans.php b/plugin/think-plugs-wechat-client/src/command/Fans.php index f38bc1767..55cd55fef 100644 --- a/plugin/think-plugs-wechat-client/src/command/Fans.php +++ b/plugin/think-plugs-wechat-client/src/command/Fans.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/Auto.php b/plugin/think-plugs-wechat-client/src/controller/Auto.php index 8bd7e294b..57fc6d175 100644 --- a/plugin/think-plugs-wechat-client/src/controller/Auto.php +++ b/plugin/think-plugs-wechat-client/src/controller/Auto.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/Config.php b/plugin/think-plugs-wechat-client/src/controller/Config.php index 66b68a450..d631a9aef 100644 --- a/plugin/think-plugs-wechat-client/src/controller/Config.php +++ b/plugin/think-plugs-wechat-client/src/controller/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/Fans.php b/plugin/think-plugs-wechat-client/src/controller/Fans.php index 03c75535c..f14f4b653 100644 --- a/plugin/think-plugs-wechat-client/src/controller/Fans.php +++ b/plugin/think-plugs-wechat-client/src/controller/Fans.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/Keys.php b/plugin/think-plugs-wechat-client/src/controller/Keys.php index 1e140b608..63b107b19 100644 --- a/plugin/think-plugs-wechat-client/src/controller/Keys.php +++ b/plugin/think-plugs-wechat-client/src/controller/Keys.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/Menu.php b/plugin/think-plugs-wechat-client/src/controller/Menu.php index 96019b255..35111292a 100644 --- a/plugin/think-plugs-wechat-client/src/controller/Menu.php +++ b/plugin/think-plugs-wechat-client/src/controller/Menu.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/News.php b/plugin/think-plugs-wechat-client/src/controller/News.php index 1e71565e9..0f435fae8 100644 --- a/plugin/think-plugs-wechat-client/src/controller/News.php +++ b/plugin/think-plugs-wechat-client/src/controller/News.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/api/Js.php b/plugin/think-plugs-wechat-client/src/controller/api/Js.php index 409153591..7b23fe5d8 100644 --- a/plugin/think-plugs-wechat-client/src/controller/api/Js.php +++ b/plugin/think-plugs-wechat-client/src/controller/api/Js.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/api/Login.php b/plugin/think-plugs-wechat-client/src/controller/api/Login.php index d56142882..7fae68b08 100644 --- a/plugin/think-plugs-wechat-client/src/controller/api/Login.php +++ b/plugin/think-plugs-wechat-client/src/controller/api/Login.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/api/Push.php b/plugin/think-plugs-wechat-client/src/controller/api/Push.php index e25f56252..b7a6838e1 100644 --- a/plugin/think-plugs-wechat-client/src/controller/api/Push.php +++ b/plugin/think-plugs-wechat-client/src/controller/api/Push.php @@ -15,7 +15,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/api/Test.php b/plugin/think-plugs-wechat-client/src/controller/api/Test.php index d2baa889d..fa826a78d 100644 --- a/plugin/think-plugs-wechat-client/src/controller/api/Test.php +++ b/plugin/think-plugs-wechat-client/src/controller/api/Test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/api/View.php b/plugin/think-plugs-wechat-client/src/controller/api/View.php index 674bc976c..fe5b7f4d6 100644 --- a/plugin/think-plugs-wechat-client/src/controller/api/View.php +++ b/plugin/think-plugs-wechat-client/src/controller/api/View.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/payment/Record.php b/plugin/think-plugs-wechat-client/src/controller/payment/Record.php index 3ff63d4ed..bedabc26f 100644 --- a/plugin/think-plugs-wechat-client/src/controller/payment/Record.php +++ b/plugin/think-plugs-wechat-client/src/controller/payment/Record.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/controller/payment/Refund.php b/plugin/think-plugs-wechat-client/src/controller/payment/Refund.php index 5bfd23277..3b50aa207 100644 --- a/plugin/think-plugs-wechat-client/src/controller/payment/Refund.php +++ b/plugin/think-plugs-wechat-client/src/controller/payment/Refund.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/lang/en-us.php b/plugin/think-plugs-wechat-client/src/lang/en-us.php index 6d246bc18..d9dce1d12 100644 --- a/plugin/think-plugs-wechat-client/src/lang/en-us.php +++ b/plugin/think-plugs-wechat-client/src/lang/en-us.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatAuto.php b/plugin/think-plugs-wechat-client/src/model/WechatAuto.php index 2f5544947..8510a03df 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatAuto.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatAuto.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatFans.php b/plugin/think-plugs-wechat-client/src/model/WechatFans.php index 6e37a751d..2d0df6682 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatFans.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatFans.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatFansTags.php b/plugin/think-plugs-wechat-client/src/model/WechatFansTags.php index 78c6f90d4..dc6b3ad01 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatFansTags.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatFansTags.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatKeys.php b/plugin/think-plugs-wechat-client/src/model/WechatKeys.php index c5d9d50c2..d02d13f7f 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatKeys.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatKeys.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatMedia.php b/plugin/think-plugs-wechat-client/src/model/WechatMedia.php index f60be817a..78c660610 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatMedia.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatMedia.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatNews.php b/plugin/think-plugs-wechat-client/src/model/WechatNews.php index 34c8f4902..3c765bd92 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatNews.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatNews.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatNewsArticle.php b/plugin/think-plugs-wechat-client/src/model/WechatNewsArticle.php index 6d19973aa..3895a9513 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatNewsArticle.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatNewsArticle.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatPaymentRecord.php b/plugin/think-plugs-wechat-client/src/model/WechatPaymentRecord.php index 7adeadb07..ccbd424ee 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatPaymentRecord.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatPaymentRecord.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/model/WechatPaymentRefund.php b/plugin/think-plugs-wechat-client/src/model/WechatPaymentRefund.php index 8e04c9ed6..1bb43c93a 100644 --- a/plugin/think-plugs-wechat-client/src/model/WechatPaymentRefund.php +++ b/plugin/think-plugs-wechat-client/src/model/WechatPaymentRefund.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/service/AutoService.php b/plugin/think-plugs-wechat-client/src/service/AutoService.php index 03c7324f8..bb47e06a0 100644 --- a/plugin/think-plugs-wechat-client/src/service/AutoService.php +++ b/plugin/think-plugs-wechat-client/src/service/AutoService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/service/FansService.php b/plugin/think-plugs-wechat-client/src/service/FansService.php index 7cbfe43ef..7484efc7e 100644 --- a/plugin/think-plugs-wechat-client/src/service/FansService.php +++ b/plugin/think-plugs-wechat-client/src/service/FansService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/service/LoginService.php b/plugin/think-plugs-wechat-client/src/service/LoginService.php index 6b25aa78a..2b9b5b2fa 100644 --- a/plugin/think-plugs-wechat-client/src/service/LoginService.php +++ b/plugin/think-plugs-wechat-client/src/service/LoginService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/service/MediaService.php b/plugin/think-plugs-wechat-client/src/service/MediaService.php index feecf97eb..d0f04ddc2 100644 --- a/plugin/think-plugs-wechat-client/src/service/MediaService.php +++ b/plugin/think-plugs-wechat-client/src/service/MediaService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/service/PaymentService.php b/plugin/think-plugs-wechat-client/src/service/PaymentService.php index 700085866..2825b1c89 100644 --- a/plugin/think-plugs-wechat-client/src/service/PaymentService.php +++ b/plugin/think-plugs-wechat-client/src/service/PaymentService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/src/service/WechatService.php b/plugin/think-plugs-wechat-client/src/service/WechatService.php index 615bb74dd..0282cd7b2 100644 --- a/plugin/think-plugs-wechat-client/src/service/WechatService.php +++ b/plugin/think-plugs-wechat-client/src/service/WechatService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-client/stc/database/20241010000003_install_wechat20241010.php b/plugin/think-plugs-wechat-client/stc/database/20241010000003_install_wechat20241010.php index 51bf09645..a4ebff8eb 100644 --- a/plugin/think-plugs-wechat-client/stc/database/20241010000003_install_wechat20241010.php +++ b/plugin/think-plugs-wechat-client/stc/database/20241010000003_install_wechat20241010.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/Service.php b/plugin/think-plugs-wechat-service/src/Service.php index ee25f33b5..4d7f55096 100644 --- a/plugin/think-plugs-wechat-service/src/Service.php +++ b/plugin/think-plugs-wechat-service/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/command/Wechat.php b/plugin/think-plugs-wechat-service/src/command/Wechat.php index 5157a55ee..a1a912962 100644 --- a/plugin/think-plugs-wechat-service/src/command/Wechat.php +++ b/plugin/think-plugs-wechat-service/src/command/Wechat.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/controller/Config.php b/plugin/think-plugs-wechat-service/src/controller/Config.php index a4c81b833..0240354d2 100644 --- a/plugin/think-plugs-wechat-service/src/controller/Config.php +++ b/plugin/think-plugs-wechat-service/src/controller/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/controller/Wechat.php b/plugin/think-plugs-wechat-service/src/controller/Wechat.php index c01842086..5dd270c26 100644 --- a/plugin/think-plugs-wechat-service/src/controller/Wechat.php +++ b/plugin/think-plugs-wechat-service/src/controller/Wechat.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/controller/api/Client.php b/plugin/think-plugs-wechat-service/src/controller/api/Client.php index 572642814..e556ede41 100644 --- a/plugin/think-plugs-wechat-service/src/controller/api/Client.php +++ b/plugin/think-plugs-wechat-service/src/controller/api/Client.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/controller/api/Push.php b/plugin/think-plugs-wechat-service/src/controller/api/Push.php index 1dda0bfe3..25aefd86d 100644 --- a/plugin/think-plugs-wechat-service/src/controller/api/Push.php +++ b/plugin/think-plugs-wechat-service/src/controller/api/Push.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/lang/en-us.php b/plugin/think-plugs-wechat-service/src/lang/en-us.php index 5383c526e..9b34a27c3 100644 --- a/plugin/think-plugs-wechat-service/src/lang/en-us.php +++ b/plugin/think-plugs-wechat-service/src/lang/en-us.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/model/WechatAuth.php b/plugin/think-plugs-wechat-service/src/model/WechatAuth.php index f038bc50b..3ec487177 100644 --- a/plugin/think-plugs-wechat-service/src/model/WechatAuth.php +++ b/plugin/think-plugs-wechat-service/src/model/WechatAuth.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/service/AuthService.php b/plugin/think-plugs-wechat-service/src/service/AuthService.php index e49e18f93..95b696957 100644 --- a/plugin/think-plugs-wechat-service/src/service/AuthService.php +++ b/plugin/think-plugs-wechat-service/src/service/AuthService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/service/ConfigService.php b/plugin/think-plugs-wechat-service/src/service/ConfigService.php index 46d23db09..57b2f690e 100644 --- a/plugin/think-plugs-wechat-service/src/service/ConfigService.php +++ b/plugin/think-plugs-wechat-service/src/service/ConfigService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/service/PublishHandle.php b/plugin/think-plugs-wechat-service/src/service/PublishHandle.php index 052675345..97034a4fe 100644 --- a/plugin/think-plugs-wechat-service/src/service/PublishHandle.php +++ b/plugin/think-plugs-wechat-service/src/service/PublishHandle.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/service/ReceiveHandle.php b/plugin/think-plugs-wechat-service/src/service/ReceiveHandle.php index ef04b3d7e..e171fab15 100644 --- a/plugin/think-plugs-wechat-service/src/service/ReceiveHandle.php +++ b/plugin/think-plugs-wechat-service/src/service/ReceiveHandle.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/stc/database/20241010000009_install_wechat_service20241010.php b/plugin/think-plugs-wechat-service/stc/database/20241010000009_install_wechat_service20241010.php index bc4cfb51d..5265505e1 100644 --- a/plugin/think-plugs-wechat-service/stc/database/20241010000009_install_wechat_service20241010.php +++ b/plugin/think-plugs-wechat-service/stc/database/20241010000009_install_wechat_service20241010.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/Service.php b/plugin/think-plugs-wemall/src/Service.php index 69c1f8985..3993052ab 100644 --- a/plugin/think-plugs-wemall/src/Service.php +++ b/plugin/think-plugs-wemall/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/command/Clear.php b/plugin/think-plugs-wemall/src/command/Clear.php index 310ff9041..6ae1a8383 100644 --- a/plugin/think-plugs-wemall/src/command/Clear.php +++ b/plugin/think-plugs-wemall/src/command/Clear.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/command/Trans.php b/plugin/think-plugs-wemall/src/command/Trans.php index e3c049336..c844a2454 100644 --- a/plugin/think-plugs-wemall/src/command/Trans.php +++ b/plugin/think-plugs-wemall/src/command/Trans.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/command/Users.php b/plugin/think-plugs-wemall/src/command/Users.php index 7c3f1303f..a74e53e8e 100644 --- a/plugin/think-plugs-wemall/src/command/Users.php +++ b/plugin/think-plugs-wemall/src/command/Users.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/common.php b/plugin/think-plugs-wemall/src/common.php index 81c88a85e..4c0a01aa5 100644 --- a/plugin/think-plugs-wemall/src/common.php +++ b/plugin/think-plugs-wemall/src/common.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/Auth.php b/plugin/think-plugs-wemall/src/controller/api/Auth.php index e800024a8..439d88318 100644 --- a/plugin/think-plugs-wemall/src/controller/api/Auth.php +++ b/plugin/think-plugs-wemall/src/controller/api/Auth.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/Data.php b/plugin/think-plugs-wemall/src/controller/api/Data.php index cedfc4dc0..0c05b8324 100644 --- a/plugin/think-plugs-wemall/src/controller/api/Data.php +++ b/plugin/think-plugs-wemall/src/controller/api/Data.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/Goods.php b/plugin/think-plugs-wemall/src/controller/api/Goods.php index e665e3d78..3d3a9c1ec 100644 --- a/plugin/think-plugs-wemall/src/controller/api/Goods.php +++ b/plugin/think-plugs-wemall/src/controller/api/Goods.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Cart.php b/plugin/think-plugs-wemall/src/controller/api/auth/Cart.php index 6f50571a1..b6f8af8d3 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Cart.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Cart.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Center.php b/plugin/think-plugs-wemall/src/controller/api/auth/Center.php index bcc5cd916..00e66673e 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Center.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Center.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Checkin.php b/plugin/think-plugs-wemall/src/controller/api/auth/Checkin.php index d04589e57..bac81a32c 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Checkin.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Checkin.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Coupon.php b/plugin/think-plugs-wemall/src/controller/api/auth/Coupon.php index 9752a5a26..69bb50582 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Coupon.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Coupon.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Order.php b/plugin/think-plugs-wemall/src/controller/api/auth/Order.php index db567aeef..8723479d7 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Order.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Order.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Rebate.php b/plugin/think-plugs-wemall/src/controller/api/auth/Rebate.php index 2735c5125..c86c36ea5 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Rebate.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Rebate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Refund.php b/plugin/think-plugs-wemall/src/controller/api/auth/Refund.php index 2392883b8..dc81ef8d4 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Refund.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Refund.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Spread.php b/plugin/think-plugs-wemall/src/controller/api/auth/Spread.php index 95aae4f18..c9e5a91d7 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Spread.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Spread.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/Transfer.php b/plugin/think-plugs-wemall/src/controller/api/auth/Transfer.php index 598de6bfe..d38c59362 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/Transfer.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/Transfer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/action/Collect.php b/plugin/think-plugs-wemall/src/controller/api/auth/action/Collect.php index d1960de13..743f1915a 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/action/Collect.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/action/Collect.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/action/History.php b/plugin/think-plugs-wemall/src/controller/api/auth/action/History.php index 37f8394f7..0cb43b34e 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/action/History.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/action/History.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/auth/action/Search.php b/plugin/think-plugs-wemall/src/controller/api/auth/action/Search.php index 6d308166c..6e86bb3bc 100644 --- a/plugin/think-plugs-wemall/src/controller/api/auth/action/Search.php +++ b/plugin/think-plugs-wemall/src/controller/api/auth/action/Search.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/help/Feedback.php b/plugin/think-plugs-wemall/src/controller/api/help/Feedback.php index 6d264cd98..1caa9263c 100644 --- a/plugin/think-plugs-wemall/src/controller/api/help/Feedback.php +++ b/plugin/think-plugs-wemall/src/controller/api/help/Feedback.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/help/Problem.php b/plugin/think-plugs-wemall/src/controller/api/help/Problem.php index 10f21a535..fb9328868 100644 --- a/plugin/think-plugs-wemall/src/controller/api/help/Problem.php +++ b/plugin/think-plugs-wemall/src/controller/api/help/Problem.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/api/help/Question.php b/plugin/think-plugs-wemall/src/controller/api/help/Question.php index 2f6bcaf07..003fc6524 100644 --- a/plugin/think-plugs-wemall/src/controller/api/help/Question.php +++ b/plugin/think-plugs-wemall/src/controller/api/help/Question.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/Agent.php b/plugin/think-plugs-wemall/src/controller/base/Agent.php index 9acd7bc75..801b832ad 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Agent.php +++ b/plugin/think-plugs-wemall/src/controller/base/Agent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/Config.php b/plugin/think-plugs-wemall/src/controller/base/Config.php index 290b1f4c4..c22a1cff6 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Config.php +++ b/plugin/think-plugs-wemall/src/controller/base/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/Design.php b/plugin/think-plugs-wemall/src/controller/base/Design.php index 9bbf5c0ba..3af94e84a 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Design.php +++ b/plugin/think-plugs-wemall/src/controller/base/Design.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/Discount.php b/plugin/think-plugs-wemall/src/controller/base/Discount.php index a154ac80a..941238652 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Discount.php +++ b/plugin/think-plugs-wemall/src/controller/base/Discount.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/Level.php b/plugin/think-plugs-wemall/src/controller/base/Level.php index 6202e7bfe..b440f549f 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Level.php +++ b/plugin/think-plugs-wemall/src/controller/base/Level.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/Notify.php b/plugin/think-plugs-wemall/src/controller/base/Notify.php index 0d11c8194..c2695cc9c 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Notify.php +++ b/plugin/think-plugs-wemall/src/controller/base/Notify.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/Poster.php b/plugin/think-plugs-wemall/src/controller/base/Poster.php index 49621e617..382da882c 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Poster.php +++ b/plugin/think-plugs-wemall/src/controller/base/Poster.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/Report.php b/plugin/think-plugs-wemall/src/controller/base/Report.php index 242c23ccc..7bd687d1d 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Report.php +++ b/plugin/think-plugs-wemall/src/controller/base/Report.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/express/Company.php b/plugin/think-plugs-wemall/src/controller/base/express/Company.php index c2085be99..095ea5dca 100644 --- a/plugin/think-plugs-wemall/src/controller/base/express/Company.php +++ b/plugin/think-plugs-wemall/src/controller/base/express/Company.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/base/express/Template.php b/plugin/think-plugs-wemall/src/controller/base/express/Template.php index 36454caea..b1205a758 100644 --- a/plugin/think-plugs-wemall/src/controller/base/express/Template.php +++ b/plugin/think-plugs-wemall/src/controller/base/express/Template.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/help/Feedback.php b/plugin/think-plugs-wemall/src/controller/help/Feedback.php index d83aaeceb..914fc68e6 100644 --- a/plugin/think-plugs-wemall/src/controller/help/Feedback.php +++ b/plugin/think-plugs-wemall/src/controller/help/Feedback.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/help/Problem.php b/plugin/think-plugs-wemall/src/controller/help/Problem.php index 715157f16..8c6fbda00 100644 --- a/plugin/think-plugs-wemall/src/controller/help/Problem.php +++ b/plugin/think-plugs-wemall/src/controller/help/Problem.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/help/Question.php b/plugin/think-plugs-wemall/src/controller/help/Question.php index 194fbe9da..83d59616e 100644 --- a/plugin/think-plugs-wemall/src/controller/help/Question.php +++ b/plugin/think-plugs-wemall/src/controller/help/Question.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/shop/Goods.php b/plugin/think-plugs-wemall/src/controller/shop/Goods.php index 1fb2366b4..122273643 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/Goods.php +++ b/plugin/think-plugs-wemall/src/controller/shop/Goods.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/shop/Order.php b/plugin/think-plugs-wemall/src/controller/shop/Order.php index 27d30cbcf..f1ca0d899 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/Order.php +++ b/plugin/think-plugs-wemall/src/controller/shop/Order.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/shop/Refund.php b/plugin/think-plugs-wemall/src/controller/shop/Refund.php index 91d4ccb28..ac96b2a00 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/Refund.php +++ b/plugin/think-plugs-wemall/src/controller/shop/Refund.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/shop/Reply.php b/plugin/think-plugs-wemall/src/controller/shop/Reply.php index 2052e3fd2..db39eeedd 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/Reply.php +++ b/plugin/think-plugs-wemall/src/controller/shop/Reply.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/shop/Sender.php b/plugin/think-plugs-wemall/src/controller/shop/Sender.php index b52e36d82..55173c3d3 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/Sender.php +++ b/plugin/think-plugs-wemall/src/controller/shop/Sender.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/shop/goods/Cate.php b/plugin/think-plugs-wemall/src/controller/shop/goods/Cate.php index 65e39aab5..6cc1d5260 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/goods/Cate.php +++ b/plugin/think-plugs-wemall/src/controller/shop/goods/Cate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/shop/goods/Mark.php b/plugin/think-plugs-wemall/src/controller/shop/goods/Mark.php index ae2ad7f45..758c7bd78 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/goods/Mark.php +++ b/plugin/think-plugs-wemall/src/controller/shop/goods/Mark.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/Admin.php b/plugin/think-plugs-wemall/src/controller/user/Admin.php index ad1f4a5d5..712d60e92 100644 --- a/plugin/think-plugs-wemall/src/controller/user/Admin.php +++ b/plugin/think-plugs-wemall/src/controller/user/Admin.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/Checkin.php b/plugin/think-plugs-wemall/src/controller/user/Checkin.php index c7b6fe442..67c734f58 100644 --- a/plugin/think-plugs-wemall/src/controller/user/Checkin.php +++ b/plugin/think-plugs-wemall/src/controller/user/Checkin.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/Coupon.php b/plugin/think-plugs-wemall/src/controller/user/Coupon.php index 826593d47..29b2b7236 100644 --- a/plugin/think-plugs-wemall/src/controller/user/Coupon.php +++ b/plugin/think-plugs-wemall/src/controller/user/Coupon.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/Create.php b/plugin/think-plugs-wemall/src/controller/user/Create.php index 93bed5f92..d69bc8e5c 100644 --- a/plugin/think-plugs-wemall/src/controller/user/Create.php +++ b/plugin/think-plugs-wemall/src/controller/user/Create.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/Rebate.php b/plugin/think-plugs-wemall/src/controller/user/Rebate.php index 3e4c26156..d20b2e476 100644 --- a/plugin/think-plugs-wemall/src/controller/user/Rebate.php +++ b/plugin/think-plugs-wemall/src/controller/user/Rebate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/Recharge.php b/plugin/think-plugs-wemall/src/controller/user/Recharge.php index afb0d4d3b..a64f87ecb 100644 --- a/plugin/think-plugs-wemall/src/controller/user/Recharge.php +++ b/plugin/think-plugs-wemall/src/controller/user/Recharge.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/Transfer.php b/plugin/think-plugs-wemall/src/controller/user/Transfer.php index 2407cf820..6479ba3ca 100644 --- a/plugin/think-plugs-wemall/src/controller/user/Transfer.php +++ b/plugin/think-plugs-wemall/src/controller/user/Transfer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/coupon/Config.php b/plugin/think-plugs-wemall/src/controller/user/coupon/Config.php index 2886b92b6..75137029d 100644 --- a/plugin/think-plugs-wemall/src/controller/user/coupon/Config.php +++ b/plugin/think-plugs-wemall/src/controller/user/coupon/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/controller/user/rebate/Config.php b/plugin/think-plugs-wemall/src/controller/user/rebate/Config.php index a107da4a3..f8a7fcc2c 100644 --- a/plugin/think-plugs-wemall/src/controller/user/rebate/Config.php +++ b/plugin/think-plugs-wemall/src/controller/user/rebate/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/lang/en-us.php b/plugin/think-plugs-wemall/src/lang/en-us.php index 7f26f7e0a..301d4860b 100644 --- a/plugin/think-plugs-wemall/src/lang/en-us.php +++ b/plugin/think-plugs-wemall/src/lang/en-us.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/AbsUser.php b/plugin/think-plugs-wemall/src/model/AbsUser.php index 1b52c70b5..72436fda3 100644 --- a/plugin/think-plugs-wemall/src/model/AbsUser.php +++ b/plugin/think-plugs-wemall/src/model/AbsUser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php index 8a451d497..610907c10 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigCoupon.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigCoupon.php index d584ffe46..9fd85c731 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigCoupon.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigCoupon.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigDiscount.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigDiscount.php index ed67b97b9..defda9fca 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigDiscount.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigDiscount.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigLevel.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigLevel.php index 3a61bffd1..8da58d075 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigLevel.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigLevel.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigNotify.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigNotify.php index e16353136..a85588b24 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigNotify.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigNotify.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigPoster.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigPoster.php index 42de745c3..65519fe5b 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigPoster.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigPoster.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigRebate.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigRebate.php index dc2bd4aa0..8076b43c4 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigRebate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigRebate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallExpressCompany.php b/plugin/think-plugs-wemall/src/model/PluginWemallExpressCompany.php index 1018a147d..7785006a5 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallExpressCompany.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallExpressCompany.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallExpressTemplate.php b/plugin/think-plugs-wemall/src/model/PluginWemallExpressTemplate.php index a05700f32..35ace769d 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallExpressTemplate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallExpressTemplate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoods.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoods.php index 35df46696..d119affba 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoods.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoods.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php index b0e783c3d..cd50d0dd5 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php index ded961b23..bed660915 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php index bef1cec27..08afcda05 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php index cbf77f130..16e300de7 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallHelpFeedback.php b/plugin/think-plugs-wemall/src/model/PluginWemallHelpFeedback.php index 014b5ceb2..59221a3df 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallHelpFeedback.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallHelpFeedback.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php b/plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php index 0a22bb7ea..36013b9df 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestion.php b/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestion.php index 74ad5900f..41b85df10 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestion.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestion.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestionX.php b/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestionX.php index 36d125018..ba2eeacb9 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestionX.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestionX.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrder.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrder.php index 95b7fd4e2..451cb12c0 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrder.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php index cbfe18825..46447213d 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php index 5d10c4774..505012bed 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php index 4c726024f..95d094d21 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrderSender.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrderSender.php index 38f85c52d..e5fc6c9d1 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrderSender.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrderSender.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionCollect.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionCollect.php index cadca010a..ef122b08b 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionCollect.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionCollect.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionComment.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionComment.php index 6be2d7669..f0313fef1 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionComment.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionComment.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionHistory.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionHistory.php index 238897704..cd465ee49 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionHistory.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionHistory.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionSearch.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionSearch.php index 7c283a82d..c53342696 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionSearch.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionSearch.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php index e5ac90157..3a8b88ea8 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php index 8fa8254de..accb46e4e 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php index 69c9f703a..7ce8e9164 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserRebate.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserRebate.php index 853df807f..fb7e7e9f1 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserRebate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserRebate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserRecharge.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserRecharge.php index e0eb95e99..3526c1071 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserRecharge.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserRecharge.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserRelation.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserRelation.php index e7cf78682..11cd49295 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserRelation.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserRelation.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserTransfer.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserTransfer.php index 7edb960cd..01a4441fd 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserTransfer.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserTransfer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/ConfigService.php b/plugin/think-plugs-wemall/src/service/ConfigService.php index 2418e0b2a..9ddae108d 100644 --- a/plugin/think-plugs-wemall/src/service/ConfigService.php +++ b/plugin/think-plugs-wemall/src/service/ConfigService.php @@ -17,7 +17,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/ExpressService.php b/plugin/think-plugs-wemall/src/service/ExpressService.php index b2c6eeaf3..b4a73a32b 100644 --- a/plugin/think-plugs-wemall/src/service/ExpressService.php +++ b/plugin/think-plugs-wemall/src/service/ExpressService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/GoodsService.php b/plugin/think-plugs-wemall/src/service/GoodsService.php index eeb4d3887..dd8e79447 100644 --- a/plugin/think-plugs-wemall/src/service/GoodsService.php +++ b/plugin/think-plugs-wemall/src/service/GoodsService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/OpenApiService.php b/plugin/think-plugs-wemall/src/service/OpenApiService.php index 473397a71..53340d73d 100644 --- a/plugin/think-plugs-wemall/src/service/OpenApiService.php +++ b/plugin/think-plugs-wemall/src/service/OpenApiService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/PosterService.php b/plugin/think-plugs-wemall/src/service/PosterService.php index b4cce85ad..c54a1f5df 100644 --- a/plugin/think-plugs-wemall/src/service/PosterService.php +++ b/plugin/think-plugs-wemall/src/service/PosterService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserAction.php b/plugin/think-plugs-wemall/src/service/UserAction.php index 2070a5837..fbd4b3d5f 100644 --- a/plugin/think-plugs-wemall/src/service/UserAction.php +++ b/plugin/think-plugs-wemall/src/service/UserAction.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserAgent.php b/plugin/think-plugs-wemall/src/service/UserAgent.php index 03829de09..4ce6e6241 100644 --- a/plugin/think-plugs-wemall/src/service/UserAgent.php +++ b/plugin/think-plugs-wemall/src/service/UserAgent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserCoupon.php b/plugin/think-plugs-wemall/src/service/UserCoupon.php index 256403009..503af4166 100644 --- a/plugin/think-plugs-wemall/src/service/UserCoupon.php +++ b/plugin/think-plugs-wemall/src/service/UserCoupon.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserCreate.php b/plugin/think-plugs-wemall/src/service/UserCreate.php index 2f38995fa..18802051d 100644 --- a/plugin/think-plugs-wemall/src/service/UserCreate.php +++ b/plugin/think-plugs-wemall/src/service/UserCreate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserOrder.php b/plugin/think-plugs-wemall/src/service/UserOrder.php index be6d3a210..37f185916 100644 --- a/plugin/think-plugs-wemall/src/service/UserOrder.php +++ b/plugin/think-plugs-wemall/src/service/UserOrder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserRebate.php b/plugin/think-plugs-wemall/src/service/UserRebate.php index 650455c45..8224bba21 100644 --- a/plugin/think-plugs-wemall/src/service/UserRebate.php +++ b/plugin/think-plugs-wemall/src/service/UserRebate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserRefund.php b/plugin/think-plugs-wemall/src/service/UserRefund.php index 33c4ffa9c..6ffb9c6e3 100644 --- a/plugin/think-plugs-wemall/src/service/UserRefund.php +++ b/plugin/think-plugs-wemall/src/service/UserRefund.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserReward.php b/plugin/think-plugs-wemall/src/service/UserReward.php index c8c2581d9..b12758862 100644 --- a/plugin/think-plugs-wemall/src/service/UserReward.php +++ b/plugin/think-plugs-wemall/src/service/UserReward.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserTransfer.php b/plugin/think-plugs-wemall/src/service/UserTransfer.php index 858e15ef2..c09f5427c 100644 --- a/plugin/think-plugs-wemall/src/service/UserTransfer.php +++ b/plugin/think-plugs-wemall/src/service/UserTransfer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserUpgrade.php b/plugin/think-plugs-wemall/src/service/UserUpgrade.php index b7bd79e7d..2f5e1f7b9 100644 --- a/plugin/think-plugs-wemall/src/service/UserUpgrade.php +++ b/plugin/think-plugs-wemall/src/service/UserUpgrade.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/stc/database/20241010000007_install_wemall20241010.php b/plugin/think-plugs-wemall/stc/database/20241010000007_install_wemall20241010.php index dd9f11d41..960d1e6c5 100644 --- a/plugin/think-plugs-wemall/stc/database/20241010000007_install_wemall20241010.php +++ b/plugin/think-plugs-wemall/stc/database/20241010000007_install_wemall20241010.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/tests/ConfigServiceTest.php b/plugin/think-plugs-wemall/tests/ConfigServiceTest.php index 070e56f04..292d33622 100644 --- a/plugin/think-plugs-wemall/tests/ConfigServiceTest.php +++ b/plugin/think-plugs-wemall/tests/ConfigServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/tests/PaymentEventIntegrationTest.php b/plugin/think-plugs-wemall/tests/PaymentEventIntegrationTest.php index a951f199d..38de6e7bd 100644 --- a/plugin/think-plugs-wemall/tests/PaymentEventIntegrationTest.php +++ b/plugin/think-plugs-wemall/tests/PaymentEventIntegrationTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/tests/UserAdminPasswordTest.php b/plugin/think-plugs-wemall/tests/UserAdminPasswordTest.php index c32941bcb..bfeebaea5 100644 --- a/plugin/think-plugs-wemall/tests/UserAdminPasswordTest.php +++ b/plugin/think-plugs-wemall/tests/UserAdminPasswordTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/tests/UserOrderTest.php b/plugin/think-plugs-wemall/tests/UserOrderTest.php index 95a4b8499..9b766a403 100644 --- a/plugin/think-plugs-wemall/tests/UserOrderTest.php +++ b/plugin/think-plugs-wemall/tests/UserOrderTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/Service.php b/plugin/think-plugs-worker/src/Service.php index b4b4a6e0d..d34bcf23c 100644 --- a/plugin/think-plugs-worker/src/Service.php +++ b/plugin/think-plugs-worker/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/command/Queue.php b/plugin/think-plugs-worker/src/command/Queue.php index 392635bdf..541dacd81 100644 --- a/plugin/think-plugs-worker/src/command/Queue.php +++ b/plugin/think-plugs-worker/src/command/Queue.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/command/Worker.php b/plugin/think-plugs-worker/src/command/Worker.php index 63826fd79..c1f5ac79c 100644 --- a/plugin/think-plugs-worker/src/command/Worker.php +++ b/plugin/think-plugs-worker/src/command/Worker.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/common.php b/plugin/think-plugs-worker/src/common.php index 4ef81bf88..b27a82043 100644 --- a/plugin/think-plugs-worker/src/common.php +++ b/plugin/think-plugs-worker/src/common.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/model/SystemQueue.php b/plugin/think-plugs-worker/src/model/SystemQueue.php index b639beddf..de1fcbacf 100644 --- a/plugin/think-plugs-worker/src/model/SystemQueue.php +++ b/plugin/think-plugs-worker/src/model/SystemQueue.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/HttpServer.php b/plugin/think-plugs-worker/src/service/HttpServer.php index 579fb6a04..cefc07429 100644 --- a/plugin/think-plugs-worker/src/service/HttpServer.php +++ b/plugin/think-plugs-worker/src/service/HttpServer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/ProcessService.php b/plugin/think-plugs-worker/src/service/ProcessService.php index 846c368be..8d8ab60cd 100644 --- a/plugin/think-plugs-worker/src/service/ProcessService.php +++ b/plugin/think-plugs-worker/src/service/ProcessService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/Queue.php b/plugin/think-plugs-worker/src/service/Queue.php index 6dcf5d17d..ccaa5d74f 100644 --- a/plugin/think-plugs-worker/src/service/Queue.php +++ b/plugin/think-plugs-worker/src/service/Queue.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/QueueExecutor.php b/plugin/think-plugs-worker/src/service/QueueExecutor.php index 3e22d0b56..8dbe0c8fe 100644 --- a/plugin/think-plugs-worker/src/service/QueueExecutor.php +++ b/plugin/think-plugs-worker/src/service/QueueExecutor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/QueueServer.php b/plugin/think-plugs-worker/src/service/QueueServer.php index db5516388..ff2389303 100644 --- a/plugin/think-plugs-worker/src/service/QueueServer.php +++ b/plugin/think-plugs-worker/src/service/QueueServer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/QueueService.php b/plugin/think-plugs-worker/src/service/QueueService.php index 2fd574c1e..111d13cef 100644 --- a/plugin/think-plugs-worker/src/service/QueueService.php +++ b/plugin/think-plugs-worker/src/service/QueueService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/Server.php b/plugin/think-plugs-worker/src/service/Server.php index 620ed6959..080894354 100644 --- a/plugin/think-plugs-worker/src/service/Server.php +++ b/plugin/think-plugs-worker/src/service/Server.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/ThinkApp.php b/plugin/think-plugs-worker/src/service/ThinkApp.php index 056955290..f8ab4f956 100644 --- a/plugin/think-plugs-worker/src/service/ThinkApp.php +++ b/plugin/think-plugs-worker/src/service/ThinkApp.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/ThinkCookie.php b/plugin/think-plugs-worker/src/service/ThinkCookie.php index 1267dd4f6..32e926aac 100644 --- a/plugin/think-plugs-worker/src/service/ThinkCookie.php +++ b/plugin/think-plugs-worker/src/service/ThinkCookie.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/ThinkHttp.php b/plugin/think-plugs-worker/src/service/ThinkHttp.php index 7a9ce0b69..a1dde66a2 100644 --- a/plugin/think-plugs-worker/src/service/ThinkHttp.php +++ b/plugin/think-plugs-worker/src/service/ThinkHttp.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/ThinkRequest.php b/plugin/think-plugs-worker/src/service/ThinkRequest.php index 07cc1ba78..6f146cfc6 100644 --- a/plugin/think-plugs-worker/src/service/ThinkRequest.php +++ b/plugin/think-plugs-worker/src/service/ThinkRequest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/ThinkResponseFile.php b/plugin/think-plugs-worker/src/service/ThinkResponseFile.php index b60b3bd90..6ecc10389 100644 --- a/plugin/think-plugs-worker/src/service/ThinkResponseFile.php +++ b/plugin/think-plugs-worker/src/service/ThinkResponseFile.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/WorkerConfig.php b/plugin/think-plugs-worker/src/service/WorkerConfig.php index edc6cac1c..e92ef6b4a 100644 --- a/plugin/think-plugs-worker/src/service/WorkerConfig.php +++ b/plugin/think-plugs-worker/src/service/WorkerConfig.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/WorkerExceptionHandle.php b/plugin/think-plugs-worker/src/service/WorkerExceptionHandle.php index d99ada17c..b7ba863ae 100644 --- a/plugin/think-plugs-worker/src/service/WorkerExceptionHandle.php +++ b/plugin/think-plugs-worker/src/service/WorkerExceptionHandle.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/WorkerMonitor.php b/plugin/think-plugs-worker/src/service/WorkerMonitor.php index 91f6b7eff..326ea483a 100644 --- a/plugin/think-plugs-worker/src/service/WorkerMonitor.php +++ b/plugin/think-plugs-worker/src/service/WorkerMonitor.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/service/WorkerState.php b/plugin/think-plugs-worker/src/service/WorkerState.php index 70ede5704..18848415c 100644 --- a/plugin/think-plugs-worker/src/service/WorkerState.php +++ b/plugin/think-plugs-worker/src/service/WorkerState.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/stc/database/20241010000008_install_worker20241010.php b/plugin/think-plugs-worker/stc/database/20241010000008_install_worker20241010.php index 5cd37d65e..0d8348733 100644 --- a/plugin/think-plugs-worker/stc/database/20241010000008_install_worker20241010.php +++ b/plugin/think-plugs-worker/stc/database/20241010000008_install_worker20241010.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/stc/worker.php b/plugin/think-plugs-worker/stc/worker.php index 32a7764ce..e1c83de1a 100644 --- a/plugin/think-plugs-worker/stc/worker.php +++ b/plugin/think-plugs-worker/stc/worker.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/tests/CommonFunctionsTest.php b/plugin/think-plugs-worker/tests/CommonFunctionsTest.php index 81d0f57c6..5a29b0d7b 100644 --- a/plugin/think-plugs-worker/tests/CommonFunctionsTest.php +++ b/plugin/think-plugs-worker/tests/CommonFunctionsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/tests/ProcessServiceTest.php b/plugin/think-plugs-worker/tests/ProcessServiceTest.php index 2ba00db08..6555ee629 100644 --- a/plugin/think-plugs-worker/tests/ProcessServiceTest.php +++ b/plugin/think-plugs-worker/tests/ProcessServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/tests/QueueServiceTest.php b/plugin/think-plugs-worker/tests/QueueServiceTest.php index 106488947..72ceec17d 100644 --- a/plugin/think-plugs-worker/tests/QueueServiceTest.php +++ b/plugin/think-plugs-worker/tests/QueueServiceTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/tests/ThinkAppTest.php b/plugin/think-plugs-worker/tests/ThinkAppTest.php index 6e5db5e9c..cdfd917f5 100644 --- a/plugin/think-plugs-worker/tests/ThinkAppTest.php +++ b/plugin/think-plugs-worker/tests/ThinkAppTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/tests/WorkerConfigTest.php b/plugin/think-plugs-worker/tests/WorkerConfigTest.php index fa501e616..489f9437d 100644 --- a/plugin/think-plugs-worker/tests/WorkerConfigTest.php +++ b/plugin/think-plugs-worker/tests/WorkerConfigTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/tests/WorkerExceptionHandleTest.php b/plugin/think-plugs-worker/tests/WorkerExceptionHandleTest.php index 494e733af..5a03f1276 100644 --- a/plugin/think-plugs-worker/tests/WorkerExceptionHandleTest.php +++ b/plugin/think-plugs-worker/tests/WorkerExceptionHandleTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/tests/WorkerStateTest.php b/plugin/think-plugs-worker/tests/WorkerStateTest.php index 01a93d798..813ffcbc2 100644 --- a/plugin/think-plugs-worker/tests/WorkerStateTest.php +++ b/plugin/think-plugs-worker/tests/WorkerStateTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/tests/bootstrap.php b/plugin/think-plugs-worker/tests/bootstrap.php index a1aee1376..e3273322c 100644 --- a/plugin/think-plugs-worker/tests/bootstrap.php +++ b/plugin/think-plugs-worker/tests/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/Service.php b/plugin/think-plugs-wuma/src/Service.php index 9ec52a6cf..5f4585e4d 100644 --- a/plugin/think-plugs-wuma/src/Service.php +++ b/plugin/think-plugs-wuma/src/Service.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/command/Create.php b/plugin/think-plugs-wuma/src/command/Create.php index 0495812fd..545287e91 100644 --- a/plugin/think-plugs-wuma/src/command/Create.php +++ b/plugin/think-plugs-wuma/src/command/Create.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/Code.php b/plugin/think-plugs-wuma/src/controller/Code.php index 28b909975..8cf79ce21 100644 --- a/plugin/think-plugs-wuma/src/controller/Code.php +++ b/plugin/think-plugs-wuma/src/controller/Code.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/Query.php b/plugin/think-plugs-wuma/src/controller/Query.php index 5c94b37fa..6ed8bd713 100644 --- a/plugin/think-plugs-wuma/src/controller/Query.php +++ b/plugin/think-plugs-wuma/src/controller/Query.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/Warehouse.php b/plugin/think-plugs-wuma/src/controller/Warehouse.php index f991bd89b..f701a3a14 100644 --- a/plugin/think-plugs-wuma/src/controller/Warehouse.php +++ b/plugin/think-plugs-wuma/src/controller/Warehouse.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/api/Auth.php b/plugin/think-plugs-wuma/src/controller/api/Auth.php index eef72dbb1..bbbf4c631 100644 --- a/plugin/think-plugs-wuma/src/controller/api/Auth.php +++ b/plugin/think-plugs-wuma/src/controller/api/Auth.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/api/Base.php b/plugin/think-plugs-wuma/src/controller/api/Base.php index 377e3eeb5..ffaab41d0 100644 --- a/plugin/think-plugs-wuma/src/controller/api/Base.php +++ b/plugin/think-plugs-wuma/src/controller/api/Base.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/api/Coder.php b/plugin/think-plugs-wuma/src/controller/api/Coder.php index ec75bd4b9..76dbe9649 100644 --- a/plugin/think-plugs-wuma/src/controller/api/Coder.php +++ b/plugin/think-plugs-wuma/src/controller/api/Coder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/api/Login.php b/plugin/think-plugs-wuma/src/controller/api/Login.php index 6a7cb1097..4f9ac8558 100644 --- a/plugin/think-plugs-wuma/src/controller/api/Login.php +++ b/plugin/think-plugs-wuma/src/controller/api/Login.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/sales/Config.php b/plugin/think-plugs-wuma/src/controller/sales/Config.php index d97bfaf9e..1b311baa6 100644 --- a/plugin/think-plugs-wuma/src/controller/sales/Config.php +++ b/plugin/think-plugs-wuma/src/controller/sales/Config.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/sales/History.php b/plugin/think-plugs-wuma/src/controller/sales/History.php index 8967d55e3..ff52e201e 100644 --- a/plugin/think-plugs-wuma/src/controller/sales/History.php +++ b/plugin/think-plugs-wuma/src/controller/sales/History.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/sales/Level.php b/plugin/think-plugs-wuma/src/controller/sales/Level.php index 261ad7b19..0fe94ff58 100644 --- a/plugin/think-plugs-wuma/src/controller/sales/Level.php +++ b/plugin/think-plugs-wuma/src/controller/sales/Level.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/sales/Order.php b/plugin/think-plugs-wuma/src/controller/sales/Order.php index 56941c244..a43dbcaba 100644 --- a/plugin/think-plugs-wuma/src/controller/sales/Order.php +++ b/plugin/think-plugs-wuma/src/controller/sales/Order.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/sales/Stock.php b/plugin/think-plugs-wuma/src/controller/sales/Stock.php index 859b08a20..b2671e745 100644 --- a/plugin/think-plugs-wuma/src/controller/sales/Stock.php +++ b/plugin/think-plugs-wuma/src/controller/sales/Stock.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/sales/User.php b/plugin/think-plugs-wuma/src/controller/sales/User.php index 119c11567..ab9247eac 100644 --- a/plugin/think-plugs-wuma/src/controller/sales/User.php +++ b/plugin/think-plugs-wuma/src/controller/sales/User.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/scaner/Notify.php b/plugin/think-plugs-wuma/src/controller/scaner/Notify.php index 4e491b546..691c7a5a2 100644 --- a/plugin/think-plugs-wuma/src/controller/scaner/Notify.php +++ b/plugin/think-plugs-wuma/src/controller/scaner/Notify.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/scaner/Protal.php b/plugin/think-plugs-wuma/src/controller/scaner/Protal.php index 4d3d702f8..c47ff127f 100644 --- a/plugin/think-plugs-wuma/src/controller/scaner/Protal.php +++ b/plugin/think-plugs-wuma/src/controller/scaner/Protal.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/scaner/Query.php b/plugin/think-plugs-wuma/src/controller/scaner/Query.php index 3b48fccf4..7c4f9921b 100644 --- a/plugin/think-plugs-wuma/src/controller/scaner/Query.php +++ b/plugin/think-plugs-wuma/src/controller/scaner/Query.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/source/Assign.php b/plugin/think-plugs-wuma/src/controller/source/Assign.php index 48b2e5473..7adbade94 100644 --- a/plugin/think-plugs-wuma/src/controller/source/Assign.php +++ b/plugin/think-plugs-wuma/src/controller/source/Assign.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/source/Blockchain.php b/plugin/think-plugs-wuma/src/controller/source/Blockchain.php index a0b7c5190..303464fdc 100644 --- a/plugin/think-plugs-wuma/src/controller/source/Blockchain.php +++ b/plugin/think-plugs-wuma/src/controller/source/Blockchain.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/source/Certificate.php b/plugin/think-plugs-wuma/src/controller/source/Certificate.php index ac9fb6dfd..2f6a9506c 100644 --- a/plugin/think-plugs-wuma/src/controller/source/Certificate.php +++ b/plugin/think-plugs-wuma/src/controller/source/Certificate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/source/Produce.php b/plugin/think-plugs-wuma/src/controller/source/Produce.php index f9c497690..9ea3cc9ff 100644 --- a/plugin/think-plugs-wuma/src/controller/source/Produce.php +++ b/plugin/think-plugs-wuma/src/controller/source/Produce.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/source/Template.php b/plugin/think-plugs-wuma/src/controller/source/Template.php index b0c70f3cd..1e8b1b124 100644 --- a/plugin/think-plugs-wuma/src/controller/source/Template.php +++ b/plugin/think-plugs-wuma/src/controller/source/Template.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/warehouse/Batch.php b/plugin/think-plugs-wuma/src/controller/warehouse/Batch.php index c32999a42..37c24708d 100644 --- a/plugin/think-plugs-wuma/src/controller/warehouse/Batch.php +++ b/plugin/think-plugs-wuma/src/controller/warehouse/Batch.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/warehouse/History.php b/plugin/think-plugs-wuma/src/controller/warehouse/History.php index b7e2b7105..d3c2fca9f 100644 --- a/plugin/think-plugs-wuma/src/controller/warehouse/History.php +++ b/plugin/think-plugs-wuma/src/controller/warehouse/History.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/warehouse/Inter.php b/plugin/think-plugs-wuma/src/controller/warehouse/Inter.php index 5696a54b5..bd3790a1b 100644 --- a/plugin/think-plugs-wuma/src/controller/warehouse/Inter.php +++ b/plugin/think-plugs-wuma/src/controller/warehouse/Inter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/warehouse/Outer.php b/plugin/think-plugs-wuma/src/controller/warehouse/Outer.php index 0619d1b22..9aab167bb 100644 --- a/plugin/think-plugs-wuma/src/controller/warehouse/Outer.php +++ b/plugin/think-plugs-wuma/src/controller/warehouse/Outer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/warehouse/Relation.php b/plugin/think-plugs-wuma/src/controller/warehouse/Relation.php index 390eb8374..98ffe031e 100644 --- a/plugin/think-plugs-wuma/src/controller/warehouse/Relation.php +++ b/plugin/think-plugs-wuma/src/controller/warehouse/Relation.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/warehouse/Replace.php b/plugin/think-plugs-wuma/src/controller/warehouse/Replace.php index fab13420e..602757996 100644 --- a/plugin/think-plugs-wuma/src/controller/warehouse/Replace.php +++ b/plugin/think-plugs-wuma/src/controller/warehouse/Replace.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/warehouse/Stock.php b/plugin/think-plugs-wuma/src/controller/warehouse/Stock.php index 19e5779c6..02c14fe9d 100644 --- a/plugin/think-plugs-wuma/src/controller/warehouse/Stock.php +++ b/plugin/think-plugs-wuma/src/controller/warehouse/Stock.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/warehouse/User.php b/plugin/think-plugs-wuma/src/controller/warehouse/User.php index ae241a7ee..c7d546171 100644 --- a/plugin/think-plugs-wuma/src/controller/warehouse/User.php +++ b/plugin/think-plugs-wuma/src/controller/warehouse/User.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/lang/en-us.php b/plugin/think-plugs-wuma/src/lang/en-us.php index 57f08c59e..37bd9915f 100644 --- a/plugin/think-plugs-wuma/src/lang/en-us.php +++ b/plugin/think-plugs-wuma/src/lang/en-us.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/AbstractPrivate.php b/plugin/think-plugs-wuma/src/model/AbstractPrivate.php index 665865756..d8e2cad3b 100644 --- a/plugin/think-plugs-wuma/src/model/AbstractPrivate.php +++ b/plugin/think-plugs-wuma/src/model/AbstractPrivate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PlainPrivate.php b/plugin/think-plugs-wuma/src/model/PlainPrivate.php index a1b4fcd71..6c6779762 100644 --- a/plugin/think-plugs-wuma/src/model/PlainPrivate.php +++ b/plugin/think-plugs-wuma/src/model/PlainPrivate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php b/plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php index 1777e3349..4a7128205 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php b/plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php index 54a4a572c..47a490859 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php index fb15e0f78..5b89d4ba8 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php index eab5406d5..ef2a03c10 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php index 17f1003d1..ed9d52448 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php index b285ceb9b..77726a0d4 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php index e535e3cd4..08e1ce0f8 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php index 3ac3b7bdb..7f3bb60fb 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserStock.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserStock.php index 5af2b659a..c12be580b 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserStock.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserStock.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php index 9fcb1e684..67889c19d 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php index 402a1d2e7..231ad4352 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php index 8eda2a969..998d67f63 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceCertificate.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceCertificate.php index 12228998b..467ba3f61 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceCertificate.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceCertificate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php index 7029b9e39..61e30698b 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php index fdb2aaf56..38155c848 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php index 1039c06e2..9a13f51e3 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php index 13efdd789..ff2fa5b6d 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php index 3154ec810..8f2383f1b 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php index 2d2d6ce35..062de91b9 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php index c57d582ae..40eda3574 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php index e9608adb9..5580d6ca2 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataMins.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataMins.php index 0cf4722aa..ee3359f82 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataMins.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataMins.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataNums.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataNums.php index f1fc44006..06ef55622 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataNums.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataNums.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php index 5a8a08714..cf1ecff56 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelationData.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelationData.php index fa4258145..dddc8037c 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelationData.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelationData.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php index c77864892..3717883dd 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseStock.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseStock.php index 3ee1c9011..9cc49910c 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseStock.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseStock.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php index 09cc83c58..73f90d814 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/CertService.php b/plugin/think-plugs-wuma/src/service/CertService.php index 232317083..da57362a2 100644 --- a/plugin/think-plugs-wuma/src/service/CertService.php +++ b/plugin/think-plugs-wuma/src/service/CertService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/CodeService.php b/plugin/think-plugs-wuma/src/service/CodeService.php index a28171c4a..27730791d 100644 --- a/plugin/think-plugs-wuma/src/service/CodeService.php +++ b/plugin/think-plugs-wuma/src/service/CodeService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/RelationService.php b/plugin/think-plugs-wuma/src/service/RelationService.php index 878b4aa1b..605b0c1ab 100644 --- a/plugin/think-plugs-wuma/src/service/RelationService.php +++ b/plugin/think-plugs-wuma/src/service/RelationService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/RemoveService.php b/plugin/think-plugs-wuma/src/service/RemoveService.php index cc28e7cd8..2df8a7286 100644 --- a/plugin/think-plugs-wuma/src/service/RemoveService.php +++ b/plugin/think-plugs-wuma/src/service/RemoveService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/StockService.php b/plugin/think-plugs-wuma/src/service/StockService.php index 982cddfae..6dec2b423 100644 --- a/plugin/think-plugs-wuma/src/service/StockService.php +++ b/plugin/think-plugs-wuma/src/service/StockService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/WhCoderService.php b/plugin/think-plugs-wuma/src/service/WhCoderService.php index 930b5c2c4..261e90cb0 100644 --- a/plugin/think-plugs-wuma/src/service/WhCoderService.php +++ b/plugin/think-plugs-wuma/src/service/WhCoderService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/WhExportService.php b/plugin/think-plugs-wuma/src/service/WhExportService.php index 2313d69e3..fd1912526 100644 --- a/plugin/think-plugs-wuma/src/service/WhExportService.php +++ b/plugin/think-plugs-wuma/src/service/WhExportService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/WhImportService.php b/plugin/think-plugs-wuma/src/service/WhImportService.php index 4fdeb841a..519fc3dcf 100644 --- a/plugin/think-plugs-wuma/src/service/WhImportService.php +++ b/plugin/think-plugs-wuma/src/service/WhImportService.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/stc/database/20241010000010_install_wuma20241010.php b/plugin/think-plugs-wuma/stc/database/20241010000010_install_wuma20241010.php index 392e658a8..65e8036c3 100644 --- a/plugin/think-plugs-wuma/stc/database/20241010000010_install_wuma20241010.php +++ b/plugin/think-plugs-wuma/stc/database/20241010000010_install_wuma20241010.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/tests/CodeControllerTest.php b/plugin/think-plugs-wuma/tests/CodeControllerTest.php index efe395b6b..ac5d9a31e 100644 --- a/plugin/think-plugs-wuma/tests/CodeControllerTest.php +++ b/plugin/think-plugs-wuma/tests/CodeControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/tests/CodeTest.php b/plugin/think-plugs-wuma/tests/CodeTest.php index aec23791a..b7ece03e8 100644 --- a/plugin/think-plugs-wuma/tests/CodeTest.php +++ b/plugin/think-plugs-wuma/tests/CodeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/tests/SalesUserControllerTest.php b/plugin/think-plugs-wuma/tests/SalesUserControllerTest.php index fb5b314bf..228b92f39 100644 --- a/plugin/think-plugs-wuma/tests/SalesUserControllerTest.php +++ b/plugin/think-plugs-wuma/tests/SalesUserControllerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/readme.md b/readme.md index 0c959e2f6..e54764ea8 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -# ThinkAdminDeveloper for ThinkAdmin +# ThinkAdmin -**ThinkAdminDeveloper** 是基于 ThinkAdmin 8 / ThinkPHP 8.1 的组件化开发仓库,用于维护核心基础库、运行时组件、后台平台插件和业务插件。 +**ThinkAdmin** 是基于 ThinkAdmin 8 / ThinkPHP 8.1 的组件化开发仓库,用于维护核心基础库、运行时组件、后台平台插件和业务插件。 ## 版本基线 diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 025086eec..bc4e5ed86 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- @@ -21,7 +21,7 @@ use think\Model; /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/tests/path-examples.php b/tests/path-examples.php index 2ce082820..2bd75e35d 100644 --- a/tests/path-examples.php +++ b/tests/path-examples.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/tests/path-functions-test.php b/tests/path-functions-test.php index a1baca1cb..31d9e04de 100644 --- a/tests/path-functions-test.php +++ b/tests/path-functions-test.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/tests/smoke/plugin_refactor_smoke.php b/tests/smoke/plugin_refactor_smoke.php index d93a3a8a8..eae6ec265 100644 --- a/tests/smoke/plugin_refactor_smoke.php +++ b/tests/smoke/plugin_refactor_smoke.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/tests/support/SqliteIntegrationTestCase.php b/tests/support/SqliteIntegrationTestCase.php index 61e9a468a..11c9e2585 100644 --- a/tests/support/SqliteIntegrationTestCase.php +++ b/tests/support/SqliteIntegrationTestCase.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +---------------------------------------------------------------------- diff --git a/tests/support/TestSystemContext.php b/tests/support/TestSystemContext.php index 311735a2f..83cb58eb7 100644 --- a/tests/support/TestSystemContext.php +++ b/tests/support/TestSystemContext.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * +---------------------------------------------------------------------- - * | ThinkAdmin Plugin for ThinkAdminDeveloper + * | ThinkAdmin Plugin * +---------------------------------------------------------------------- * | Copyright (c) 2014~2026 ThinkAdmin [ thinkadmin.top ] * +----------------------------------------------------------------------