mirror of
https://github.com/hequan2017/seal.git
synced 2026-05-03 00:23:29 +08:00
v0.3.1 增加后台 django-simpleui 模板
This commit is contained in:
55
static/admin/simpleui-x/theme/theme.js
Normal file
55
static/admin/simpleui-x/theme/theme.js
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user