yuwu

Results 2 issues of yuwu

``` def get_lines(): l = [] with open('test/1.py','rb') as f: data = f.readlines(60000) l.append(data) yield l ``` ## 上面代码yield l结束是否只能读取文件6万行,可能读取不到文件末尾 ## 下面是我的代码 ``` def my_get_lines(num_lines=1): with open(r'test/1.py', 'r', encoding="utf-8") as...

### Describe the bug 鼠标移动到部分文章标题后自动标记已读 ### Feed Info rsshub://zhihu/hot/total ### Reproduction Video https://github.com/user-attachments/assets/94f137f3-7fff-475b-990e-4d639e05df0e ### App Type Electron / App ### Version 0.0.1-nightly20241011 ### Operating System Windows 11 ### Browser Info...