@nger/fk-upload 1.0.198 → 1.0.200

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,8 +34,7 @@ tslib_1.__decorate([
34
34
  title: '状态',
35
35
  widget: {
36
36
  type: 'status',
37
- color: {},
38
- label: {}
37
+ options: []
39
38
  }
40
39
  }),
41
40
  (0, typeorm_1.Column)({
@@ -59,7 +59,7 @@ class EffectTask extends rabbitmq_1.Task {
59
59
  await (0, fs_extra_1.unlink)(filePath);
60
60
  }
61
61
  catch (e) { }
62
- await w7.manager.update(w7_1.W7ChatTopicEntity, task.topicId, { topicStyle: 7, thirdUrl: item.url, foreverUrl: task.uploadUrl });
62
+ await w7.manager.update(w7_1.W7ChatTopicEntity, task.topicId, { topicStyle: 7, thirdUrl: item.url, foreverUrl: uploadUrl });
63
63
  await complete();
64
64
  }
65
65
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.198",
3
+ "version": "1.0.200",
4
4
  "description": "nger fk upload",
5
5
  "main": "dist/electon.js",
6
6
  "types": "dist/core.d.ts",