mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-05-02 22:11:29 +08:00
fix: 更新客服联系方式和产品价格信息
- 统一修改客服支持提示信息为"备注ai获取专属客服支持" - 更新会员套餐价格和描述信息 - 替换模型排行榜iframe为openrouter链接 - 调整内容截断长度从2000到10000字符
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<script lang="ts" setup>
|
||||
import { ElMessageBox } from 'element-plus';
|
||||
import SupportModelProducts from '@/components/SupportModelProducts/indexl.vue';
|
||||
|
||||
import wx from '/src/assets/images/wx.png'
|
||||
const wxSrc = computed(
|
||||
() => `/src/assets/images/wx.png`,
|
||||
() => wx,
|
||||
);
|
||||
// 微信群二维码
|
||||
const wxGroupQD = `/src/assets/images/wx.png`;
|
||||
const wxGroupQD = wx;
|
||||
const srcList = [
|
||||
wxGroupQD,
|
||||
];
|
||||
@@ -195,7 +195,7 @@ function openContact() {
|
||||
<div class="text-center relative">
|
||||
<h3 class="text-lg font-bold mb-3">
|
||||
请扫码加入微信交流群<br>
|
||||
获取专属客服支持
|
||||
备注ai获取专属客服支持
|
||||
</h3>
|
||||
<div class="mb-4 flex items-center justify-center space-x-2">
|
||||
<!-- <span class="font-semibold">站长微信账号:</span> -->
|
||||
|
||||
Reference in New Issue
Block a user