宗仁

Results 23 comments of 宗仁

使用`--debug`参数发现,找到的文件确实不同,linux下只匹配到了一小部分文件 ``` font-spider public/**/*.html --info --no-backup --debug --map "https://zongren.me/fonts,/builds/zongren/zongren.gitlab.io/public/fonts" DEBUG { "url": "/builds/zongren/zongren.gitlab.io/public/archives/index.html" } DEBUG { "family": "zdefault", "selector": "html", "chars": " 归档 | 宗仁的博客 @font-face{font-family:zdefault;src:url(https://zongren.me/fonts/SentyTang.eot);src:url(https://zongren.me/fonts/SentyTang.eot?#font-spider) format('embedded-opentype'),url(https://zongren.me/fonts/SentyTang.woff) format('woff'),url(https://zongren.me/fonts/SentyTang.ttf) format('truetype'),url(https://zongren.me/fonts/SentyTang.svg) format('svg');font-weight:400;font-style:normal}html,body{font-family:zdefault}.article-header__link{display:inline-block;overflow-wrap:normal;white-space:nowrap;overflow-x:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-bottom:10px;max-width:100%}.article__excerpt{text-align:left;color:#e74c3c}.article__content{margin-bottom:50px;line-height:2}.article__content.article__content--index{margin-bottom:10px}.header{height:200px;position:relative;text-align:center;vertical-align:middle}.header__wrapper{width:100%;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header__title{font-size:20px;display:inline-block}.header__menu{margin-top:20px}.header__list{padding:0;margin-top:0;margin-bottom:0}.header__list-item{list-style:none;display:inline;margin-left:5px;margin-right:5px;font-size:14px}.footer{padding-left:20px;padding-right:20px;height:80px;line-height:80px;margin-bottom:0;font-size:14px}.footer__item{display:inline-block;vertical-align:middle;line-height:normal}.footer__link{color:#e74c3c}.content__item{padding-left:20px;padding-right:20px;margin-bottom:50px}.content__item.content__item--search{margin-bottom:20px}.content__list-link{padding-bottom:10px}.content__list{padding:0;margin:0;list-style:none}.content__list-item{display:inline-block;width:100%;margin-top:10px}.content__list-item--empty.content__list-item{color:#ccc;text-align:center}.content__list-item--tag{width:auto;margin-right:10px}.content{min-height:100%;height:auto!important;height:100%;margin-bottom:-80px}.content__push{height:80px}.content__item{background-color:#fff;padding:20px}.html{height:100%;background-color:#fff;overflow-wrap:break-word;font-family:\"Hiragino...

麻烦从[demo.git](https://github.com/zongren/demo.git)下载html文件 从[font.git](https://github.com/zongren/font.git)下载字体,然后放在fonts文件夹中 上传速度实在太慢 还得麻烦您把`https://zongren.me/fonts/`改为正确的路径 我执行font-spider命令的时候,路径写的绝对路径,windows下是C:\Users\zongren\zongren.gitlab.io\public\fonts,linux下是/builds/zongren/zongren.gitlab.io/public/fonts

``` font-spider public/*.html public/**/*.html public/**/**/*.html public/**/**/**/*.html public/**/**/**/**/*.html public/**/**/**/**/**/*.html ``` 这是目前使用的命令,`public/*.html`只能匹配到`public/index.html`,`public/index2.html`等文件,`public/**/*.html`只能匹配到`public/category/index.html`,`public/tag/index.html`等文件, 依此类推

> @Virenz 参考Android Studio怎么编译jar到dex的就行了 这个阶段没毛病,主要的是怎么针对sdk层面的去处理jar 老哥解决dcc加固jar/aar了吗

可以试试virtualdisplay

以上所说的均为需要加固的app,并且提示的那个`me.zongren.MyApplication`确定存在,请问还有什么原因导致这种情况发生 之所以说确定存在,是因为反编译release打包后的apk,能看到MyApplication没有被混淆文件名 _____________________ Thanks in advance!

+1 currently using gitlab pages(due to github pages block baidu spider)

using github webhooks and gitlab triggers make it work for gitlab pages see [zongren/comment](https://github.com/zongren/comment/) and [my blog](https://zongren.me)

@asarkar 1. The target of comment form is ```https://api.staticman.net/v2/entry/zongren/comment/master/```,so there will be not https issues. 2. I only maintain my comments on github,and whenever there is a comment pushed to...