SettingDust

Results 137 comments of SettingDust

> Is this the Shaft that you speak of? > > https://github.com/CeuiLiSA/Pixiv-Shaft > > I haven't looked at their code, I'll get on it Yes, It is

> Is this the Shaft that you speak of? > > https://github.com/CeuiLiSA/Pixiv-Shaft > > I haven't looked at their code, I'll get on it https://github.com/CeuiLiSA/Pixiv-Shaft/blob/516789c232ff2a37d3d1fbdea1672254fb83932f/app/src/main/java/ceui/lisa/http/Retro.java#L66

> > > Is this the Shaft that you speak of? > > > https://github.com/CeuiLiSA/Pixiv-Shaft > > > I haven't looked at their code, I'll get on it > >...

> > > Is this the Shaft that you speak of? > > > https://github.com/CeuiLiSA/Pixiv-Shaft > > > I haven't looked at their code, I'll get on it > >...

> Hi everyone, can you try this build out? > > https://github.com/yellowbluesky/PixivforMuzei3/releases/tag/3.3.1_GFWTest > > Please let me know if logging in, ranking images, and feed images work without needing a...

> > > Hi everyone, can you try this build out? > > > https://github.com/yellowbluesky/PixivforMuzei3/releases/tag/3.3.1_GFWTest > > > Please let me know if logging in, ranking images, and feed images...

@CeuiLiSA 您有什么想法吗,我个人觉得登陆不了是正常的 In my option, can't login without vpn is fine :D

> #20 这里指的是上传时使用的模板

> 如果增加更多的占位符,这部也许应该可以用文本模板(如jinja2)中的逻辑功能来实现? 不太理解,我并不做 py 开发 :D 这条 issue 的具体含义是根据具体分区不同,选取不同标题、简介上传。 我阅读源码后感觉对此无能为力,所以准备自己重写了 orz,实在没怎么写过 python

> {% if 条件1 %} > 语句块1 > {% elif 条件2 %} > 语句块2 > {% else %} > 不符合所有条件 > {% endif %} > > 我的意思大概就是通过jinja2让标题和简介部分支持这样的模板语法,于是就可以在配置时根据以分区作为if语句的条件,实现不同的标题与简介内容。 > > 另祝您顺利~...