forked from FOSS/BangleApps
parent
9753795231
commit
4bca60e070
|
@ -1,3 +1,5 @@
|
|||
const storage = require("Storage");
|
||||
|
||||
const SCREEN_WIDTH = g.getWidth();
|
||||
const SCREEN_HEIGHT = g.getHeight();
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"name": "Dutch Clock",
|
||||
"shortName":"Dutch Clock",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "A clock that displays the time the way Dutch people would respond when asked what time it is",
|
||||
"version":"0.02",
|
||||
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
||||
"type": "clock",
|
||||
"tags": "clock,dutch,text",
|
||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
(function(back) {
|
||||
const storage = require("Storage");
|
||||
|
||||
const VARIANT_EXACT = 'exact';
|
||||
const VARIANT_APPROXIMATE = 'approximate';
|
||||
const VARIANT_HYBRID = 'hybrid';
|
||||
|
|
Loading…
Reference in New Issue