Skip to content

Commit

Permalink
feat: update article title (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tearill authored Jul 25, 2024
1 parent 16096e9 commit 5a53618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function run() {

// 产出内容
const day = moment().format('YYYY.MM.DD');
let content = `# 前端技术双周刊-${day}\n\n`;
let content = `# 前端&AI技术双周刊-${day}\n\n`;
Object.keys(blog).forEach(cate => {
content += `## ${cate}\n`;
const articles = blog[cate];
Expand Down

0 comments on commit 5a53618

Please sign in to comment.