diff --git a/Yi.Abp.Net8/publish_02.zip b/Yi.Abp.Net8/publish_02.zip new file mode 100644 index 00000000..3eddf8d9 Binary files /dev/null and b/Yi.Abp.Net8/publish_02.zip differ diff --git a/Yi.Abp.Net8/publish_demo_02.zip b/Yi.Abp.Net8/publish_demo_02.zip new file mode 100644 index 00000000..5f6e0ff3 Binary files /dev/null and b/Yi.Abp.Net8/publish_demo_02.zip differ diff --git a/Yi.Ai.Vue3/.claude/settings.json b/Yi.Ai.Vue3/.claude/settings.json new file mode 100644 index 00000000..8f592c09 --- /dev/null +++ b/Yi.Ai.Vue3/.claude/settings.json @@ -0,0 +1,7 @@ +{ + "env": { + "ANTHROPIC_AUTH_TOKEN": "sk-lVcGFMOQfXYtZWp1rD4SaBNDNpM270UX2wDqWh", + "ANTHROPIC_BASE_URL": "https://api.token-ai.cn", + "ANTHROPIC_MODEL": "gpt-4o-mini" + } +} \ No newline at end of file diff --git a/Yi.Ai.Vue3/publish_aihub_02.zip b/Yi.Ai.Vue3/publish_aihub_02.zip new file mode 100644 index 00000000..f7aa7f94 Binary files /dev/null and b/Yi.Ai.Vue3/publish_aihub_02.zip differ diff --git a/Yi.Ai.Vue3/src/assets/images/wx.png b/Yi.Ai.Vue3/src/assets/images/wx.png new file mode 100644 index 00000000..09532350 Binary files /dev/null and b/Yi.Ai.Vue3/src/assets/images/wx.png differ diff --git a/Yi.Ai.Vue3/src/components/LoginDialog/index.vue b/Yi.Ai.Vue3/src/components/LoginDialog/index.vue index 31e67faf..615de08d 100644 --- a/Yi.Ai.Vue3/src/components/LoginDialog/index.vue +++ b/Yi.Ai.Vue3/src/components/LoginDialog/index.vue @@ -208,7 +208,7 @@ function openContact() { 微信二维码 @@ -218,7 +218,7 @@ function openContact() { 微信二维码 diff --git a/Yi.Ai.Vue3/src/components/ProductPackage/index.vue b/Yi.Ai.Vue3/src/components/ProductPackage/index.vue index b666bfa2..ed7d0d1d 100644 --- a/Yi.Ai.Vue3/src/components/ProductPackage/index.vue +++ b/Yi.Ai.Vue3/src/components/ProductPackage/index.vue @@ -242,15 +242,8 @@ function onClose() { @@ -580,7 +555,8 @@ function onClose() { width: 100%; border-collapse: collapse; - .table-header, .table-row { + .table-header, + .table-row { display: table-row; } @@ -620,13 +596,16 @@ function onClose() { border-radius: 8px; padding: 16px; transition: all 0.3s; - + cursor: pointer; &.selected { border: 3px solid #fde19d; background-image: url('@/assets/images/product_background.svg'); - background-repeat: no-repeat; /* 按需设置是否重复 */ - background-size: cover; /* 按需设置背景图尺寸适配方式,比如 cover、contain 等 */ - background-position: bottom; /* 按需设置背景图位置 */ + background-repeat: no-repeat; + /* 按需设置是否重复 */ + background-size: cover; + /* 按需设置背景图尺寸适配方式,比如 cover、contain 等 */ + background-position: bottom; + /* 按需设置背景图位置 */ box-shadow: 0 4px 6px -1px #fff4e3; } @@ -767,6 +746,7 @@ function onClose() { /* 桌面端样式 */ .desktop-layout { .package-card { + cursor: pointer; position: relative; width: calc(50% - 0.5rem); border: 1px solid #e5e7eb; @@ -782,9 +762,12 @@ function onClose() { &.selected { border: 3px solid #fde19d; background-image: url('@/assets/images/product_background.svg'); - background-repeat: no-repeat; /* 按需设置是否重复 */ - background-size: cover; /* 按需设置背景图尺寸适配方式,比如 cover、contain 等 */ - background-position: bottom; /* 按需设置背景图位置 */ + background-repeat: no-repeat; + /* 按需设置是否重复 */ + background-size: cover; + /* 按需设置背景图尺寸适配方式,比如 cover、contain 等 */ + background-position: bottom; + /* 按需设置背景图位置 */ box-shadow: 0 4px 6px -1px #fff4e3; } @@ -953,7 +936,8 @@ function onClose() { overflow-x: auto; white-space: nowrap; - .table-header, .table-row { + .table-header, + .table-row { display: table; width: 100%; table-layout: fixed; diff --git a/Yi.Ai.Vue3/src/components/SupportModelProducts/indexl.vue b/Yi.Ai.Vue3/src/components/SupportModelProducts/indexl.vue index b31b8047..92cc3993 100644 --- a/Yi.Ai.Vue3/src/components/SupportModelProducts/indexl.vue +++ b/Yi.Ai.Vue3/src/components/SupportModelProducts/indexl.vue @@ -97,7 +97,7 @@ const models = [

- 一口价订阅,仅需 19.9元/月 起 + 一口价订阅,最低仅需 19.9元/月

即解锁以上全部模型,随时切换,无需单独付费。 diff --git a/Yi.Ai.Vue3/src/components/modeList/index.vue b/Yi.Ai.Vue3/src/components/modeList/index.vue index d5f7dc77..5c4fb330 100644 --- a/Yi.Ai.Vue3/src/components/modeList/index.vue +++ b/Yi.Ai.Vue3/src/components/modeList/index.vue @@ -72,7 +72,7 @@ function openContact() {

- 一口价订阅,仅需 9.9元/月 + 一口价订阅,最低仅需 9.9元/月

即解锁以上全部模型,随时切换,无需单独付费。 diff --git a/Yi.Ai.Vue3/src/components/userPersonalCenter/components/APIKeyManagement.vue b/Yi.Ai.Vue3/src/components/userPersonalCenter/components/APIKeyManagement.vue index 4f216746..87210572 100644 --- a/Yi.Ai.Vue3/src/components/userPersonalCenter/components/APIKeyManagement.vue +++ b/Yi.Ai.Vue3/src/components/userPersonalCenter/components/APIKeyManagement.vue @@ -247,6 +247,7 @@ onMounted(async () => { href="https://ccnetcore.com/article/3a1bc4d1-6a7d-751d-91cc-2817eb2ddcde" target="_blank" class="flex items-center gap-2 group" + style="color: #E6A23C;" title="点击跳转玩法指南专栏" > 【意心Ai】AI工具玩法指南 @@ -261,7 +262,7 @@ onMounted(async () => {