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