mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Dev: Add length restriction to localStorage value
This commit is contained in:
@@ -96,7 +96,7 @@ export default class Resources extends Tool
|
||||
{
|
||||
localStoreData.push({
|
||||
key: key,
|
||||
val: val
|
||||
val: val.slice(0, 500)
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user