You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
v2.6.7
This commit is contained in:
@@ -221,14 +221,6 @@ $('#btndel').on('click', function() {
|
||||
});
|
||||
})();
|
||||
/******************************************************************/
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?c790ac2bdc2f385757ecd0183206108d";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
|
||||
|
||||
// 导航状态
|
||||
$('.nav-pills').find('a').each(function() {
|
||||
|
||||
File diff suppressed because one or more lines are too long
4
public/static/zui/theme/zui-theme-grey.css
Executable file
4
public/static/zui/theme/zui-theme-grey.css
Executable file
@@ -0,0 +1,4 @@
|
||||
html {
|
||||
filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
|
||||
-webkit-filter: grayscale(100%);
|
||||
}
|
||||
Reference in New Issue
Block a user