Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 1.09 KB

File metadata and controls

55 lines (48 loc) · 1.09 KB
layout home
hero
name image actions
Trudbot's Blog
theme text link
brand
进入博客
/wfvka7w8
theme text link
alt
Github
features
title details
前端切图仔
精通JavaScript的拼写
title details
竞赛算法蒟蒻
偶尔刷刷leetcode、atcoder
title details
拖延症患者
明天再干吧
<script setup> import Tags from './components/tags.vue'; import Beian from './components/beian.vue'; import {data} from './data/content-handler.data.mts' </script>
代码语言统计
<style> .code-lang { margin-top: 5vh; img { width: 50%; height: auto; } @media (max-width: 768px) { img { width: 80%; } } } </style>