This commit is contained in:
libccy 2017-05-09 14:52:36 +08:00
parent 0f24b625f8
commit 8ca67556de
1 changed files with 3 additions and 1 deletions

View File

@ -1348,7 +1348,7 @@
}, },
hp_style:{ hp_style:{
name:'体力条样式', name:'体力条样式',
init:'default', init:'ol',
item:{ item:{
default:'默认', default:'默认',
// official:'勾玉', // official:'勾玉',
@ -2483,9 +2483,11 @@
} }
if(lib.config.border_style=='auto'){ if(lib.config.border_style=='auto'){
map.autoborder_count.show(); map.autoborder_count.show();
map.autoborder_start.show();
} }
else{ else{
map.autoborder_count.hide(); map.autoborder_count.hide();
map.autoborder_start.hide();
} }
}, },
} }