mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-05 11:30:46 +08:00
fix: 全局格式化
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export function clearVditorStorage() {
|
||||
Object.keys(localStorage).forEach(key => {
|
||||
Object.keys(localStorage).forEach((key) => {
|
||||
if (key.startsWith('vditoreditor-') || key === 'vditor') {
|
||||
localStorage.removeItem(key)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user