Skip to content

Commit

Permalink
Feat: [/lib.js] open method
Browse files Browse the repository at this point in the history
  • Loading branch information
laobingm committed Oct 10, 2019
1 parent b23d69d commit d48e73b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,4 +812,9 @@ module.exports = {
get_seconds: get_seconds, // 返回秒
set_volume: set_volume, // 设置设备音量
set_runing_tip: set_runing_tip, // 通知栏提示内容设置
key_event: key_event,
string2date: string2date,
get_last_month_year: get_last_month_year,
count_work_day: count_work_day,
set_runing_tip_position: set_runing_tip_position,
}

0 comments on commit d48e73b

Please sign in to comment.