wgt-node-utils 1.2.15 → 1.2.16
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.
- package/README.md +2 -2
- package/dist/bundle.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -247,10 +247,10 @@
|
|
|
247
247
|
| pageName | string | 静态页面文件名称 | 是 | -- |
|
|
248
248
|
| isMobile | boolean | 是否为手机设备 | 是 | -- |
|
|
249
249
|
|
|
250
|
-
|
|
250
|
+
#### getSdkF2eFiles // 获取sdk静态资源
|
|
251
251
|
#### 使用
|
|
252
252
|
```javascript
|
|
253
|
-
await wgtNodeUtils.
|
|
253
|
+
await wgtNodeUtils.getSdkF2eFiles(API_PATH, adsTagHref, ENV)
|
|
254
254
|
```
|
|
255
255
|
##### 参数说明:
|
|
256
256
|
|参数 | 类型 | 说明 | 是否必传 | 默认值 |
|