feat(core): 独立使用新的localStorage区域,避免与2.0共用
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
window.VIEW = scriptUrl.searchParams.get('view') || 'board';
|
||||
let config = {};
|
||||
try {
|
||||
config = JSON.parse(localStorage.getItem('mixly2.0') ?? '{}');
|
||||
config = JSON.parse(localStorage.getItem('mixly3.0') ?? '{}');
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user