Skip to content

Commit

Permalink
✨ feat: 支持内网语雀
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 13, 2021
1 parent 57c89b2 commit fc74744
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ export default defineConfig({
},
contentScripts: [
{
matches: ['https://yuque.com/*', 'https://www.yuque.com/*'],
matches: [
'https://yuque.com/*',
'https://www.yuque.com/*',
'https://yuque.antfin.com/*',
],
entries: ['@/contentScripts/index'],
},
],
Expand Down

0 comments on commit fc74744

Please sign in to comment.