feat: 本地数据备份(导出/导入) + Word 导出标实验 - #4
Merged
Merged
Conversation
- Settings → 数据备份: one JSON file backs up every md-converter-* key (drafts, history, image records, settings, API key); import restores and reloads. Guards against invalid files and confirms before overwrite. Everything lives in localStorage, so a browser cache clear used to wipe it all — this makes it recoverable. - Label Word export as 实验 (relies on the unmaintained html-docx-js). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
设置面板新增「💾 数据备份」:一键把 localStorage 全部数据(草稿/历史/图床/设置/Key)导出为 JSON,导入即还原(带校验+覆盖确认)。清缓存不再丢数据。Word 导出标注实验(依赖库已不维护)。CDP 测试通过。🤖 Generated with Claude Code