调整:部分代码
This commit is contained in:
10
README.md
10
README.md
@@ -6,6 +6,7 @@
|
||||
|
||||
🎉 `ThriveX` 是一个 `Next14` + `Spring Boot` 的产物,该项目专注于分享技术文章和知识,为技术爱好者和从业者提供一个分享、交流和学习的平台。用户可以在平台上发表自己的技术文章,或浏览其他用户分享的文章,并与他们进行讨论和互动。
|
||||
|
||||
|
||||
🗂️ **项目预览:** [https://liuyuyang.net/](https://liuyuyang.net/)
|
||||
|
||||
|
||||
@@ -14,6 +15,7 @@
|
||||
|
||||
前端:React、**Nextjs**、TypeScript、Zustand、**TailwindCSS**、Antd、Scss、Echarts
|
||||
|
||||
|
||||
后端:**Spring Boot**、Mybatis Plus、MySQL、Qiniu、Socket.io、Swagger
|
||||
|
||||
|
||||
@@ -142,17 +144,17 @@ lyy:
|
||||
|
||||
控制端:[LiuYuYang01/ThriveX-Admin (github.com)](https://github.com/LiuYuYang01/ThriveX-Admin)
|
||||
|
||||
后端:[LiuYuYang01/ThriveX-Service (github.com)](https://github.com/LiuYuYang01/ThriveX-Service)
|
||||
后端:[LiuYuYang01/ThriveX-Server (github.com)](https://github.com/LiuYuYang01/ThriveX-Server)
|
||||
|
||||
|
||||
|
||||
### 旧版(Vue3 + Python Flask)
|
||||
|
||||
前端:[LiuYuYang01/Thrive_Blog (github.com)](https://github.com/LiuYuYang01/Thrive_Blog)
|
||||
前端:[LiuYuYang01/Thrive-Blog (github.com)](https://github.com/LiuYuYang01/Thrive-Blog)
|
||||
|
||||
控制端:[LiuYuYang01/Thrive_Admin (github.com)](https://github.com/LiuYuYang01/Thrive_Admin)
|
||||
控制端:[LiuYuYang01/Thrive-Admin (github.com)](https://github.com/LiuYuYang01/Thrive-Admin)
|
||||
|
||||
后端:[LiuYuYang01/Thrive_Server (github.com)](https://github.com/LiuYuYang01/Thrive_Server)
|
||||
后端:[LiuYuYang01/Thrive-Server (github.com)](https://github.com/LiuYuYang01/Thrive-Server)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ const Home = () => {
|
||||
project === "ThriveX-Admin" && setAdmin_IterativeRecording(result)
|
||||
|
||||
sessionStorage.setItem('server_project_iterative', JSON.stringify(result))
|
||||
project === "ThriveX-Service" && setServer_IterativeRecording(result)
|
||||
project === "ThriveX-Server" && setServer_IterativeRecording(result)
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
@@ -55,7 +55,7 @@ const Home = () => {
|
||||
admin_project_iterative.length ? setAdmin_IterativeRecording(admin_project_iterative) : getCommitData("ThriveX-Admin")
|
||||
|
||||
const server_project_iterative = JSON.parse(sessionStorage.getItem('server_project_iterative') || '[]')
|
||||
server_project_iterative.length ? setServer_IterativeRecording(server_project_iterative) : getCommitData("ThriveX-Service")
|
||||
server_project_iterative.length ? setServer_IterativeRecording(server_project_iterative) : getCommitData("ThriveX-Server")
|
||||
}, [])
|
||||
|
||||
return (
|
||||
@@ -92,7 +92,7 @@ const Home = () => {
|
||||
</div>
|
||||
|
||||
<div className='w-[400px]'>
|
||||
<h3 className='text-xl text-center pb-6 font-bold text-gradient block'>ThriveX-Service</h3>
|
||||
<h3 className='text-xl text-center pb-6 font-bold text-gradient block'>ThriveX-Server</h3>
|
||||
<Timeline mode="left" items={server_iterativeRecording} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user