kongwenhao hai 3 meses
pai
achega
a280a58168
Modificáronse 1 ficheiros con 1 adicións e 11 borrados
  1. 1 11
      frontend/src/components/ScenePromptDialog/index.vue

+ 1 - 11
frontend/src/components/ScenePromptDialog/index.vue

@@ -10,16 +10,6 @@
           <!-- AI帮我写按钮 -->
           <div class="ai-help-button-container">
             <el-button type="primary" size="small" @click="handleAIHelp" :loading="aiLoading" class="ai-help-button">
-              <el-icon class="ai-icon">
-                <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
-                  <path
-                    d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
-                    fill="currentColor" />
-                  <path
-                    d="M512 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"
-                    fill="currentColor" />
-                </svg>
-              </el-icon>
               AI帮我写
             </el-button>
           </div>
@@ -159,7 +149,7 @@ const resetForm = () => {
 }
 
 .ai-help-button {
-  background: linear-gradient(135deg, #409eff 0%, #67c23a 100%);
+  background: #2957FF;
   border: none;
   border-radius: 20px;
   padding: 8px 16px;