feat: release news and store experience updates

This commit is contained in:
Codex
2026-07-26 11:09:11 +08:00
parent 2b37713791
commit c63bef311c
100 changed files with 2519 additions and 105 deletions
+16 -4
View File
@@ -9,11 +9,18 @@ if ( ! defined( 'ABSPATH' ) ) {
exit;
}
$store_brand = fragrance_trade_get_mod( 'store_brand', __( '康得新 KDX', 'fragrance-trade' ) );
$authorization = fragrance_trade_get_mod( 'store_authorization', __( '官方授权至尊服务店', 'fragrance-trade' ) );
$credentials = array(
array(
'image' => 'store/kdx-logo.jpg',
'title' => __( 'KDX 品牌服务', 'fragrance-trade' ),
'description' => __( '门店展示的 KDX 品牌标识与产品服务体系。', 'fragrance-trade' ),
'title' => $store_brand,
'description' => sprintf(
/* translators: %s: store's primary brand. */
__( '门店主营 %s 汽车膜产品与施工服务。', 'fragrance-trade' ),
$store_brand
),
'alt' => __( 'KDX 品牌标识', 'fragrance-trade' ),
'width' => 1600,
'height' => 1472,
@@ -21,8 +28,13 @@ $credentials = array(
),
array(
'image' => 'store/authorization.jpg',
'title' => __( '授权服务资质', 'fragrance-trade' ),
'description' => __( 'KDX 汽车膜授权服务店证书,具体有效期以证书原件为准。', 'fragrance-trade' ),
'title' => $authorization,
'description' => sprintf(
/* translators: 1: brand, 2: authorization level. */
__( '%1$s %2$s,具体授权范围与有效期以证书原件为准。', 'fragrance-trade' ),
$store_brand,
$authorization
),
'alt' => __( 'KDX 汽车膜授权服务店证书', 'fragrance-trade' ),
'width' => 1600,
'height' => 1199,