feat(release): v1.0.5 moved date under battery indicator
This commit is contained in:
parent
6d747ce22c
commit
2a620d7bb8
4
app.json
4
app.json
@ -1,12 +1,12 @@
|
||||
{
|
||||
"configVersion": "v2",
|
||||
"app": {
|
||||
"appId": 24808,
|
||||
"appId": 1065764,
|
||||
"appName": "VHS Watch",
|
||||
"appType": "watchface",
|
||||
"version": {
|
||||
"code": 1,
|
||||
"name": "1.0.4"
|
||||
"name": "1.0.5"
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"vender": "zepp",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vhs-watch",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "vhs watch for Zepp OS 3.0 (GTS 4)",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
import * as hmUI from '@zos/ui'
|
||||
import fontArray from '../fontData/secondaryFont'
|
||||
const moduleX = 50
|
||||
const moduleY = 10
|
||||
const moduleX = 225
|
||||
const moduleY = 50
|
||||
|
||||
export default function () {
|
||||
console.log("[modules]: date module init")
|
||||
|
Loading…
x
Reference in New Issue
Block a user