Skip to content

Commit

Permalink
refactor(useDriver.ts): adapt 'gewu' v2
Browse files Browse the repository at this point in the history
  • Loading branch information
oucb authored and ysfscream committed Nov 13, 2023
1 parent c8f04e9 commit 012465e
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 @@ -269,7 +269,7 @@ export const useDriverInfo = (node?: Record<string, any>) => {

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

Expand Down

0 comments on commit 012465e

Please sign in to comment.