mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:21:24 +00:00
fix: 去掉Free账号
This commit is contained in:
@@ -577,19 +577,10 @@
|
|||||||
/>
|
/>
|
||||||
<span class="text-sm text-gray-700">Claude Pro</span>
|
<span class="text-sm text-gray-700">Claude Pro</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="flex cursor-pointer items-center">
|
|
||||||
<input
|
|
||||||
v-model="form.subscriptionType"
|
|
||||||
class="mr-2"
|
|
||||||
type="radio"
|
|
||||||
value="claude_free"
|
|
||||||
/>
|
|
||||||
<span class="text-sm text-gray-700">Claude Free</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-2 text-xs text-gray-500">
|
<p class="mt-2 text-xs text-gray-500">
|
||||||
<i class="fas fa-info-circle mr-1" />
|
<i class="fas fa-info-circle mr-1" />
|
||||||
Pro 和 Free 账号不支持 Claude Opus 4 模型
|
Pro 账号不支持 Claude Opus 4 模型
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -1021,19 +1012,10 @@
|
|||||||
/>
|
/>
|
||||||
<span class="text-sm text-gray-700">Claude Pro</span>
|
<span class="text-sm text-gray-700">Claude Pro</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="flex cursor-pointer items-center">
|
|
||||||
<input
|
|
||||||
v-model="form.subscriptionType"
|
|
||||||
class="mr-2"
|
|
||||||
type="radio"
|
|
||||||
value="claude_free"
|
|
||||||
/>
|
|
||||||
<span class="text-sm text-gray-700">Claude Free</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-2 text-xs text-gray-500">
|
<p class="mt-2 text-xs text-gray-500">
|
||||||
<i class="fas fa-info-circle mr-1" />
|
<i class="fas fa-info-circle mr-1" />
|
||||||
Pro 和 Free 账号不支持 Claude Opus 4 模型
|
Pro 账号不支持 Claude Opus 4 模型
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user