Code Monkey home page Code Monkey logo

autojs-dingtalk's People

Contributors

rxrw avatar skyer520 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

autojs-dingtalk's Issues

关于xbTime参数的疑惑

再次感谢大佬的分享, 我最近在fork代码做二开的时候发现这里有疑惑

let sbTime = sbHour * 3600 + sbMinute * 60 + sbSecond * 60;
let xbTime = xbHour * 3600 + xbMinute * 3600 + xbSecond * 3600;
let thisTime =
  currentTime.getHours() * 60 * 60 +
  currentTime.getMinutes() * 60 +
  currentTime.getSeconds();

当前项目中xbTime参数计算分钟和秒钟时为什么要乘以3600? 是不是应该乘以60?

关于天行api

第一次用天行,
天行api是否是https://www.tianapi.com/console/
里面的数据管理-我的密钥key
是否需要申请接口
我直接拿到那个密钥key,复制到config里面去,显示"TYPE ERROR can't read property 0 from xxxxx main.js#314"

关于该脚本的使用方法

您好,您在readme下面所写的使用方法略简单,能否提供一下完整的使用方法,我这边可以测试反馈

如何保持autojs进程持续执行???

首先感谢大佬的分享.

我想问一下项目是如何保持进程的自启动的? 使用tasker么?

之所以有这个疑问, 是因为我在测试启用的时候, 只是弹出了"不用打卡"就结束了.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.