From a8b1ad286d4e11116c4f26ff9ea070d6adfee179 Mon Sep 17 00:00:00 2001
From: quantulr <35954003+quantulr@users.noreply.github.com>
Date: Mon, 6 Nov 2023 17:27:50 +0800
Subject: [PATCH] update
---
.env.production.local | 6 +-
.../academic-events/[articleId]/layout.tsx | 2 +-
.../academic-events/[articleId]/page.tsx | 6 +-
.../pages/[pageIndex]/layout.tsx | 6 +-
.../pages/[pageIndex]/page.tsx | 2 +-
.../announcements/[articleId]/layout.tsx | 2 +-
.../announcements/[articleId]/page.tsx | 6 +-
.../pages/[pageIndex]/layout.tsx | 6 +-
.../announcements/pages/[pageIndex]/page.tsx | 2 +-
.../branch-life-sketch/[articleId]/layout.tsx | 2 +-
.../branch-life-sketch/[articleId]/page.tsx | 6 +-
.../pages/[pageIndex]/layout.tsx | 6 +-
.../pages/[pageIndex]/page.tsx | 2 +-
.../general-news/[articleId]/layout.tsx | 2 +-
.../general-news/[articleId]/page.tsx | 6 +-
.../general-news/pages/[pageIndex]/layout.tsx | 6 +-
.../general-news/pages/[pageIndex]/page.tsx | 2 +-
.../media-scan/[articleId]/layout.tsx | 2 +-
.../media-scan/[articleId]/page.tsx | 6 +-
.../media-scan/pages/[pageIndex]/layout.tsx | 6 +-
.../media-scan/pages/[pageIndex]/page.tsx | 2 +-
.../recruitment/[articleId]/layout.tsx | 2 +-
.../recruitment/[articleId]/page.tsx | 6 +-
.../recruitment/pages/[pageIndex]/layout.tsx | 6 +-
.../recruitment/pages/[pageIndex]/page.tsx | 2 +-
.../research-progress/[articleId]/layout.tsx | 2 +-
.../research-progress/[articleId]/page.tsx | 6 +-
.../pages/[pageIndex]/layout.tsx | 6 +-
.../pages/[pageIndex]/page.tsx | 2 +-
.../[articleId]/layout.tsx | 2 +-
.../[articleId]/page.tsx | 6 +-
.../pages/[pageIndex]/layout.tsx | 6 +-
.../pages/[pageIndex]/page.tsx | 2 +-
.../government-policy/layout.tsx | 4 +-
.../government-policy/page.tsx | 2 +-
.../industry-docking/layout.tsx | 4 +-
.../industry-docking/page.tsx | 2 +-
.../intellectual-property-services/layout.tsx | 4 +-
.../intellectual-property-services/page.tsx | 2 +-
.../intelligence-services/layout.tsx | 4 +-
.../intelligence-services/page.tsx | 2 +-
.../investment-and-financing/layout.tsx | 4 +-
.../investment-and-financing/page.tsx | 2 +-
.../achievements-transformation/layout.tsx | 2 +-
.../layout.tsx | 4 +-
.../page.tsx | 2 +-
.../technology-assessment/layout.tsx | 4 +-
.../technology-assessment/page.tsx | 2 +-
app/(introduce)/contact-us/layout.tsx | 4 +-
.../func-dep/asset-finance/layout.tsx | 2 +-
.../func-dep/asset-finance/page.tsx | 2 +-
.../func-dep/general-office/layout.tsx | 2 +-
.../func-dep/general-office/page.tsx | 2 +-
.../func-dep/industry/layout.tsx | 2 +-
.../func-dep/industry/page.tsx | 2 +-
.../func-dep/personnel/layout.tsx | 2 +-
.../func-dep/personnel/page.tsx | 2 +-
.../func-dep/technology/layout.tsx | 2 +-
.../func-dep/technology/page.tsx | 2 +-
.../(functional-departments)/layout.tsx | 2 +-
.../(generally)/architecture/layout.tsx | 2 +-
.../(generally)/architecture/page.tsx | 4 +-
.../(generally)/dean-speech/layout.tsx | 2 +-
.../(generally)/dean-speech/page.tsx | 2 +-
.../(generally)/joint-laboratory/layout.tsx | 2 +-
.../(generally)/joint-laboratory/page.tsx | 2 +-
.../(generally)/joint-venture/layout.tsx | 2 +-
.../(generally)/joint-venture/page.tsx | 2 +-
.../organization/(generally)/layout.tsx | 2 +-
.../(generally)/overview/layout.tsx | 2 +-
.../(generally)/overview/page.tsx | 2 +-
.../(generally)/research-platform/layout.tsx | 2 +-
.../(generally)/research-platform/page.tsx | 2 +-
.../organization/(generally)/stidc/layout.tsx | 2 +-
.../organization/(generally)/stidc/page.tsx | 2 +-
.../talents/academician/layout.tsx | 2 +-
app/(introduce)/talents/academician/page.tsx | 4 +-
app/(introduce)/talents/layout.tsx | 2 +-
app/(introduce)/talents/overview/layout.tsx | 2 +-
app/(introduce)/talents/overview/page.tsx | 2 +-
app/(introduce)/talents/researcher/layout.tsx | 2 +-
app/(introduce)/talents/researcher/page.tsx | 4 +-
.../talents/vice-researcher/layout.tsx | 2 +-
.../talents/vice-researcher/page.tsx | 4 +-
app/{assets => _assets}/backtop.png | Bin
app/{assets => _assets}/banner.jpg | Bin
app/{assets => _assets}/circle.png | Bin
app/{assets => _assets}/footer.jpg | Bin
app/{assets => _assets}/left-banner.jpg | Bin
app/{assets => _assets}/page.module.css | 0
app/{assets => _assets}/pin.png | Bin
app/{assets => _assets}/trumpet-icon.png | Bin
.../AnhuiSwiper.tsx | 66 ++++---
.../ArticleBlock.tsx | 8 +-
.../ArticleHeading.tsx | 0
.../ArticleLayout.tsx | 2 +-
.../ArticleList.module.scss | 0
.../ArticleList.tsx | 4 +-
app/_components/ArticleRender.tsx | 46 +++++
.../ArticleWithBreadcrumb.tsx | 2 +-
app/{components => _components}/BackToTop.tsx | 2 +-
app/_components/BranchLifeSketch.tsx | 115 +++++++++++
.../Breadcrumb.tsx | 0
.../FriendLinks.module.scss | 0
.../FriendLinks.tsx | 2 +-
.../LatestNews.tsx | 4 +-
.../LeftNav.module.scss | 0
app/{components => _components}/LeftNav.tsx | 2 +-
app/{components => _components}/MainNav.tsx | 0
.../Pagination.tsx | 0
app/_lib/request.ts | 25 +++
app/{api => _services}/articles.ts | 6 +-
app/{types => _types}/album.ts | 0
app/{types => _types}/article.ts | 0
app/{types => _types}/base.ts | 0
app/components/ArticleRender.tsx | 34 ----
app/components/BranchLifeSketch.tsx | 91 ---------
app/layout.tsx | 8 +-
app/lib/request.ts | 12 --
app/page.tsx | 16 +-
next.config.js | 22 ++-
package.json | 8 +-
pnpm-lock.yaml | 184 +++++++++---------
123 files changed, 491 insertions(+), 428 deletions(-)
rename app/{assets => _assets}/backtop.png (100%)
rename app/{assets => _assets}/banner.jpg (100%)
rename app/{assets => _assets}/circle.png (100%)
rename app/{assets => _assets}/footer.jpg (100%)
rename app/{assets => _assets}/left-banner.jpg (100%)
rename app/{assets => _assets}/page.module.css (100%)
rename app/{assets => _assets}/pin.png (100%)
rename app/{assets => _assets}/trumpet-icon.png (100%)
rename app/{components => _components}/AnhuiSwiper.tsx (66%)
rename app/{components => _components}/ArticleBlock.tsx (89%)
rename app/{components => _components}/ArticleHeading.tsx (100%)
rename app/{components => _components}/ArticleLayout.tsx (90%)
rename app/{components => _components}/ArticleList.module.scss (100%)
rename app/{components => _components}/ArticleList.tsx (90%)
create mode 100644 app/_components/ArticleRender.tsx
rename app/{components => _components}/ArticleWithBreadcrumb.tsx (84%)
rename app/{components => _components}/BackToTop.tsx (93%)
create mode 100644 app/_components/BranchLifeSketch.tsx
rename app/{components => _components}/Breadcrumb.tsx (100%)
rename app/{components => _components}/FriendLinks.module.scss (100%)
rename app/{components => _components}/FriendLinks.tsx (97%)
rename app/{components => _components}/LatestNews.tsx (89%)
rename app/{components => _components}/LeftNav.module.scss (100%)
rename app/{components => _components}/LeftNav.tsx (96%)
rename app/{components => _components}/MainNav.tsx (100%)
rename app/{components => _components}/Pagination.tsx (100%)
create mode 100644 app/_lib/request.ts
rename app/{api => _services}/articles.ts (78%)
rename app/{types => _types}/album.ts (100%)
rename app/{types => _types}/article.ts (100%)
rename app/{types => _types}/base.ts (100%)
delete mode 100644 app/components/ArticleRender.tsx
delete mode 100644 app/components/BranchLifeSketch.tsx
delete mode 100644 app/lib/request.ts
diff --git a/.env.production.local b/.env.production.local
index 71cea7c..9e19c49 100644
--- a/.env.production.local
+++ b/.env.production.local
@@ -1,2 +1,4 @@
-NEXT_PUBLIC_ADMIN_BASE_URL=http://101.34.131.16:8082/api
-NEXT_PUBLIC_FRONT_BASE_URL=http://101.34.131.16:8084/api
+NEXT_PUBLIC_ADMIN_BASE_URL=http://localhost:8082/api
+NEXT_PUBLIC_FRONT_BASE_URL=http://localhost:8084/api
+NEXT_PUBLIC_CLIENT_BASE_URL=/api
+NEXT_PUBLIC_CLIENT_ADMIN_BASE_URL=/admin-api
diff --git a/app/(articles)/academic-exchange/academic-events/[articleId]/layout.tsx b/app/(articles)/academic-exchange/academic-events/[articleId]/layout.tsx
index c53bc9a..3e620ac 100644
--- a/app/(articles)/academic-exchange/academic-events/[articleId]/layout.tsx
+++ b/app/(articles)/academic-exchange/academic-events/[articleId]/layout.tsx
@@ -1,5 +1,5 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
const Layout = ({
children,
diff --git a/app/(articles)/academic-exchange/academic-events/[articleId]/page.tsx b/app/(articles)/academic-exchange/academic-events/[articleId]/page.tsx
index 256f544..d4e6aa5 100644
--- a/app/(articles)/academic-exchange/academic-events/[articleId]/page.tsx
+++ b/app/(articles)/academic-exchange/academic-events/[articleId]/page.tsx
@@ -1,6 +1,6 @@
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
-import ArticleRender from "@/app/components/ArticleRender";
-import { articleDetail } from "@/app/api/articles";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
+import ArticleRender from "@/app/_components/ArticleRender";
+import { articleDetail } from "@/app/_services/articles";
const Page = async ({
params,
diff --git a/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/layout.tsx b/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/layout.tsx
index 6bccbd2..2d60b51 100644
--- a/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/layout.tsx
+++ b/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/layout.tsx
@@ -1,7 +1,7 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleLayout from "@/app/_components/ArticleLayout";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
import { navigations } from "@/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/config";
const breadcrumb: BreadcrumbItem[] = [
diff --git a/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/page.tsx b/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/page.tsx
index 75c2d64..70e710b 100644
--- a/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/page.tsx
+++ b/app/(articles)/academic-exchange/academic-events/pages/[pageIndex]/page.tsx
@@ -1,4 +1,4 @@
-import ArticleList from "@/app/components/ArticleList";
+import ArticleList from "@/app/_components/ArticleList";
const Page = ({
params,
diff --git a/app/(articles)/announcements/[articleId]/layout.tsx b/app/(articles)/announcements/[articleId]/layout.tsx
index c53bc9a..3e620ac 100644
--- a/app/(articles)/announcements/[articleId]/layout.tsx
+++ b/app/(articles)/announcements/[articleId]/layout.tsx
@@ -1,5 +1,5 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
const Layout = ({
children,
diff --git a/app/(articles)/announcements/[articleId]/page.tsx b/app/(articles)/announcements/[articleId]/page.tsx
index e5bf816..b319efc 100644
--- a/app/(articles)/announcements/[articleId]/page.tsx
+++ b/app/(articles)/announcements/[articleId]/page.tsx
@@ -1,6 +1,6 @@
-import { articleDetail } from "@/app/api/articles";
-import ArticleRender from "@/app/components/ArticleRender";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import { articleDetail } from "@/app/_services/articles";
+import ArticleRender from "@/app/_components/ArticleRender";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
export default async function Article({
params,
diff --git a/app/(articles)/announcements/pages/[pageIndex]/layout.tsx b/app/(articles)/announcements/pages/[pageIndex]/layout.tsx
index 659c3c0..c1eb4aa 100644
--- a/app/(articles)/announcements/pages/[pageIndex]/layout.tsx
+++ b/app/(articles)/announcements/pages/[pageIndex]/layout.tsx
@@ -1,7 +1,7 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleLayout from "@/app/_components/ArticleLayout";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(articles)/announcements/pages/[pageIndex]/page.tsx b/app/(articles)/announcements/pages/[pageIndex]/page.tsx
index b73c803..7783cea 100644
--- a/app/(articles)/announcements/pages/[pageIndex]/page.tsx
+++ b/app/(articles)/announcements/pages/[pageIndex]/page.tsx
@@ -1,4 +1,4 @@
-import ArticleList from "@/app/components/ArticleList";
+import ArticleList from "@/app/_components/ArticleList";
const Page = async ({
params,
diff --git a/app/(articles)/branch-life-sketch/[articleId]/layout.tsx b/app/(articles)/branch-life-sketch/[articleId]/layout.tsx
index b63a93b..e409d2e 100644
--- a/app/(articles)/branch-life-sketch/[articleId]/layout.tsx
+++ b/app/(articles)/branch-life-sketch/[articleId]/layout.tsx
@@ -1,5 +1,5 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
const Layout = ({
children,
diff --git a/app/(articles)/branch-life-sketch/[articleId]/page.tsx b/app/(articles)/branch-life-sketch/[articleId]/page.tsx
index 4ad4e29..17e8c20 100644
--- a/app/(articles)/branch-life-sketch/[articleId]/page.tsx
+++ b/app/(articles)/branch-life-sketch/[articleId]/page.tsx
@@ -1,6 +1,6 @@
-import { articleDetail } from "@/app/api/articles";
-import ArticleRender from "@/app/components/ArticleRender";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import { articleDetail } from "@/app/_services/articles";
+import ArticleRender from "@/app/_components/ArticleRender";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
export default async function Article({
params,
diff --git a/app/(articles)/branch-life-sketch/pages/[pageIndex]/layout.tsx b/app/(articles)/branch-life-sketch/pages/[pageIndex]/layout.tsx
index 30da134..0434df5 100644
--- a/app/(articles)/branch-life-sketch/pages/[pageIndex]/layout.tsx
+++ b/app/(articles)/branch-life-sketch/pages/[pageIndex]/layout.tsx
@@ -1,7 +1,7 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleLayout from "@/app/_components/ArticleLayout";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(articles)/branch-life-sketch/pages/[pageIndex]/page.tsx b/app/(articles)/branch-life-sketch/pages/[pageIndex]/page.tsx
index 38aea84..270528c 100644
--- a/app/(articles)/branch-life-sketch/pages/[pageIndex]/page.tsx
+++ b/app/(articles)/branch-life-sketch/pages/[pageIndex]/page.tsx
@@ -1,5 +1,5 @@
import React from "react";
-import ArticleList from "@/app/components/ArticleList";
+import ArticleList from "@/app/_components/ArticleList";
const Page = ({
params,
diff --git a/app/(articles)/general-news/[articleId]/layout.tsx b/app/(articles)/general-news/[articleId]/layout.tsx
index c53bc9a..3e620ac 100644
--- a/app/(articles)/general-news/[articleId]/layout.tsx
+++ b/app/(articles)/general-news/[articleId]/layout.tsx
@@ -1,5 +1,5 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
const Layout = ({
children,
diff --git a/app/(articles)/general-news/[articleId]/page.tsx b/app/(articles)/general-news/[articleId]/page.tsx
index 2c2bf36..6816ef2 100644
--- a/app/(articles)/general-news/[articleId]/page.tsx
+++ b/app/(articles)/general-news/[articleId]/page.tsx
@@ -1,6 +1,6 @@
-import { articleDetail } from "@/app/api/articles";
-import ArticleRender from "@/app/components/ArticleRender";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import { articleDetail } from "@/app/_services/articles";
+import ArticleRender from "@/app/_components/ArticleRender";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
export default async function Article({
params,
diff --git a/app/(articles)/general-news/pages/[pageIndex]/layout.tsx b/app/(articles)/general-news/pages/[pageIndex]/layout.tsx
index 6776561..1e5d430 100644
--- a/app/(articles)/general-news/pages/[pageIndex]/layout.tsx
+++ b/app/(articles)/general-news/pages/[pageIndex]/layout.tsx
@@ -1,7 +1,7 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleLayout from "@/app/_components/ArticleLayout";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(articles)/general-news/pages/[pageIndex]/page.tsx b/app/(articles)/general-news/pages/[pageIndex]/page.tsx
index 393dc74..c4f5217 100644
--- a/app/(articles)/general-news/pages/[pageIndex]/page.tsx
+++ b/app/(articles)/general-news/pages/[pageIndex]/page.tsx
@@ -1,5 +1,5 @@
import React from "react";
-import ArticleList from "@/app/components/ArticleList";
+import ArticleList from "@/app/_components/ArticleList";
const Page = ({
params,
diff --git a/app/(articles)/media-scan/[articleId]/layout.tsx b/app/(articles)/media-scan/[articleId]/layout.tsx
index cb6b744..6af237e 100644
--- a/app/(articles)/media-scan/[articleId]/layout.tsx
+++ b/app/(articles)/media-scan/[articleId]/layout.tsx
@@ -1,5 +1,5 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
const Layout = ({
children,
diff --git a/app/(articles)/media-scan/[articleId]/page.tsx b/app/(articles)/media-scan/[articleId]/page.tsx
index 9329b6e..c5e17ed 100644
--- a/app/(articles)/media-scan/[articleId]/page.tsx
+++ b/app/(articles)/media-scan/[articleId]/page.tsx
@@ -1,6 +1,6 @@
-import { articleDetail } from "@/app/api/articles";
-import ArticleRender from "@/app/components/ArticleRender";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import { articleDetail } from "@/app/_services/articles";
+import ArticleRender from "@/app/_components/ArticleRender";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
export default async function Article({
params,
diff --git a/app/(articles)/media-scan/pages/[pageIndex]/layout.tsx b/app/(articles)/media-scan/pages/[pageIndex]/layout.tsx
index cd8b1fe..b736cb3 100644
--- a/app/(articles)/media-scan/pages/[pageIndex]/layout.tsx
+++ b/app/(articles)/media-scan/pages/[pageIndex]/layout.tsx
@@ -1,7 +1,7 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
-import Breadcrumb, { BreadcrumbItem } from "@/app/components/Breadcrumb";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleLayout from "@/app/_components/ArticleLayout";
+import Breadcrumb, { BreadcrumbItem } from "@/app/_components/Breadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(articles)/media-scan/pages/[pageIndex]/page.tsx b/app/(articles)/media-scan/pages/[pageIndex]/page.tsx
index fc75584..340543b 100644
--- a/app/(articles)/media-scan/pages/[pageIndex]/page.tsx
+++ b/app/(articles)/media-scan/pages/[pageIndex]/page.tsx
@@ -1,4 +1,4 @@
-import ArticleList from "@/app/components/ArticleList";
+import ArticleList from "@/app/_components/ArticleList";
const Page = ({
params,
diff --git a/app/(articles)/recruitment/[articleId]/layout.tsx b/app/(articles)/recruitment/[articleId]/layout.tsx
index 40aab04..5b7d7da 100644
--- a/app/(articles)/recruitment/[articleId]/layout.tsx
+++ b/app/(articles)/recruitment/[articleId]/layout.tsx
@@ -1,5 +1,5 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
const Layout = ({
children,
diff --git a/app/(articles)/recruitment/[articleId]/page.tsx b/app/(articles)/recruitment/[articleId]/page.tsx
index f1bbbbf..0b24286 100644
--- a/app/(articles)/recruitment/[articleId]/page.tsx
+++ b/app/(articles)/recruitment/[articleId]/page.tsx
@@ -1,6 +1,6 @@
-import { articleDetail } from "@/app/api/articles";
-import ArticleRender from "@/app/components/ArticleRender";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import { articleDetail } from "@/app/_services/articles";
+import ArticleRender from "@/app/_components/ArticleRender";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
export default async function Article({
params,
diff --git a/app/(articles)/recruitment/pages/[pageIndex]/layout.tsx b/app/(articles)/recruitment/pages/[pageIndex]/layout.tsx
index 5c4bea6..99bbbd9 100644
--- a/app/(articles)/recruitment/pages/[pageIndex]/layout.tsx
+++ b/app/(articles)/recruitment/pages/[pageIndex]/layout.tsx
@@ -1,7 +1,7 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
-import Breadcrumb, { BreadcrumbItem } from "@/app/components/Breadcrumb";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleLayout from "@/app/_components/ArticleLayout";
+import Breadcrumb, { BreadcrumbItem } from "@/app/_components/Breadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(articles)/recruitment/pages/[pageIndex]/page.tsx b/app/(articles)/recruitment/pages/[pageIndex]/page.tsx
index d9cdaf8..309eddb 100644
--- a/app/(articles)/recruitment/pages/[pageIndex]/page.tsx
+++ b/app/(articles)/recruitment/pages/[pageIndex]/page.tsx
@@ -1,4 +1,4 @@
-import ArticleList from "@/app/components/ArticleList";
+import ArticleList from "@/app/_components/ArticleList";
const Page = ({
params,
diff --git a/app/(articles)/research-progress/[articleId]/layout.tsx b/app/(articles)/research-progress/[articleId]/layout.tsx
index c53bc9a..3e620ac 100644
--- a/app/(articles)/research-progress/[articleId]/layout.tsx
+++ b/app/(articles)/research-progress/[articleId]/layout.tsx
@@ -1,5 +1,5 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
const Layout = ({
children,
diff --git a/app/(articles)/research-progress/[articleId]/page.tsx b/app/(articles)/research-progress/[articleId]/page.tsx
index 52571fb..7aa8dfc 100644
--- a/app/(articles)/research-progress/[articleId]/page.tsx
+++ b/app/(articles)/research-progress/[articleId]/page.tsx
@@ -1,6 +1,6 @@
-import { articleDetail } from "@/app/api/articles";
-import ArticleRender from "@/app/components/ArticleRender";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import { articleDetail } from "@/app/_services/articles";
+import ArticleRender from "@/app/_components/ArticleRender";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
export default async function ResearchProgress({
params,
diff --git a/app/(articles)/research-progress/pages/[pageIndex]/layout.tsx b/app/(articles)/research-progress/pages/[pageIndex]/layout.tsx
index 7b283c4..c891efd 100644
--- a/app/(articles)/research-progress/pages/[pageIndex]/layout.tsx
+++ b/app/(articles)/research-progress/pages/[pageIndex]/layout.tsx
@@ -1,7 +1,7 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
-import Breadcrumb, { BreadcrumbItem } from "@/app/components/Breadcrumb";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleLayout from "@/app/_components/ArticleLayout";
+import Breadcrumb, { BreadcrumbItem } from "@/app/_components/Breadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(articles)/research-progress/pages/[pageIndex]/page.tsx b/app/(articles)/research-progress/pages/[pageIndex]/page.tsx
index aa06f0a..7c67084 100644
--- a/app/(articles)/research-progress/pages/[pageIndex]/page.tsx
+++ b/app/(articles)/research-progress/pages/[pageIndex]/page.tsx
@@ -1,4 +1,4 @@
-import ArticleList from "@/app/components/ArticleList";
+import ArticleList from "@/app/_components/ArticleList";
const Page = ({
params,
diff --git a/app/(articles)/technological-achievements/[articleId]/layout.tsx b/app/(articles)/technological-achievements/[articleId]/layout.tsx
index c53bc9a..3e620ac 100644
--- a/app/(articles)/technological-achievements/[articleId]/layout.tsx
+++ b/app/(articles)/technological-achievements/[articleId]/layout.tsx
@@ -1,5 +1,5 @@
import { ReactNode } from "react";
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
const Layout = ({
children,
diff --git a/app/(articles)/technological-achievements/[articleId]/page.tsx b/app/(articles)/technological-achievements/[articleId]/page.tsx
index e164e4e..7c87b06 100644
--- a/app/(articles)/technological-achievements/[articleId]/page.tsx
+++ b/app/(articles)/technological-achievements/[articleId]/page.tsx
@@ -1,6 +1,6 @@
-import { articleDetail } from "@/app/api/articles";
-import ArticleRender from "@/app/components/ArticleRender";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import { articleDetail } from "@/app/_services/articles";
+import ArticleRender from "@/app/_components/ArticleRender";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
export default async function Page({
params,
diff --git a/app/(articles)/technological-achievements/pages/[pageIndex]/layout.tsx b/app/(articles)/technological-achievements/pages/[pageIndex]/layout.tsx
index f10ad01..a09e6b1 100644
--- a/app/(articles)/technological-achievements/pages/[pageIndex]/layout.tsx
+++ b/app/(articles)/technological-achievements/pages/[pageIndex]/layout.tsx
@@ -1,7 +1,7 @@
-import ArticleLayout from "@/app/components/ArticleLayout";
-import Breadcrumb, { BreadcrumbItem } from "@/app/components/Breadcrumb";
+import ArticleLayout from "@/app/_components/ArticleLayout";
+import Breadcrumb, { BreadcrumbItem } from "@/app/_components/Breadcrumb";
import { ReactNode } from "react";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(articles)/technological-achievements/pages/[pageIndex]/page.tsx b/app/(articles)/technological-achievements/pages/[pageIndex]/page.tsx
index af405c7..e7be524 100644
--- a/app/(articles)/technological-achievements/pages/[pageIndex]/page.tsx
+++ b/app/(articles)/technological-achievements/pages/[pageIndex]/page.tsx
@@ -1,4 +1,4 @@
-import ArticleList from "@/app/components/ArticleList";
+import ArticleList from "@/app/_components/ArticleList";
const Page = ({
params,
diff --git a/app/(introduce)/achievements-transformation/government-policy/layout.tsx b/app/(introduce)/achievements-transformation/government-policy/layout.tsx
index 0e4f39f..c1f089e 100644
--- a/app/(introduce)/achievements-transformation/government-policy/layout.tsx
+++ b/app/(introduce)/achievements-transformation/government-policy/layout.tsx
@@ -1,6 +1,6 @@
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
import { ReactNode } from "react";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(introduce)/achievements-transformation/government-policy/page.tsx b/app/(introduce)/achievements-transformation/government-policy/page.tsx
index f879103..fb6aac0 100644
--- a/app/(introduce)/achievements-transformation/government-policy/page.tsx
+++ b/app/(introduce)/achievements-transformation/government-policy/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/achievements-transformation/industry-docking/layout.tsx b/app/(introduce)/achievements-transformation/industry-docking/layout.tsx
index d7afb19..25e1e60 100644
--- a/app/(introduce)/achievements-transformation/industry-docking/layout.tsx
+++ b/app/(introduce)/achievements-transformation/industry-docking/layout.tsx
@@ -1,6 +1,6 @@
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
import { ReactNode } from "react";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(introduce)/achievements-transformation/industry-docking/page.tsx b/app/(introduce)/achievements-transformation/industry-docking/page.tsx
index 30670ed..52c0ba4 100644
--- a/app/(introduce)/achievements-transformation/industry-docking/page.tsx
+++ b/app/(introduce)/achievements-transformation/industry-docking/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/achievements-transformation/intellectual-property-services/layout.tsx b/app/(introduce)/achievements-transformation/intellectual-property-services/layout.tsx
index e2aa51e..458217d 100644
--- a/app/(introduce)/achievements-transformation/intellectual-property-services/layout.tsx
+++ b/app/(introduce)/achievements-transformation/intellectual-property-services/layout.tsx
@@ -1,6 +1,6 @@
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
import { ReactNode } from "react";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(introduce)/achievements-transformation/intellectual-property-services/page.tsx b/app/(introduce)/achievements-transformation/intellectual-property-services/page.tsx
index 47dd00d..0e8372f 100644
--- a/app/(introduce)/achievements-transformation/intellectual-property-services/page.tsx
+++ b/app/(introduce)/achievements-transformation/intellectual-property-services/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/achievements-transformation/intelligence-services/layout.tsx b/app/(introduce)/achievements-transformation/intelligence-services/layout.tsx
index b11a389..e8769a6 100644
--- a/app/(introduce)/achievements-transformation/intelligence-services/layout.tsx
+++ b/app/(introduce)/achievements-transformation/intelligence-services/layout.tsx
@@ -1,6 +1,6 @@
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
import { ReactNode } from "react";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(introduce)/achievements-transformation/intelligence-services/page.tsx b/app/(introduce)/achievements-transformation/intelligence-services/page.tsx
index 4419327..14a042a 100644
--- a/app/(introduce)/achievements-transformation/intelligence-services/page.tsx
+++ b/app/(introduce)/achievements-transformation/intelligence-services/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/achievements-transformation/investment-and-financing/layout.tsx b/app/(introduce)/achievements-transformation/investment-and-financing/layout.tsx
index f463b48..f0bdfe0 100644
--- a/app/(introduce)/achievements-transformation/investment-and-financing/layout.tsx
+++ b/app/(introduce)/achievements-transformation/investment-and-financing/layout.tsx
@@ -1,6 +1,6 @@
import React, { ReactNode } from "react";
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(introduce)/achievements-transformation/investment-and-financing/page.tsx b/app/(introduce)/achievements-transformation/investment-and-financing/page.tsx
index 4c69218..4faeec0 100644
--- a/app/(introduce)/achievements-transformation/investment-and-financing/page.tsx
+++ b/app/(introduce)/achievements-transformation/investment-and-financing/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/achievements-transformation/layout.tsx b/app/(introduce)/achievements-transformation/layout.tsx
index 42c50c4..4e5e266 100644
--- a/app/(introduce)/achievements-transformation/layout.tsx
+++ b/app/(introduce)/achievements-transformation/layout.tsx
@@ -1,4 +1,4 @@
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
import { ReactNode } from "react";
import { navigations } from "@/app/(introduce)/achievements-transformation/config";
diff --git a/app/(introduce)/achievements-transformation/scientific-research-project-declaration/layout.tsx b/app/(introduce)/achievements-transformation/scientific-research-project-declaration/layout.tsx
index e1fcb47..6e98f69 100644
--- a/app/(introduce)/achievements-transformation/scientific-research-project-declaration/layout.tsx
+++ b/app/(introduce)/achievements-transformation/scientific-research-project-declaration/layout.tsx
@@ -1,6 +1,6 @@
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
import { ReactNode } from "react";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(introduce)/achievements-transformation/scientific-research-project-declaration/page.tsx b/app/(introduce)/achievements-transformation/scientific-research-project-declaration/page.tsx
index 44f8882..6637b1f 100644
--- a/app/(introduce)/achievements-transformation/scientific-research-project-declaration/page.tsx
+++ b/app/(introduce)/achievements-transformation/scientific-research-project-declaration/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/achievements-transformation/technology-assessment/layout.tsx b/app/(introduce)/achievements-transformation/technology-assessment/layout.tsx
index a32da9d..a36e0b7 100644
--- a/app/(introduce)/achievements-transformation/technology-assessment/layout.tsx
+++ b/app/(introduce)/achievements-transformation/technology-assessment/layout.tsx
@@ -1,6 +1,6 @@
-import ArticleWithBreadcrumb from "@/app/components/ArticleWithBreadcrumb";
+import ArticleWithBreadcrumb from "@/app/_components/ArticleWithBreadcrumb";
import { ReactNode } from "react";
-import { BreadcrumbItem } from "@/app/components/Breadcrumb";
+import { BreadcrumbItem } from "@/app/_components/Breadcrumb";
const breadcrumb: BreadcrumbItem[] = [
{ title: "首页", href: "/" },
diff --git a/app/(introduce)/achievements-transformation/technology-assessment/page.tsx b/app/(introduce)/achievements-transformation/technology-assessment/page.tsx
index fd91450..3289960 100644
--- a/app/(introduce)/achievements-transformation/technology-assessment/page.tsx
+++ b/app/(introduce)/achievements-transformation/technology-assessment/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/contact-us/layout.tsx b/app/(introduce)/contact-us/layout.tsx
index 1da510b..da282ee 100644
--- a/app/(introduce)/contact-us/layout.tsx
+++ b/app/(introduce)/contact-us/layout.tsx
@@ -1,6 +1,6 @@
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/asset-finance/layout.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/asset-finance/layout.tsx
index d11b692..43b3aa6 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/asset-finance/layout.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/asset-finance/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/asset-finance/page.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/asset-finance/page.tsx
index 2bc866f..392c9dc 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/asset-finance/page.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/asset-finance/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/general-office/layout.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/general-office/layout.tsx
index 50cd2a1..a5ed942 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/general-office/layout.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/general-office/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/general-office/page.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/general-office/page.tsx
index 4da0cd8..8e0e11f 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/general-office/page.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/general-office/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/industry/layout.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/industry/layout.tsx
index a07ca5d..211428a 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/industry/layout.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/industry/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/industry/page.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/industry/page.tsx
index 68acb78..f98fccb 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/industry/page.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/industry/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/personnel/layout.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/personnel/layout.tsx
index 2d0d650..136f46e 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/personnel/layout.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/personnel/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/personnel/page.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/personnel/page.tsx
index 14d20f1..1889284 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/personnel/page.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/personnel/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/technology/layout.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/technology/layout.tsx
index 29d4d0a..898c570 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/technology/layout.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/technology/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(functional-departments)/func-dep/technology/page.tsx b/app/(introduce)/organization/(functional-departments)/func-dep/technology/page.tsx
index ff4ee90..e0e8afa 100644
--- a/app/(introduce)/organization/(functional-departments)/func-dep/technology/page.tsx
+++ b/app/(introduce)/organization/(functional-departments)/func-dep/technology/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(functional-departments)/layout.tsx b/app/(introduce)/organization/(functional-departments)/layout.tsx
index ece03b9..0b5bb72 100644
--- a/app/(introduce)/organization/(functional-departments)/layout.tsx
+++ b/app/(introduce)/organization/(functional-departments)/layout.tsx
@@ -1,4 +1,4 @@
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
import { ReactNode } from "react";
const navigations = [
diff --git a/app/(introduce)/organization/(generally)/architecture/layout.tsx b/app/(introduce)/organization/(generally)/architecture/layout.tsx
index 9f1e5d5..ed41528 100644
--- a/app/(introduce)/organization/(generally)/architecture/layout.tsx
+++ b/app/(introduce)/organization/(generally)/architecture/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(generally)/architecture/page.tsx b/app/(introduce)/organization/(generally)/architecture/page.tsx
index 5f7f466..fe4fe3d 100644
--- a/app/(introduce)/organization/(generally)/architecture/page.tsx
+++ b/app/(introduce)/organization/(generally)/architecture/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
@@ -6,7 +6,7 @@ const Page = () => {
>
);
diff --git a/app/(introduce)/organization/(generally)/dean-speech/layout.tsx b/app/(introduce)/organization/(generally)/dean-speech/layout.tsx
index ce2a559..20e17a7 100644
--- a/app/(introduce)/organization/(generally)/dean-speech/layout.tsx
+++ b/app/(introduce)/organization/(generally)/dean-speech/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(generally)/dean-speech/page.tsx b/app/(introduce)/organization/(generally)/dean-speech/page.tsx
index 27fd3ba..01fd447 100644
--- a/app/(introduce)/organization/(generally)/dean-speech/page.tsx
+++ b/app/(introduce)/organization/(generally)/dean-speech/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(generally)/joint-laboratory/layout.tsx b/app/(introduce)/organization/(generally)/joint-laboratory/layout.tsx
index de8aaa5..0ccf2dd 100644
--- a/app/(introduce)/organization/(generally)/joint-laboratory/layout.tsx
+++ b/app/(introduce)/organization/(generally)/joint-laboratory/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(generally)/joint-laboratory/page.tsx b/app/(introduce)/organization/(generally)/joint-laboratory/page.tsx
index 0a904f5..2e05919 100644
--- a/app/(introduce)/organization/(generally)/joint-laboratory/page.tsx
+++ b/app/(introduce)/organization/(generally)/joint-laboratory/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(generally)/joint-venture/layout.tsx b/app/(introduce)/organization/(generally)/joint-venture/layout.tsx
index 0ea24cf..e673220 100644
--- a/app/(introduce)/organization/(generally)/joint-venture/layout.tsx
+++ b/app/(introduce)/organization/(generally)/joint-venture/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(generally)/joint-venture/page.tsx b/app/(introduce)/organization/(generally)/joint-venture/page.tsx
index a691a9e..656e08f 100644
--- a/app/(introduce)/organization/(generally)/joint-venture/page.tsx
+++ b/app/(introduce)/organization/(generally)/joint-venture/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(generally)/layout.tsx b/app/(introduce)/organization/(generally)/layout.tsx
index 45f7c13..fe49085 100644
--- a/app/(introduce)/organization/(generally)/layout.tsx
+++ b/app/(introduce)/organization/(generally)/layout.tsx
@@ -1,4 +1,4 @@
-import ArticleLayout from "@/app/components/ArticleLayout";
+import ArticleLayout from "@/app/_components/ArticleLayout";
import { ReactNode } from "react";
import { navigations } from "@/app/(introduce)/organization/(generally)/config";
diff --git a/app/(introduce)/organization/(generally)/overview/layout.tsx b/app/(introduce)/organization/(generally)/overview/layout.tsx
index 7b1e436..8442755 100644
--- a/app/(introduce)/organization/(generally)/overview/layout.tsx
+++ b/app/(introduce)/organization/(generally)/overview/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(generally)/overview/page.tsx b/app/(introduce)/organization/(generally)/overview/page.tsx
index 88efe11..7c358e2 100644
--- a/app/(introduce)/organization/(generally)/overview/page.tsx
+++ b/app/(introduce)/organization/(generally)/overview/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(generally)/research-platform/layout.tsx b/app/(introduce)/organization/(generally)/research-platform/layout.tsx
index 05d8fa1..b6d2c23 100644
--- a/app/(introduce)/organization/(generally)/research-platform/layout.tsx
+++ b/app/(introduce)/organization/(generally)/research-platform/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(generally)/research-platform/page.tsx b/app/(introduce)/organization/(generally)/research-platform/page.tsx
index 4bc61d8..6a5f1dd 100644
--- a/app/(introduce)/organization/(generally)/research-platform/page.tsx
+++ b/app/(introduce)/organization/(generally)/research-platform/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/organization/(generally)/stidc/layout.tsx b/app/(introduce)/organization/(generally)/stidc/layout.tsx
index 22b668b..d801b23 100644
--- a/app/(introduce)/organization/(generally)/stidc/layout.tsx
+++ b/app/(introduce)/organization/(generally)/stidc/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/organization/(generally)/stidc/page.tsx b/app/(introduce)/organization/(generally)/stidc/page.tsx
index 93e02f3..3e2e1ba 100644
--- a/app/(introduce)/organization/(generally)/stidc/page.tsx
+++ b/app/(introduce)/organization/(generally)/stidc/page.tsx
@@ -1,4 +1,4 @@
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
diff --git a/app/(introduce)/talents/academician/layout.tsx b/app/(introduce)/talents/academician/layout.tsx
index 05d8fa1..b6d2c23 100644
--- a/app/(introduce)/talents/academician/layout.tsx
+++ b/app/(introduce)/talents/academician/layout.tsx
@@ -1,5 +1,5 @@
import React, { ReactNode } from "react";
-import Breadcrumb from "@/app/components/Breadcrumb";
+import Breadcrumb from "@/app/_components/Breadcrumb";
const breadcrumb = [
{ href: "/", title: "首页" },
diff --git a/app/(introduce)/talents/academician/page.tsx b/app/(introduce)/talents/academician/page.tsx
index b203efc..b0f63dc 100644
--- a/app/(introduce)/talents/academician/page.tsx
+++ b/app/(introduce)/talents/academician/page.tsx
@@ -1,5 +1,5 @@
import Image from "next/image";
-import ArticleHeading from "@/app/components/ArticleHeading";
+import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
@@ -8,7 +8,7 @@ const Page = () => {
中科院院士