We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e25696 commit 27b3ff1Copy full SHA for 27b3ff1
1 file changed
src/plugins/generate-api.js
@@ -65,7 +65,8 @@ async function generatePluginsAPI() {
65
author: props.author || '未知作者',
66
name: props.name || folder,
67
description: props.desc || '',
68
- downloadUrl: `https://YunJavaPro.github.io/FkWeChat_Plugin/plugins/${folder}/${folder}.zip`,
+ // 去掉了多余的 /${folder}/
69
+ downloadUrl: `https://YunJavaPro.github.io/FkWeChat_Plugin/plugins/${folder}.zip`,
70
version: props.version || '1.0.0',
71
readme
72
});
0 commit comments