Skip to content

Commit

Permalink
fix: notes for ProgressPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Apr 17, 2024
1 parent d30ea9e commit 82cab88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/components/PluginSupportStatusTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ const pluginSupportStatusList: PluginSupportStatus[] = [
{
name: 'ProgressPlugin',
status: SupportStatus.PartiallySupported,
notes: {
zh: '仅支持 `profile` 选项',
en: 'Only `profile` option supported',
},
},
{
name: 'ProvidePlugin',
Expand Down

0 comments on commit 82cab88

Please sign in to comment.