feat: external capture queue and modal-first add flow (v0.1.1)

This commit is contained in:
2026-02-25 01:40:52 +09:00
parent 552f27c002
commit e9f332171e
24 changed files with 2772 additions and 110 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "gdown-native-host",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=24 <25"
},
"scripts": {
"start": "node ./host.mjs",
"smoke": "node ./smoke.mjs"
}
}