feat: implement browser extension for media publishing and add backend support for media management

This commit is contained in:
2026-04-03 00:39:15 +08:00
parent 8958cb44c0
commit 32d6a462cd
60 changed files with 8268 additions and 26 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "browser-extension",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip"
},
"dependencies": {
"@geo/shared-types": "workspace:*",
"js-md5": "^0.8.3",
"marked": "^17.0.5",
"vue": "^3.5.31"
},
"devDependencies": {
"@types/chrome": "^0.1.38",
"@wxt-dev/module-vue": "^1.0.3",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.6",
"wxt": "^0.20.20"
}
}