feat: 优化项目介绍样式,正文深灰色并每行缩进
This commit is contained in:
+6
-1
@@ -258,11 +258,16 @@ body {
|
||||
.proj-intro {
|
||||
font-size: 13px;
|
||||
color: #252525;
|
||||
margin-left: 12px;
|
||||
line-height: 1.45;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.proj-desc {
|
||||
color: #656464;
|
||||
display: block;
|
||||
text-indent: 24px;
|
||||
}
|
||||
|
||||
.proj-work-title {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
|
||||
+4
-4
@@ -120,8 +120,8 @@
|
||||
</div>
|
||||
<div class="proj-intro">
|
||||
<strong>项目介绍:</strong><br>
|
||||
基于 Go(Gin) + Eino Agent Graph + GORM + 七牛云 Kodo + React + Zustand 的 AI 2D 游戏素材生成平台。<br>
|
||||
用户输入文本提示词,自动生成风格一致的 Sprite、背景、UI 元素与动画帧,可直接导入 Unity 等主流 2D 游戏引擎。
|
||||
<span class="proj-desc">基于 Go(Gin) + Eino Agent Graph + GORM + 七牛云 Kodo + React + Zustand 的 AI 2D 游戏素材生成平台。</span>
|
||||
<span class="proj-desc">用户输入文本提示词,自动生成风格一致的 Sprite、背景、UI 元素与动画帧,可直接导入 Unity 等主流 2D 游戏引擎。</span>
|
||||
</div>
|
||||
<div class="proj-work-title">主要工作:</div>
|
||||
<ol class="proj-work-items">
|
||||
@@ -141,8 +141,8 @@
|
||||
</div>
|
||||
<div class="proj-intro">
|
||||
<strong>项目介绍:</strong><br>
|
||||
基于 Spring Boot 3 + Redis + Caffeine + HeavyKeeper + MyBatis-Plus 的高并发点赞系统。<br>
|
||||
采用 Write-Behind 异步写回架构,写入由 Redis 承接后定时批量落库;读取走 Caffeine、Redis 二级缓存加速。
|
||||
<span class="proj-desc">基于 Spring Boot 3 + Redis + Caffeine + HeavyKeeper + MyBatis-Plus 的高并发点赞系统。</span>
|
||||
<span class="proj-desc">采用 Write-Behind 异步写回架构,写入由 Redis 承接后定时批量落库;读取走 Caffeine、Redis 二级缓存加速。</span>
|
||||
</div>
|
||||
<div class="proj-work-title">主要工作:</div>
|
||||
<ol class="proj-work-items">
|
||||
|
||||
Reference in New Issue
Block a user