tadcode-wpsjs 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # tadcode-wpsjs
2
2
 
3
+ wps官方文档[**AirScript文档**](https://airsheet.wps.cn/docs/apitoken/intro.html)
4
+
3
5
  ## 应用
4
6
 
5
7
  用于学习wpsjsapi,远程调用wpsjsapi。
@@ -14,6 +16,14 @@
14
16
 
15
17
  `npm install tadcode-wpsjs` 或 `bun install tadcode-wpsjs`
16
18
 
19
+ ## 获取脚本令牌和webhook链接
20
+
21
+ ### 获取脚本令牌
22
+ ![脚本令牌](https://qn.cache.wpscdn.cn/asdocs/assets/apitoken.Dv10SGDp.png "脚本令牌")
23
+
24
+ ### webhook链接
25
+ ![webhook链接](https://qn.cache.wpscdn.cn/asdocs/assets/webhook.DnCJD55j.png "webhook链接")
26
+
17
27
  ## 案例
18
28
 
19
29
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tadcode-wpsjs",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {