mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-09 02:36:36 +08:00
fix: 更新客服联系方式和产品价格信息
- 统一修改客服支持提示信息为"备注ai获取专属客服支持" - 更新会员套餐价格和描述信息 - 替换模型排行榜iframe为openrouter链接 - 调整内容截断长度从2000到10000字符
This commit is contained in:
@@ -79,25 +79,16 @@ const models = [
|
||||
<h2 class="text-2xl font-semibold mb-4 text-center">
|
||||
热门大模型价格实时排行榜
|
||||
</h2>
|
||||
<div class="rounded-2xl shadow-lg overflow-hidden border border-gray-200">
|
||||
<iframe
|
||||
|
||||
src="https://easyllm.site/static/models.html"
|
||||
|
||||
width="100%"
|
||||
height="700"
|
||||
class="w-full"
|
||||
loading="lazy"
|
||||
sandbox="allow-scripts allow-same-origin allow-popups"
|
||||
/>
|
||||
<div class="rounded-2xl shadow-lg overflow-hidden border border-gray-200 flex justify-center items-center p-4">
|
||||
<a href="https://openrouter.ai/models">https://openrouter.ai/models</a>
|
||||
</div>
|
||||
<p class="text-sm text-center text-gray-500 mt-2">
|
||||
来源:LMSYS Chatbot Arena 排行榜
|
||||
来源:openrouter 模型榜
|
||||
</p>
|
||||
</div>
|
||||
<div class="mt-8 text-center">
|
||||
<h2 class="text-2xl font-semibold mb-2">
|
||||
一口价订阅,最低仅需 <span class="text-red-500 text-3xl font-bold">19.9元/月</span> 起
|
||||
一口价订阅,最低仅需 <span class="text-red-500 text-3xl font-bold">21.9元/月</span> 起
|
||||
</h2>
|
||||
<p class="text-gray-600 mb-4">
|
||||
即解锁以上全部模型,随时切换,无需单独付费。
|
||||
|
||||
Reference in New Issue
Block a user