19 lines
564 B
Python
19 lines
564 B
Python
{
|
|
"name": "Lucky Theme Backend",
|
|
"summary": "该皮肤模块现有功能:窗体支持编辑锁定功能",
|
|
"description": "该皮肤模块现有功能:窗体支持编辑锁定功能",
|
|
"author": "LuckyJie",
|
|
"website": "https://github.com/LuckyJie12",
|
|
"category": "Themes/Lucky Theme Backend",
|
|
"version": "18.0.0.1",
|
|
"depends": ["web"],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"lucky_theme_backend/static/src/**/*",
|
|
],
|
|
},
|
|
"installable": True,
|
|
"application": True,
|
|
"license": "AGPL-3",
|
|
}
|