master
鲁誉程 9 months ago
parent 56af8ed656
commit 40defa5c22

@ -71,7 +71,7 @@ app.post('/createShortcut', (req, res) => {
// } // }
try { try {
fs.symlinkSync(shortcutURL, shortcutLinkPath, 'file'); fs.linkSync(shortcutURL, shortcutLinkPath);
res.status(200).send('安装成功!'); res.status(200).send('安装成功!');
} catch (err) { } catch (err) {
console.error(err); console.error(err);

Loading…
Cancel
Save