refactor(user): 统一品牌名称为“威数谱软件”

- 将项目中所有“威硕谱软件”名称修改为“威数谱软件”
- 更新协议页面、欢迎消息、礼品卡等多处文本内容
- 修改小程序配置文件中的项目名称和显示标题
- 优化开发者申请页部分文案,明确开发者身份描述
- 保证所有界面及配置中的品牌名称统一一致
This commit is contained in:
2026-07-22 13:46:10 +08:00
parent 50c98cdcf7
commit 2ea16e22cf
11 changed files with 38 additions and 29 deletions

View File

@@ -10,8 +10,8 @@ const MessageDetailPage: React.FC = () => {
const [message, setMessage] = useState({
id: 1,
type: 1,
title: '欢迎注册威谱软件',
content: '感谢您注册威谱软件,让我们一起开启美好购物体验!\n\n在威谱软件,您可以:\n• 浏览精选商品\n• 享受会员专属优惠\n• 参与精彩活动\n• 获得积分奖励\n\n如有任何问题欢迎联系客服。',
title: '欢迎注册威谱软件',
content: '感谢您注册威谱软件,让我们一起开启美好购物体验!\n\n在威谱软件,您可以:\n• 浏览精选商品\n• 享受会员专属优惠\n• 参与精彩活动\n• 获得积分奖励\n\n如有任何问题欢迎联系客服。',
time: '2026-05-12 10:30:00',
isRead: true,
})

View File

@@ -48,7 +48,7 @@ const GiftCardPurchasePage: React.FC = () => {
<View className='absolute rounded-full' style={{ top: '-20px', right: '-20px', width: '80px', height: '80px', backgroundColor: 'rgba(255,255,255,0.2)' }} />
<View className='absolute rounded-full' style={{ bottom: '-32px', left: '-32px', width: '96px', height: '96px', backgroundColor: 'rgba(255,255,255,0.2)' }} />
<Text className='text-sm opacity-80 block mb-2'></Text>
<Text className='text-sm opacity-80 block mb-2'></Text>
<Text className='text-4xl font-bold block mb-3'>
¥ {amount || '0'}
</Text>

View File

@@ -1,5 +1,5 @@
export default {
navigationBarTitleText: '威谱软件',
navigationBarTitleText: '威谱软件',
navigationBarBackgroundColor: '#ffffff',
navigationBarTextStyle: 'black',
backgroundColor: '#f8f8f8',

View File

@@ -37,7 +37,7 @@ const IndexPage: React.FC = () => {
// 首页分享:好友 + 朋友圈 + 复制链接(右上角三个按钮全亮)
useShare({
title: '威谱软件 - 精选好物,实惠到家,等你来逛~',
title: '威谱软件 - 精选好物,实惠到家,等你来逛~',
path: '/pages/index/index',
enableTimeline: true,
enableCopyUrl: true,

View File

@@ -50,7 +50,7 @@ const GiftCardPurchasePage: React.FC = () => {
<View className='absolute rounded-full' style={{ top: '-20px', right: '-20px', width: '80px', height: '80px', backgroundColor: 'rgba(255,255,255,0.2)' }} />
<View className='absolute rounded-full' style={{ bottom: '-32px', left: '-32px', width: '96px', height: '96px', backgroundColor: 'rgba(255,255,255,0.2)' }} />
<Text className='text-sm opacity-80 block mb-2'></Text>
<Text className='text-sm opacity-80 block mb-2'></Text>
<Text className='text-4xl font-bold block mb-3'>
¥ {amount || '0'}
</Text>

View File

@@ -104,7 +104,7 @@ const VipUpgradePage: React.FC = () => {
</View>
<Text className='text-white text-xl font-bold'></Text>
<Text className='text-white text-opacity-80 text-sm mt-1'>
{existingApply?.applyStatus === 20 ? '恭喜您已成为开发者' : '填写开发团队及公司地址,申请成为开发者身份'}
{existingApply?.applyStatus === 20 ? '恭喜您已成为开发者' : '填写开发团队及公司地址,申请成为认证开发者'}
</Text>
</View>
</View>

View File

@@ -11,7 +11,7 @@ const TERMS_CONTENT = `
<p><strong>最后更新日期2026年5月16日</strong></p>
<h3>一、协议的范围与接受</h3>
<p>欢迎使用威谱软件(以下简称"本小程序")。本小程序由南宁市网宿信息科技有限公司(以下简称"我们")开发并运营。请您在使用本小程序服务之前,仔细阅读并充分理解本协议的全部内容。您点击"同意"或实际使用本小程序服务,即视为您已阅读、理解并同意接受本协议的约束。</p>
<p>欢迎使用威谱软件(以下简称"本小程序")。本小程序由南宁市网宿信息科技有限公司(以下简称"我们")开发并运营。请您在使用本小程序服务之前,仔细阅读并充分理解本协议的全部内容。您点击"同意"或实际使用本小程序服务,即视为您已阅读、理解并同意接受本协议的约束。</p>
<h3>二、服务内容</h3>
<p>本小程序为用户提供以下服务:</p>

View File

@@ -293,7 +293,7 @@ const Login = () => {
<View className='login-content'>
{/* Logo 和标题 */}
<View className='login-header'>
<Text className='login-title'></Text>
<Text className='login-title'></Text>
<Text className='login-subtitle'></Text>
</View>