更新小程序所有页面及配置文件,将项目名称从“Soul创业派对”更改为“卡若创业派对”,确保品牌一致性。

This commit is contained in:
Alex-larget
2026-03-20 11:31:04 +08:00
parent 879314fce6
commit 0bc32deb94
48 changed files with 102 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
/**
* Soul创业派对 - 代付详情页
* 卡若创业派对 - 代付详情页
* 改造后:发起人支付,好友领取。支持单页模式引导、登录检测。
*/
const app = getApp()
@@ -331,7 +331,7 @@ Page({
if (ref) params.push(`ref=${encodeURIComponent(ref)}`)
if (params.length) path += '?' + params.join('&')
return {
title: '好友送你一篇好文 - Soul创业派对',
title: '好友送你一篇好文 - 卡若创业派对',
path
}
},
@@ -343,7 +343,7 @@ Page({
if (requestSn) params.push(`requestSn=${encodeURIComponent(requestSn)}`)
if (ref) params.push(`ref=${encodeURIComponent(ref)}`)
return {
title: '好友送你一篇好文 - Soul创业派对',
title: '好友送你一篇好文 - 卡若创业派对',
query: params.length ? params.join('&') : ''
}
}

View File

@@ -1,4 +1,4 @@
<!-- Soul创业派对 - 代付详情页(改造后:发起人支付,好友领取) -->
<!-- 卡若创业派对 - 代付详情页(改造后:发起人支付,好友领取) -->
<view class="page">
<view class="nav-bar" style="padding-top: {{statusBarHeight}}px;">
<view class="nav-content">
@@ -150,7 +150,7 @@
<view class="modal-content login-modal" catchtap="stopPropagation">
<view class="modal-close" bindtap="closeLoginModal"><icon name="x" size="36" color="#8e8e93"></icon></view>
<view class="login-icon"><icon name="lock" size="80" color="#00CED1"></icon></view>
<text class="login-title">登录 Soul创业派对</text>
<text class="login-title">登录 卡若创业派对</text>
<text class="login-desc">登录后可免费领取并阅读</text>
<button class="btn-wechat {{agreeProtocol ? '' : 'btn-wechat-disabled'}}" bindtap="handleWechatLogin" disabled="{{!agreeProtocol}}">
<text class="btn-wechat-icon">微</text>

View File

@@ -1,4 +1,4 @@
/* Soul创业派对 - 代付详情页(参考 yulan 深色主题、青绿主色) */
/* 卡若创业派对 - 代付详情页(参考 yulan 深色主题、青绿主色) */
.page {
min-height: 100vh;
background: #050505;

View File

@@ -1,5 +1,5 @@
/**
* Soul创业派对 - 我发起的代付(改造后:仅我发起的,含领取记录)
* 卡若创业派对 - 我发起的代付(改造后:仅我发起的,含领取记录)
*/
const app = getApp()
@@ -87,6 +87,6 @@ Page({
onShareAppMessage() {
const ref = app.getMyReferralCode?.() || app.globalData.userInfo?.referralCode || ''
const path = ref ? `/pages/gift-pay/list?ref=${encodeURIComponent(ref)}` : '/pages/gift-pay/list'
return { title: '我的代付 - Soul创业派对', path }
return { title: '我的代付 - 卡若创业派对', path }
}
})

View File

@@ -1,4 +1,4 @@
<!-- Soul创业派对 - 我的代付(改造后:仅我发起的,含领取记录) -->
<!-- 卡若创业派对 - 我的代付(改造后:仅我发起的,含领取记录) -->
<view class="page">
<view class="nav-bar" style="padding-top: {{statusBarHeight}}px;">
<view class="nav-content">

View File

@@ -1,4 +1,4 @@
/* Soul创业派对 - 我的代付 */
/* 卡若创业派对 - 我的代付 */
.page {
min-height: 100vh;
background: #000;

View File

@@ -1,5 +1,5 @@
/**
* Soul创业派对 - 代付领取详情(发起人查看:文章信息、领取人明细、剩余份数)
* 卡若创业派对 - 代付领取详情(发起人查看:文章信息、领取人明细、剩余份数)
*/
const app = getApp()

View File

@@ -1,4 +1,4 @@
<!-- Soul创业派对 - 代付领取详情(文章信息、领取人明细、剩余份数) -->
<!-- 卡若创业派对 - 代付领取详情(文章信息、领取人明细、剩余份数) -->
<view class="page">
<view class="nav-bar" style="padding-top: {{statusBarHeight}}px;">
<view class="nav-content">

View File

@@ -1,4 +1,4 @@
/* Soul创业派对 - 代付领取详情 */
/* 卡若创业派对 - 代付领取详情 */
.page {
min-height: 100vh;
background: #050505;