J.Y Han

Results 9 issues of J.Y Han

for iOS app and browser plug-in, or something more...

enhancement

enhancement

鼠标点击事件似乎有点问题。在豆瓣网页里点一下就会报错。 ![image](https://user-images.githubusercontent.com/434428/54113566-89536980-4423-11e9-8766-f3f8ccdbef11.png)

fix issue https://github.com/caijiehong/douban-client/issues/3 . replaced `https` to `curlrequest`.

安卓手机的某些默认浏览器,如魅族M3自带的xxx浏览器会无法显示Font-Awesome的icons,换成chrome浏览器正常。 经过艰苦的排查,发现是因为typo.css里的 ` html{ .... text-rendering: optimizelegibility; .... } ` 把 `optimizelegibility` 替换为 `auto`,icon则正常显示。

![yauodsbonu](https://user-images.githubusercontent.com/434428/44018630-fd185642-9f0e-11e8-92be-3fcfac56ed1b.gif) 鼠标划选之后,原先已选中的文字变成了未选中状态。

question

原文: ![image](https://user-images.githubusercontent.com/434428/43948689-104ce94c-9cbe-11e8-9050-73a24b8f7b30.png) 双击选中一段后: ![image](https://user-images.githubusercontent.com/434428/43948701-1e791c84-9cbe-11e8-8003-05eb638e35da.png) 选中后的 html 结构: ![image](https://user-images.githubusercontent.com/434428/43948604-d3c29e04-9cbd-11e8-9e12-150f70fde5b7.png) `````` 标签应该被插入到上面的 `````` 中。否则`` 标签里的文字无法继承 `` 标签的样式。

enhancement
help wanted

# 背景: 家里有两千本纸质书,有好几个书架,找书不方便,想把实体书架电子化,实现私人藏书管理。 # 需求: 主要是两个功能点: 1. 可以扫描书籍的条形码,根据条形码查询书籍信息,然后填写对应的书架信息,最后录入数据库。 2. 当前的书籍详情页面,增加书架信息、录入信息、阅读进度的展示,比如「3号书架」,「2025-03-12录入」、「未读|已读|在读」 # 示意图 参考: https://apps.apple.com/cn/app/%E7%A7%81%E5%AE%B6%E4%B9%A6%E8%97%8F-%E7%BA%AF%E7%B2%B9%E7%9A%84%E5%9B%BE%E4%B9%A6%E7%AE%A1%E5%AE%B6/id1130218642

feature