mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 22:34:56 +08:00
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
export const DwStatus = {
|
|
ready: "就绪",
|
|
running: "运行中",
|
|
error: "错误",
|
|
done: "完成",
|
|
handle: "已下载,后续处理",
|
|
} |