add info alert

This commit is contained in:
2023-02-07 20:50:35 +01:00
parent 31f462721f
commit 4577a50d34
+1
View File
@@ -135,6 +135,7 @@ async function startWithList(contacts, device, selectedStore, audioAnalyse, aler
async function scheduleBookWithNumbers(startNumber, endNumber, selectedStore, pathToExcelFile = '/Users/lpan/Desktop/contact_all.xlsx', audioAnalyse = true, alertBeep = false) {
console.log("scheduleBookWithNumbers() called")
alert("定时成功")
schedule.scheduleJob('30 10 * * *', function () {
console.log("start startBookWithNumbers")
startBookWithNumbers(startNumber, endNumber, selectedStore, pathToExcelFile, audioAnalyse, alertBeep)