-
Notifications
You must be signed in to change notification settings - Fork 516
升级项目基础依赖,优化构建流程、开发体验 #590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
升级项目基础依赖,优化构建流程、开发体验 #590
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2788
reviewed
Aug 29, 2022
packages/dev-test/.gitignore
Outdated
.umi-test | ||
.env.local | ||
dist | ||
es |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有 es 和 dist 文件吗
if (deadline > 0) return | ||
// 基于当前时间加上 3600s | ||
setDeadline(Math.floor(Date.now() / 1000) + 3600) | ||
},[deadline]) | ||
}, [deadline]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不知道这里的上下文是什么,最好不要写这种 reaction 的代码吧。。
yinxulai
added a commit
that referenced
this pull request
Mar 28, 2024
* 升级项目基础依赖,优化构建流程、开发体验 (#590) * merge qiniu/master * 细节调整 * 将大量私有的方法标记为 deprecated & 更新文档 * 调试 workflow actions * 为 upload 的上传结果添加泛型 * 基本完成 * 移除一些非必要的文件及改动 * build 不应该使用 parallel * 添加 vscode workspace 配置文件 * update dev-test package.json * 针对 iife 输出 umd 格式 * update * just move files * init common package * 公共逻辑基本完成 * 微信 SDK 基本完成 * 优化错误和最终结果处理 * 添加微信小程序 example * 更好的类型名称以及移除 UploadBlob 的导出 * 移除微信小程序 SDK 直传 base64 的支持 * 调整示例目录结构和位置 * 错误处理等细节调整 * 添加鸿蒙基本实现(仅支持分片上传) * 为 queue 添加基本的单元测试 * UploadFile 设计内敛 * update lock * fix bug * update actions * fix typo * update package info * 移除与本次无关的浏览器端代码 * 补充上传时指定 key 和 mimetype 的能力 * 补充配置文件 * 添加自定义变量&metadata支持 * 更新配置文件 * 添加浏览器和 react-native 支持 * 添加 rn examples * 暂时移除 rn * 鸿蒙细节调整 * 添加鸿蒙系统兼容性检查 * 添加 browser example * 细节调整 * browser 添加 webWorker 演示 * 浏览器端文件名处理优化 * 优化鸿蒙的文件类型处理 * 优化鸿蒙底层文件处理 * 添加 uploadHosts 支持 * 更新说明文档 * update readme & changelog * 添加 v1 分片上传支持 * 优化类型信息 * add Progress export * fix ohpm install command in radme.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
注意
改动
/packages/qiniu-js
下/site
现在挪到了/packages/dev-test
下,承担开发调试的作用root
下,更新了对应的配置以及 package.json scripts