更新readme

This commit is contained in:
2025-12-02 17:04:50 +08:00
parent aaed2abfd8
commit 64bfb83f1f

View File

@@ -13,4 +13,19 @@ Electron加载Chrome拓展
# 多标签功能验证
# 应用打包加固验证
# 应用打包加固验证
# 项目结构
```
├───dist
├───node_modules
├───public
├───src
├───.gitignore
├───electron-builder.json
├───index.html
├───main.js
├───package-lock.json
├───package.json
├───README.md
```