Tianma

Results 22 comments of Tianma

@lupohan44 这个想法很好,但实际上操作起来很难。 因为 Android 系统本身也没有对App的通知内容进行约束,啥内容都能出现。举个例子,QQ邮箱App的通知内容是邮件的标题,那比如百度或者steam发的邮箱验证码之类的邮件,这些邮件标题本身是没有带验证码的,根本识别不了。 那实际操作下来就是会可能有部分通知里面的内容能解析出来验证码,但更大部分是根本解析不出来(因为通知里面根本没有),实际上就会让用户觉得识别率低,无堪大用。实际上做了也是吃力不讨好。

@gzyguo 不知道你说的是什么意思。

@yzctzl 字体名:筑紫A丸 ,可以在网上(比如酷安)找找资源,或者是去 “宁静之雨” 微信公众号里面看看有没有字体资源

以 1.5.2 的 hexo-theme-material 版本,scheme 为 Paradox 为例,在 [`/layout/_partial/Paradox-post-info.ejs`](https://github.com/viosey/hexo-theme-material/blob/master/layout/_partial/Paradox-post-info.ejs) 中有: ```html ``` 可以自定义修改为(只是一个小示例,具体如何修改可自行斟酌): ```html Created: Updated: ``` 如果想自己想对这个主题进行一些小改动的话,还是需要稍微了解一下ejs等。

@accelsao 是的。 如果是 自定义css样式 或者 对之前的css样式进行修改 的话,可以到 [`/layout/_partial/config_css.ejs`](https://github.com/viosey/hexo-theme-material/blob/master/layout/_partial/config_css.ejs) 这里面统一修改。 至于其他的小更动,要先定位到源码处,再考虑具体如何更改就行。(这是我个人的理解~)

@codevvvv9 Chrome调试,找到你想更改字号的Element,定位Element基本信息,然后去 [/layout/_partial/config_css.ejs](https://github.com/viosey/hexo-theme-material/blob/master/layout/_partial/config_css.ejs) 自定义style样式。之前也有说明了。

@codevvvv9 Emmmm,不是一整块的,比如说文章里面的`` ``等元素都可以自己去调控。话说,我刚刚看了你的博客,没发现你有自定义属性啊(如果在 config_css.ejs,会在生成的html中直接包含)。

Since this module works on "Android System Phone Service", not works on any other user apps, such as 3rd party message app, including Google voice messaging.

There is no need to select any other message app in LSPosed, it just works in Phone Services and System Frameworks.

@privacyguy123 Yes, maybe. I think so. But if this module is not compatible with Google Messages, Google Messages app may have it own messaging way which is different with other...