Git Product home page Git Product logo

Comments (23)

xioxin avatar xioxin commented on May 21, 2024 1

大概这个样子 图是p的
image

from ehsyringe.

Mapaler avatar Mapaler commented on May 21, 2024

我觉得有两处吧,一个是扩展选项的面板,用来设置少改的和复杂的设置;
Screenshot_2019-08-12-12-16-28
另一个是扩展图标点出来的快捷操作layer,只控制快速切换功能。
Screenshot_2019-08-12-12-16-45
如果进一步做的话,其实可以把Editer内置。
Screenshot_2019-08-12-12-17-00

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024
* 介绍图片过滤等级 (全部显示,仅NSFW,全部过滤)

已经把 R18 和 R18G 的支持加上了

h = h.replace(/#(\S*)\s+(['"])(.*?)\2/igm, (_, state, __, url) => {
state = state || 'R18';
if (state === '#') state = 'R18G';
url = url.replace('"', '%22');
return `<img src="${url}" nsfw="${state}" onerror="this.style.display = 'none'">`;
});

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

并不会内置编辑器。
可配置项不多,应该不会用设置面板。
现在首选的是在popup页面添加设置面板

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

就不用写禁用了吧,默认四个都打勾就好了呗

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

图片

from ehsyringe.

Mapaler avatar Mapaler commented on May 21, 2024

图片

我还是觉得slidebar比较好,就像安全等级一样。

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

我还是觉得slidebar比较好,就像安全等级一样。

???我说啥了?

from ehsyringe.

Mapaler avatar Mapaler commented on May 21, 2024

我还是觉得slidebar比较好,就像安全等级一样。

???我说啥了?

我理解错了,因为你下面一条紧接着是分级的图片,我以为你是说图片等级不要写禁用,改成复选框分别控制。

原来是前面的不要写禁用。

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

我意思是G、R18、R18G

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

G是啥意思 一般人看不懂
R18 大部分人能看懂
R18G 少部分人能懂

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

只是强迫症,never mind

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

popup 我还要做一些调整 等我调整好了再修改

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

现在大概先这样 至少功能已经实现了, 今晚再调整样式

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

稍微改了一下

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

什么时候测试下 准备上架吧

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

没啥问题

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

设置建议改成自动保存比较好,尤其移动端上,保存按钮的位置在页面底部

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

设置建议改成自动保存比较好,尤其移动端上,保存按钮的位置在页面底部

可以给外框加一个最大高度

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

没有问题的话我今晚发布

from ehsyringe.

OpportunityLiu avatar OpportunityLiu commented on May 21, 2024

行,我又改了点,你可以 看下

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

我有个新的项目,本地的本子管理软件。有没有兴趣

nest.js 后端 angular 前端
主要是扫描本地磁盘整理本子,在线阅读。
联网采集metadata,自动打标签,本子下载等功能;
类似 happypandax 。

前一段时间下载了3T的本子,很难管理

from ehsyringe.

xioxin avatar xioxin commented on May 21, 2024

1.2.0 版本已经发布
好累, 暂时不再增加新功能了.

from ehsyringe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.