Up version
pull/3560/head
Martin Pool 2024-09-03 23:12:02 +02:00
parent 9753795231
commit 4bca60e070
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
const storage = require("Storage");
const SCREEN_WIDTH = g.getWidth();
const SCREEN_HEIGHT = g.getHeight();

View File

@ -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"],

View File

@ -1,4 +1,6 @@
(function(back) {
const storage = require("Storage");
const VARIANT_EXACT = 'exact';
const VARIANT_APPROXIMATE = 'approximate';
const VARIANT_HYBRID = 'hybrid';