We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a5eb6 commit 0b99e1bCopy full SHA for 0b99e1b
frontend/src/App.vue
@@ -10,7 +10,9 @@
10
<el-button @click="$router.push('/prices')" :type="$route.path === '/prices' ? 'primary' : ''">价格列表</el-button>
11
<el-button @click="$router.push('/providers')" :type="$route.path === '/providers' ? 'primary' : ''">模型厂商</el-button>
12
<el-button @click="$router.push('/model-types')" :type="$route.path === '/model-types' ? 'primary' : ''">模型类别</el-button>
13
- <el-button @click="() => window.open('https://www.sunai.net/t/topic/937', '_blank')">论坛反馈</el-button>
+ <a href="https://www.sunai.net/t/topic/937" target="_blank" rel="noopener noreferrer">
14
+ <el-button>论坛反馈</el-button>
15
+ </a>
16
</div>
17
18
<div class="auth-buttons">
0 commit comments