KodExplorer/plugins/simpleClock/package.json

24 lines
492 B
JSON
Raw Normal View History

2017-08-23 19:40:27 +00:00
{
"id":"simpleClock",
"name":"clock",
"title":"时钟 clock",
2017-08-30 14:56:22 +00:00
"version":"1.1",
2017-08-23 19:40:27 +00:00
"source":{
"className":"font-icon icon-time bg-blue-6"
},
"description":"桌面时钟挂件(desktop widget)",
"auther":{
"copyright":"kodcloud.",
"homePage":"http://www.kodcloud.com",
},
"configItem":{
"pluginAuth":{
"type":"userSelect",
"value":"all:1",
"display":"{{LNG.Plugin.config.auth}}",
"desc":"{{LNG.Plugin.config.authDesc}}",
"require":1
}
}
}