Skip to content

Instantly share code, notes, and snippets.

@lulee007
lulee007 / cloudSettings
Last active April 12, 2019 14:25
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-04-12T14:25:31.374Z","extensionVersion":"v3.2.8"}
@lulee007
lulee007 / wechat_jump_game.js
Last active February 12, 2023 14:39
微信跳一跳 auto.js 脚本
// clone from https://github.com/wangshub/wechat_jump_game
// http://www.autojs.org/assets/uploads/files/1514787928375-wechatjumpingai.js
auto();
if (!requestScreenCapture()) {
toast("请求截图失败");
exit();
}
var window = floaty.window(
<frame>
<button id = "action" text = "开始运行" w = "90" h = "40" bg = "#77ffffff" />
@lulee007
lulee007 / cnodejs.apib
Created June 8, 2016 07:54
CNodejs 基本的数据接口
FORMAT: 1A
HOST: http://cnodejs.org/api/v1
# CNodejs API
欢迎使用 **CNodejs** API ,这些 API 提供了访问 **CNodejs** 基本的数据接口。
# Group 主题
CNodejs 主题部分的资源集合
## Topics [/topics{?page,tab,limit,mdrender,accesstoken,title,content}]