YangFong
YangFong
确实存在一定的问题,即便当前系统为浅色,应用主题选择了跟随系统,却依然为深色主题。 
从文档的角度来说,我们是翻译,原文使用了 raise,而非 fulfill。对此我不确定这个改动是否合适。@ZhangHanDong
对于多出来的 `:`,也感觉怪怪的,可以尝试和上游沟通一下,我们再一并处理。 https://github.com/rust-lang/book
存在一定歧义,可优化
A new discovery, in Part 2, is that `/prisma/seed.ts` looks like this. 
When transparent mode is on, a margin is added, and because of the 'min-width' limit, #38 occurs. 
> @YangFong Could you include a picture of the result? In the new version of OB, the `margin ` is now `padding`. It needs to be updated
Before the change:  After the changes: 
@ms2008 @jochne 收集一下信息,你们希望是什么样的呢。 当前而言,项目并没有整体主题的选择,只有主色系和代码块的配色风格的选择。 如果是加入一个整体的主题选择,并且兼容 Typora 的主题,我不知道行不行。这其实可以说,就是自定义主题上传。
我试着将 [Vue 主题](https://www.typora.net/99.html) 通过自定义 CSS 注入了一下,效果如下:   因为有部分样式是根据 Typora 定制出来的,如果不做修改的话,在其他地方使用就没有效果,总体就不是那么好看了。 参见: - [typora-vue-theme](https://github.com/blinkfox/typora-vue-theme)