Skip to content

Commit 0818171

Browse files
authored
release: v0.17.0 (#197)
* refactor: 重构 AI 对话页面布局,增加对话工具栏 (#196) * style: 💄重做输入框样式,功能移至底部 * fix: 修复 turbopack 导致 markdown-it isSpace 报错 * feat: 清除上下文 * feat: 面具重命名为 Prompt * feat: 新建标签对话、删除标签对话 * feat: AI 对话目标语言选择 * feat: 禁止删除默认标签 * perf: 👌 优化 AI 对话 滚动底部逻辑 * docs: 📝 移除 docs 迁移至独立仓库
1 parent 4b1755f commit 0818171

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+826
-2754
lines changed
File renamed without changes.

docs/ja/guide.md renamed to .github/README.ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# NoteGen
2+
23
NoteGenは、AIを使用して記録と執筆を橋渡しし、断片化された知識を読みやすいノートに整理することに専念するクロスプラットフォームの`Markdown`ノートアプリケーションです。
34

45
## なぜNoteGenを選ぶのか?
@@ -13,7 +14,7 @@ NoteGenは、AIを使用して記録と執筆を橋渡しし、断片化され
1314

1415
記録:
1516

16-
![record](https://s2.loli.net/2025/04/14/NxhiWjMZT7RtusS.png)
17+
![record](https://github.com/user-attachments/assets/34f7fdc7-ebab-473f-ad8b-e2e93ed0f9e3)
1718

1819
執筆:
1920

docs/zh/guide.md renamed to .github/README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ NoteGen 是一款的跨端的 `Markdown` 笔记应用,致力于使用 AI 建
1515

1616
记录:
1717

18-
![record](https://s2.loli.net/2025/04/14/NxhiWjMZT7RtusS.png)
18+
![record](https://github.com/user-attachments/assets/34f7fdc7-ebab-473f-ad8b-e2e93ed0f9e3)
1919

2020
写作:
2121

.github/workflows/updateDocs.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
![](https://img.shields.io/github/downloads/codexu/note-gen/total)
99
![](https://img.shields.io/github/commit-activity/m/codexu/note-gen)
1010

11-
English | [简体中文](docs/zh/guide.md) | [日本語](docs/ja/guide.md)
11+
English | [简体中文](.github/README.zh.md) | [日本語](.github/README.ja.md)
1212

1313
NoteGen is a cross-platform `Markdown` note-taking application dedicated to using AI to bridge recording and writing, organizing fragmented knowledge into a readable note.
1414

@@ -24,7 +24,7 @@ NoteGen is a cross-platform `Markdown` note-taking application dedicated to usin
2424

2525
Recording:
2626

27-
![record](https://s2.loli.net/2025/04/14/NxhiWjMZT7RtusS.png)
27+
![record](https://github.com/user-attachments/assets/34f7fdc7-ebab-473f-ad8b-e2e93ed0f9e3)
2828

2929
Writing:
3030

@@ -100,7 +100,7 @@ Scan the QR code to join the [discussion group](https://github.com/codexu/note-g
100100

101101
## Contribute
102102

103-
- [Read contribution guide](CONTRIBUTING.md)
103+
- [Read contribution guide](.github/CONTRIBUTING.md)
104104
- [Update plans](https://github.com/codexu/note-gen/issues/46)
105105
- [Submit bugs or improvement suggestions](https://github.com/codexu/note-gen/issues)
106106
- [Discussions](https://github.com/codexu/note-gen/discussions)

docs/.vitepress/config.mts

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/.vitepress/en.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/.vitepress/ja.ts

Lines changed: 0 additions & 91 deletions
This file was deleted.

docs/.vitepress/zh.ts

Lines changed: 0 additions & 93 deletions
This file was deleted.

docs/DocsTodo.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/common.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)