v0.3.1 增加后台 django-simpleui 模板

This commit is contained in:
何全
2019-04-17 14:14:23 +08:00
parent 20fee9f36c
commit 15ed2fc3ec
193 changed files with 14306 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
var SimpleuiThemes = [
{
"text": "Default"
},
{
"text": "Simpleui-x",
"file": "simpleui.css"
},
{
"text": "Element-UI",
"file": "element.css"
},
{
"text": "layui",
"file": "layui.css"
}, {
"text": "Ant Design Pro",
"file": "ant.design.css"
}, {
"text": "Admin LTE",
"file": "admin.lte.css"
}, {
"text": "Highdmin",
"file": "highdmin.css"
}, {
"text": "Aircraft",
"file": "aircraft.css"
}, {
"text": "Purple",
"file": "purple.css"
}, {
"text": "Gray",
"file": "gray.css"
},
{
"text": "Dark green",
"file": "dark.green.css"
},
{
"text": "Orange",
"file": "orange.css"
},
{
"text": "Black",
"file": "black.css"
},
{
"text": "Green",
"file": "green.css"
},
{
"text": "Light",
"file": "light.css"
}
]