[PR #839] [MERGED] feat: 支持主题色设置,附带 12 个预设主题,支持分享导入,tailwind 升级至 v4 #794

Closed
opened 2026-03-02 03:41:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/839
Author: @codexu
Created: 1/10/2026
Status: Merged
Merged: 1/10/2026
Merged by: @codexu

Base: devHead: upgrade/tailwind-v4


📝 Commits (8)

  • a272599 feat: 升级工具
  • a510d01 feat: 适配 vditor 样式
  • e5b0fc0 feat: 使用 Shine Border 优化对话框
  • d358bf6 feat: 对话 Markdown 样式调整
  • c3ffb17 fix: 修复移动端圆角问题
  • 80575a8 feat: 增加自定义主题颜色配置方案
  • 2ce3ae6 feat: 调整细节配色
  • 2cfed4f feat: 预设主题方案切换时会主动切换light、dark 主题色

📊 Changes

38 files changed (+3688 additions, -1081 deletions)

View changed files

📝 .gitignore (+5 -1)
📝 components.json (+5 -2)
📝 messages/en.json (+86 -5)
📝 messages/zh.json (+84 -0)
📝 package.json (+4 -4)
📝 pnpm-lock.yaml (+944 -459)
📝 postcss.config.mjs (+1 -1)
📝 src/app/core/article/file/file-footer.tsx (+1 -1)
📝 src/app/core/article/image-editor.css (+0 -0)
📝 src/app/core/article/md-editor.tsx (+2 -2)
src/app/core/article/style.css (+305 -0)
src/app/core/article/style.scss (+0 -208)
📝 src/app/core/layout.tsx (+5 -12)
📝 src/app/core/record/chat/chat-content.tsx (+2 -2)
📝 src/app/core/record/chat/chat-footer.tsx (+1 -1)
📝 src/app/core/record/chat/chat-input.tsx (+9 -1)
📝 src/app/core/record/chat/chat-preview.tsx (+1 -1)
src/app/core/record/chat/chat.css (+220 -0)
src/app/core/record/chat/chat.scss (+0 -141)
📝 src/app/core/record/chat/index.tsx (+1 -1)

...and 18 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/839 **Author:** [@codexu](https://github.com/codexu) **Created:** 1/10/2026 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `upgrade/tailwind-v4` --- ### 📝 Commits (8) - [`a272599`](https://github.com/codexu/note-gen/commit/a272599375983aa0292351cea3dca2c280566f6f) feat: 升级工具 - [`a510d01`](https://github.com/codexu/note-gen/commit/a510d018737d54a90dcca6ae362ce38d49d494e1) feat: 适配 vditor 样式 - [`e5b0fc0`](https://github.com/codexu/note-gen/commit/e5b0fc0b483b9dece41448f41723984837e3603c) feat: 使用 Shine Border 优化对话框 - [`d358bf6`](https://github.com/codexu/note-gen/commit/d358bf6c5819fa65b039dd61d0c718f4c691b477) feat: 对话 Markdown 样式调整 - [`c3ffb17`](https://github.com/codexu/note-gen/commit/c3ffb17cd648d6c9f7ab21b078d67db29f9b2a32) fix: 修复移动端圆角问题 - [`80575a8`](https://github.com/codexu/note-gen/commit/80575a81b17855fe8639cf1dc00d81c51c53ef1b) feat: 增加自定义主题颜色配置方案 - [`2ce3ae6`](https://github.com/codexu/note-gen/commit/2ce3ae61361ff256fbddda7632d331769c449423) feat: 调整细节配色 - [`2cfed4f`](https://github.com/codexu/note-gen/commit/2cfed4f03d60b8d18bca5f7d064233e5ce84a024) feat: 预设主题方案切换时会主动切换light、dark 主题色 ### 📊 Changes **38 files changed** (+3688 additions, -1081 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+5 -1) 📝 `components.json` (+5 -2) 📝 `messages/en.json` (+86 -5) 📝 `messages/zh.json` (+84 -0) 📝 `package.json` (+4 -4) 📝 `pnpm-lock.yaml` (+944 -459) 📝 `postcss.config.mjs` (+1 -1) 📝 `src/app/core/article/file/file-footer.tsx` (+1 -1) 📝 `src/app/core/article/image-editor.css` (+0 -0) 📝 `src/app/core/article/md-editor.tsx` (+2 -2) ➕ `src/app/core/article/style.css` (+305 -0) ➖ `src/app/core/article/style.scss` (+0 -208) 📝 `src/app/core/layout.tsx` (+5 -12) 📝 `src/app/core/record/chat/chat-content.tsx` (+2 -2) 📝 `src/app/core/record/chat/chat-footer.tsx` (+1 -1) 📝 `src/app/core/record/chat/chat-input.tsx` (+9 -1) 📝 `src/app/core/record/chat/chat-preview.tsx` (+1 -1) ➕ `src/app/core/record/chat/chat.css` (+220 -0) ➖ `src/app/core/record/chat/chat.scss` (+0 -141) 📝 `src/app/core/record/chat/index.tsx` (+1 -1) _...and 18 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#794
No description provided.