Skip to content

Commit

Permalink
refactor(north group): rename gewu plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
orangegzx authored and ysfscream committed Sep 5, 2023
1 parent 77a25e9 commit 9ed6282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/config/useDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const useDriverInfo = (node?: Record<string, any>) => {

const isGewuPugin = computed(() => {
const nodePluginName = nodePlugin.value?.toLocaleLowerCase().replace(/\s/g, '')
const pluginNames = ['格物dmp-v1', 'gewu']
const pluginNames = ['gewudmp-v1']
return pluginNames.includes(nodePluginName)
})

Expand Down

0 comments on commit 9ed6282

Please sign in to comment.