From 8ffe0ca6954f04a95af8bbbadfa98569047987ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 3 May 2025 12:05:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 2 +- public/router.php | 2 +- public/static/extra/script.js | 11 +---------- public/static/extra/style.css | 2 +- think | 2 +- 5 files changed, 5 insertions(+), 14 deletions(-) diff --git a/public/index.php b/public/index.php index 7bc9d3055..9c23ef141 100644 --- a/public/index.php +++ b/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/public/router.php b/public/router.php index 33e5b7517..249897f7c 100644 --- a/public/router.php +++ b/public/router.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- diff --git a/public/static/extra/script.js b/public/static/extra/script.js index 05d1092a3..6d64fc6e8 100644 --- a/public/static/extra/script.js +++ b/public/static/extra/script.js @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 开源协议 ( https://mit-license.org ) // | 免责声明 ( https://thinkadmin.top/disclaimer ) @@ -45,13 +45,4 @@ $(function () { window.showTableImage = function (image, circle, size, title) { return $.layTable.showImage(image, circle, size, title); }; - - // 产品规格显示 - window.showSpec = function (spec) { - let names = []; - layui.each(spec.split(';;'), function (i, vv) { - names.push(vv.split('::').pop()); - }); - return names.join(' '); - } }); \ No newline at end of file diff --git a/public/static/extra/style.css b/public/static/extra/style.css index 5c4fbbb44..ed00195bb 100644 --- a/public/static/extra/style.css +++ b/public/static/extra/style.css @@ -3,7 +3,7 @@ /* +---------------------------------------------------------------------- /* | 官方网站: https://thinkadmin.top /* +---------------------------------------------------------------------- -/* | 版权所有 2014~2023 ThinkAdmin [ thinkadmin.top ] +/* | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] /* +---------------------------------------------------------------------- /* | 开源协议 ( https://mit-license.org ) /* | 免责声明 ( https://thinkadmin.top/disclaimer ) diff --git a/think b/think index 3daf56127..e1b3fb934 100644 --- a/think +++ b/think @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ] +// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ] // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +----------------------------------------------------------------------