This commit is contained in:
hailin 2025-04-01 10:52:10 +08:00
parent ca74fa086a
commit 4b7d3600ec
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
// // 请求部署状态
// let statusText = '';
// let progress = '0%';
let statusText = '';
let progress = '0%';
// let data: any;
// try {