添加新中新二代证读取器支持

This commit is contained in:
yuchenglong
2025-11-20 10:27:20 +08:00
parent 8aa5f7802f
commit 2406d600ef
27 changed files with 356 additions and 67 deletions

View File

@@ -14,6 +14,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"iconv-lite": "^0.7.0",
"koffi": "^2.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.9.6"
@@ -39,6 +41,12 @@
"dist/**/*",
"electron/**/*"
],
"extraResources": [
{
"from": "resources/xzx",
"to": "xzx"
}
],
"win": {
"target": [
"nsis",
@@ -46,4 +54,4 @@
]
}
}
}
}