jaredly / hexo-admin

An Admin Interface for Hexo
http://jaredly.github.io/hexo-admin/
1.76k stars 298 forks source link

In windows environment,When I type a letter, The interface will slide up./在Windows情况下,打一个字浏览页就会不自觉上滑 #207

Open ChenYFan opened 4 years ago

ChenYFan commented 4 years ago

2

This is the bug .

PS:My English is not very good.Many sentences are translated by googletranslate./我的英语不太好,很多都是依靠谷歌机械翻译的。

ChenYFan commented 4 years ago

3 4 And these.Second,I can't drag pictures directly into Hexo-Admin GUI;Third,I can‘t use my own css source in Hexo-Admin GUI/包括这些,第二,我不能直接将图片拖拽进界面,第三,我不能用我自己的css

All these bugs are mentioned in my own blog: https://blog.cyfan.ga/2020/03/11/Hexo-Admin-%E4%BD%93%E9%AA%8C%E5%A6%82Wordpress%E8%88%ACGUI%E7%BC%96%E8%BE%91/#more

ChenYFan commented 4 years ago

css:

heimu:

span.heimu a.external,span.heimu a.external:visited,span.heimu a.extiw,span.heimu a.extiw:visited {
    color: #252525
}

.heimu,.heimu a,a .heimu,.heimu a.new {
    background-color: #252525;
    color: #252525;
    text-shadow: none
}

body:not(.heimu_toggle_on) .heimu:hover,body:not(.heimu_toggle_on) .heimu:active,body:not(.heimu_toggle_on) .heimu.off {
    transition: color .13s linear;
    color: #fff
}

body:not(.heimu_toggle_on) .heimu:hover a,body:not(.heimu_toggle_on) a:hover .heimu,body:not(.heimu_toggle_on) .heimu.off a,body:not(.heimu_toggle_on) a:hover .heimu.off {
    transition: color .13s linear;
    color: #add8e6
}

body:not(.heimu_toggle_on) .heimu.off .new,body:not(.heimu_toggle_on) .heimu.off .new:hover,body:not(.heimu_toggle_on) .new:hover .heimu.off,body:not(.heimu_toggle_on) .heimu.off .new,body:not(.heimu_toggle_on) .heimu.off .new:hover,body:not(.heimu_toggle_on) .new:hover .heimu.off {
    transition: color .13s linear;
    color: #ba0000
}
cjh0613 commented 4 years ago

3 4 And these.Second,I can't drag pictures directly into Hexo-Admin GUI;Third,I can‘t use my own css source in Hexo-Admin GUI/包括这些,第二,我不能直接将图片拖拽进界面

All these bugs are mentioned in my own blog: https://blog.cyfan.ga/2020/03/11/Hexo-Admin-%E4%BD%93%E9%AA%8C%E5%A6%82Wordpress%E8%88%ACGUI%E7%BC%96%E8%BE%91/#more

图片不显示:将图片链接中的斜杠改为"/"。这是在windows系统下存在的问题。

ChenYFan commented 4 years ago

?我指的是粘贴图片导致斜杠反了,我知道这是方便代码从而直接获取Windows下的路径,但是这样真的很反网页化,希望能进行优化。