优化第一阶段
This commit is contained in:
10
lib/plugins/image/index.js
Normal file
10
lib/plugins/image/index.js
Normal file
@ -0,0 +1,10 @@
|
||||
async function run() {
|
||||
throw new Error("尚未实现");
|
||||
}
|
||||
|
||||
export default {
|
||||
id: "image",
|
||||
name: "图片批量处理",
|
||||
desc: "裁剪/缩放/转换",
|
||||
run,
|
||||
};
|
||||
Reference in New Issue
Block a user