UNPKG
miaow-thirdparty-plugin
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.1
第三方脚本文件处理,主要是用来重置任务
github.com/miaowjs/miaow-thirdparty-plugin
miaowjs/miaow-thirdparty-plugin
miaow-thirdparty-plugin
/
test
/
fixtures
/
thirdparty.js
5 lines
(4 loc)
•
67 B
JavaScript
View Raw
1
2
3
4
5
/** *
@thirdparty
*/
console
.
log
(
'this is a thirdparty script'
);