2022-09-08 11:03:16 +08:00

31 lines
1010 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cic
目前chrome插进的代码都在source里面其他目录为迁徙的老代码还没整理完毕
# 说明
inject在development模式下无法正常使用暂时的解决办法注释掉`vue-cli-plugin-browser-extension/index.js`代码中的124行
```
webpackConfig.plugin('extension-reloader').use(ExtensionReloader, [{ entries, ...extensionReloaderOptions }])
```
详细原因参考:[issues](https://github.com/adambullmer/vue-cli-plugin-browser-extension/issues/120)
# 后续工作
popup界面增加联系方式。
开发一个独立的electron桌面版本使用socket调试app解决排查app问题的痛点。
防止别人篡改,必须混淆代码,增加修改难度,暂时不做加密。
适配插件版本(不紧急)
# 后续工作
目前使用的vue2开发的插件并且使用的是vue.config.js
后续打算使用vue3重写并且完全使用webpack进行打包配置以灵活应对打包配置关联项目
https://github.com/tidys/project-tool