♻️ 调整utils引用

This commit is contained in:
chaos-zhu
2024-08-18 15:02:31 +08:00
parent 4e9bfe46d3
commit beffd97396
23 changed files with 46 additions and 234 deletions

View File

@@ -1,5 +1,6 @@
const localShellJson = require('../config/shell.json')
const { readScriptList, writeScriptList, randomStr } = require('../utils')
const { readScriptList, writeScriptList } = require('../utils/storage')
const { randomStr } = require('../utils/tools')
let localShell = JSON.parse(JSON.stringify(localShellJson)).map((item) => {
return { ...item, id: randomStr(10), index: '--', description: item.description + '|内置脚本' }