【重命名】重命名最顶级文件

This commit is contained in:
zer0Black
2021-03-11 09:40:16 +08:00
parent 684543524b
commit 9dc75e5961
452 changed files with 4 additions and 12073 deletions
+8
View File
@@ -0,0 +1,8 @@
export function actionToObject(json) {
try {
return JSON.parse(json)
} catch (e) {
console.log('err', e.message)
}
return []
}