king
2023-08-23 7ce219ee7a18ef1c3e4f6b6f8d74afaa101210fb
src/menu/datasource/index.jsx
@@ -212,6 +212,14 @@
        delete res.setting.debugId
      }
      if (res.setting.interType === 'system' && res.setting.sync === 'true') {
        res.scripts && res.scripts.forEach(script => {
          if (script.status === 'false' || script.position !== 'back') return
          res.setting.sync = 'false'
        })
      }
      this.setState({loading: false, visible: false})
      this.props.updateConfig({...config, ...res})
    }, () => {