@digshare/script
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -8,2 +8,4 @@ /// <reference types="node" /> | ||
url: string; | ||
title?: string; | ||
image?: string; | ||
description?: string; | ||
@@ -10,0 +12,0 @@ })[]; |
@@ -21,2 +21,4 @@ /// <reference types="node" /> | ||
url: string; | ||
title?: string; | ||
image?: string; | ||
description?: string; | ||
@@ -23,0 +25,0 @@ })[]; |
@@ -9,2 +9,4 @@ // Generated by dts-bundle-generator v6.5.0 | ||
url: string; | ||
title?: string; | ||
image?: string; | ||
description?: string; | ||
@@ -98,2 +100,4 @@ })[]; | ||
url: string; | ||
title?: string; | ||
image?: string; | ||
description?: string; | ||
@@ -100,0 +104,0 @@ })[]; |
{ | ||
"name": "@digshare/script", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"author": "Chengdu Enverse Technology Co., Ltd.", | ||
@@ -5,0 +5,0 @@ "main": "bld/library/index.js", |
@@ -37,2 +37,4 @@ # 盯梢 {script} | ||
[在线编辑器提供了少量 npm 包](https://docs.dingshao.cn/script-manual/online-editor/available-npm-packages),同时提供了全局的 `fetch` API(`node-fetch`)供开发者使用。如果您想使用更多 npm 包,建议通过本地构建上传,参考[盯梢脚本模板](https://github.com/digshare/digshare-script-template)。 | ||
## 使用参考 | ||
@@ -39,0 +41,0 @@ |
@@ -14,2 +14,4 @@ import {serialize} from 'bson'; | ||
url: string; | ||
title?: string; | ||
image?: string; | ||
description?: string; | ||
@@ -16,0 +18,0 @@ } |
@@ -23,2 +23,4 @@ import {ScriptContext} from './context'; | ||
url: string; | ||
title?: string; | ||
image?: string; | ||
description?: string; | ||
@@ -25,0 +27,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82953
50
970
106