This commit is contained in:
parent
c56fd01d9d
commit
ef6309dcb0
|
@ -1019,6 +1019,7 @@
|
||||||
lib.configMenu.appearence.config.card_style.onclick('default');
|
lib.configMenu.appearence.config.card_style.onclick('default');
|
||||||
switcher.lastChild.innerHTML='默认';
|
switcher.lastChild.innerHTML='默认';
|
||||||
}
|
}
|
||||||
|
button.classList.add('transparent');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -1156,6 +1157,7 @@
|
||||||
lib.configMenu.appearence.config.cardback_style.onclick('default');
|
lib.configMenu.appearence.config.cardback_style.onclick('default');
|
||||||
switcher.lastChild.innerHTML='默认';
|
switcher.lastChild.innerHTML='默认';
|
||||||
}
|
}
|
||||||
|
button.classList.add('transparent');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue