From 98760b9980e872663b3c5a80ca337fc322a30587 Mon Sep 17 00:00:00 2001 From: lukaijie Date: Tue, 30 Dec 2025 21:42:33 +0800 Subject: [PATCH] merge(custom): merge --- src/components/sp-page/index.js | 18 ++++++++++-------- src/pages/category/comps/comp-series.js | 10 +++------- src/pages/index.js | 10 +++------- 3 files changed, 16 insertions(+), 22 deletions(-) diff --git a/src/components/sp-page/index.js b/src/components/sp-page/index.js index 4db40fd3a..c17b575bb 100644 --- a/src/components/sp-page/index.js +++ b/src/components/sp-page/index.js @@ -347,14 +347,16 @@ const SpPage = memo( )} {/* If you remove or alter Shopex brand identifiers, you must obtain a branding removal license from Shopex. Contact us at: http://www.shopex.cn to purchase a branding removal license. */} - {/* {props.showpoweredBy && - Powered by - - } */} + {props.showpoweredBy && ( + + Powered by + + + )} )} diff --git a/src/pages/category/comps/comp-series.js b/src/pages/category/comps/comp-series.js index 702d83865..68f5e8bc0 100644 --- a/src/pages/category/comps/comp-series.js +++ b/src/pages/category/comps/comp-series.js @@ -134,14 +134,10 @@ const CompSeries = (props) => { {/* If you remove or alter Shopex brand identifiers, you must obtain a branding removal license from Shopex. Contact us at: http://www.shopex.cn to purchase a branding removal license. */} - {/* + Powered by - - */} + + ) diff --git a/src/pages/index.js b/src/pages/index.js index 3116d23f3..745452097 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -355,14 +355,10 @@ function Home() { )} {/* If you remove or alter Shopex brand identifiers, you must obtain a branding removal license from Shopex. Contact us at: http://www.shopex.cn to purchase a branding removal license. */} - {/* + Powered by - - */} + +