Skip to content

Commit

Permalink
Merge pull request #26 from ipuppet/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ipuppet authored Jun 15, 2022
2 parents 4c71e16 + 3817303 commit 8abc454
Show file tree
Hide file tree
Showing 14 changed files with 656 additions and 463 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"name": "WAIO",
"version": "1.6.4",
"version": "1.6.6",
"author": "ipuppet",
"module": false
},
Expand Down
3 changes: 2 additions & 1 deletion scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {
TabBarController,
FileStorage,
Setting
} = require("./lib/easy-jsbox")
} = require("./libs/easy-jsbox")
const HomeUI = require("./ui/home")

// path
Expand Down Expand Up @@ -404,6 +404,7 @@ class Widget {

module.exports = {
run: () => {
//Widget.render("Calendar"); return
if ($app.env === $env.widget) {
Widget.render()
} else if ($app.env === $env.app) {
Expand Down
Loading

0 comments on commit 8abc454

Please sign in to comment.