feat: 整体调节

This commit is contained in:
chenchun
2025-07-08 15:47:51 +08:00
parent 9408242726
commit 4e3edefb35
4 changed files with 50 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ const wxSrc = computed(
() => `${import.meta.env.VITE_WEB_BASE_API}/wwwroot/aihub/wx.png`,
);
// 微信群二维码
const wxGroupQD = 'https://ai.ccnetcore.com/prod-api/wwwroot/aihub/jlq.png';
const wxGroupQD = `${import.meta.env.VITE_WEB_BASE_API}/wwwroot/aihub/jlq.png`;
const srcList = [
wxGroupQD,
];
@@ -27,21 +27,21 @@ const pricing = [
'专属Api服务',
],
},
{
name: 'VIP + 邀请1人',
price: 49.9,
newPrice: 29.9,
period: '每人每月',
isPopular: true,
features: [
'需两人同时购买',
'基础+高级模型访问',
'AI超级加速',
'无限制使用',
'售后微信群支持',
'专属Api服务',
],
},
// {
// name: 'VIP + 邀请1人',
// price: 49.9,
// newPrice: 29.9,
// period: '每人每月',
// isPopular: true,
// features: [
// '需两人同时购买',
// '基础+高级模型访问',
// 'AI超级加速',
// '无限制使用',
// '售后微信群支持',
// '专属Api服务',
// ],
// },
{
name: 'VIP + 支持站长',
price: 69.9,
@@ -192,8 +192,9 @@ function openContact() {
市面罕见直连站点 · 不限速 · 无套路
</p>
<div class="grid md:grid-cols-3 gap-6">
<div class="grid md:grid-cols-3 gap-6 flex justify-center">
<el-card
style="width: 400px;"
v-for="(plan, index) in pricing"
:key="index"
class="rounded-2xl shadow hover:shadow-lg transition-all" :class="[plan.isPopular ? 'border-2 border-blue-500' : '']"
@@ -219,7 +220,7 @@ function openContact() {
class="mt-6 w-full"
type="primary"
size="large"
style="background: #D7BD8D;color: #191919;border: #191919"
style="background: #D7BD8D;color: white;border: #191919"
@click="openContact"
>
立即订阅
@@ -269,10 +270,10 @@ function openContact() {
<el-divider class="my-16">
加入群聊
</el-divider>
<el-collapse class="max-w-3xl mx-auto" accordion>
<el-collapse class="max-w-3xl mx-auto flex justify-center" accordion >
<el-image
style="width: 500px; height: auto"
:src="url"
style="width: 500px; height: auto;"
:src="wxGroupQD"
:zoom-rate="1.2"
:max-scale="7"
:min-scale="0.2"