迁移部分内容
Some checks failed
test / Run tests (push) Failing after 55s
build / Build (push) Failing after 1m18s
Some checks failed
test / Run tests (push) Failing after 55s
build / Build (push) Failing after 1m18s
This commit is contained in:
16
example/cloudcat.js
Normal file
16
example/cloudcat.js
Normal file
@ -0,0 +1,16 @@
|
||||
// ==UserScript==
|
||||
// @name cloudscript
|
||||
// @namespace https://bbs.tampermonkey.net.cn/
|
||||
// @version 0.1.0
|
||||
// @description 可以导出成nodejs可执行的包,在云端执行
|
||||
// @author You
|
||||
// @crontab * * once * *
|
||||
// @cloudCat
|
||||
// @exportCookie domain=.scriptscat.org
|
||||
// ==/UserScript==
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
// Your code here...
|
||||
resolve();
|
||||
});
|
||||
|
Reference in New Issue
Block a user