component-shipinlv 1.3.2 → 1.3.4

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.
@@ -91,7 +91,7 @@ var VideoPublishAccountManageHomePage = function VideoPublishAccountManageHomePa
91
91
  _useState4 = _slicedToArray(_useState3, 2),
92
92
  openMenuItems = _useState4[0],
93
93
  setOpenMenuItems = _useState4[1];
94
- var onOpen = function onOpen(url) {
94
+ var onOpen = function onOpen(key) {
95
95
  // window.getBridge()?.openVideoAccountBrowser(
96
96
  // accountDetail.platform,
97
97
  // '',
@@ -107,7 +107,7 @@ var VideoPublishAccountManageHomePage = function VideoPublishAccountManageHomePa
107
107
  nickname: accountDetail.nickname,
108
108
  chromeProfileName: accountDetail.chromeProfileName,
109
109
  taskId: 0,
110
- url: url,
110
+ url: 'https://creator.douyin.com/creator-micro/content/manage',
111
111
  proxyInfo: accountDetail.proxyInfo,
112
112
  isOpen: true
113
113
  }, false);
@@ -118,7 +118,7 @@ var VideoPublishAccountManageHomePage = function VideoPublishAccountManageHomePa
118
118
  case 'douyin':
119
119
  setOpenMenuItems([{
120
120
  label: '创作者中心(发视频)',
121
- key: 'https://creator.douyin.com/'
121
+ key: 'douyin-create'
122
122
  }]);
123
123
  break;
124
124
  case 'tiktok':
@@ -489,7 +489,7 @@ var PublishTaskPlanClass = /*#__PURE__*/function () {
489
489
  platformAccountId: query.platformVideoAccountId,
490
490
  nickname: query.nickname,
491
491
  taskId: query.taskInfo.taskId,
492
- url: 'https://creator.douyin.com/creator-micro/home',
492
+ url: 'https://creator.douyin.com/creator-micro/content/upload',
493
493
  chromePath: settingConfig.chromePath,
494
494
  chromeProfileName: query.chromeProfileName,
495
495
  isOpen: query.open
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",