We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af62bef commit 9cd3b15Copy full SHA for 9cd3b15
src/sync/common.ts
@@ -141,7 +141,7 @@ export async function createTabsForPlatforms(data: SyncData) {
141
} else {
142
const platformInfo = infoMap[info.name];
143
if (platformInfo) {
144
- tab = await chrome.tabs.create({ url: platformInfo.homeUrl });
+ tab = await chrome.tabs.create({ url: platformInfo.injectUrl });
145
}
146
147
// 等待标签页加载完成
0 commit comments