From 0973536e64c35aea001fa7c1560f38f57b4adbd5 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 28 Sep 2023 11:04:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=85=B8=E8=97=8F?= =?UTF-8?q?=E5=AE=A4=20-=20=E7=94=BB=E5=88=97=E8=A1=A8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/yun_shop/index.html | 2 +- addons/yun_shop/static/app/js/app.486607aa.js | 1 + .../static/app/js/chunk-45a68a30.08cd25ab.js | 1 + .../static/app/js/chunk-acc53dbe.3312561a.js | 1 + .../static/app/js/chunk-e171cc9c.a70f19f8.js | 1 + .../static/app/js/chunk-fe4f2298.c109bc60.js | 1 + plugins/collection-room/README.md | 1 + plugins/collection-room/callbacks.php | 14 + plugins/collection-room/lang/en/locale.js | 8 + plugins/collection-room/lang/en/test.php | 5 + plugins/collection-room/lang/zh-CN/locale.js | 6 + plugins/collection-room/lang/zh-CN/test.php | 5 + plugins/collection-room/package.json | 11 + .../collection-room/src/PluginApplication.php | 92 ++++ .../src/admin/IndexController.php | 106 ++++ .../src/models/CollectionRoomModel.php | 94 ++++ plugins/collection-room/views/config.tpl | 0 .../views/index/index.blade.php | 118 ++++ .../collection-room/views/index/set.blade.php | 520 ++++++++++++++++++ .../views/index/update_number.blade.php | 80 +++ .../src/observers/DealerObserver.php | 11 + 21 files changed, 1077 insertions(+), 1 deletion(-) create mode 100644 addons/yun_shop/static/app/js/app.486607aa.js create mode 100644 addons/yun_shop/static/app/js/chunk-45a68a30.08cd25ab.js create mode 100644 addons/yun_shop/static/app/js/chunk-acc53dbe.3312561a.js create mode 100644 addons/yun_shop/static/app/js/chunk-e171cc9c.a70f19f8.js create mode 100644 addons/yun_shop/static/app/js/chunk-fe4f2298.c109bc60.js create mode 100644 plugins/collection-room/README.md create mode 100644 plugins/collection-room/callbacks.php create mode 100644 plugins/collection-room/lang/en/locale.js create mode 100644 plugins/collection-room/lang/en/test.php create mode 100644 plugins/collection-room/lang/zh-CN/locale.js create mode 100644 plugins/collection-room/lang/zh-CN/test.php create mode 100644 plugins/collection-room/package.json create mode 100644 plugins/collection-room/src/PluginApplication.php create mode 100644 plugins/collection-room/src/admin/IndexController.php create mode 100644 plugins/collection-room/src/models/CollectionRoomModel.php create mode 100644 plugins/collection-room/views/config.tpl create mode 100644 plugins/collection-room/views/index/index.blade.php create mode 100644 plugins/collection-room/views/index/set.blade.php create mode 100644 plugins/collection-room/views/index/update_number.blade.php diff --git a/addons/yun_shop/index.html b/addons/yun_shop/index.html index e8d60bcc..cf9db832 100644 --- a/addons/yun_shop/index.html +++ b/addons/yun_shop/index.html @@ -138,4 +138,4 @@ // 开启下拉刷新功能 if(YDB) { YDB.SetDragRefresh(1); - }