|
@@ -241,6 +241,15 @@
|
|
|
</svg>
|
|
</svg>
|
|
|
<span class="submenu-label">{{ lang.ssQandA }}</span>
|
|
<span class="submenu-label">{{ lang.ssQandA }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="submenu-item" @click="handleToolClick('creative')" @mouseenter="hoveredTool = null"
|
|
|
|
|
+ @mouseleave="hoveredTool = null">
|
|
|
|
|
+ <svg class="submenu-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
|
|
|
+ <circle cx="12" cy="12" r="10"/>
|
|
|
|
|
+ <line x1="12" y1="8" x2="12" y2="16"/>
|
|
|
|
|
+ <line x1="8" y1="12" x2="16" y2="12"/>
|
|
|
|
|
+ </svg>
|
|
|
|
|
+ <span class="submenu-label">{{ lang.ssCreative }}</span>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="submenu" :class="{ visible: activeSubmenu === 'aiapp' }">
|
|
<div class="submenu" :class="{ visible: activeSubmenu === 'aiapp' }">
|