Ben Wang

Results 5 issues of Ben Wang

提前设置关闭功能的语音暗号,比如【等一等,我仔细缕一缕】。遇到某些无法操作电脑的情况下,可以关闭软件功能。

As picture, how to put the [Article directory] in the upper right corner.If browse the blog with your phone, [Article directory] is not usefull. 如图所示,把【文章目录】放到右上角如何。如果用手机或者小屏幕来浏览博客,目录的作用就不是特别明显了。 ![_20181230130825](https://user-images.githubusercontent.com/9692054/50544582-47dd5b80-0c35-11e9-8494-8704ee242785.jpg)

Proposal

the red text are very different!It's markdown code: `` `monospace` `` generate html. They are Japanese,Chinese,English。I found the reason. font-family . 下图的红色字体,差别比较大,是markdown语法,单引号生成的。由于 font-family 文字库造成的,关于字体类型我也不是很了解。 ![_20181226162253](https://user-images.githubusercontent.com/9692054/50438962-2cb7d680-092b-11e9-9723-556cb09974af.jpg) ```css .post .post-content code,.post .post-content...

enhancement

你好, EasySocket 可以做一下 license 的声明吗? 因为项目对使用的组件有 License 的要求

比如下面的生成类,应该使用 new 关键字 ```csharp public class BaseClass { [AliasAs("userId")] public long UserId { get; set; } } ``` ```csharp public class ChildClass : BaseClass { [AliasAs("userId")] public new long UserId...