We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fa394 commit cb63f66Copy full SHA for cb63f66
src/app/service/service_worker/index.ts
@@ -187,7 +187,7 @@ export default class ServiceWorkerManager {
187
if (details.reason === "install") {
188
chrome.tabs.create({ url: `${DocumentationSite}${localePath}/docs/use/install_comple` });
189
} else if (details.reason === "update") {
190
- const url = `${DocumentationSite}/docs/change/${ExtVersion.includes("-") ? "beta-changelog/" : ""}#${ExtVersion}`;
+ const url = `${DocumentationSite}${localePath}/docs/change/${ExtVersion.includes("-") ? "beta-changelog/" : ""}#${ExtVersion}`;
191
getCurrentTab()
192
.then((tab) => {
193
// 检查是否正在播放视频,或者窗口未激活
0 commit comments