Compare commits

..

4 Commits

Author SHA1 Message Date
84b4437b76 update patch js
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2026-04-24 09:46:18 +08:00
4511cf46e8 patch js
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2026-04-24 09:41:24 +08:00
30c95f3f39 优化移动端尾图
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2026-04-24 09:32:54 +08:00
7d70e994f9 拆分尾图
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
2026-04-24 09:30:57 +08:00
4 changed files with 37 additions and 18 deletions

View File

@ -9,7 +9,21 @@ jobs:
- name: Check out repository code
uses: https://gitee.com/mirror-actions/checkout@v4
- run: cd ${{ gitea.workspace }}
- name: Insert post image
run: |
set -euo pipefail
post_content="$(cat post.html)"
find . -type f -name "*.md" -print0 | while IFS= read -r -d '' file; do
{
printf '\n'
printf '%s\n' "$post_content"
} >> "$file"
done
- run: npx refs-cli
- name: patch js path
run: |
find dist -type f -name "*.html" -exec sed -i 's|/js/|/qrh/js/|g' {} +
find dist -type f -name "*.html" -exec sed -i 's|/data\.js|/qrh/data.js|g' {} +
- name: copy exports to www
run: |
rm -rf /var/www/qrh

View File

@ -251,12 +251,3 @@ loss值长期卡在0.6~0.7代表着模型完全没能学习到任何信息
软件会自动为您画出一张图。横坐标是“体积”,纵坐标是“颜色状态的概率”。
## END
<!--rehype:wrap-style=text-align:center;-->
<img
src="https://flt6.top/today"
alt="封面图"
width="600"
/>

23
post.html Normal file
View File

@ -0,0 +1,23 @@
## END
<!--rehype:wrap-style=text-align:center;-->
<img
src="https://flt6.top/today"
class="responsive-img"
/>
<style>
.responsive-img {
width: 50%;
height: auto;
display: block;
margin: 0 auto;
}
@media (max-width: 768px), (orientation: portrait) {
.responsive-img {
width: 100%;
}
}
</style>

View File

@ -4,12 +4,3 @@ flt QRH
[实验](./docs/实验.md) <!--rehype:style=background:rgb(79 91 147);-->
[智能化实验](./docs/智能化实验.md) <!--rehype:style=background: #0F4954;-->
<!--rehype:class=home-card-->
## END
<!--rehype:wrap-style=text-align:center;-->
<img
src="https://flt6.top/today"
alt="封面图"
width="600"
/>