You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.3 KiB
86 lines
2.3 KiB
{ |
|
"name": "top.mashiros.widget.nclocks", |
|
"version": "1.0.1", |
|
|
|
"title": { |
|
"en": "Clock Collections Plugin", |
|
"zh": "时钟合集插件" |
|
}, |
|
|
|
"description": { |
|
"en": "Cool collection of clocks for SAO Utils 2", |
|
"zh": "用于 SAO Utils 2的酷炫时钟集合" |
|
}, |
|
|
|
"author": { |
|
"name": "Mashiro_Sorata", |
|
"email": "mashiro_sorata@qq.com", |
|
"url": "http://www.mashiros.top/" |
|
}, |
|
|
|
"homepage": "https://nvg.dev/Mashiro_Sorata/nClocks", |
|
|
|
"bugs": { |
|
"email": "mashiro_sorata@qq.com", |
|
"url": "https://nvg.dev/Mashiro_Sorata/nClocks/issues" |
|
}, |
|
|
|
"engines": { |
|
"qt": "~5", |
|
"qt.quick": ">=2.12", |
|
"nvg.api": "~1" |
|
}, |
|
|
|
"resources": [ |
|
{ |
|
"location": "/nclocks/solars", |
|
"catalog": "widget", |
|
"title": { |
|
"en": "Solars Clock Widget", |
|
"zh": "太阳系时钟挂件" |
|
}, |
|
"preview": "preview/solars_clock.png", |
|
"entry": "qml/SolarsClock.qml" |
|
}, |
|
{ |
|
"location": "/nclocks/reflection", |
|
"catalog": "widget", |
|
"title": { |
|
"en": "Reflection Clock Widget", |
|
"zh": "倒影时钟挂件" |
|
}, |
|
"preview": "preview/reflection_clock.png", |
|
"entry": "qml/ReflectionClock.qml" |
|
}, |
|
{ |
|
"location": "/nclocks/round", |
|
"catalog": "widget", |
|
"title": { |
|
"en": "Round Clock Widget", |
|
"zh": "圆盘时钟挂件" |
|
}, |
|
"preview": "preview/round_clock.png", |
|
"entry": "qml/RoundClock.qml" |
|
}, |
|
{ |
|
"location": "/nclocks/text", |
|
"catalog": "widget", |
|
"title": { |
|
"en": "Text Clock Widget", |
|
"zh": "文字时钟挂件" |
|
}, |
|
"preview": "preview/text_clock.png", |
|
"entry": "qml/TextClock.qml" |
|
}, |
|
{ |
|
"location": "/nclocks/vecto", |
|
"catalog": "widget", |
|
"title": { |
|
"en": "Vecto Clock Widget", |
|
"zh": "Vecto时钟挂件" |
|
}, |
|
"preview": "preview/vecto_clock.png", |
|
"entry": "qml/VectoClock.qml" |
|
} |
|
] |
|
} |