可信代码库-AI大模型模型推荐问题接口改造与对接

This commit is contained in:
付民康
2025-07-05 11:27:10 +08:00
parent ed107345b9
commit 845d72d9e4
4 changed files with 3 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
<template v-if="!isLogin">
<d-button @click="handleLogin('register')" class="min-w-[64px]">注册</d-button>
<d-button variant="solid" color="primary" @click="handleLogin('login')">Gitcode账号登录</d-button>
<d-button variant="solid" color="primary" @click="handleLogin('login')">可信开源代码库账号登录</d-button>
</template>
<template v-else>
<UserAvatar />