mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-14 22:54:32 +08:00
拆分数据处理分类,新增编码加密、数学计算分类
This commit is contained in:
5
plugin/lib/quickcomposer/math/index.js
Normal file
5
plugin/lib/quickcomposer/math/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const random = require("./random");
|
||||
|
||||
module.exports = {
|
||||
random,
|
||||
};
|
||||
Reference in New Issue
Block a user