This commit is contained in:
2025-12-02 12:06:51 +08:00
commit b6015f5de5
18 changed files with 1126 additions and 0 deletions

11
manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"id": "com.web-translate.20251202",
"name": "Web Translate",
"version": "0.0.1",
"description": "翻译插件",
"entry": "dist/index.html",
"devMode": true,
"devServer": "http://localhost:5173",
"type": "webview",
"commands": []
}