const coretool = require('./tool_core') const unitool = require('./tool_uniapp') module.exports = { ...coretool, ...unitool }