Skip to content

Commit ecbd7c9

Browse files
committed
feat: 白板纸张纹理、触控优化、Teleprompter 导出、图片持久化
- 白板: 新增纸张/亮片纹理选择,支持 pack 后正确加载 - 白板: 双指/三指手势撤销,三指横滑可调出快捷按钮 - 白板: 触控优化 (touch-action, 44px 触控目标) - Teleprompter: Save as 支持下载为 .md / .txt - 白板: 显式传入 files 确保图片 pack 后不丢失 - .gitignore: 排除 settings.json 防止误提交 Made-with: Cursor
1 parent ee164a1 commit ecbd7c9

28 files changed

Lines changed: 510 additions & 63 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ build
1717
# Signing keys (never commit)
1818
keys/
1919

20+
# User data (Electron 存于 userData,不在项目内;此处防止误提交)
21+
settings.json
22+
2023
# Editor directories and files
2124
.vscode/*
2225
!.vscode/extensions.json
525 KB
Loading
738 KB
Loading
547 KB
Loading
525 KB
Loading
522 KB
Loading
609 KB
Loading
570 KB
Loading
243 KB
Loading
499 KB
Loading

0 commit comments

Comments
 (0)