Skip to content

Commit

Permalink
chore: change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Apr 30, 2023
1 parent 6f9bc92 commit 17d34b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (import.meta.hot) {
browser.runtime.onInstalled.addListener((detail) => {
if (detail.reason === 'install') {
browser.tabs.create({
url: 'https://www.baidu.com/s?wd=%E6%8E%A2%E7%B4%A2%E8%80%85%E5%B0%8F%E8%88%92%20ex.xiaoshu.app',
url: 'https://www.baidu.com/s?wd=%E6%8E%A2%E7%B4%A2%E8%80%85%E5%B0%8F%E8%88%92',
})
}
})
Expand Down

0 comments on commit 17d34b4

Please sign in to comment.