#### What type of PR is this?
/kind bug
/milestone 2.0
#### What this PR does / why we need it:
修复在 `vite build` 之后无法加载 Logo 的问题。
#### Special notes for your reviewer:
测试方式:
1. `pnpm build`
2. `pnpm preview`
3. 检查登录页面的 Logo 是否正常加载。
#### Does this PR introduce a user-facing change?
```release-note
None
```
* chore: remove unnecessary files
Signed-off-by: Ryan Wang <i@ryanc.cc>
* feat: plugin management
Signed-off-by: Ryan Wang <i@ryanc.cc>
* feat: refine plugin detail page
Signed-off-by: Ryan Wang <i@ryanc.cc>
* feat: refine plugin detail page
Signed-off-by: Ryan Wang <i@ryanc.cc>
* fix: theme plugin router link
Signed-off-by: Ryan Wang <i@ryanc.cc>
* Update src/modules/system/plugins/PluginList.vue
Co-authored-by: John Niang <johnniang@fastmail.com>
* feat: plugin detail page support start/stop plugin
Signed-off-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: John Niang <johnniang@fastmail.com>