xuexitong-ppt-downloader/ ├── src/ │ ├── index.ts # 主入口,根据 URL 选择对应下载器 │ ├── config.ts # 性能配置选项 │ ├── types.ts # TypeScript 类型定义 │ ├── core/ # 核心业务逻辑 ...
Implementation is based on the MutationObserver and uses Mutation Events as a fall back if the first one is not supported, so there will be no polling unless DOM ...