jcloude/press/config/desktop.py
2025-12-23 20:42:58 +08:00

19 lines
303 B
Python

# -*- coding: utf-8 -*-
from jingrow import _
def get_data():
return [
{
"module_name": "Press",
"category": "Modules",
"color": "grey",
"description": "Managed Jingrow Hosting",
"icon": "octicon octicon-rocket",
"type": "module",
"label": _("Press"),
"reverse": 1,
}
]