fix: 增加用户角色标识与优化产品页
This commit is contained in:
@@ -31,6 +31,9 @@ const models = [
|
||||
意心AI 为您集成市面上热门模型,订阅即享多模型使用权限,无需额外购买,真正做到一步到位。
|
||||
</p>
|
||||
|
||||
<h2 class="text-2xl font-semibold mb-4 text-center">
|
||||
热门大模型价格排行榜
|
||||
</h2>
|
||||
<div class="bg-white shadow rounded-2xl overflow-hidden">
|
||||
<table class="w-full table-auto border-collapse">
|
||||
<thead class="bg-gray-100">
|
||||
@@ -39,7 +42,7 @@ const models = [
|
||||
模型
|
||||
</th>
|
||||
<th class="px-4 py-2 text-left text-sm font-semibold text-gray-700">
|
||||
市价(元/月)
|
||||
市价( 美元/M token)
|
||||
</th>
|
||||
<th class="px-4 py-2 text-left text-sm font-semibold text-gray-700">
|
||||
简介
|
||||
@@ -62,6 +65,24 @@ const models = [
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="mt-16">
|
||||
<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>
|
||||
<p class="text-sm text-center text-gray-500 mt-2">
|
||||
来源:LMSYS Chatbot Arena 排行榜
|
||||
</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">49.9元/月</span>
|
||||
|
||||
Reference in New Issue
Block a user