fix: help page

This commit is contained in:
zzc
2026-01-29 17:07:39 +08:00
parent 24d9bb1b01
commit 78ef633b1b
3 changed files with 11 additions and 10 deletions

View File

@@ -439,6 +439,8 @@ onReachBottom(() => {
} }
}); });
const handleLogind = async () => {};
const createCard = () => { const createCard = () => {
const id = generateObjectId(); const id = generateObjectId();
createCardTmp({ id }); createCardTmp({ id });

View File

@@ -22,7 +22,7 @@
</view> </view>
</view> </view>
<scroll-view scroll-y class="content-scroll"> <view class="content-scroll">
<!-- Quick Start --> <!-- Quick Start -->
<view class="section"> <view class="section">
<view class="section-header"> <view class="section-header">
@@ -138,7 +138,7 @@
</view> </view>
<view class="footer-copy">2026 丙午马年 · 官方出品</view> <view class="footer-copy">2026 丙午马年 · 官方出品</view>
</view> </view>
</scroll-view> </view>
</view> </view>
</template> </template>
@@ -161,7 +161,7 @@ const faqList = ref([
items: [ items: [
{ {
q: "如何分享给微信好友?", q: "如何分享给微信好友?",
a: "制作完成后,点击右下角“送出祝福”按钮,选择“发送给朋友”即可。您也可以保存为图片后在聊天对话框发送。", a: "制作完成后,点击右下角“分享给好友”按钮即可。您也可以保存为图片后在聊天对话框发送。",
}, },
{ {
q: "生成速度太慢怎么办?", q: "生成速度太慢怎么办?",
@@ -175,8 +175,8 @@ const faqList = ref([
expanded: false, expanded: false,
items: [ items: [
{ {
q: "如何更换头像边框?", q: "如何更换新的头像",
a: "在头像定制页面,左右滑动选择您喜欢的边框样式,点击保存即可。", a: "在头像定制页面,首先选择地图是微信头像或者系统头像,左边选择您喜欢的边框样式,右边选择头像挂饰,可移动位置,缩放大小,点击保存即可。",
}, },
], ],
}, },
@@ -187,7 +187,7 @@ const faqList = ref([
items: [ items: [
{ {
q: "每天可以抽取几次?", q: "每天可以抽取几次?",
a: "每位用户每天有3次免费抽取机会,分享给好友可获得额外机会。", a: "每位用户每天有1次免费抽取机会,分享给好友可获得额外机会。",
}, },
], ],
}, },
@@ -257,8 +257,6 @@ const toggleQuestion = (catIndex, itemIndex) => {
.search-box { .search-box {
padding: 20rpx 30rpx; padding: 20rpx 30rpx;
background: #fff; background: #fff;
position: sticky;
top: 0;
z-index: 10; z-index: 10;
} }
@@ -278,7 +276,8 @@ const toggleQuestion = (catIndex, itemIndex) => {
} }
.content-scroll { .content-scroll {
padding: 0 30rpx; width: 100%;
box-sizing: border-box;
} }
.section { .section {

View File

@@ -1,4 +1,4 @@
// const BASE_URL = 'https://apis.lihailezzc.com' // const BASE_URL = "https://api.ai-meng.com";
// const BASE_URL = 'http://127.0.0.1:3999' // const BASE_URL = 'http://127.0.0.1:3999'
const BASE_URL = "http://192.168.1.3:3999"; const BASE_URL = "http://192.168.1.3:3999";
// const BASE_URL = "http://192.168.31.253:3999"; // const BASE_URL = "http://192.168.31.253:3999";