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