targetDir
This commit is contained in:
parent
d365b88d09
commit
3f160a5b1f
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ import readline from 'node:readline';
|
|||
|
||||
//Please write the "workspace/data/plugins" directory here
|
||||
//请在这里填写你的 "workspace/data/plugins" 目录
|
||||
// let targetDir = '';
|
||||
let targetDir = '';
|
||||
//Like this
|
||||
const targetDir = `H:\\临时文件夹\\SiYuanDevSpace\\data\\plugins`;
|
||||
// let targetDir = `H:\\SiYuanDevSpace\\data\\plugins`;
|
||||
//********************************************************************************************
|
||||
|
||||
const log = (info) => console.log(`\x1B[36m%s\x1B[0m`, info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue