merges wo-user-toolkit-uniapp into this wo-core-toolkit

This commit is contained in:
Luk
2025-01-17 16:12:59 +08:00
parent fcaf990c51
commit 4e45a4e642
4 changed files with 950 additions and 2 deletions

4
index.js Normal file
View File

@@ -0,0 +1,4 @@
const coretool = require('./tool_core')
const unitool = require('./tool_uniapp')
module.exports = { ...coretool, ...unitool }