更新小程序所有页面及配置文件,将项目名称从“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()

View File

@@ -1,4 +1,4 @@
<!--Soul创业派对 - 头像昵称引导页,仅头像+昵称-->
<!--卡若创业派对 - 头像昵称引导页,仅头像+昵称-->
<view class="page">
<view class="nav-bar" style="padding-top: {{statusBarHeight}}px;">
<view class="nav-back" bindtap="goBack"><icon name="chevron-left" size="44" color="rgba(255,255,255,0.8)" customClass="back-icon"></icon></view>

View File

@@ -1,4 +1,4 @@
/* Soul创业派对 - 头像昵称引导页 */
/* 卡若创业派对 - 头像昵称引导页 */
.page {
background: #050B14;
min-height: 100vh;