@nger/fk-upload 1.0.131 → 1.0.132

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.
@@ -45,7 +45,7 @@ class EffectTask extends rabbitmq_1.Task {
45
45
  await (0, fs_extra_1.unlink)(task.path);
46
46
  }
47
47
  catch (e) { }
48
- await w7.manager.update(w7_1.W7ChatTopicEntity, task.topicId, { foreverUrl: task.uploadUrl });
48
+ await w7.manager.update(w7_1.W7ChatTopicEntity, task.topicId, { topicStyle: 7, foreverUrl: task.uploadUrl });
49
49
  await complete();
50
50
  }
51
51
  else {
package/docs.md CHANGED
@@ -9,6 +9,12 @@ Yang1989.
9
9
  http://49.235.92.214:8889/a31539ae/
10
10
  ```
11
11
 
12
+ ```
13
+ https://wx.jidujiaowang.com/web/index.php?c=user&a=login&
14
+ 撒母耳网络科技
15
+ goodnews9
16
+ ```
17
+
12
18
  ### manage url
13
19
 
14
20
  ```
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.131",
3
+ "version": "1.0.132",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",
7
+ "nger": {
8
+ "cover": [],
9
+ "menu": []
10
+ },
7
11
  "publishConfig": {
8
12
  "access": "public"
9
13
  },