提交 1ff78c9f 编写于 作者: 璃白.'s avatar 璃白. 🌻

feat:优化loading时间

上级 bc526cd8
......@@ -95,7 +95,7 @@ export default defineComponent({
},
loadTime() {
const min = 500;
const max = 2000;
const max = 1000;
return Math.floor(Math.random() * (max - min) + min);
},
marked(content: string) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册