项目文件夹

文件
hangwin 09e07f276b feat(extension/options): add Userscripts Manager UI and tool-call bridge
Register options page via manifest (wxt.config.ts).

Add options page (index.html, main.ts, App.vue).

Support create/list/toggle/delete/export userscripts.

Bridge UI to tools: handle 'call_tool' in background.

Lint/typecheck/build passed.
2025-10-09 11:06:23 +00:00

5 行
93 B
TypeScript

import { createApp } from 'vue';
import App from './App.vue';
createApp(App).mount('#app');