mirror of https://github.com/1099438829/macUI.git
修正一些错误
This commit is contained in:
parent
b351f314c1
commit
652f94dbe3
18
js/mac.js
18
js/mac.js
|
|
@ -9,13 +9,13 @@ window.Win10 = {
|
|||
mobile:'',
|
||||
},
|
||||
_blur:{
|
||||
win10:false;
|
||||
task_bar:false,
|
||||
desktop:false,
|
||||
menu:false,
|
||||
command:false,
|
||||
footer:false,
|
||||
}
|
||||
win10:0,
|
||||
task_bar:0,
|
||||
desktop:0,
|
||||
menu:0,
|
||||
command:0,
|
||||
footer:0,
|
||||
},
|
||||
_countTask: 0,
|
||||
_newMsgCount:0,
|
||||
_animated_classes:[],
|
||||
|
|
@ -563,6 +563,10 @@ window.Win10 = {
|
|||
this._bgs=bgs;
|
||||
this._checkBgUrls();
|
||||
},
|
||||
setBg:function (bgs) {
|
||||
this._bgs=bgs;
|
||||
this._checkBgUrls();
|
||||
},
|
||||
menuClose: function () {
|
||||
$("#win10-menu").removeClass('opened');
|
||||
$("#win10-menu").addClass('hidden');
|
||||
|
|
|
|||
Loading…
Reference in New Issue