mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #839] [MERGED] feat: 支持主题色设置,附带 12 个预设主题,支持分享导入,tailwind 升级至 v4 #794
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#794
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:upgrade/tailwind-v4📝 Commits (8)
a272599feat: 升级工具a510d01feat: 适配 vditor 样式e5b0fc0feat: 使用 Shine Border 优化对话框d358bf6feat: 对话 Markdown 样式调整c3ffb17fix: 修复移动端圆角问题80575a8feat: 增加自定义主题颜色配置方案2ce3ae6feat: 调整细节配色2cfed4ffeat: 预设主题方案切换时会主动切换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.