1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-07 08:25:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-01-28 18:46:52 +08:00
parent 00b6dda1c5
commit 67868ee32f

View File

@@ -6,7 +6,7 @@
"_locale": "zh_CN",
"background": {
"scripts": [
"assets/js/background.js"
"assets/js/background.js",
"pages/advanced-search/js/background.js"
]
},