mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-19 09:46:39 +08:00
feat: 更改 MJ 和 SD 菜单图标
This commit is contained in:
parent
c61d32816a
commit
00de18be9a
BIN
web/public/images/chat.png
Normal file
BIN
web/public/images/chat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
@ -42,7 +42,7 @@ import {ref} from "vue";
|
|||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const logo = '/images/logo.png';
|
const logo = '/images/logo.png';
|
||||||
const navs = ref([
|
const navs = ref([
|
||||||
{path: "/chat", icon: "wechat", title: "对话聊天"},
|
{path: "/chat", icon_path: "/images/chat.png", title: "对话聊天"},
|
||||||
{path: "/mj", icon_path: "/images/mj.png", title: "MJ 绘画"},
|
{path: "/mj", icon_path: "/images/mj.png", title: "MJ 绘画"},
|
||||||
{path: "/sd", icon_path: "/images/sd.png", title: "SD 绘画"},
|
{path: "/sd", icon_path: "/images/sd.png", title: "SD 绘画"},
|
||||||
{path: "/apps", icon: "menu", title: "应用中心"},
|
{path: "/apps", icon: "menu", title: "应用中心"},
|
||||||
@ -88,7 +88,7 @@ const changeNav = (item) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-items {
|
.nav-items {
|
||||||
margin-top 20px
|
margin-top 10px
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-bottom 15px
|
margin-bottom 15px
|
||||||
|
Loading…
Reference in New Issue
Block a user