欢迎使用 {{ title }}
-
{{slogan}}
-
+
{{ slogan }}
+
+
+ AI聊天
+
+
+
+ AI-MJ绘画
+
+
+
+ AI-SD绘画
+
+
+
+ 思维导图
+
@@ -84,7 +99,7 @@ const init = () => {
requestAnimationFrame(animate);
// 使地球自转和公转
- earth.rotation.y += 0.001;
+ earth.rotation.y += 0.0006;
renderer.render(scene, camera);
};
@@ -117,27 +132,25 @@ const init = () => {
.content {
text-align: center;
position relative
+
h1 {
font-size: 5rem;
margin-bottom: 1rem;
}
+
p {
font-size: 1.5rem;
margin-bottom: 2rem;
}
- .btn {
- padding: 10px 20px;
- background-color: #fff;
- color: #007bff;
- border: none;
- border-radius: 5px;
+ .el-button {
+ padding: 25px 20px;
font-size: 1.3rem;
- cursor: pointer;
transition: all 0.3s ease;
- &:hover {
- background-color: #e6e6e6;
+ .iconfont {
+ font-size 1.6rem
+ margin-right 10px
}
}
diff --git a/web/src/views/MarkMap.vue b/web/src/views/MarkMap.vue
index 3d7ecc55..0bbeff37 100644
--- a/web/src/views/MarkMap.vue
+++ b/web/src/views/MarkMap.vue
@@ -23,7 +23,7 @@
请选择生成思维导图的AI模型