This commit is contained in:
icret
2022-09-20 13:44:48 +08:00
parent c6cd45425c
commit 4fae3bd291
13 changed files with 167 additions and 136 deletions

View File

@@ -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

View File

@@ -0,0 +1,4 @@
html {
filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%);
}