0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. cherry-markdown
  2. /
  3. packages
  4. /
  5. vscodePlugin
  6. /
  7. src
  8. /
  9. handler
GGitHubrefactor(vscodePlugin): migrate build tool from webpack to rspack (#1579)
68017a4e创建于 2025年12月27日历史提交
文件最后提交记录最后更新时间
uploadFile.ts
refactor(vscodePlugin): migrate build tool from `webpack` to `rspack` (#1579) * refactor(vscodePlugin): migrate build tool from webpack to rspack * refactor(vscodePlugin): update rspack configuration and build scripts * chore: 统一管理 @types/node 依赖版本 * chore: 添加 skipLibCheck 配置以优化 TypeScript 编译性能 * refactor(i18n): improve localization strings for better clarity and consistency * refactor(vscodePlugin): enhance image upload options and styles, improve localization strings * refactor(vscodePlugin): 重构状态管理和事件处理,简化代码结构 * refactor(uploadFile): 优化上传文件处理逻辑,简化代码结构和错误处理 * refactor: 移除不必要的 TypeScript 依赖,优化依赖管理 * refactor(yarn): 移除不必要的 TypeScript 版本,优化依赖管理4 个月前