mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #277] [MERGED] feat: 移动端支持 #716
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#716
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/277
Author: @codexu
Created: 6/13/2025
Status: ✅ Merged
Merged: 6/13/2025
Merged by: @codexu
Base:
dev← Head:m📝 Commits (10+)
965e01afeat: 移动端权限和依赖调整77198f1feat: 移动端入口04000cbfeat: 布局6e82b32feat: 对话fd2e84cfeat: 记录f43a625feat: 写作9e08994feat: 文件管理器e01bf03feat: improve mobile layout with fixed footer and add MarkList component0e99deffeat: 设置cb1a6f0fix: improve mobile responsiveness in chat UI with layout and text size adjustments📊 Changes
61 files changed (+787 additions, -242 deletions)
View changed files
📝
.github/README.ja.md(+1 -3)📝
.github/README.zh.md(+1 -3)📝
.gitignore(+1 -0)📝
README.md(+2 -20)📝
messages/en.json(+3 -1)📝
messages/ja.json(+3 -1)📝
messages/zh.json(+3 -1)📝
src-tauri/Cargo.lock(+47 -24)📝
src-tauri/Cargo.toml(+9 -5)📝
src-tauri/capabilities/default.json(+3 -13)📝
src-tauri/capabilities/desktop.json(+11 -4)➕
src-tauri/icons/64x64.png(+0 -0)📝
src-tauri/src/lib.rs(+6 -0)📝
src/app/core/article/custom-footer/copy-html.tsx(+1 -1)📝
src/app/core/article/custom-footer/copy-json.tsx(+1 -1)📝
src/app/core/article/custom-footer/copy-markdown.tsx(+1 -1)📝
src/app/core/article/md-editor.tsx(+9 -8)📝
src/app/core/record/chat/chat-content.tsx(+11 -9)📝
src/app/core/record/chat/chat-header.tsx(+4 -14)📝
src/app/core/record/chat/chat-input.tsx(+2 -2)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.