Greasy Fork is available in English.

Pixiv Previewer

Display preview images (support single image, multiple images, moving images); Download animation(.zip); Sorting the search page by favorite count(and display it). Updated for the latest search page.

< Valutazione su Pixiv Previewer

Domanda/commento

§
Pubblicato: 18/11/2019

建议预览图位置距离鼠标远些,谢谢

    // 调整DIV的位置
    if (mousePos.x > screenWidth / 2) {
        divX = mousePos.x - 5 - newWidth;
        divY = st;
    } else {
        divX = mousePos.x + 5;
        divY = st;

原来距离5可能太近了,想点进原图的时候,很容易鼠标进到预览图的范围。我试了下距离改成30似乎体验更好,想点原图或者直接点预览图都不容易误操作。 我因为不懂编程,好不容易才找到这段代码。

ocrosoftAutore
§
Pubblicato: 18/11/2019

@"無限の未知" 说道: // 调整DIV的位置 if (mousePos.x > screenWidth / 2) { divX = mousePos.x - 5 - newWidth; divY = st; } else { divX = mousePos.x + 5; divY = st;

原来距离5可能太近了,想点进原图的时候,很容易鼠标进到预览图的范围。我试了下距离改成30似乎体验更好,想点原图或者直接点预览图都不容易误操作。 我因为不懂编程,好不容易才找到这段代码。

好的,如果没有问题会在下一个版本加入。

Pubblica risposta

Accedi per pubblicare una risposta.