mirror of
https://github.com/LiuYuYang01/ThriveX-Blog.git
synced 2026-05-07 06:07:34 +08:00
更新README.md和多个页面中的图片链接,替换为新的资源地址以确保一致性和可用性。
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<p align="center">
|
||||
<a href="https://liuyuyang.net" target="_blank">
|
||||
<img width="100" src="https://bu.dusays.com/2024/11/17/6739adf188f64.png" alt="ThriveX logo" style="width:100px" />
|
||||
<img width="100" src="https://res.liuyuyang.net/thrive/default/6931517ae4b0be1e79cb266a.png" alt="ThriveX logo" style="width:100px" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
|
||||
加微信:`liuyuyang2023` 记得说明在哪里看到的 ThriveX 项目
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ export default async () => {
|
||||
<title>📊 数据统计</title>
|
||||
<meta name="description" content="📊 数据统计" />
|
||||
|
||||
<Slide isRipple={false} src="https://bu.dusays.com/2023/11/10/654e2da1d80f8.jpg">
|
||||
<Slide isRipple={false} src="https://bu.dusays.com/2025/12/04/6930fd6cda541.jpg">
|
||||
{/* 星空背景组件 */}
|
||||
<Starry />
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export default async (props: Props) => {
|
||||
|
||||
<div className="bg-[linear-gradient(to_right,#fff1eb_0%,#d0edfb_100%)] dark:bg-[linear-gradient(to_right,#232931_0%,#232931_100%)]">
|
||||
<div className="w-full lg:w-[800px] px-6 lg:px-0 mx-auto pt-24 pb-10">
|
||||
<div className="flex items-center flex-col p-4 mb-10 border dark:border-black-b rounded-lg bg-white dark:bg-black-b bg-[url('https://bu.dusays.com/2024/11/27/6746e3ec88c4f.jpg')] bg-no-repeat bg-center bg-cover ">
|
||||
<div className="flex items-center flex-col p-4 mb-10 border dark:border-black-b rounded-lg bg-white dark:bg-black-b bg-[url('https://bu.dusays.com/2025/12/04/6930fe4e06985.jpg')] bg-no-repeat bg-center bg-cover ">
|
||||
<img src={user?.avatar} alt="作者头像" width={80} height={80} className="w-20 h-20 rounded-full avatar-animation shadow-[5px_11px_30px_20px_rgba(255,255,255,0.3)]" />
|
||||
<h2 className="my-2 text-white">{theme?.record_name}</h2>
|
||||
<h4 className="text-xs text-gray-300">{theme?.record_info}</h4>
|
||||
|
||||
@@ -39,7 +39,7 @@ export default async () => {
|
||||
<div className="py-4 border-t dark:border-black-a ">
|
||||
<Tooltip content="一款免费、开源、年轻、高颜值的现代化博客管理系统">
|
||||
<div className="flex justify-center items-center space-x-3">
|
||||
<img src="https://bu.dusays.com/2024/11/17/6739adf188f64.png" width={30} height={30} alt="ThriveX 博客管理系统" />
|
||||
<img src="https://res.liuyuyang.net/thrive/default/6931517ae4b0be1e79cb266a.png" width={30} height={30} alt="ThriveX 博客管理系统" />
|
||||
<Link href="https://github.com/LiuYuYang01/ThriveX-Admin" target="_blank" className="hover:text-primary ">
|
||||
{' '}
|
||||
基于开源项目 ThriveX 构建
|
||||
|
||||
Reference in New Issue
Block a user