refactor: 移除设置页面

- 删除 options 入口点目录及相关文件
- 移除 wxt.config.ts 中 options_ui 配置
- 移除 TopBar 组件中的设置按钮和 onOpenOptions prop
- 移除 popup/sidepanel App.tsx 中的 handleOpenOptions
- 移除相关测试中的设置页面引用
- 移除 messages.json 中设置相关翻译键
- 通过 lint、typecheck、test 验证
This commit is contained in:
雨霖铃
2026-05-28 22:15:56 +08:00
parent 97159cb799
commit 0054e97a0a
11 changed files with 9 additions and 583 deletions
-4
View File
@@ -65,10 +65,6 @@ export default defineConfig({
side_panel: {
default_path: 'entrypoints/sidepanel/index.html',
},
options_ui: {
page: 'entrypoints/options/index.html',
open_in_tab: true,
},
},
vite: () => ({
plugins: [manualChunksForHtmlOnly()],