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