This commit is contained in:
quantulr
2023-11-06 17:27:50 +08:00
parent b6a722fa79
commit a8b1ad286d
123 changed files with 491 additions and 428 deletions

View File

@ -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: "首页" },

View File

@ -1,4 +1,4 @@
import ArticleHeading from "@/app/components/ArticleHeading";
import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (