Please note that all scripts are fully protected by copyright law. All scripts are available only for private, personal use and not for any other form of wider distribution. You are not allowed to ...
├── src/ │ ├── popup.ts # 主界面逻辑 │ ├── qr-generator.ts # 二维码生成器 │ ├── favorites-manager.ts # 收藏管理器 │ ├── storage-service.ts # 存储服务 │ └── types.ts # 类型定义 ├── styles/popup.css # 样式文件 ├── popup.html # ...