1 Star 2 Fork 1

Young/FTyping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
quasar-user-options.ts 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
import '@quasar/extras/material-icons/material-icons.css'
import { Notify } from 'quasar'
// To be used on app.use(Quasar, { ... })
// 获取本地内存中的主题
const theme = localStorage.getItem('theme') ? JSON.parse(localStorage.getItem('theme') as string).color : {
active: '#42b883',
error: '#ff6464',
text: '#213547',
btnText: '#ffffff',
bg: '#ffffff'
}
export default {
config: {
// 主题
brand: theme
},
plugins: {
Notify
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/moipha/f-typing.git
git@gitee.com:moipha/f-typing.git
moipha
f-typing
FTyping
main

搜索帮助