forked from FOSS/BangleApps
commit
405de6d6c0
|
@ -0,0 +1,2 @@
|
||||||
|
0.01: initial release
|
||||||
|
1.00: first official release (also fixes bug in Customizer)
|
|
@ -321,7 +321,7 @@
|
||||||
|
|
||||||
function chosenClockHands () {
|
function chosenClockHands () {
|
||||||
switch (ClockHands) {
|
switch (ClockHands) {
|
||||||
case 'simple': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-simpled-clock-hands/main/ClockHands.js')"
|
case 'simple': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-simple-clock-hands/main/ClockHands.js')"
|
||||||
case 'rounded': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-rounded-clock-hands/main/ClockHands.js')"
|
case 'rounded': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-rounded-clock-hands/main/ClockHands.js')"
|
||||||
case 'hollow': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-hollow-clock-hands/main/ClockHands.js')"
|
case 'hollow': return "require('https://raw.githubusercontent.com/rozek/banglejs-2-hollow-clock-hands/main/ClockHands.js')"
|
||||||
case 'custom': return "require('" + ClockHandsURL + "')"
|
case 'custom': return "require('" + ClockHandsURL + "')"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "ac_ac",
|
{ "id": "ac_ac",
|
||||||
"name": "A Configurable Analog Clock",
|
"name": "A Configurable Analog Clock",
|
||||||
"shortName":"Configurable Clock",
|
"shortName":"Configurable Clock",
|
||||||
"version":"0.03",
|
"version":"1.00",
|
||||||
"description": "AC-AC, a highly customizable analog clock with several clock faces, hands and complications to choose from",
|
"description": "AC-AC, a highly customizable analog clock with several clock faces, hands and complications to choose from",
|
||||||
"icon": "app-icon.png",
|
"icon": "app-icon.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
Loading…
Reference in New Issue