MiracleLau
MiracleLau
When copying content from Word, an error message will appear if the content contains headings
### The problem | 问题描述 **环境:** 系统:MacOS13.5 Word:Office365 监听rtf的变化时,如果在word中复制的内容带有标题,则会提示: ``` start watch! thread 'main' panicked at src/main.rs:19:47: called `Result::unwrap()` on an `Err` value: "No string found" stack backtrace: 0: rust_begin_unwind...
**Version** vfox version 0.6.6 **OS** macOS **Describe the bug** macOS中,将某个版本的python设置为全局后,隔一段时间会收到类似如下的提示: zsh: /Users/xxx/.version-fox/temp/1751990400-99230/python/bin/pip: bad interpreter: /Users/xxx/.version-fox/temp/1751385600-85091/python/bin/python3.12: no such file or directory 通过查看pip文件,发现其内容如下: ``` #!/Users/xxx/.version-fox/temp/1751385600-85091/python/bin/python3.12 # -*- coding: utf-8 -*- import re...