Files
openwrt_packages/luci-app-lucky/root/usr/share/luci/menu.d/luci-app-lucky.json
2025-11-02 14:26:26 +08:00

15 lines
292 B
JSON

{
"admin/services/lucky": {
"title": "Lucky",
"order": 60,
"action": {
"type": "firstchild",
"preferred": "setting"
},
"depends": {
"acl": ["luci-app-lucky"],
"uci": {"lucky": true}
}
}
}