Dr. PO
Dr. PO
Armbian and dkms postinst both use **ARCH** variable. if you run `ARCH= dkms build` on Armbian, which is the case of dkms postinst, you will get error `arch//Makefile: No such...
捞,设置里加个选项 ``` bool ignoreForum = Settings.getIgnoreForumFromTimeline() && ACUrl.FORUM_ID_TIME_LINE.equals(mForumId); while (postIterator.hasNext()) { Post post = postIterator.next(); bool ignored = false; if (ignoreForum) { ACForumRaw postForum = DB.getACForumForForumid(post.getNMBFid()); if (postForum != null...
not the issue of app
启用自定义 Host 之后 * 无法刷新板块列表,导致板块显示不正确 * 图片不能显示,图片 CDN 与自定义 Host 不匹配 可能的解决方案:自定义 Host 使用不同的数据库,在界面上的表现为 * 滑出板块列表显示刷新按钮 * 设置添加一个输入框,输入自定义 Host 的名字(或者叫 Keyword),仅限英文字母,不含空格和特殊字符,名字作为数据库的名字,切换数据库在重开 app 后生效 * 设置添加图片 CDN 地址输入框 * 从用户体验考虑,自定义 Host...