HEO添加加载动画

This commit is contained in:
tangly1024.com
2024-08-29 12:43:39 +08:00
parent 7b12ece1b7
commit a6d6127ea7
7 changed files with 90 additions and 26 deletions

View File

@@ -3,7 +3,8 @@ import { useRouter } from 'next/router'
import { useEffect, useState } from 'react'
/**
* 出现页面加载进度条
* 加载进度条
* NProgress实现
*/
export default function LoadingProgress() {
const router = useRouter()