update
This commit is contained in:
parent
12a524bd54
commit
8ca9cbf8b3
|
@ -205,7 +205,7 @@
|
|||
|
||||
|
||||
<script>
|
||||
window.roadmapYears = JSON.parse('{"2022":[{"title":"读书","start":"01-01","end":"1-5"},{"title":"还是读书","start":"02-01","end":"05-30"}],"2023":[{"title":"⛵️ 开发hexo-theme-cosy主题","start":"09-03","end":"10-03","content":"基本功能基本迭代完成,目前稳定在1.2.4版本"},{"title":"✅ 视频AI无闪烁转绘","start":"10-25","end":"11-04","content":"stable diffusion + Ebsynth 插帧"},{"title":"✅ 成为一名飞手","start":"11-04","end":"11-09","content":"UTC无人驾驶航空器系统操作手合格证"},{"title":"✅ hexo-theme-cosy 发包到 npm","start":"11-14","end":"11-16","content":"人生中第一个正儿八经的 npm 包,使用 github 的 action 白嫖一手 ci 资源"},{"title":"✅ 抖音千粉","start":"11-06","end":"12-30","content":"粉丝量突破1000,预算投入¥3000,每天至少生产1个小姐姐舞蹈 AI转绘 视频"}],"2024":[{"title":"📚 付鹏《见证逆潮》","start":"01-01","end":"01-30","content":"笔录书中核心观点,写一篇读后感"},{"title":"复活“左耳朵耗子”","start":"01-04","end":"01-30","content":"陈皓大佬虽然走了,但是希望通过视频,给他复活,阅读博客文章,让他永远活在数字世界"}]}')
|
||||
window.roadmapYears = JSON.parse('{"2022":[{"title":"读书","start":"01-01","end":"1-5"},{"title":"还是读书","start":"02-01","end":"05-30"}],"2023":[{"title":"⛵️ 开发hexo-theme-cosy主题","start":"09-03","end":"10-03","content":"基本功能基本迭代完成,目前稳定在1.2.4版本"},{"title":"✅ 视频AI无闪烁转绘","start":"10-25","end":"11-04","content":"stable diffusion + Ebsynth 插帧"},{"title":"✅ 成为一名飞手","start":"11-04","end":"11-09","content":"UTC无人驾驶航空器系统操作手合格证"},{"title":"✅ hexo-theme-cosy 发包到 npm","start":"11-14","end":"11-16","content":"人生中第一个正儿八经的 npm 包,使用 github 的 action 白嫖一手 ci 资源"},{"title":"✅ 抖音千粉","start":"11-06","end":"12-30","content":"粉丝量突破1000,预算投入¥3000,每天至少生产1个小姐姐舞蹈 AI转绘 视频"}],"2024":[{"title":"📚 付鹏《见证逆潮》","start":"01-01","end":"01-30","content":"笔录书中核心观点,写一篇读后感"},{"title":"so-vits学习","start":"01-04","end":"01-30","content":"bert-so-vits \u0026\u0026 gpt-so-vits"},{"title":"LangChain入门指南","start":"03-01","end":"03-30","content":"真的是从入门到放弃的一本书"}]}')
|
||||
window.initYear = '2024'
|
||||
</script>
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
<!-- 文章标题 -->
|
||||
<h1 class="post-title"></h1>
|
||||
<div class="last-updated">
|
||||
上次更新: 2024-03-15 23:26:12
|
||||
上次更新: 2024-03-16 08:48:15
|
||||
</div>
|
||||
<!-- 文章 -->
|
||||
<h1 id="stdio-h"><a href="#stdio-h" class="headerlink" title="stdio.h"></a>stdio.h</h1><table>
|
||||
|
|
|
@ -266,7 +266,7 @@
|
|||
<p><a target="_blank" rel="noopener" href="https://baidu.com/">https://baidu.com</a></p>
|
||||
<p><a target="_blank" rel="noopener" href="http://www.this-anchor-link.com/">锚点链接</a> </p>
|
||||
<p><a href="mailto:test.test@gmail.com">mailto:test.test@gmail.com</a></p>
|
||||
<p>GFM a-tail link <a target="_blank" rel="noopener" href="https://my.oschina.net/u/3691274">@pandao</a> 邮箱地址自动链接 <a href="mailto:test.test@gmail.com">test.test@gmail.com</a> <a href="mailto:www@vip.qq.com">www@vip.qq.com</a></p>
|
||||
<p>GFM a-tail link <a target="_blank" rel="noopener" href="https://my.oschina.net/u/3691274">@pandao</a> 邮箱地址自动链接 <a href="mailto:test.test@gmail.com">test.test@gmail.com</a> <a href="mailto:www@vip.qq.com">www@vip.qq.com</a></p>
|
||||
<blockquote>
|
||||
<p>@pandao</p>
|
||||
</blockquote>
|
||||
|
|
|
@ -42,8 +42,12 @@ years:
|
|||
start: 01-01
|
||||
end: 01-30
|
||||
content: 笔录书中核心观点,写一篇读后感
|
||||
- title: 复活“左耳朵耗子”
|
||||
- title: so-vits学习
|
||||
start: 01-04
|
||||
end: 01-30
|
||||
content: 陈皓大佬虽然走了,但是希望通过视频,给他复活,阅读博客文章,让他永远活在数字世界
|
||||
content: bert-so-vits && gpt-so-vits
|
||||
- title: LangChain入门指南
|
||||
start: 03-01
|
||||
end: 03-30
|
||||
content: 真的是从入门到放弃的一本书
|
||||
---
|
Loading…
Reference in New Issue
Block a user