fix(settings): 关于页直接展示公众号名称,去除复制链接引导
- config.js: articleUrl 替换为 officialAccount: '爱咖啡的人' - settings: 关于页「功能介绍」改为「公众号」直接展示名称,点击复制名称便于微信搜索关注 - 移除复制链接的底部 sheet 弹窗及对应样式
This commit is contained in:
@@ -193,6 +193,10 @@
|
||||
<text class="about-label">开发者</text>
|
||||
<text class="about-value about-link">{{appDeveloper}}</text>
|
||||
</view>
|
||||
<view class="about-row" bindtap="onCopyOfficialAccount">
|
||||
<text class="about-label">公众号</text>
|
||||
<text class="about-value about-link">{{appOfficialAccount}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="about-footer">
|
||||
<text class="about-copy">Made with ❤️ for better fitness</text>
|
||||
@@ -321,3 +325,5 @@
|
||||
</view>
|
||||
</ui-modal>
|
||||
</view>
|
||||
|
||||
<!-- 公众号名称直接在「关于」展示,点击复制名称,无需弹窗引导 -->
|
||||
|
||||
Reference in New Issue
Block a user