mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 07:05:21 +08:00
文件分类新增压缩解压,数学分类新增统计、几何、三角、单位换算
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const operation = require("./operation");
|
||||
const archive = require("./archive");
|
||||
|
||||
module.exports = {
|
||||
operation: operation.operation,
|
||||
archive: archive.archive,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user