diff --git a/index.html b/index.html index 4a51ed9..bf4dee9 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,8 @@ - Vite App + JianLai +
diff --git a/src/components/DictumList.tsx b/src/components/DictumList.tsx index 49b1357..ce03769 100644 --- a/src/components/DictumList.tsx +++ b/src/components/DictumList.tsx @@ -28,6 +28,8 @@ const DictumList = () => { swapy.destroy(); }; }, []); + + const origin = `—— 烽火戏诸侯《剑来》`; return (
{dictums.map((dictum, index) => ( @@ -37,6 +39,7 @@ const DictumList = () => { data-swapy-item={dictum} >

{dictum}

+

{origin}

))} diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 911be87..26cfc8a 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -5,7 +5,7 @@ const Navbar = () => {