yuthon_base/lucky_theme_backend/__manifest__.py
李鹏宇 cd653ce24c 1
2026-06-04 14:24:28 +08:00

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",
}