diff --git a/src/components/HitokotoCard.astro b/src/components/HitokotoCard.astro new file mode 100644 index 0000000..d1747c5 --- /dev/null +++ b/src/components/HitokotoCard.astro @@ -0,0 +1,343 @@ + + + + + diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index c054712..0ad868c 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,6 +1,7 @@ --- import '../styles/site.css'; import CustomContextMenu from '@/components/CustomContextMenu.astro'; +import HitokotoCard from '@/components/HitokotoCard.astro'; import { publicSiteConfig, siteConfig } from '../../site.config.mjs'; interface Props { @@ -119,6 +120,7 @@ const publicConfigJson = JSON.stringify(publicSiteConfig).replace(/ + diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug].astro index bb4ebd2..d87c076 100644 --- a/src/pages/posts/[slug].astro +++ b/src/pages/posts/[slug].astro @@ -115,9 +115,9 @@ const relatedPosts = allPosts
- 清羽のAI摘要 + AI摘要 - KIMI-K2.5 + QWEN
)}