可信代码库-AI大模型未实现功能隐藏

This commit is contained in:
付民康
2025-05-23 10:40:01 +08:00
parent b6022a2084
commit ed5444213b
3 changed files with 74 additions and 74 deletions

View File

@@ -14,12 +14,12 @@
<span>AI对话</span>
</div>
</d-button>
<d-button class="jyh-button1" variant="solid" @click="handleLogin('login')">
<div class="flex flex-center">
<img style="height: 15px;margin-right: 8px" width="16" :src="icon_bbx" />
<span>百宝箱</span>
</div>
</d-button>
<!-- <d-button class="jyh-button1" variant="solid" @click="handleLogin('login')">-->
<!-- <div class="flex flex-center">-->
<!-- <img style="height: 15px;margin-right: 8px" width="16" :src="icon_bbx" />-->
<!-- <span>百宝箱</span>-->
<!-- </div>-->
<!-- </d-button>-->
</div>
</div>
<div class="g-toolbar-right gap-[12px] flex-grow-0 flex-shrink-0">
@@ -34,18 +34,18 @@
<span>升级产品</span>
</div>
</d-button>
<d-button class="jyh-button1" variant="solid" @click="handleLogin('login')">
<div class="flex flex-center">
<img style="height: 15px;margin-right: 8px" width="16" :src="icon_api" />
<span>API接口</span>
</div>
</d-button>
<d-button class="jyh-button1" variant="solid" @click="handleLogin('login')">
<div class="flex flex-center">
<img style="height: 15px;margin-right: 8px" width="16" :src="icon_helper" />
<span>帮助文档</span>
</div>
</d-button>
<!-- <d-button class="jyh-button1" variant="solid" @click="handleLogin('login')">-->
<!-- <div class="flex flex-center">-->
<!-- <img style="height: 15px;margin-right: 8px" width="16" :src="icon_api" />-->
<!-- <span>API接口</span>-->
<!-- </div>-->
<!-- </d-button>-->
<!-- <d-button class="jyh-button1" variant="solid" @click="handleLogin('login')">-->
<!-- <div class="flex flex-center">-->
<!-- <img style="height: 15px;margin-right: 8px" width="16" :src="icon_helper" />-->
<!-- <span>帮助文档</span>-->
<!-- </div>-->
<!-- </d-button>-->
<template v-if="!isLogin">
<d-button @click="handleLogin('register')" class="min-w-[64px]">注册</d-button>