Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
张凡 committed Dec 20, 2022
1 parent bde1439 commit 6839037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/上班打卡.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let GPS = require('./定位');
let singletonRequire = require('../lib/SingletonRequirer.js')(runtime, this)
let Timers = singletonRequire("Timers")
let floatyInstance = singletonRequire('FloatyUtil')
let unlocker = require('./lib/Unlock.js')
let unlocker = require('../lib/Unlock.js')

/**
* 默认地球半径,赤道半径(单位m)
Expand Down
2 changes: 1 addition & 1 deletion core/下班打卡.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var common = require('./工具方法.js');
let singletonRequire = require('../lib/SingletonRequirer.js')(runtime, this)
let floatyInstance = singletonRequire('FloatyUtil')
let unlocker = require('./lib/Unlock.js')
let unlocker = require('../lib/Unlock.js')

module.exports = {
run() {
Expand Down

0 comments on commit 6839037

Please sign in to comment.