jcloude/press/config/desktop.py
2025-12-23 21:23:54 +08:00

19 lines
307 B
Python

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