From b1cfe27a47b9f44c7846304ce920c8b844df2b1e Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 10 Oct 2025 10:55:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=86=99=E6=96=87=E7=AB=A0=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/DevelopNews.vue | 2 +- app/data/indexData.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/DevelopNews.vue b/app/components/DevelopNews.vue index 372389c..3284de2 100644 --- a/app/components/DevelopNews.vue +++ b/app/components/DevelopNews.vue @@ -72,7 +72,7 @@ const getArticleLink = (articleId: number): string => { return `http://www.yuxiit.com/news/news_${articleId}.html` } -// 获取显示的文章列表(每个分类显示前2篇文章,与原来jQuery版本保持一致) +// 获取显示的文章列表(每个分类显示前2篇文章) const getDisplayArticles = (articles: Article[]): Article[] => { return articles.slice(0, 2) } diff --git a/app/data/indexData.ts b/app/data/indexData.ts index b953cfe..2af4134 100644 --- a/app/data/indexData.ts +++ b/app/data/indexData.ts @@ -161,7 +161,6 @@ export const pageConfig = { '/js/jquery-1.10.2.js', '/js/bootstrap.min.js', '/js/index.js', - '/js/news.js', '/js/gopcOm.js' ], favicon: '/img/logoIco.ico',