Skip to content

Commit

Permalink
submit first daily
Browse files Browse the repository at this point in the history
  • Loading branch information
Freelander committed Jun 14, 2024
1 parent a57332e commit 26ee9ea
Show file tree
Hide file tree
Showing 12 changed files with 326 additions and 548 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { createSideBarZH } from "../utils/createSideBar";

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "FAV0周刊",
description: "《FAV0周刊》:记录每周所见所闻,主要关注前端、AI领域以及计算机相关内容",
title: "高军 AI 日报",
description: "《高军 AI 日报》:内容涵盖但不限于前沿 AI 资讯、AI 工具、AI 绘画、开源项目和学习教程等。",
lang: "zh-Hans", //语言

themeConfig: {
Expand Down
8 changes: 5 additions & 3 deletions docs/.vitepress/utils/createSideBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ export function createSideBarZH() {
text: '2024年',
collapsed: true,
items: [
{ text: '002期--独立开发的动力', link: '/posts/2024/002' },
{ text: '001期--AI内容污染搜索', link: '/posts/2024/001' },
{ text: '000期--新的开始', link: '/posts/2024/000' },
{ text: '6 月 14 日', link: '/posts/2024/6-14' },
{ text: '6 月 13 日', link: '/posts/2024/6-13' },
{ text: '6 月 12 日', link: '/posts/2024/6-12' },
{ text: '6 月 11 日', link: '/posts/2024/6-11' },
{ text: '6 月 10 日', link: '/posts/2024/6-10' },
]
}
]
Expand Down
169 changes: 0 additions & 169 deletions docs/posts/2024/000.md

This file was deleted.

Loading

0 comments on commit 26ee9ea

Please sign in to comment.