mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-04-27 09:28:37 +00:00
feat: 新增opus4.6支持
This commit is contained in:
@@ -1488,6 +1488,13 @@
|
||||
|
||||
<!-- 快捷添加按钮 -->
|
||||
<div class="mt-3 flex flex-wrap gap-2">
|
||||
<button
|
||||
class="rounded-lg bg-violet-100 px-3 py-1 text-xs text-violet-700 transition-colors hover:bg-violet-200 dark:bg-violet-900/30 dark:text-violet-400 dark:hover:bg-violet-900/50"
|
||||
type="button"
|
||||
@click="addPresetMapping('claude-opus-4-6', 'claude-opus-4-6')"
|
||||
>
|
||||
+ Opus 4.6
|
||||
</button>
|
||||
<button
|
||||
class="rounded-lg bg-blue-100 px-3 py-1 text-xs text-blue-700 transition-colors hover:bg-blue-200 dark:bg-blue-900/30 dark:text-blue-400 dark:hover:bg-blue-900/50"
|
||||
type="button"
|
||||
@@ -3245,6 +3252,13 @@
|
||||
>
|
||||
+ Sonnet 4.5
|
||||
</button>
|
||||
<button
|
||||
class="rounded-lg bg-violet-100 px-3 py-1 text-xs text-violet-700 transition-colors hover:bg-violet-200 dark:bg-violet-900/30 dark:text-violet-400 dark:hover:bg-violet-900/50"
|
||||
type="button"
|
||||
@click="addPresetMapping('claude-opus-4-6', 'claude-opus-4-6')"
|
||||
>
|
||||
+ Opus 4.6
|
||||
</button>
|
||||
<button
|
||||
class="rounded-lg bg-purple-100 px-3 py-1 text-xs text-purple-700 transition-colors hover:bg-purple-200 dark:bg-purple-900/30 dark:text-purple-400 dark:hover:bg-purple-900/50"
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user