feat : sts

This commit is contained in:
2025-04-15 10:54:31 +08:00
parent f3589ed994
commit 39be37f9a5
10 changed files with 249 additions and 16 deletions

View File

@@ -22,6 +22,8 @@ class ConfigCode
const string APP_LOGO = 'AppLogo'; // app 图标
const string ONE_CLICK_SHOPPING_FOR_CATEGORY_NAME = 'OneClickShoppingForCategoryName'; // 一键选购分类名称
const string ONE_CLICK_SHOPPING_FOR_CATEGORY_IMAGE = 'OneClickShoppingForCategoryImage'; // 一键选购分类图片
const string SPECIALS_CATEGORY_NAME = 'SpecialsCategoryName'; //特惠商品分类名称
const string SPECIALS_CATEGORY_IMAGE = 'SpecialsCategoryImage'; // 特惠商品分类图片
/**
@@ -55,8 +57,10 @@ class ConfigCode
self::USER_AGREEMENT => 'https://www.baidu.com',
self::USER_PRIVACY_AGREEMENT => 'https://www.baidu.com',
self::APP_LOGO => 0,
self::ONE_CLICK_SHOPPING_FOR_CATEGORY_NAME => '一选购',
self::ONE_CLICK_SHOPPING_FOR_CATEGORY_NAME => '一选购',
self::ONE_CLICK_SHOPPING_FOR_CATEGORY_IMAGE => 0,
self::SPECIALS_CATEGORY_NAME => '特惠商品',
self::SPECIALS_CATEGORY_IMAGE => 0,
//CouponConfiguration
self::COUPONS_FOR_NEWCOMERS => '0',
self::NEWBIE_COUPON_VALIDITY => '0',