-
-
-
-
- AI 订阅服务
-
-
- 选择适合您需求的AI解决方案,释放人工智能的全部潜力
-
-
- 查看产品
-
-
-
-
-
-
+
+
+ 意心AI 订阅套餐
+
+
+ 市面罕见直连站点 · 不限速 · 无套路
+
-
-
-
-
- 产品对比
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 我们的产品
-
-
-
+
+
+
+ {{ plan.name }}
+
+
+ ¥{{ plan.price }}
+
+
+ {{ plan.period }}
+
+
+
+
-
-
-
-
- {{ product.highlight }}
-
-
-
-
-
-
-
-
-
-
{{ feature.title }}
-
{{ feature.description }}
-
-
-
-
-
-
-
-
- -
-
-
-
- {{ feature }}
-
-
-
- 立即订阅
-
-
-
-
+ 立即订阅
+
-
-
+
+
-
-
-
-
- 常见问题
-
-
-
-
-
-
{{ faq.question }}
-
{{ faq.answer }}
-
-
-
-
-
-
+
+ 充值流程说明
+
+
+
+ 如何充值 VIP
+
+
+ - 注册意社区账号(手机验证码,如收不到可联系站长)
+ - 添加站长微信,备注“AI”
+ - 完成充值后,重新登录,即可解锁全部功能
+
+
+
+
+
+
+
+ 常见问题
+
+
+
+
+ {{ faq.answer }}
+
+
+
-
diff --git a/Yi.Ai.Vue3/types/components.d.ts b/Yi.Ai.Vue3/types/components.d.ts
index 15e68aac..d34cc76e 100644
--- a/Yi.Ai.Vue3/types/components.d.ts
+++ b/Yi.Ai.Vue3/types/components.d.ts
@@ -10,12 +10,16 @@ declare module 'vue' {
export interface GlobalComponents {
AccountPassword: typeof import('./../src/components/LoginDialog/components/FormLogin/AccountPassword.vue')['default']
DeepThinking: typeof import('./../src/components/DeepThinking/index.vue')['default']
+ ElAlert: typeof import('element-plus/es')['ElAlert']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
+ ElCarousel: typeof import('element-plus/es')['ElCarousel']
+ ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
ElCollapse: typeof import('element-plus/es')['ElCollapse']
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElContainer: typeof import('element-plus/es')['ElContainer']
+ ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElForm: typeof import('element-plus/es')['ElForm']
@@ -25,13 +29,18 @@ declare module 'vue' {
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElMain: typeof import('element-plus/es')['ElMain']
+ ElPopover: typeof import('element-plus/es')['ElPopover']
+ ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
+ ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTag: typeof import('element-plus/es')['ElTag']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
FilesSelect: typeof import('./../src/components/FilesSelect/index.vue')['default']
IconSelect: typeof import('./../src/components/IconSelect/index.vue')['default']
+ Indexl: typeof import('./../src/components/SupportModelProducts/indexl.vue')['default']
LoginDialog: typeof import('./../src/components/LoginDialog/index.vue')['default']
+ ModeList: typeof import('./../src/components/modeList/index.vue')['default']
ModelSelect: typeof import('./../src/components/ModelSelect/index.vue')['default']
Popover: typeof import('./../src/components/Popover/index.vue')['default']
QrCodeLogin: typeof import('./../src/components/LoginDialog/components/QrCodeLogin/index.vue')['default']