mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
10 lines
161 B
JavaScript
10 lines
161 B
JavaScript
const speech = require("./speech");
|
|
const media = require("./media");
|
|
const record = require("./record");
|
|
|
|
module.exports = {
|
|
speech,
|
|
media,
|
|
...record,
|
|
};
|