style:将宁德时代欢迎弹窗换成全企业的

This commit is contained in:
Roe-xin
2026-03-04 22:19:14 +08:00
parent 00d37bdaf0
commit 67b1003831
2 changed files with 1 additions and 9 deletions

View File

@ -47,13 +47,6 @@ export function getWelcomeModalContent(logoUri?: string): string {
<!-- 按钮组 -->
<div class="button-group">
<button id="tutorialBtn" class="welcome-btn welcome-btn-secondary">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M8 2C4.7 2 2 4.7 2 8s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm0 10c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z" fill="currentColor"/>
<path d="M8 5v3l2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>
<span>查看使用教程</span>
</button>
<button id="welcomeStartBtn" class="welcome-btn welcome-btn-primary">
<span>开始使用</span>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
@ -209,7 +202,6 @@ export function getWelcomeModalStyles(): string {
/* 按钮组 */
.button-group {
display: flex;
gap: 12px;
}
.welcome-btn {