diff --git a/package.json b/package.json index 4090c85..73c83ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "theme-terminal", "private": true, - "version": "1.2.2", + "version": "1.2.7", "description": "A terminal like theme for Halo.", "scripts": { "dev": "vite build --watch", diff --git a/src/styles/post.scss b/src/styles/post.scss index b15b8aa..6e4c0c1 100644 --- a/src/styles/post.scss +++ b/src/styles/post.scss @@ -64,6 +64,7 @@ grid-template-rows: repeat(2, 3px); gap: 2px; margin: 0 6px; + vertical-align: middle; span { width: 2px; @@ -78,6 +79,11 @@ span:nth-child(2) { animation: dot-blink-2 2.2s ease-in-out infinite 0.4s; } span:nth-child(3) { animation: dot-blink-3 3.4s ease-in-out infinite 1s; } span:nth-child(4) { animation: dot-blink-4 2.6s ease-in-out infinite 0.2s; } + span:nth-child(5) { animation: dot-blink-2 3s ease-in-out infinite 0.6s; } + span:nth-child(6) { animation: dot-blink-1 2.4 ease-in-out infinite 0.8s; } + span:nth-child(7) { animation: dot-blink-4 3.2s ease-in-out infinite 0.3s; } + span:nth-child(8) { animation: dot-blink-3 2.7s ease-in-out infinite 0.5s; } + span:nth-child(9) { animation: dot-blink-1 2.9s ease-in-out infinite 0.1s; } } &-title { @@ -105,7 +111,7 @@ } %tags { - margin-bottom: 20px; + margin-left: 10px; font-size: 1rem; } diff --git a/templates/archives.html b/templates/archives.html index 72d9b38..2ad4459 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -15,9 +15,20 @@ 发布时间 - :: 文章标题 + + + + + + + 文章标题 - :: + + + + + + - :: 文章标题 + + + + + + + 文章标题 - :: + + + + + + - + + +
Post Excerpt...
diff --git a/templates/moments.html b/templates/moments.html index 8a4dac1..c70f695 100644 --- a/templates/moments.html +++ b/templates/moments.html @@ -18,8 +18,14 @@ Moment CreateTime - - :: Author + + + + + + +
Moment Content...
diff --git a/templates/page.html b/templates/page.html index 031a166..5d320e5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -10,7 +10,13 @@ publishTime - :: Author + + + + + + + Author
Post Content
diff --git a/templates/post.html b/templates/post.html index 51d67a3..e849e69 100644 --- a/templates/post.html +++ b/templates/post.html @@ -37,16 +37,15 @@ Author + + +
- - #Tag -
diff --git a/templates/tag.html b/templates/tag.html index f8be5f4..08da920 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -21,9 +21,20 @@ 发布时间 - :: 文章标题 + + + + + + + 文章标题 - :: + + + + + + =2.22.0"