king
2024-06-30 d3e1a43956ce40f91494b151324939e438b78518
2024-06-30
1个文件已修改
2 ■■■ 已修改文件
src/menu/components/share/actioncomponent/actionform/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | 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_]+@?$/,