src/menu/components/share/actioncomponent/actionform/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -882,7 +882,7 @@ { max: 512, message: '最多512个字符' } ) } else if (item.key === 'output') { if (['pop', 'prompt', 'exec'].includes(this.record.openType)) { if (['pop', 'prompt', 'exec'].includes(this.record.OpenType)) { if (this.record.intertype === 'system' || ((this.record.intertype === 'outer' || this.record.intertype === 'custom') && this.record.callbackType === 'script')) { rules = [{ pattern: /^@[0-9a-zA-Z_]+@?$/,