Skip to content

Instantly share code, notes, and snippets.

View auqffniw's full-sized avatar

江志 auqffniw

  • 中国
View GitHub Profile
@auqffniw
auqffniw / 调试一个网友小代码.yaml
Last active January 2, 2018 07:08
与Script Lab共享
name: 调试一个网友小代码
description: ''
author: auqffniw
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {
@auqffniw
auqffniw / Blank snippet - 4.yaml
Created January 2, 2018 03:11
与Script Lab共享
name: Blank snippet - 4
description: ''
author: auqffniw
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {