From 37db1bdda941636315cdfd92b2a36c800bce9d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 10 Apr 2025 21:52:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9D=83=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/think-library/license | 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/Queue.php | 2 +- plugin/think-library/src/Service.php | 2 +- plugin/think-library/src/Storage.php | 2 +- plugin/think-library/src/common.php | 2 +- plugin/think-library/src/contract/StorageInterface.php | 2 +- plugin/think-library/src/contract/StorageUsageTrait.php | 2 +- plugin/think-library/src/contract/StreamInterface.php | 2 +- plugin/think-library/src/extend/CodeExtend.php | 2 +- plugin/think-library/src/extend/DataExtend.php | 2 +- plugin/think-library/src/extend/ExcelExtend.php | 2 +- plugin/think-library/src/extend/FaviconExtend.php | 2 +- plugin/think-library/src/extend/HttpExtend.php | 2 +- plugin/think-library/src/extend/ImageVerify.php | 2 +- plugin/think-library/src/extend/JsonRpcClient.php | 2 +- plugin/think-library/src/extend/JsonRpcServer.php | 2 +- plugin/think-library/src/extend/JwtExtend.php | 2 +- plugin/think-library/src/extend/PhinxExtend.php | 2 +- plugin/think-library/src/extend/ToolsExtend.php | 2 +- plugin/think-library/src/extend/VirtualModel.php | 2 +- plugin/think-library/src/helper/DeleteHelper.php | 2 +- plugin/think-library/src/helper/FormHelper.php | 2 +- plugin/think-library/src/helper/PageHelper.php | 2 +- plugin/think-library/src/helper/QueryHelper.php | 2 +- plugin/think-library/src/helper/SaveHelper.php | 2 +- plugin/think-library/src/helper/TokenHelper.php | 2 +- plugin/think-library/src/helper/ValidateHelper.php | 2 +- plugin/think-library/src/lang/en-us.php | 2 +- plugin/think-library/src/lang/zh-tw.php | 2 +- plugin/think-library/src/model/SystemAuth.php | 2 +- plugin/think-library/src/model/SystemBase.php | 2 +- plugin/think-library/src/model/SystemConfig.php | 2 +- plugin/think-library/src/model/SystemData.php | 2 +- plugin/think-library/src/model/SystemFile.php | 2 +- plugin/think-library/src/model/SystemMenu.php | 2 +- plugin/think-library/src/model/SystemNode.php | 2 +- plugin/think-library/src/model/SystemOplog.php | 2 +- plugin/think-library/src/model/SystemQueue.php | 2 +- plugin/think-library/src/model/SystemUser.php | 2 +- plugin/think-library/src/service/AdminService.php | 2 +- plugin/think-library/src/service/CaptchaService.php | 2 +- plugin/think-library/src/service/ExpressService.php | 2 +- plugin/think-library/src/service/InterfaceService.php | 2 +- plugin/think-library/src/service/MenuService.php | 2 +- plugin/think-library/src/service/MessageService.php | 2 +- plugin/think-library/src/service/ModuleService.php | 2 +- plugin/think-library/src/service/NodeService.php | 2 +- plugin/think-library/src/service/ProcessService.php | 2 +- plugin/think-library/src/service/QueueService.php | 2 +- plugin/think-library/src/service/RuntimeService.php | 2 +- plugin/think-library/src/service/SystemService.php | 2 +- plugin/think-library/src/service/ZtSmsService.php | 2 +- plugin/think-library/src/storage/AliossStorage.php | 2 +- plugin/think-library/src/storage/AlistStorage.php | 2 +- plugin/think-library/src/storage/LocalStorage.php | 2 +- plugin/think-library/src/storage/QiniuStorage.php | 2 +- plugin/think-library/src/storage/TxcosStorage.php | 2 +- plugin/think-library/src/storage/UpyunStorage.php | 2 +- plugin/think-library/src/storage/bin/mimes.php | 2 +- plugin/think-library/src/support/Route.php | 2 +- plugin/think-library/src/support/Url.php | 2 +- plugin/think-library/src/support/command/Database.php | 2 +- plugin/think-library/src/support/command/Package.php | 2 +- plugin/think-library/src/support/command/Publish.php | 2 +- plugin/think-library/src/support/command/Queue.php | 2 +- plugin/think-library/src/support/command/Replace.php | 2 +- plugin/think-library/src/support/command/Sysmenu.php | 2 +- plugin/think-library/src/support/middleware/JwtSession.php | 2 +- plugin/think-library/src/support/middleware/MultAccess.php | 2 +- plugin/think-library/src/support/middleware/RbacAccess.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/model/Abs.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 +- .../think-plugs-account/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 +- plugin/think-plugs-admin/src/Service.php | 2 +- plugin/think-plugs-admin/src/controller/Auth.php | 2 +- plugin/think-plugs-admin/src/controller/Base.php | 2 +- plugin/think-plugs-admin/src/controller/Config.php | 2 +- plugin/think-plugs-admin/src/controller/File.php | 2 +- plugin/think-plugs-admin/src/controller/Index.php | 2 +- plugin/think-plugs-admin/src/controller/Login.php | 2 +- plugin/think-plugs-admin/src/controller/Menu.php | 2 +- plugin/think-plugs-admin/src/controller/Oplog.php | 2 +- plugin/think-plugs-admin/src/controller/Queue.php | 2 +- plugin/think-plugs-admin/src/controller/User.php | 2 +- plugin/think-plugs-admin/src/controller/api/Plugs.php | 2 +- plugin/think-plugs-admin/src/controller/api/Queue.php | 2 +- plugin/think-plugs-admin/src/controller/api/System.php | 2 +- plugin/think-plugs-admin/src/controller/api/Upload.php | 2 +- plugin/think-plugs-admin/src/lang/en-us.php | 2 +- plugin/think-plugs-admin/src/route/demo.php | 2 +- .../stc/database/20241010000001_install_admin20241010.php | 2 +- .../stc/database/20241010000002_install_admin20241011.php | 2 +- plugin/think-plugs-center/src/Service.php | 2 +- plugin/think-plugs-center/src/controller/Index.php | 2 +- plugin/think-plugs-center/src/helper.php | 2 +- plugin/think-plugs-center/src/route/router.php | 2 +- plugin/think-plugs-center/src/service/Plugin.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/Integral.php | 2 +- plugin/think-plugs-payment/src/controller/Record.php | 2 +- plugin/think-plugs-payment/src/controller/Refund.php | 2 +- plugin/think-plugs-payment/src/controller/api/auth/Address.php | 2 +- plugin/think-plugs-payment/src/controller/api/auth/Balance.php | 2 +- plugin/think-plugs-payment/src/controller/api/auth/Integral.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 +- plugin/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/queue/Recount.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 +- .../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 +- .../think-plugs-payment/src/service/payment/BalancePayment.php | 2 +- .../think-plugs-payment/src/service/payment/CouponPayment.php | 2 +- plugin/think-plugs-payment/src/service/payment/EmptyPayment.php | 2 +- .../think-plugs-payment/src/service/payment/IntegralPayment.php | 2 +- plugin/think-plugs-payment/src/service/payment/JoinPayment.php | 2 +- .../think-plugs-payment/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 +- plugin/think-plugs-static/license | 2 +- plugin/think-plugs-static/stc/class/Index.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/session.php | 2 +- plugin/think-plugs-static/stc/config/view.php | 2 +- plugin/think-plugs-static/stc/public/index.php | 2 +- plugin/think-plugs-static/stc/public/router.php | 2 +- plugin/think-plugs-static/stc/public/static/admin.js | 2 +- plugin/think-plugs-static/stc/public/static/extra/script.js | 2 +- plugin/think-plugs-static/stc/public/static/extra/style.css | 2 +- plugin/think-plugs-static/stc/public/static/login.js | 2 +- .../think-plugs-static/stc/public/static/plugs/admin/excel.js | 2 +- .../think-plugs-static/stc/public/static/plugs/admin/queue.js | 2 +- .../stc/public/static/plugs/admin/validate.js | 2 +- .../think-plugs-static/stc/public/static/theme/css/_config.less | 2 +- .../think-plugs-static/stc/public/static/theme/css/_custom.less | 2 +- .../stc/public/static/theme/css/_display.less | 2 +- .../think-plugs-static/stc/public/static/theme/css/_layout.less | 2 +- .../stc/public/static/theme/css/_layout_1.less | 2 +- .../stc/public/static/theme/css/_layout_1_black.less | 2 +- .../stc/public/static/theme/css/_layout_1_blue.less | 2 +- .../stc/public/static/theme/css/_layout_1_green.less | 2 +- .../stc/public/static/theme/css/_layout_1_red.less | 2 +- .../stc/public/static/theme/css/_layout_2.less | 2 +- .../stc/public/static/theme/css/_layout_2_black.less | 2 +- .../stc/public/static/theme/css/_layout_2_blue.less | 2 +- .../stc/public/static/theme/css/_layout_2_green.less | 2 +- .../stc/public/static/theme/css/_layout_2_red.less | 2 +- .../stc/public/static/theme/css/_layout_white.less | 2 +- .../think-plugs-static/stc/public/static/theme/css/console.less | 2 +- .../stc/public/static/theme/css/iconfont.less | 2 +- .../think-plugs-static/stc/public/static/theme/css/login.less | 2 +- .../think-plugs-static/stc/public/static/theme/css/mobile.less | 2 +- plugin/think-plugs-static/stc/think | 2 +- plugin/think-plugs-wechat-service/src/AuthService.php | 2 +- plugin/think-plugs-wechat-service/src/ConfigService.php | 2 +- plugin/think-plugs-wechat-service/src/RegisterService.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 +- plugin/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/handle/PublishHandle.php | 2 +- plugin/think-plugs-wechat-service/src/handle/ReceiveHandle.php | 2 +- plugin/think-plugs-wechat-service/src/model/WechatAuth.php | 2 +- plugin/think-plugs-wechat/license | 2 +- .../stc/database/20241011000001_install_wechat20241011.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/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 +- plugin/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 +- plugin/think-plugs-wemall/src/controller/api/help/Feedback.php | 2 +- plugin/think-plugs-wemall/src/controller/api/help/Problem.php | 2 +- plugin/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 +- .../think-plugs-wemall/src/controller/base/express/Company.php | 2 +- .../think-plugs-wemall/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 +- plugin/think-plugs-wemall/src/controller/user/coupon/Config.php | 2 +- plugin/think-plugs-wemall/src/controller/user/rebate/Config.php | 2 +- plugin/think-plugs-wemall/src/helper.php | 2 +- plugin/think-plugs-wemall/src/model/AbsUser.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallConfigCoupon.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallConfigDiscount.php | 2 +- plugin/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 +- .../think-plugs-wemall/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 +- plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallHelpFeedback.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php | 2 +- .../think-plugs-wemall/src/model/PluginWemallHelpQuestion.php | 2 +- .../think-plugs-wemall/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 +- plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php | 2 +- plugin/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 +- plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php | 2 +- plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php | 2 +- plugin/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/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 +- plugin/think-plugs-worker/license | 2 +- plugin/think-plugs-worker/src/Script.php | 2 +- plugin/think-plugs-worker/src/Server.php | 2 +- plugin/think-plugs-worker/src/Service.php | 2 +- plugin/think-plugs-worker/src/command/Worker.php | 2 +- plugin/think-plugs-worker/src/support/HttpServer.php | 2 +- plugin/think-plugs-worker/src/support/ThinkApp.php | 2 +- plugin/think-plugs-worker/src/support/ThinkCookie.php | 2 +- plugin/think-plugs-worker/src/support/ThinkRequest.php | 2 +- plugin/think-plugs-worker/src/support/ThinkResponseFile.php | 2 +- plugin/think-plugs-worker/stc/worker.php | 2 +- plugin/think-plugs-wuma/src/Query.php | 2 +- plugin/think-plugs-wuma/src/Script.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/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/model/AbstractPrivate.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 +- plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php | 2 +- plugin/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 +- .../think-plugs-wuma/src/model/PluginWumaSourceCertificate.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php | 2 +- plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php | 2 +- .../src/model/PluginWumaWarehouseOrderDataMins.php | 2 +- .../src/model/PluginWumaWarehouseOrderDataNums.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php | 2 +- .../src/model/PluginWumaWarehouseRelationData.php | 2 +- .../think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php | 2 +- plugin/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/WhCoderService.php | 2 +- plugin/think-plugs-wuma/src/service/WhExportService.php | 2 +- plugin/think-plugs-wuma/src/service/WhImportService.php | 2 +- 388 files changed, 388 insertions(+), 388 deletions(-) diff --git a/plugin/think-library/license b/plugin/think-library/license index 9ce3cc33d..2aba58015 100644 --- a/plugin/think-library/license +++ b/plugin/think-library/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2014~2024 邹景立 +Copyright (c) 2014~2025 邹景立 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/plugin/think-library/src/Builder.php b/plugin/think-library/src/Builder.php index df0bc4aab..d9fa17023 100644 --- a/plugin/think-library/src/Builder.php +++ b/plugin/think-library/src/Builder.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Command.php b/plugin/think-library/src/Command.php index 2620f811e..165e8c7ea 100644 --- a/plugin/think-library/src/Command.php +++ b/plugin/think-library/src/Command.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Controller.php b/plugin/think-library/src/Controller.php index e64e31c81..c18f66f03 100644 --- a/plugin/think-library/src/Controller.php +++ b/plugin/think-library/src/Controller.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Exception.php b/plugin/think-library/src/Exception.php index 8451b0e5f..d477cc7aa 100644 --- a/plugin/think-library/src/Exception.php +++ b/plugin/think-library/src/Exception.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Helper.php b/plugin/think-library/src/Helper.php index c7e955b67..895030c8d 100644 --- a/plugin/think-library/src/Helper.php +++ b/plugin/think-library/src/Helper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Library.php b/plugin/think-library/src/Library.php index 7e7d3ac61..5185e673e 100644 --- a/plugin/think-library/src/Library.php +++ b/plugin/think-library/src/Library.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Model.php b/plugin/think-library/src/Model.php index 24277aa32..b4d1cf4a0 100644 --- a/plugin/think-library/src/Model.php +++ b/plugin/think-library/src/Model.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Plugin.php b/plugin/think-library/src/Plugin.php index 49fe0163e..66e7c9df6 100644 --- a/plugin/think-library/src/Plugin.php +++ b/plugin/think-library/src/Plugin.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Queue.php b/plugin/think-library/src/Queue.php index 8e427651f..152a7c145 100644 --- a/plugin/think-library/src/Queue.php +++ b/plugin/think-library/src/Queue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Service.php b/plugin/think-library/src/Service.php index 989bd2f2a..60a4d448e 100644 --- a/plugin/think-library/src/Service.php +++ b/plugin/think-library/src/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/Storage.php b/plugin/think-library/src/Storage.php index 296fe4773..b4d1585b4 100644 --- a/plugin/think-library/src/Storage.php +++ b/plugin/think-library/src/Storage.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/common.php b/plugin/think-library/src/common.php index ed25cdd1e..8d4cef31e 100644 --- a/plugin/think-library/src/common.php +++ b/plugin/think-library/src/common.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/StorageInterface.php b/plugin/think-library/src/contract/StorageInterface.php index ec88f0729..afeb4f255 100644 --- a/plugin/think-library/src/contract/StorageInterface.php +++ b/plugin/think-library/src/contract/StorageInterface.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/StorageUsageTrait.php b/plugin/think-library/src/contract/StorageUsageTrait.php index abdd10104..a19b939d3 100644 --- a/plugin/think-library/src/contract/StorageUsageTrait.php +++ b/plugin/think-library/src/contract/StorageUsageTrait.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/contract/StreamInterface.php b/plugin/think-library/src/contract/StreamInterface.php index c8ebc0705..ff0af414e 100644 --- a/plugin/think-library/src/contract/StreamInterface.php +++ b/plugin/think-library/src/contract/StreamInterface.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/CodeExtend.php b/plugin/think-library/src/extend/CodeExtend.php index 78a0af32a..f164d1ff5 100644 --- a/plugin/think-library/src/extend/CodeExtend.php +++ b/plugin/think-library/src/extend/CodeExtend.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/DataExtend.php b/plugin/think-library/src/extend/DataExtend.php index 893e9dedb..b063d55e6 100644 --- a/plugin/think-library/src/extend/DataExtend.php +++ b/plugin/think-library/src/extend/DataExtend.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/ExcelExtend.php b/plugin/think-library/src/extend/ExcelExtend.php index 995006996..4d7c9e1a6 100644 --- a/plugin/think-library/src/extend/ExcelExtend.php +++ b/plugin/think-library/src/extend/ExcelExtend.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/FaviconExtend.php b/plugin/think-library/src/extend/FaviconExtend.php index 45a8f19c9..aadb3f7f4 100644 --- a/plugin/think-library/src/extend/FaviconExtend.php +++ b/plugin/think-library/src/extend/FaviconExtend.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/HttpExtend.php b/plugin/think-library/src/extend/HttpExtend.php index 6b6a51fb3..91ed8f2b6 100644 --- a/plugin/think-library/src/extend/HttpExtend.php +++ b/plugin/think-library/src/extend/HttpExtend.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/ImageVerify.php b/plugin/think-library/src/extend/ImageVerify.php index 1db50fede..edc50d8ab 100644 --- a/plugin/think-library/src/extend/ImageVerify.php +++ b/plugin/think-library/src/extend/ImageVerify.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/JsonRpcClient.php b/plugin/think-library/src/extend/JsonRpcClient.php index eb0627aa0..30ef692bf 100644 --- a/plugin/think-library/src/extend/JsonRpcClient.php +++ b/plugin/think-library/src/extend/JsonRpcClient.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/JsonRpcServer.php b/plugin/think-library/src/extend/JsonRpcServer.php index 3bc21425d..854f3d2a2 100644 --- a/plugin/think-library/src/extend/JsonRpcServer.php +++ b/plugin/think-library/src/extend/JsonRpcServer.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/JwtExtend.php b/plugin/think-library/src/extend/JwtExtend.php index 0a5639620..1408cdeef 100644 --- a/plugin/think-library/src/extend/JwtExtend.php +++ b/plugin/think-library/src/extend/JwtExtend.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/PhinxExtend.php b/plugin/think-library/src/extend/PhinxExtend.php index 950918f45..8f57fb335 100644 --- a/plugin/think-library/src/extend/PhinxExtend.php +++ b/plugin/think-library/src/extend/PhinxExtend.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/ToolsExtend.php b/plugin/think-library/src/extend/ToolsExtend.php index ce10ee4cb..2b234bb31 100644 --- a/plugin/think-library/src/extend/ToolsExtend.php +++ b/plugin/think-library/src/extend/ToolsExtend.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/extend/VirtualModel.php b/plugin/think-library/src/extend/VirtualModel.php index c691c9550..6095225c6 100644 --- a/plugin/think-library/src/extend/VirtualModel.php +++ b/plugin/think-library/src/extend/VirtualModel.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/DeleteHelper.php b/plugin/think-library/src/helper/DeleteHelper.php index eb5f93a27..cf0184ae4 100644 --- a/plugin/think-library/src/helper/DeleteHelper.php +++ b/plugin/think-library/src/helper/DeleteHelper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/FormHelper.php b/plugin/think-library/src/helper/FormHelper.php index 187a52523..84e48d8cf 100644 --- a/plugin/think-library/src/helper/FormHelper.php +++ b/plugin/think-library/src/helper/FormHelper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/PageHelper.php b/plugin/think-library/src/helper/PageHelper.php index 79f0de76c..2afd69945 100644 --- a/plugin/think-library/src/helper/PageHelper.php +++ b/plugin/think-library/src/helper/PageHelper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/QueryHelper.php b/plugin/think-library/src/helper/QueryHelper.php index f075e4094..b54384f37 100644 --- a/plugin/think-library/src/helper/QueryHelper.php +++ b/plugin/think-library/src/helper/QueryHelper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/SaveHelper.php b/plugin/think-library/src/helper/SaveHelper.php index fe0fbc29f..20d04489f 100644 --- a/plugin/think-library/src/helper/SaveHelper.php +++ b/plugin/think-library/src/helper/SaveHelper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/TokenHelper.php b/plugin/think-library/src/helper/TokenHelper.php index d4051c959..2dc31bb32 100644 --- a/plugin/think-library/src/helper/TokenHelper.php +++ b/plugin/think-library/src/helper/TokenHelper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/helper/ValidateHelper.php b/plugin/think-library/src/helper/ValidateHelper.php index 2fa86a7fd..4901b592c 100644 --- a/plugin/think-library/src/helper/ValidateHelper.php +++ b/plugin/think-library/src/helper/ValidateHelper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/lang/en-us.php b/plugin/think-library/src/lang/en-us.php index 2ebb68fa2..438717f0d 100644 --- a/plugin/think-library/src/lang/en-us.php +++ b/plugin/think-library/src/lang/en-us.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/lang/zh-tw.php b/plugin/think-library/src/lang/zh-tw.php index 80bb6578b..6c72da55e 100644 --- a/plugin/think-library/src/lang/zh-tw.php +++ b/plugin/think-library/src/lang/zh-tw.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemAuth.php b/plugin/think-library/src/model/SystemAuth.php index 0f22bae36..9bf6c3c1a 100644 --- a/plugin/think-library/src/model/SystemAuth.php +++ b/plugin/think-library/src/model/SystemAuth.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemBase.php b/plugin/think-library/src/model/SystemBase.php index 524b915cf..8cff3a3b0 100644 --- a/plugin/think-library/src/model/SystemBase.php +++ b/plugin/think-library/src/model/SystemBase.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemConfig.php b/plugin/think-library/src/model/SystemConfig.php index 8879a18c2..f5902ca7e 100644 --- a/plugin/think-library/src/model/SystemConfig.php +++ b/plugin/think-library/src/model/SystemConfig.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemData.php b/plugin/think-library/src/model/SystemData.php index 1b3d2f20e..75d4df8e6 100644 --- a/plugin/think-library/src/model/SystemData.php +++ b/plugin/think-library/src/model/SystemData.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemFile.php b/plugin/think-library/src/model/SystemFile.php index 2174121f1..169a37cb6 100644 --- a/plugin/think-library/src/model/SystemFile.php +++ b/plugin/think-library/src/model/SystemFile.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemMenu.php b/plugin/think-library/src/model/SystemMenu.php index 129f41a4d..c8b36de38 100644 --- a/plugin/think-library/src/model/SystemMenu.php +++ b/plugin/think-library/src/model/SystemMenu.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemNode.php b/plugin/think-library/src/model/SystemNode.php index 775f58e1b..2bd81d4e6 100644 --- a/plugin/think-library/src/model/SystemNode.php +++ b/plugin/think-library/src/model/SystemNode.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemOplog.php b/plugin/think-library/src/model/SystemOplog.php index 52d307122..66bec4996 100644 --- a/plugin/think-library/src/model/SystemOplog.php +++ b/plugin/think-library/src/model/SystemOplog.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemQueue.php b/plugin/think-library/src/model/SystemQueue.php index 2c7271a4e..5fda7eea4 100644 --- a/plugin/think-library/src/model/SystemQueue.php +++ b/plugin/think-library/src/model/SystemQueue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/model/SystemUser.php b/plugin/think-library/src/model/SystemUser.php index dafad5333..14f4b8076 100644 --- a/plugin/think-library/src/model/SystemUser.php +++ b/plugin/think-library/src/model/SystemUser.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/AdminService.php b/plugin/think-library/src/service/AdminService.php index 28712ac3f..28efd13e5 100644 --- a/plugin/think-library/src/service/AdminService.php +++ b/plugin/think-library/src/service/AdminService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/CaptchaService.php b/plugin/think-library/src/service/CaptchaService.php index 31a5af088..bceb7feea 100644 --- a/plugin/think-library/src/service/CaptchaService.php +++ b/plugin/think-library/src/service/CaptchaService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/ExpressService.php b/plugin/think-library/src/service/ExpressService.php index a9dcf968d..3602fcfc3 100644 --- a/plugin/think-library/src/service/ExpressService.php +++ b/plugin/think-library/src/service/ExpressService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/InterfaceService.php b/plugin/think-library/src/service/InterfaceService.php index eccf0c226..ea1819a3b 100644 --- a/plugin/think-library/src/service/InterfaceService.php +++ b/plugin/think-library/src/service/InterfaceService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/MenuService.php b/plugin/think-library/src/service/MenuService.php index 642f78b14..4d4fcc03d 100644 --- a/plugin/think-library/src/service/MenuService.php +++ b/plugin/think-library/src/service/MenuService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/MessageService.php b/plugin/think-library/src/service/MessageService.php index 8e47402e6..22c8a8c4a 100644 --- a/plugin/think-library/src/service/MessageService.php +++ b/plugin/think-library/src/service/MessageService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/ModuleService.php b/plugin/think-library/src/service/ModuleService.php index 2de2bd257..13c052fd3 100644 --- a/plugin/think-library/src/service/ModuleService.php +++ b/plugin/think-library/src/service/ModuleService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/NodeService.php b/plugin/think-library/src/service/NodeService.php index b03b1ec48..604a44921 100644 --- a/plugin/think-library/src/service/NodeService.php +++ b/plugin/think-library/src/service/NodeService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/ProcessService.php b/plugin/think-library/src/service/ProcessService.php index 51f799342..0bf661992 100644 --- a/plugin/think-library/src/service/ProcessService.php +++ b/plugin/think-library/src/service/ProcessService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/QueueService.php b/plugin/think-library/src/service/QueueService.php index ea08fdb73..9d72184cf 100644 --- a/plugin/think-library/src/service/QueueService.php +++ b/plugin/think-library/src/service/QueueService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/RuntimeService.php b/plugin/think-library/src/service/RuntimeService.php index f873435da..fc32cc500 100644 --- a/plugin/think-library/src/service/RuntimeService.php +++ b/plugin/think-library/src/service/RuntimeService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/SystemService.php b/plugin/think-library/src/service/SystemService.php index 2a34f2a01..b4caf3397 100644 --- a/plugin/think-library/src/service/SystemService.php +++ b/plugin/think-library/src/service/SystemService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/service/ZtSmsService.php b/plugin/think-library/src/service/ZtSmsService.php index aa8321817..fd3b71323 100644 --- a/plugin/think-library/src/service/ZtSmsService.php +++ b/plugin/think-library/src/service/ZtSmsService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/storage/AliossStorage.php b/plugin/think-library/src/storage/AliossStorage.php index 2e7b30b9e..7a6d28d6d 100644 --- a/plugin/think-library/src/storage/AliossStorage.php +++ b/plugin/think-library/src/storage/AliossStorage.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/storage/AlistStorage.php b/plugin/think-library/src/storage/AlistStorage.php index 363c3c0e2..ad6151d02 100644 --- a/plugin/think-library/src/storage/AlistStorage.php +++ b/plugin/think-library/src/storage/AlistStorage.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/storage/LocalStorage.php b/plugin/think-library/src/storage/LocalStorage.php index 07a088b26..1fb9c66e8 100644 --- a/plugin/think-library/src/storage/LocalStorage.php +++ b/plugin/think-library/src/storage/LocalStorage.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/storage/QiniuStorage.php b/plugin/think-library/src/storage/QiniuStorage.php index 371c43dff..47527d98a 100644 --- a/plugin/think-library/src/storage/QiniuStorage.php +++ b/plugin/think-library/src/storage/QiniuStorage.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/storage/TxcosStorage.php b/plugin/think-library/src/storage/TxcosStorage.php index be06f3f3d..120ef83ee 100644 --- a/plugin/think-library/src/storage/TxcosStorage.php +++ b/plugin/think-library/src/storage/TxcosStorage.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/storage/UpyunStorage.php b/plugin/think-library/src/storage/UpyunStorage.php index 9b9981018..0282a674c 100644 --- a/plugin/think-library/src/storage/UpyunStorage.php +++ b/plugin/think-library/src/storage/UpyunStorage.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/storage/bin/mimes.php b/plugin/think-library/src/storage/bin/mimes.php index 0d3d17eba..1742dc1e8 100644 --- a/plugin/think-library/src/storage/bin/mimes.php +++ b/plugin/think-library/src/storage/bin/mimes.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/Route.php b/plugin/think-library/src/support/Route.php index 1ecc2544c..70f33805f 100644 --- a/plugin/think-library/src/support/Route.php +++ b/plugin/think-library/src/support/Route.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/Url.php b/plugin/think-library/src/support/Url.php index 777a5d6ea..be5e7ce78 100644 --- a/plugin/think-library/src/support/Url.php +++ b/plugin/think-library/src/support/Url.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/command/Database.php b/plugin/think-library/src/support/command/Database.php index 4bf14b20d..fe2dfdae7 100644 --- a/plugin/think-library/src/support/command/Database.php +++ b/plugin/think-library/src/support/command/Database.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/command/Package.php b/plugin/think-library/src/support/command/Package.php index 6ecfd9d54..fb6bdd122 100644 --- a/plugin/think-library/src/support/command/Package.php +++ b/plugin/think-library/src/support/command/Package.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/command/Publish.php b/plugin/think-library/src/support/command/Publish.php index fe738c290..43cfcad33 100644 --- a/plugin/think-library/src/support/command/Publish.php +++ b/plugin/think-library/src/support/command/Publish.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/command/Queue.php b/plugin/think-library/src/support/command/Queue.php index fd43a78b2..bae06638c 100644 --- a/plugin/think-library/src/support/command/Queue.php +++ b/plugin/think-library/src/support/command/Queue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/command/Replace.php b/plugin/think-library/src/support/command/Replace.php index e135ed1b9..7c40cda7a 100644 --- a/plugin/think-library/src/support/command/Replace.php +++ b/plugin/think-library/src/support/command/Replace.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/command/Sysmenu.php b/plugin/think-library/src/support/command/Sysmenu.php index bddc0677a..7d1c0c045 100644 --- a/plugin/think-library/src/support/command/Sysmenu.php +++ b/plugin/think-library/src/support/command/Sysmenu.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/middleware/JwtSession.php b/plugin/think-library/src/support/middleware/JwtSession.php index c5f6e1419..85a66e542 100644 --- a/plugin/think-library/src/support/middleware/JwtSession.php +++ b/plugin/think-library/src/support/middleware/JwtSession.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/middleware/MultAccess.php b/plugin/think-library/src/support/middleware/MultAccess.php index 973ad72ee..5d4ef7950 100644 --- a/plugin/think-library/src/support/middleware/MultAccess.php +++ b/plugin/think-library/src/support/middleware/MultAccess.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-library/src/support/middleware/RbacAccess.php b/plugin/think-library/src/support/middleware/RbacAccess.php index 87801d41f..05f88e293 100644 --- a/plugin/think-library/src/support/middleware/RbacAccess.php +++ b/plugin/think-library/src/support/middleware/RbacAccess.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/Service.php b/plugin/think-plugs-account/src/Service.php index ace870969..2ba5e1c4d 100644 --- a/plugin/think-plugs-account/src/Service.php +++ b/plugin/think-plugs-account/src/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/Device.php b/plugin/think-plugs-account/src/controller/Device.php index 34075a8ce..a19000fd5 100644 --- a/plugin/think-plugs-account/src/controller/Device.php +++ b/plugin/think-plugs-account/src/controller/Device.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/Master.php b/plugin/think-plugs-account/src/controller/Master.php index 0c34b72e6..525e8a0cd 100644 --- a/plugin/think-plugs-account/src/controller/Master.php +++ b/plugin/think-plugs-account/src/controller/Master.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/controller/Message.php b/plugin/think-plugs-account/src/controller/Message.php index a871c7ec5..bc698b5f2 100644 --- a/plugin/think-plugs-account/src/controller/Message.php +++ b/plugin/think-plugs-account/src/controller/Message.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 67edcd323..72bbcc1dc 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 0d47e10af..80203ba42 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 3ced1ca0a..61b933d65 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 26bbe50dd..501e8cd60 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 01474aa09..9c491ecc6 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/Abs.php b/plugin/think-plugs-account/src/model/Abs.php index 571fbeb09..dbae9ba7a 100644 --- a/plugin/think-plugs-account/src/model/Abs.php +++ b/plugin/think-plugs-account/src/model/Abs.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PluginAccountAuth.php b/plugin/think-plugs-account/src/model/PluginAccountAuth.php index 09d5c8982..7d6f4c50f 100644 --- a/plugin/think-plugs-account/src/model/PluginAccountAuth.php +++ b/plugin/think-plugs-account/src/model/PluginAccountAuth.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PluginAccountBind.php b/plugin/think-plugs-account/src/model/PluginAccountBind.php index 36291712c..04242f91a 100644 --- a/plugin/think-plugs-account/src/model/PluginAccountBind.php +++ b/plugin/think-plugs-account/src/model/PluginAccountBind.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PluginAccountMsms.php b/plugin/think-plugs-account/src/model/PluginAccountMsms.php index 2fde949b0..4a8791a1c 100644 --- a/plugin/think-plugs-account/src/model/PluginAccountMsms.php +++ b/plugin/think-plugs-account/src/model/PluginAccountMsms.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/model/PluginAccountUser.php b/plugin/think-plugs-account/src/model/PluginAccountUser.php index b659610cb..4c907da42 100644 --- a/plugin/think-plugs-account/src/model/PluginAccountUser.php +++ b/plugin/think-plugs-account/src/model/PluginAccountUser.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/Account.php b/plugin/think-plugs-account/src/service/Account.php index 94691d331..aefeb21c9 100644 --- a/plugin/think-plugs-account/src/service/Account.php +++ b/plugin/think-plugs-account/src/service/Account.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-account/src/service/Message.php b/plugin/think-plugs-account/src/service/Message.php index f0dc53ecc..76f4da47e 100644 --- a/plugin/think-plugs-account/src/service/Message.php +++ b/plugin/think-plugs-account/src/service/Message.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 68729233e..59aecf472 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 b5c8e0309..3c6ef7f47 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 efca21045..65a429e2d 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 6b9cb9659..34ae919f0 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 816e5431e..f5181b29e 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 @@ // +---------------------------------------------------------------------- // | Account Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/Service.php b/plugin/think-plugs-admin/src/Service.php index 9004bee26..19739030c 100644 --- a/plugin/think-plugs-admin/src/Service.php +++ b/plugin/think-plugs-admin/src/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/Auth.php b/plugin/think-plugs-admin/src/controller/Auth.php index 9032b42c9..b76b3b6f6 100644 --- a/plugin/think-plugs-admin/src/controller/Auth.php +++ b/plugin/think-plugs-admin/src/controller/Auth.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/Base.php b/plugin/think-plugs-admin/src/controller/Base.php index 1a4a52833..ebcb5f7cf 100644 --- a/plugin/think-plugs-admin/src/controller/Base.php +++ b/plugin/think-plugs-admin/src/controller/Base.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/Config.php b/plugin/think-plugs-admin/src/controller/Config.php index 6e169677a..5a9c4324b 100644 --- a/plugin/think-plugs-admin/src/controller/Config.php +++ b/plugin/think-plugs-admin/src/controller/Config.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/File.php b/plugin/think-plugs-admin/src/controller/File.php index c8391c768..87202286a 100644 --- a/plugin/think-plugs-admin/src/controller/File.php +++ b/plugin/think-plugs-admin/src/controller/File.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/Index.php b/plugin/think-plugs-admin/src/controller/Index.php index 9d61938b1..4c40262f6 100644 --- a/plugin/think-plugs-admin/src/controller/Index.php +++ b/plugin/think-plugs-admin/src/controller/Index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/Login.php b/plugin/think-plugs-admin/src/controller/Login.php index 22de348d3..c5e544544 100644 --- a/plugin/think-plugs-admin/src/controller/Login.php +++ b/plugin/think-plugs-admin/src/controller/Login.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/Menu.php b/plugin/think-plugs-admin/src/controller/Menu.php index d69901eba..39594716b 100644 --- a/plugin/think-plugs-admin/src/controller/Menu.php +++ b/plugin/think-plugs-admin/src/controller/Menu.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/Oplog.php b/plugin/think-plugs-admin/src/controller/Oplog.php index 60f74d241..08b342d0f 100644 --- a/plugin/think-plugs-admin/src/controller/Oplog.php +++ b/plugin/think-plugs-admin/src/controller/Oplog.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/Queue.php b/plugin/think-plugs-admin/src/controller/Queue.php index 59dab18ce..95633997b 100644 --- a/plugin/think-plugs-admin/src/controller/Queue.php +++ b/plugin/think-plugs-admin/src/controller/Queue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/User.php b/plugin/think-plugs-admin/src/controller/User.php index 527ec06af..f221b3616 100644 --- a/plugin/think-plugs-admin/src/controller/User.php +++ b/plugin/think-plugs-admin/src/controller/User.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/api/Plugs.php b/plugin/think-plugs-admin/src/controller/api/Plugs.php index f0428b2fb..d1e7702a1 100644 --- a/plugin/think-plugs-admin/src/controller/api/Plugs.php +++ b/plugin/think-plugs-admin/src/controller/api/Plugs.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/api/Queue.php b/plugin/think-plugs-admin/src/controller/api/Queue.php index ee757c43d..b932c7a64 100644 --- a/plugin/think-plugs-admin/src/controller/api/Queue.php +++ b/plugin/think-plugs-admin/src/controller/api/Queue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/api/System.php b/plugin/think-plugs-admin/src/controller/api/System.php index c9b8002f6..a9e1e9a1c 100644 --- a/plugin/think-plugs-admin/src/controller/api/System.php +++ b/plugin/think-plugs-admin/src/controller/api/System.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/controller/api/Upload.php b/plugin/think-plugs-admin/src/controller/api/Upload.php index 097646311..a9dbc4255 100644 --- a/plugin/think-plugs-admin/src/controller/api/Upload.php +++ b/plugin/think-plugs-admin/src/controller/api/Upload.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/lang/en-us.php b/plugin/think-plugs-admin/src/lang/en-us.php index f98d1369c..2f4ed627f 100644 --- a/plugin/think-plugs-admin/src/lang/en-us.php +++ b/plugin/think-plugs-admin/src/lang/en-us.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/src/route/demo.php b/plugin/think-plugs-admin/src/route/demo.php index 821613fee..8434fee5d 100644 --- a/plugin/think-plugs-admin/src/route/demo.php +++ b/plugin/think-plugs-admin/src/route/demo.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/stc/database/20241010000001_install_admin20241010.php b/plugin/think-plugs-admin/stc/database/20241010000001_install_admin20241010.php index 389e385e1..c4b486fb0 100644 --- a/plugin/think-plugs-admin/stc/database/20241010000001_install_admin20241010.php +++ b/plugin/think-plugs-admin/stc/database/20241010000001_install_admin20241010.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-admin/stc/database/20241010000002_install_admin20241011.php b/plugin/think-plugs-admin/stc/database/20241010000002_install_admin20241011.php index 75acde605..90eb194c8 100644 --- a/plugin/think-plugs-admin/stc/database/20241010000002_install_admin20241011.php +++ b/plugin/think-plugs-admin/stc/database/20241010000002_install_admin20241011.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-center/src/Service.php b/plugin/think-plugs-center/src/Service.php index ea205d907..02fa694b1 100644 --- a/plugin/think-plugs-center/src/Service.php +++ b/plugin/think-plugs-center/src/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Center Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-center/src/controller/Index.php b/plugin/think-plugs-center/src/controller/Index.php index 6492b103f..126c0566d 100644 --- a/plugin/think-plugs-center/src/controller/Index.php +++ b/plugin/think-plugs-center/src/controller/Index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Center Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-center/src/helper.php b/plugin/think-plugs-center/src/helper.php index 866c55cf0..04df73077 100644 --- a/plugin/think-plugs-center/src/helper.php +++ b/plugin/think-plugs-center/src/helper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Center Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-center/src/route/router.php b/plugin/think-plugs-center/src/route/router.php index 417c398ec..4786b1928 100644 --- a/plugin/think-plugs-center/src/route/router.php +++ b/plugin/think-plugs-center/src/route/router.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Center Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-center/src/service/Plugin.php b/plugin/think-plugs-center/src/service/Plugin.php index 3560177ee..fd32afc7d 100644 --- a/plugin/think-plugs-center/src/service/Plugin.php +++ b/plugin/think-plugs-center/src/service/Plugin.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Center Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/Service.php b/plugin/think-plugs-payment/src/Service.php index 894420599..2f0267b01 100644 --- a/plugin/think-plugs-payment/src/Service.php +++ b/plugin/think-plugs-payment/src/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Balance.php b/plugin/think-plugs-payment/src/controller/Balance.php index 7d1ea997b..9bf4d6e82 100644 --- a/plugin/think-plugs-payment/src/controller/Balance.php +++ b/plugin/think-plugs-payment/src/controller/Balance.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Integral.php b/plugin/think-plugs-payment/src/controller/Integral.php index 69cb51b7d..63baec98a 100644 --- a/plugin/think-plugs-payment/src/controller/Integral.php +++ b/plugin/think-plugs-payment/src/controller/Integral.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Record.php b/plugin/think-plugs-payment/src/controller/Record.php index fd4bd319f..074f02608 100644 --- a/plugin/think-plugs-payment/src/controller/Record.php +++ b/plugin/think-plugs-payment/src/controller/Record.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/controller/Refund.php b/plugin/think-plugs-payment/src/controller/Refund.php index bab717d0b..34fb1c31c 100644 --- a/plugin/think-plugs-payment/src/controller/Refund.php +++ b/plugin/think-plugs-payment/src/controller/Refund.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 544654bec..4ab41ea81 100644 --- a/plugin/think-plugs-payment/src/controller/api/auth/Address.php +++ b/plugin/think-plugs-payment/src/controller/api/auth/Address.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 8fedef830..d8d60af75 100644 --- a/plugin/think-plugs-payment/src/controller/api/auth/Balance.php +++ b/plugin/think-plugs-payment/src/controller/api/auth/Balance.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 03678beb5..64cada193 100644 --- a/plugin/think-plugs-payment/src/controller/api/auth/Integral.php +++ b/plugin/think-plugs-payment/src/controller/api/auth/Integral.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentAddress.php b/plugin/think-plugs-payment/src/model/PluginPaymentAddress.php index 4ccf588c3..701bb9614 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentAddress.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentAddress.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentBalance.php b/plugin/think-plugs-payment/src/model/PluginPaymentBalance.php index 66ae19aad..f5bfc395b 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentBalance.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentBalance.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentConfig.php b/plugin/think-plugs-payment/src/model/PluginPaymentConfig.php index b6db86b6e..b0c064c04 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentConfig.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentConfig.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentIntegral.php b/plugin/think-plugs-payment/src/model/PluginPaymentIntegral.php index 822cbbd11..f2f581576 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentIntegral.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentIntegral.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentRecord.php b/plugin/think-plugs-payment/src/model/PluginPaymentRecord.php index b5dcb55b7..696839d41 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentRecord.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentRecord.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/model/PluginPaymentRefund.php b/plugin/think-plugs-payment/src/model/PluginPaymentRefund.php index 709ebbfe6..0462cd54c 100644 --- a/plugin/think-plugs-payment/src/model/PluginPaymentRefund.php +++ b/plugin/think-plugs-payment/src/model/PluginPaymentRefund.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/queue/Recount.php b/plugin/think-plugs-payment/src/queue/Recount.php index 0495eb9e9..74557b330 100644 --- a/plugin/think-plugs-payment/src/queue/Recount.php +++ b/plugin/think-plugs-payment/src/queue/Recount.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/Balance.php b/plugin/think-plugs-payment/src/service/Balance.php index 30a145001..9d8e731a4 100644 --- a/plugin/think-plugs-payment/src/service/Balance.php +++ b/plugin/think-plugs-payment/src/service/Balance.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/Integral.php b/plugin/think-plugs-payment/src/service/Integral.php index 119766995..2c8d3488e 100644 --- a/plugin/think-plugs-payment/src/service/Integral.php +++ b/plugin/think-plugs-payment/src/service/Integral.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-payment/src/service/Payment.php b/plugin/think-plugs-payment/src/service/Payment.php index 59ba6dc57..58e202977 100644 --- a/plugin/think-plugs-payment/src/service/Payment.php +++ b/plugin/think-plugs-payment/src/service/Payment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 447259beb..3b22b6c2d 100644 --- a/plugin/think-plugs-payment/src/service/contract/PaymentInterface.php +++ b/plugin/think-plugs-payment/src/service/contract/PaymentInterface.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 e4d0cb60f..ffe00a39a 100644 --- a/plugin/think-plugs-payment/src/service/contract/PaymentResponse.php +++ b/plugin/think-plugs-payment/src/service/contract/PaymentResponse.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 88ebcd65e..45eb4b247 100644 --- a/plugin/think-plugs-payment/src/service/contract/PaymentUsageTrait.php +++ b/plugin/think-plugs-payment/src/service/contract/PaymentUsageTrait.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 7af2a375f..4c77f0846 100644 --- a/plugin/think-plugs-payment/src/service/payment/AliPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/AliPayment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 489db0b1d..c4c828581 100644 --- a/plugin/think-plugs-payment/src/service/payment/BalancePayment.php +++ b/plugin/think-plugs-payment/src/service/payment/BalancePayment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 15c0d592a..0f81670e7 100644 --- a/plugin/think-plugs-payment/src/service/payment/CouponPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/CouponPayment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 00b7cfbb1..b30a9aff6 100644 --- a/plugin/think-plugs-payment/src/service/payment/EmptyPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/EmptyPayment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 6c66cfbde..90cc2fd22 100644 --- a/plugin/think-plugs-payment/src/service/payment/IntegralPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/IntegralPayment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 a9a8cc0d8..cd9d26b12 100644 --- a/plugin/think-plugs-payment/src/service/payment/JoinPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/JoinPayment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 aa538096e..86421d8bf 100644 --- a/plugin/think-plugs-payment/src/service/payment/VoucherPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/VoucherPayment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 708d49b27..ca12a24d0 100644 --- a/plugin/think-plugs-payment/src/service/payment/WechatPayment.php +++ b/plugin/think-plugs-payment/src/service/payment/WechatPayment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 17cbab27d..680024cdb 100644 --- a/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV2.php +++ b/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV2.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 73375f306..8dbbe712d 100644 --- a/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV3.php +++ b/plugin/think-plugs-payment/src/service/payment/wechat/WechatPaymentV3.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Payment Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/license b/plugin/think-plugs-static/license index d38705bf5..1bbacfb85 100644 --- a/plugin/think-plugs-static/license +++ b/plugin/think-plugs-static/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022~2024 Anyon +Copyright (c) 2014~2025 Anyon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/plugin/think-plugs-static/stc/class/Index.php b/plugin/think-plugs-static/stc/class/Index.php index 2f5fbf79c..46dc7e6c6 100644 --- a/plugin/think-plugs-static/stc/class/Index.php +++ b/plugin/think-plugs-static/stc/class/Index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/app.php b/plugin/think-plugs-static/stc/config/app.php index 275eb3b59..c33be79ce 100644 --- a/plugin/think-plugs-static/stc/config/app.php +++ b/plugin/think-plugs-static/stc/config/app.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/cache.php b/plugin/think-plugs-static/stc/config/cache.php index dc78ad360..2138573b6 100644 --- a/plugin/think-plugs-static/stc/config/cache.php +++ b/plugin/think-plugs-static/stc/config/cache.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/cookie.php b/plugin/think-plugs-static/stc/config/cookie.php index de985c001..e7cbf5c84 100644 --- a/plugin/think-plugs-static/stc/config/cookie.php +++ b/plugin/think-plugs-static/stc/config/cookie.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/database.php b/plugin/think-plugs-static/stc/config/database.php index ea58c067d..942080652 100644 --- a/plugin/think-plugs-static/stc/config/database.php +++ b/plugin/think-plugs-static/stc/config/database.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/lang.php b/plugin/think-plugs-static/stc/config/lang.php index fedfb2df2..a8b9f803c 100644 --- a/plugin/think-plugs-static/stc/config/lang.php +++ b/plugin/think-plugs-static/stc/config/lang.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/log.php b/plugin/think-plugs-static/stc/config/log.php index 179bfa297..537b53d76 100644 --- a/plugin/think-plugs-static/stc/config/log.php +++ b/plugin/think-plugs-static/stc/config/log.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/phinx.php b/plugin/think-plugs-static/stc/config/phinx.php index a9ee86682..bf4ed460f 100644 --- a/plugin/think-plugs-static/stc/config/phinx.php +++ b/plugin/think-plugs-static/stc/config/phinx.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/route.php b/plugin/think-plugs-static/stc/config/route.php index 86727191d..7a1a55b76 100644 --- a/plugin/think-plugs-static/stc/config/route.php +++ b/plugin/think-plugs-static/stc/config/route.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/session.php b/plugin/think-plugs-static/stc/config/session.php index 5025ac6b7..c59774ccb 100644 --- a/plugin/think-plugs-static/stc/config/session.php +++ b/plugin/think-plugs-static/stc/config/session.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/config/view.php b/plugin/think-plugs-static/stc/config/view.php index 1de5e3eb1..866d4d079 100644 --- a/plugin/think-plugs-static/stc/config/view.php +++ b/plugin/think-plugs-static/stc/config/view.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/index.php b/plugin/think-plugs-static/stc/public/index.php index 7bc9d3055..9c23ef141 100644 --- a/plugin/think-plugs-static/stc/public/index.php +++ b/plugin/think-plugs-static/stc/public/index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/router.php b/plugin/think-plugs-static/stc/public/router.php index bdf0b0f29..249897f7c 100644 --- a/plugin/think-plugs-static/stc/public/router.php +++ b/plugin/think-plugs-static/stc/public/router.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/admin.js b/plugin/think-plugs-static/stc/public/static/admin.js index 81a5235bf..1e7062b0f 100644 --- a/plugin/think-plugs-static/stc/public/static/admin.js +++ b/plugin/think-plugs-static/stc/public/static/admin.js @@ -1,7 +1,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/extra/script.js b/plugin/think-plugs-static/stc/public/static/extra/script.js index a2a8ada05..6d64fc6e8 100644 --- a/plugin/think-plugs-static/stc/public/static/extra/script.js +++ b/plugin/think-plugs-static/stc/public/static/extra/script.js @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 开源协议 ( https://mit-license.org ) // | 免责声明 ( https://thinkadmin.top/disclaimer ) diff --git a/plugin/think-plugs-static/stc/public/static/extra/style.css b/plugin/think-plugs-static/stc/public/static/extra/style.css index 8aa344156..ed00195bb 100644 --- a/plugin/think-plugs-static/stc/public/static/extra/style.css +++ b/plugin/think-plugs-static/stc/public/static/extra/style.css @@ -3,7 +3,7 @@ /* +---------------------------------------------------------------------- /* | 官方网站: https://thinkadmin.top /* +---------------------------------------------------------------------- -/* | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +/* | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] /* +---------------------------------------------------------------------- /* | 开源协议 ( https://mit-license.org ) /* | 免责声明 ( https://thinkadmin.top/disclaimer ) diff --git a/plugin/think-plugs-static/stc/public/static/login.js b/plugin/think-plugs-static/stc/public/static/login.js index 7777f9198..e5ac19222 100644 --- a/plugin/think-plugs-static/stc/public/static/login.js +++ b/plugin/think-plugs-static/stc/public/static/login.js @@ -1,7 +1,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/plugs/admin/excel.js b/plugin/think-plugs-static/stc/public/static/plugs/admin/excel.js index 90e728f55..ffd3dbf8e 100644 --- a/plugin/think-plugs-static/stc/public/static/plugs/admin/excel.js +++ b/plugin/think-plugs-static/stc/public/static/plugs/admin/excel.js @@ -1,7 +1,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/plugs/admin/queue.js b/plugin/think-plugs-static/stc/public/static/plugs/admin/queue.js index 008836df2..82d0d9dc7 100644 --- a/plugin/think-plugs-static/stc/public/static/plugs/admin/queue.js +++ b/plugin/think-plugs-static/stc/public/static/plugs/admin/queue.js @@ -1,7 +1,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/plugs/admin/validate.js b/plugin/think-plugs-static/stc/public/static/plugs/admin/validate.js index cabb773ce..533069f11 100644 --- a/plugin/think-plugs-static/stc/public/static/plugs/admin/validate.js +++ b/plugin/think-plugs-static/stc/public/static/plugs/admin/validate.js @@ -1,7 +1,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_config.less b/plugin/think-plugs-static/stc/public/static/theme/css/_config.less index a0ede501b..f8538ff19 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_config.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_config.less @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_custom.less b/plugin/think-plugs-static/stc/public/static/theme/css/_custom.less index 039333adb..247d8f637 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_custom.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_custom.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_display.less b/plugin/think-plugs-static/stc/public/static/theme/css/_display.less index ecbd300db..16c6e16bf 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_display.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_display.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout.less index 62d76bf7d..cce23dd16 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1.less index c0e070684..2267b4e68 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_black.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_black.less index 46c98c46a..6212b3b82 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_black.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_black.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_blue.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_blue.less index 92a6f7c91..bf9418f52 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_blue.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_blue.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_green.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_green.less index 48a28031e..eaac626fd 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_green.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_green.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_red.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_red.less index 8265534e0..566805f54 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_red.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_1_red.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2.less index 87246e343..b3aff0c19 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_black.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_black.less index a98de0632..8f16cb12e 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_black.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_black.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_blue.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_blue.less index 2732548ca..cf1a5301d 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_blue.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_blue.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_green.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_green.less index a8b644bd3..00debde34 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_green.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_green.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_red.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_red.less index 7628e1e13..2e07195d8 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_red.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_2_red.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_white.less b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_white.less index 0778494ab..23dcce5e5 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/_layout_white.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/_layout_white.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/console.less b/plugin/think-plugs-static/stc/public/static/theme/css/console.less index 694af70d8..854040f55 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/console.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/console.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/iconfont.less b/plugin/think-plugs-static/stc/public/static/theme/css/iconfont.less index 15c066558..0d8155a97 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/iconfont.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/iconfont.less @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/login.less b/plugin/think-plugs-static/stc/public/static/theme/css/login.less index caceba7de..3905b7e43 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/login.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/login.less @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/public/static/theme/css/mobile.less b/plugin/think-plugs-static/stc/public/static/theme/css/mobile.less index 978952064..c107b0397 100644 --- a/plugin/think-plugs-static/stc/public/static/theme/css/mobile.less +++ b/plugin/think-plugs-static/stc/public/static/theme/css/mobile.less @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-static/stc/think b/plugin/think-plugs-static/stc/think index 3daf56127..e1b3fb934 100644 --- a/plugin/think-plugs-static/stc/think +++ b/plugin/think-plugs-static/stc/think @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/AuthService.php b/plugin/think-plugs-wechat-service/src/AuthService.php index 46106403c..e53fae1b6 100644 --- a/plugin/think-plugs-wechat-service/src/AuthService.php +++ b/plugin/think-plugs-wechat-service/src/AuthService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/ConfigService.php b/plugin/think-plugs-wechat-service/src/ConfigService.php index 2f1773de9..640e35802 100644 --- a/plugin/think-plugs-wechat-service/src/ConfigService.php +++ b/plugin/think-plugs-wechat-service/src/ConfigService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/RegisterService.php b/plugin/think-plugs-wechat-service/src/RegisterService.php index ec9c228db..050cd005b 100644 --- a/plugin/think-plugs-wechat-service/src/RegisterService.php +++ b/plugin/think-plugs-wechat-service/src/RegisterService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://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 f2d1aeff5..a04d334e7 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 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://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 d5eaf73d2..fe2209797 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 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://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 7d4e1c80b..4618507e0 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 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://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 7fdc4321d..a66f6a728 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 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://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 4cf49495c..058d3340f 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 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/handle/PublishHandle.php b/plugin/think-plugs-wechat-service/src/handle/PublishHandle.php index ed350841c..c6334b4aa 100644 --- a/plugin/think-plugs-wechat-service/src/handle/PublishHandle.php +++ b/plugin/think-plugs-wechat-service/src/handle/PublishHandle.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat-service/src/handle/ReceiveHandle.php b/plugin/think-plugs-wechat-service/src/handle/ReceiveHandle.php index d1f67778b..f2fd93be9 100644 --- a/plugin/think-plugs-wechat-service/src/handle/ReceiveHandle.php +++ b/plugin/think-plugs-wechat-service/src/handle/ReceiveHandle.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://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 c172d1b30..d54e70f8c 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 @@ // +---------------------------------------------------------------------- // | Wechat Service Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 Anyon +// | 版权所有 2014~2025 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wechat/license b/plugin/think-plugs-wechat/license index d38705bf5..1bbacfb85 100644 --- a/plugin/think-plugs-wechat/license +++ b/plugin/think-plugs-wechat/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022~2024 Anyon +Copyright (c) 2014~2025 Anyon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/plugin/think-plugs-wechat/stc/database/20241011000001_install_wechat20241011.php b/plugin/think-plugs-wechat/stc/database/20241011000001_install_wechat20241011.php index 94d4aa0ef..33f49ddd2 100644 --- a/plugin/think-plugs-wechat/stc/database/20241011000001_install_wechat20241011.php +++ b/plugin/think-plugs-wechat/stc/database/20241011000001_install_wechat20241011.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Admin Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/Service.php b/plugin/think-plugs-wemall/src/Service.php index 91e3c465e..9eac4d284 100644 --- a/plugin/think-plugs-wemall/src/Service.php +++ b/plugin/think-plugs-wemall/src/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/command/Clear.php b/plugin/think-plugs-wemall/src/command/Clear.php index 9cb5cbeea..0ec0ff1b0 100644 --- a/plugin/think-plugs-wemall/src/command/Clear.php +++ b/plugin/think-plugs-wemall/src/command/Clear.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/command/Trans.php b/plugin/think-plugs-wemall/src/command/Trans.php index 4d45c9371..0c8ae7cb5 100644 --- a/plugin/think-plugs-wemall/src/command/Trans.php +++ b/plugin/think-plugs-wemall/src/command/Trans.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/command/Users.php b/plugin/think-plugs-wemall/src/command/Users.php index 23d48b3ff..e8355a9fd 100644 --- a/plugin/think-plugs-wemall/src/command/Users.php +++ b/plugin/think-plugs-wemall/src/command/Users.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 8acf10a39..c2283a3b5 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 f4fce6988..e138c4148 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 cde54fb59..4ecf80851 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 2c5997f1b..4ad10563d 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 0aee1544a..c1a33ab90 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 5ab615ab8..01ad32973 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 dcc376361..2b9166874 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 edbcf0a99..55ba67925 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 9903c7242..afd45f13d 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 e837e05c0..3bfe5e5bf 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 a000c86f8..323a5722d 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 4e560f0c9..988dc6aa9 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 164e93350..6c6ec7698 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 @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 dbbf2d3eb..8468ce474 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 ae79072dc..d555718ac 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 7e7441a2c..bad536fdf 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 a1e6cf803..cf2c4ef29 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 7a6ca82c5..f97401dac 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 256dcf811..3989c3eb7 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 e997432f1..bf7518476 100644 --- a/plugin/think-plugs-wemall/src/controller/base/Config.php +++ b/plugin/think-plugs-wemall/src/controller/base/Config.php @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 9cceb895a..49ee9695b 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 d37949188..a2056653e 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 8b60ed25e..17152f1a4 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 998f567e2..c6c301fc1 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 452f4219a..5fb34d3bb 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 0ae80f509..907a8166f 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 8317a12b6..7441eccce 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 a26205297..9bafd8a50 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 c06ee84cf..ca60749a9 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 232494c55..fe9972167 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 8e6c6d95c..d661b3d4a 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 5fd0113f3..f90475831 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/Goods.php +++ b/plugin/think-plugs-wemall/src/controller/shop/Goods.php @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 851fa17df..825ee6ba8 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 b05300c6e..5049beffe 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 014f930ba..634b4d3c3 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 2ccbbb5d6..e7e5e8200 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 3b917a181..44d3fc05f 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 e30ab63d5..06bcf43b7 100644 --- a/plugin/think-plugs-wemall/src/controller/shop/goods/Mark.php +++ b/plugin/think-plugs-wemall/src/controller/shop/goods/Mark.php @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 7aa24ba21..a949225d3 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 f03b01064..559c889da 100644 --- a/plugin/think-plugs-wemall/src/controller/user/Checkin.php +++ b/plugin/think-plugs-wemall/src/controller/user/Checkin.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 1dea96ae6..355ddc2a1 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 15edfc2b7..58bfde080 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 8b6c17950..dee9fe50e 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 b116c0470..2ce8e5f2b 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 80677e688..d3dacd4c1 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 a89f8d36f..9083513c9 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 e3a62131e..d81fa722f 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 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/helper.php b/plugin/think-plugs-wemall/src/helper.php index f1bc7342d..2eaeed57b 100644 --- a/plugin/think-plugs-wemall/src/helper.php +++ b/plugin/think-plugs-wemall/src/helper.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/AbsUser.php b/plugin/think-plugs-wemall/src/model/AbsUser.php index 0210848a7..a7bd54f43 100644 --- a/plugin/think-plugs-wemall/src/model/AbsUser.php +++ b/plugin/think-plugs-wemall/src/model/AbsUser.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php index 908c92e19..f5430f1d4 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigAgent.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigCoupon.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigCoupon.php index c2ff33682..454bdec3f 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigCoupon.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigCoupon.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigDiscount.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigDiscount.php index 4dffb2843..350cbf14c 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigDiscount.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigDiscount.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigLevel.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigLevel.php index 6ce8a2aec..bbabb0081 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigLevel.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigLevel.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigNotify.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigNotify.php index 6c23dea41..5aefc0af8 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigNotify.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigNotify.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigPoster.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigPoster.php index a35a962c6..ac2e533ed 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigPoster.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigPoster.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallConfigRebate.php b/plugin/think-plugs-wemall/src/model/PluginWemallConfigRebate.php index 6785d8fad..0eff2b372 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallConfigRebate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallConfigRebate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallExpressCompany.php b/plugin/think-plugs-wemall/src/model/PluginWemallExpressCompany.php index 95117b67f..3e33a646d 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallExpressCompany.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallExpressCompany.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallExpressTemplate.php b/plugin/think-plugs-wemall/src/model/PluginWemallExpressTemplate.php index 7589a69c8..d5d320ee4 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallExpressTemplate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallExpressTemplate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoods.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoods.php index 4fcc951d5..5da619c53 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoods.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoods.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php index dde3799d0..081a5c03d 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsCate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php index 5048205b1..3f6b0d4f5 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsItem.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php index 27b802997..6e1ab746b 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsMark.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php index d9ad9c753..50f5404ee 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallGoodsStock.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallHelpFeedback.php b/plugin/think-plugs-wemall/src/model/PluginWemallHelpFeedback.php index b0d70c2eb..29f58fde4 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallHelpFeedback.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallHelpFeedback.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php b/plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php index c55d7d631..c865b925c 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallHelpProblem.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestion.php b/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestion.php index 3dc256923..7afa9f6b1 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestion.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestion.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestionX.php b/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestionX.php index 7561db030..585c4141f 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestionX.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallHelpQuestionX.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrder.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrder.php index 5e988196b..a4a28d0cf 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrder.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrder.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php index 186af48f1..ef827e8d2 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrderCart.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php index 724b65ff7..00342a36f 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrderItem.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php index 984612af0..4220dbaf9 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrderRefund.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallOrderSender.php b/plugin/think-plugs-wemall/src/model/PluginWemallOrderSender.php index 0c87f9d0d..9e9f95825 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallOrderSender.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallOrderSender.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionCollect.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionCollect.php index d837651d1..1291a57a2 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionCollect.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionCollect.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionComment.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionComment.php index f61d72b38..b469f66dc 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionComment.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionComment.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionHistory.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionHistory.php index a9683ffa2..bc16f271f 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionHistory.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionHistory.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionSearch.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionSearch.php index f97c75a54..97877ba10 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserActionSearch.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserActionSearch.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php index 6a6549787..397e7227b 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserCheckin.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php index 142957bbe..aab0d7927 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserCoupon.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php index 735574680..eaf36556d 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserCreate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserRebate.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserRebate.php index a9c200b15..541d70253 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserRebate.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserRebate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserRecharge.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserRecharge.php index ae18946c3..676aceafa 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserRecharge.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserRecharge.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserRelation.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserRelation.php index 163f3641f..a617c177e 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserRelation.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserRelation.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/model/PluginWemallUserTransfer.php b/plugin/think-plugs-wemall/src/model/PluginWemallUserTransfer.php index e03672b92..8990c8345 100644 --- a/plugin/think-plugs-wemall/src/model/PluginWemallUserTransfer.php +++ b/plugin/think-plugs-wemall/src/model/PluginWemallUserTransfer.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/ConfigService.php b/plugin/think-plugs-wemall/src/service/ConfigService.php index ab054a7d0..a6fea5289 100644 --- a/plugin/think-plugs-wemall/src/service/ConfigService.php +++ b/plugin/think-plugs-wemall/src/service/ConfigService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/ExpressService.php b/plugin/think-plugs-wemall/src/service/ExpressService.php index 08246c376..e9192e661 100644 --- a/plugin/think-plugs-wemall/src/service/ExpressService.php +++ b/plugin/think-plugs-wemall/src/service/ExpressService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/GoodsService.php b/plugin/think-plugs-wemall/src/service/GoodsService.php index 827f6ef45..d5d8bf571 100644 --- a/plugin/think-plugs-wemall/src/service/GoodsService.php +++ b/plugin/think-plugs-wemall/src/service/GoodsService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/PosterService.php b/plugin/think-plugs-wemall/src/service/PosterService.php index 03e3d9311..5173628de 100644 --- a/plugin/think-plugs-wemall/src/service/PosterService.php +++ b/plugin/think-plugs-wemall/src/service/PosterService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserAction.php b/plugin/think-plugs-wemall/src/service/UserAction.php index a911f1993..7d512d4a9 100644 --- a/plugin/think-plugs-wemall/src/service/UserAction.php +++ b/plugin/think-plugs-wemall/src/service/UserAction.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserAgent.php b/plugin/think-plugs-wemall/src/service/UserAgent.php index 512b70230..5994db56e 100644 --- a/plugin/think-plugs-wemall/src/service/UserAgent.php +++ b/plugin/think-plugs-wemall/src/service/UserAgent.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserCoupon.php b/plugin/think-plugs-wemall/src/service/UserCoupon.php index 3ac16ca81..b3b961572 100644 --- a/plugin/think-plugs-wemall/src/service/UserCoupon.php +++ b/plugin/think-plugs-wemall/src/service/UserCoupon.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserCreate.php b/plugin/think-plugs-wemall/src/service/UserCreate.php index d59fc0862..5d36c1343 100644 --- a/plugin/think-plugs-wemall/src/service/UserCreate.php +++ b/plugin/think-plugs-wemall/src/service/UserCreate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserOrder.php b/plugin/think-plugs-wemall/src/service/UserOrder.php index 4e33de166..76b9e2ff2 100644 --- a/plugin/think-plugs-wemall/src/service/UserOrder.php +++ b/plugin/think-plugs-wemall/src/service/UserOrder.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserRebate.php b/plugin/think-plugs-wemall/src/service/UserRebate.php index b538131e7..d38944482 100644 --- a/plugin/think-plugs-wemall/src/service/UserRebate.php +++ b/plugin/think-plugs-wemall/src/service/UserRebate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserRefund.php b/plugin/think-plugs-wemall/src/service/UserRefund.php index 3f5dc00ea..5ea4e34e2 100644 --- a/plugin/think-plugs-wemall/src/service/UserRefund.php +++ b/plugin/think-plugs-wemall/src/service/UserRefund.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserReward.php b/plugin/think-plugs-wemall/src/service/UserReward.php index baaba9176..12ccda89c 100644 --- a/plugin/think-plugs-wemall/src/service/UserReward.php +++ b/plugin/think-plugs-wemall/src/service/UserReward.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserTransfer.php b/plugin/think-plugs-wemall/src/service/UserTransfer.php index 435cd2105..0809ddfbc 100644 --- a/plugin/think-plugs-wemall/src/service/UserTransfer.php +++ b/plugin/think-plugs-wemall/src/service/UserTransfer.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wemall/src/service/UserUpgrade.php b/plugin/think-plugs-wemall/src/service/UserUpgrade.php index 0bb59d04e..07780c6d1 100644 --- a/plugin/think-plugs-wemall/src/service/UserUpgrade.php +++ b/plugin/think-plugs-wemall/src/service/UserUpgrade.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeMall Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/license b/plugin/think-plugs-worker/license index 444e8edcc..c2cb04df7 100644 --- a/plugin/think-plugs-worker/license +++ b/plugin/think-plugs-worker/license @@ -1,6 +1,6 @@ ThinkPlugsWorker 遵循 Apache2 开源协议发布,并提供免费使用。 -版权所有 Copyright © 2022~2024 by ThinkAdmin (https://thinkadmin.top) All rights reserved。 +版权所有 Copyright © 2014~2025 by ThinkAdmin (https://thinkadmin.top) All rights reserved。 Apache Licence 是著名的非盈利开源组织 Apache 采用的协议。该协议和 BSD 类似, 鼓励代码共享和尊重原作者的著作权,允许代码修改,再作为开源或商业软件发布。需要满足的条件: diff --git a/plugin/think-plugs-worker/src/Script.php b/plugin/think-plugs-worker/src/Script.php index 23c3ed992..81cf466c8 100644 --- a/plugin/think-plugs-worker/src/Script.php +++ b/plugin/think-plugs-worker/src/Script.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/Server.php b/plugin/think-plugs-worker/src/Server.php index d3ee51cda..52f91d12b 100644 --- a/plugin/think-plugs-worker/src/Server.php +++ b/plugin/think-plugs-worker/src/Server.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/Service.php b/plugin/think-plugs-worker/src/Service.php index d74059040..3d67f7d29 100644 --- a/plugin/think-plugs-worker/src/Service.php +++ b/plugin/think-plugs-worker/src/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/command/Worker.php b/plugin/think-plugs-worker/src/command/Worker.php index 534a2e96a..26491ecb2 100644 --- a/plugin/think-plugs-worker/src/command/Worker.php +++ b/plugin/think-plugs-worker/src/command/Worker.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/support/HttpServer.php b/plugin/think-plugs-worker/src/support/HttpServer.php index c1d52bdbb..e110ee1e7 100644 --- a/plugin/think-plugs-worker/src/support/HttpServer.php +++ b/plugin/think-plugs-worker/src/support/HttpServer.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/support/ThinkApp.php b/plugin/think-plugs-worker/src/support/ThinkApp.php index 0cbbb84ad..9087eda42 100644 --- a/plugin/think-plugs-worker/src/support/ThinkApp.php +++ b/plugin/think-plugs-worker/src/support/ThinkApp.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/support/ThinkCookie.php b/plugin/think-plugs-worker/src/support/ThinkCookie.php index 3d84129d1..2203660a7 100644 --- a/plugin/think-plugs-worker/src/support/ThinkCookie.php +++ b/plugin/think-plugs-worker/src/support/ThinkCookie.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/support/ThinkRequest.php b/plugin/think-plugs-worker/src/support/ThinkRequest.php index 93aedb1b0..c2956ce0e 100644 --- a/plugin/think-plugs-worker/src/support/ThinkRequest.php +++ b/plugin/think-plugs-worker/src/support/ThinkRequest.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/src/support/ThinkResponseFile.php b/plugin/think-plugs-worker/src/support/ThinkResponseFile.php index 86a2ce150..5b908ecf7 100644 --- a/plugin/think-plugs-worker/src/support/ThinkResponseFile.php +++ b/plugin/think-plugs-worker/src/support/ThinkResponseFile.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-worker/stc/worker.php b/plugin/think-plugs-worker/stc/worker.php index c00338fdf..36ca50e97 100644 --- a/plugin/think-plugs-worker/stc/worker.php +++ b/plugin/think-plugs-worker/stc/worker.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Worker Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/Query.php b/plugin/think-plugs-wuma/src/Query.php index 2fb12047f..b1eb128ed 100644 --- a/plugin/think-plugs-wuma/src/Query.php +++ b/plugin/think-plugs-wuma/src/Query.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/Script.php b/plugin/think-plugs-wuma/src/Script.php index 2fe39b4ba..ab9f83ae6 100644 --- a/plugin/think-plugs-wuma/src/Script.php +++ b/plugin/think-plugs-wuma/src/Script.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/Service.php b/plugin/think-plugs-wuma/src/Service.php index 2bda74b7d..1fcec31d5 100644 --- a/plugin/think-plugs-wuma/src/Service.php +++ b/plugin/think-plugs-wuma/src/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/command/Create.php b/plugin/think-plugs-wuma/src/command/Create.php index c3080dc48..7e50fdfb0 100644 --- a/plugin/think-plugs-wuma/src/command/Create.php +++ b/plugin/think-plugs-wuma/src/command/Create.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/Code.php b/plugin/think-plugs-wuma/src/controller/Code.php index 259ff4b7a..4fcdbb390 100644 --- a/plugin/think-plugs-wuma/src/controller/Code.php +++ b/plugin/think-plugs-wuma/src/controller/Code.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/controller/Warehouse.php b/plugin/think-plugs-wuma/src/controller/Warehouse.php index 16d5b2f00..5c6ea55bd 100644 --- a/plugin/think-plugs-wuma/src/controller/Warehouse.php +++ b/plugin/think-plugs-wuma/src/controller/Warehouse.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 f620b8216..335654e0b 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 04f5b248b..f32022ae5 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 10083783d..497fa0730 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 4f2af69d9..8be3bedfe 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 82b8d4e8a..55d62f1ef 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 b376816db..4cde018a4 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 ae1668b05..c33bd8867 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 932878e8e..fb2cecb84 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 ba819f140..4b965b960 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 e084e1d73..1dfd66d6e 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 7cbbbe3fd..6b4446265 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 6d8ebe7bb..cb1376cb0 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 d3eef66db..9d005d737 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 75f29c707..c49f128c3 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 805a4e9a0..e022565ee 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 8dac30554..580a3a3c2 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 f61baf708..1de1877ef 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 12ebaefa7..786efea9b 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 9f8cf61df..64f3234c3 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 5083b9119..db6ce7dba 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 18016c530..ad80a1440 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 e83a14c4b..513293231 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 4ca2dd815..34bd98094 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 5b400e439..0e75ca588 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 e53a64ed2..0c1a9c1dc 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://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 c2e139d71..cf7d840ef 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 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/AbstractPrivate.php b/plugin/think-plugs-wuma/src/model/AbstractPrivate.php index 7d8b90f9a..38ed9d7a6 100644 --- a/plugin/think-plugs-wuma/src/model/AbstractPrivate.php +++ b/plugin/think-plugs-wuma/src/model/AbstractPrivate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php b/plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php index dd1720274..4efd320fc 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaCodeRule.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php b/plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php index c9bc06cf4..ce423a52b 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaCodeRuleRange.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php index 69f9584d1..7a3d93f49 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrder.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php index ce623464b..8451cb003 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderData.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php index 090f9618a..0cca40689 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataMins.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php index 39d4d8f5d..a4229ca98 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesOrderDataNums.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php index 180deaa69..ce9c16b1a 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUser.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php index 04ffa7585..e79051f50 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserLevel.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserStock.php b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserStock.php index acf1df3da..ea0945d6d 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserStock.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSalesUserStock.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php index f57786ded..60fbe67a8 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssign.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php index b0415af6c..b42093789 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceAssignItem.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php index f2e3c6cad..9d1e9c5c7 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceBlockchain.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceCertificate.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceCertificate.php index e740003ec..ccce05526 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceCertificate.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceCertificate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php index e9c44b0d1..b7f98ca97 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceProduce.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php index 38ac9565f..1510bbbaf 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQuery.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php index e184d41ce..e7d8c904c 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryNotify.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php index 263ace59b..9e91e8bed 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceQueryVerify.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php b/plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php index 87783dab7..fb7f013b0 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaSourceTemplate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php index 376e051ac..42a1fa5e6 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouse.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php index 2a32cc020..0e923ea1e 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrder.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php index 99030a12d..790e0e9f2 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderData.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataMins.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataMins.php index 91e3feee1..688c90c9b 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataMins.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataMins.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataNums.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataNums.php index eeab1d9aa..8d905b402 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataNums.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseOrderDataNums.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php index 3848763cc..4610b1616 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelation.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelationData.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelationData.php index 925a379cc..573262073 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelationData.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseRelationData.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php index 129f4f71a..8e9d8252e 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseReplace.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseStock.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseStock.php index c8b09b7ab..d0c3a300b 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseStock.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseStock.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php index bd67892e3..588698717 100644 --- a/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php +++ b/plugin/think-plugs-wuma/src/model/PluginWumaWarehouseUser.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/CertService.php b/plugin/think-plugs-wuma/src/service/CertService.php index 1e8a61e8f..f20e26ae8 100644 --- a/plugin/think-plugs-wuma/src/service/CertService.php +++ b/plugin/think-plugs-wuma/src/service/CertService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/CodeService.php b/plugin/think-plugs-wuma/src/service/CodeService.php index 8126ed1f7..45c8c2cb8 100644 --- a/plugin/think-plugs-wuma/src/service/CodeService.php +++ b/plugin/think-plugs-wuma/src/service/CodeService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/RelationService.php b/plugin/think-plugs-wuma/src/service/RelationService.php index 1c7099772..d5868c524 100644 --- a/plugin/think-plugs-wuma/src/service/RelationService.php +++ b/plugin/think-plugs-wuma/src/service/RelationService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/RemoveService.php b/plugin/think-plugs-wuma/src/service/RemoveService.php index 2f1c67bb3..cf3405a8a 100644 --- a/plugin/think-plugs-wuma/src/service/RemoveService.php +++ b/plugin/think-plugs-wuma/src/service/RemoveService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/WhCoderService.php b/plugin/think-plugs-wuma/src/service/WhCoderService.php index 15c015b26..c6e5b6f6d 100644 --- a/plugin/think-plugs-wuma/src/service/WhCoderService.php +++ b/plugin/think-plugs-wuma/src/service/WhCoderService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/WhExportService.php b/plugin/think-plugs-wuma/src/service/WhExportService.php index ac97ff7bb..26d06fd43 100644 --- a/plugin/think-plugs-wuma/src/service/WhExportService.php +++ b/plugin/think-plugs-wuma/src/service/WhExportService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/plugin/think-plugs-wuma/src/service/WhImportService.php b/plugin/think-plugs-wuma/src/service/WhImportService.php index a04c41cfa..7581fd0b8 100644 --- a/plugin/think-plugs-wuma/src/service/WhImportService.php +++ b/plugin/think-plugs-wuma/src/service/WhImportService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Wuma Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2022~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +----------------------------------------------------------------------