mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 21:29:31 +08:00
新增:更新halo.config.js 配置参数;
更新:更新项目UI框架; 修复:修复友链列表丢失白色背景色BUG;
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
function sleep(wait=500){
|
||||
let timid = null;
|
||||
if(wait==0) return Promise.resolve(true)
|
||||
clearTimeout(timid);
|
||||
return new Promise((res,rej)=>{
|
||||
timid = setTimeout(function() {
|
||||
|
||||
Reference in New Issue
Block a user