瀏覽代碼

修改首页Header字体颜色和 “应用广场”按钮名称

Ryuiso 2 月之前
父節點
當前提交
354f6d52e7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/components/DeekSeekHome.tsx

+ 2 - 2
app/components/DeekSeekHome.tsx

@@ -104,7 +104,7 @@ const DeekSeek: React.FC = () => {
                                 }}
                                 key={index}
                             >
-                                <div style={{ whiteSpace: 'nowrap', marginRight: 20, color: '#98b4fa', cursor: 'pointer' }}>
+                                <div style={{ whiteSpace: 'nowrap', marginRight: 20, color: '#fff', cursor: 'pointer' }}>
                                     {item.title}
                                 </div>
                             </Dropdown>
@@ -129,7 +129,7 @@ const DeekSeek: React.FC = () => {
                                 window.open('https://llm.jkec.info:11431/deepseek/questionAnswer' + tokenParam, '_blank');
                             }}
                         >
-                            建科 • 小智开放平台
+                            应用广场
                         </button>
                     </div>
                 </div>