mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
9 lines
386 B
Vue
9 lines
386 B
Vue
<template>
|
||
<div class="flex flex-col gap-2 pt-3">
|
||
<div class="text-xl font-bold">上传速度如何计算</div>
|
||
<div class="opacity-75">
|
||
上传速度根据当前秒上传了 <b>文件区块的数量</b> * <b>每个文件区块的大小</b> 估算而来,可能与真实上传速度有一定的误差,仅供参考
|
||
</div>
|
||
</div>
|
||
</template>
|