Skip to content

修改主题

找到 setting.js 文件

  • 修改主题色
bash

sideTheme: "theme-dark",

修改 Navbar.vue

  • 找到layout/components/Navbar.vue

把里面不需要的小功能注销掉

修改明亮度

  • 找到 app.vue 在里面写入即可

  • 修改

bash
localStorage.setItem("vueuse-color-scheme", "light");