We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5e530 commit b5a8e81Copy full SHA for b5a8e81
1 file changed
apps/Update.js
@@ -27,7 +27,7 @@ export class update extends plugin {
27
priority: 1009,
28
rule: [
29
{
30
- reg: '^#sf((插件)?(强制)?更新| update)(\s*(dev|DEV|main|MAIN))?$',
+ reg: '^#sf((插件)?(强制)?更新| update)(\\s*(dev|DEV|main|MAIN))?$',
31
fnc: 'update'
32
},
33
0 commit comments