@neysf/qiyu-web-sdk 1.0.0 → 1.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.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -0
- package/es/index.js +2 -1
- package/package.json +1 -1
- package/.idea/inspectionProfiles/profiles_settings.xml +0 -5
- package/.idea/modules.xml +0 -8
- package/.idea/qiyu-web-sdk.iml +0 -12
- package/.idea/vcs.xml +0 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -24,6 +24,7 @@ import YSF from '@neysf/qiyu-web-sdk';
|
|
|
24
24
|
/**
|
|
25
25
|
* 第一个参数是 企业 appkey
|
|
26
26
|
* 第二个参数是 配置参数
|
|
27
|
+
* 第三个参数 环境配置 默认普通企业,传入overseas为海外企业
|
|
27
28
|
*/
|
|
28
29
|
|
|
29
30
|
YSF.init('f13509f5e8b8e1fbb388b3ddbee238c2', {
|
|
@@ -43,6 +44,7 @@ YSF.init('f13509f5e8b8e1fbb388b3ddbee238c2', {
|
|
|
43
44
|
|---|---|---| ---| ---|
|
|
44
45
|
| 第一个参数(appkey) | String | 企业 appkey | 是 | -- |
|
|
45
46
|
| 第二个参数(配置) | Object | sdk 入口配置 | 否 | -- |
|
|
47
|
+
| 第三个参数(配置) | String | 普通企业不需要传,海外版本企业:'overseas' | 否 | -- |
|
|
46
48
|
|
|
47
49
|
|
|
48
50
|
|
package/es/index.js
CHANGED
package/package.json
CHANGED
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/qiyu-web-sdk.iml" filepath="$PROJECT_DIR$/.idea/qiyu-web-sdk.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/.idea/qiyu-web-sdk.iml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
</content>
|
|
9
|
-
<orderEntry type="inheritedJdk" />
|
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
</component>
|
|
12
|
-
</module>
|