add hint type to settingUtil

This commit is contained in:
zxkmm 2024-01-13 22:07:41 +08:00
parent 74d62ac1aa
commit f84497f6da
6 changed files with 36 additions and 4 deletions

View file

@ -7,7 +7,7 @@ import readline from 'node:readline';
//Please write the "workspace/data/plugins" directory here
//请在这里填写你的 "workspace/data/plugins" 目录
let targetDir = '';
let targetDir = '/home/zxkmm/文档/siyuan_dev/data/plugins';
//Like this
// let targetDir = `H:\\SiYuanDevSpace\\data\\plugins`;
//********************************************************************************************