├── .gitignore ├── DingTalkClockIn.js ├── README.md └── config.json /.gitignore: -------------------------------------------------------------------------------- 1 | # Goland 2 | .idea -------------------------------------------------------------------------------- /DingTalkClockIn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yqchilde/DingTalkClockIn/HEAD/DingTalkClockIn.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yqchilde/DingTalkClockIn/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yqchilde/DingTalkClockIn/HEAD/config.json --------------------------------------------------------------------------------