mantou

Results 66 comments of mantou

是不是说的这个?重新打勾就行了 https://github.com/mantou132/GoogleTranslate/blob/google-webapp/screenshot/Screen%20Shot%202018-11-21%20at%2000.57.30.png

可以看看这个 https://github.com/mantou132/GoogleTranslate

多行时才会调整字号,就算在当前样式下问题也不大。 我在实现时遇到两个问题: 1. vue-emotion 怎么响应式的修改样式 2. 跟 autosize 冲突,监听 的行数需要 autosize 的回调函数,但是 autosize 让 增高的同时字号减少,让 高度跳动 不过当 __达到最大高度时才触发字号的自动调整__ 也行,最后,字号达到一个临界值时,通过滚动条来排版更多的内容。 如果今后需要显示更多的翻译结果信息,其他内容的字号需要相应的调整。 这个 还有个问题是换行的问题,不应该在单词内换行。

@linxiaoru 在 qq 群看到有人说是 32k 限制。难道是微信 SDK 对 png 的缩略图有 32k 限制吗

https://problemkaputt.de/everynes.htm#controllersfourplayeradaptors

e.g: https://github.com/mantou132/nesbox/runs/7246181743

If necessary, you can load dependencies in rendered

https://github.com/w3c/webcomponents/issues/782

@woshixiaoqianbi 这应该是用户名重复了。 你浏览器版本太低了,界面烂了。如果你没有看到“用户名重复”的错误提示,那可能也是这个原因。

``` tauri::WindowEvent::Resized(size) => { let monitor = event.window().current_monitor().unwrap().unwrap(); let screen = monitor.size(); println!("{:?}, {:?}", size, screen); if size == screen { println!("{}", true); } else { println!("{}", false); } }...