From ee8978d9fe0d45395540b7b29b62dfcced414f34 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Tue, 15 Jul 2025 17:44:54 +0800 Subject: [PATCH] update --- src/pages/news/[...slug].astro | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/pages/news/[...slug].astro b/src/pages/news/[...slug].astro index e4212e0..fa711db 100644 --- a/src/pages/news/[...slug].astro +++ b/src/pages/news/[...slug].astro @@ -1,8 +1,6 @@ --- import Layout from "../../layouts/Layout.astro"; import { getConfig } from '../../../utils/config' -import '../../assets/css1/style.css' -import '../../assets/css1/style5.css' import { newsDetail } from "../../../utils/rpc"; const { slug } = Astro.params; const config = getConfig(Astro) @@ -81,19 +79,24 @@ if (!data || code !== 0) {