解决Photometric Interpretation为YBR_FULL_422编码格式的dicom文件渲染异常问题
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-12 14:09:50 +08:00
parent b59e0c12f6
commit 98e9af71a3
8 changed files with 269 additions and 27 deletions
+2
View File
@@ -9,6 +9,7 @@
"build:usa": "vue-cli-service build --mode usa",
"build:usa_prod": "vue-cli-service build --mode usa_prod",
"pre": "vue-cli-service build --mode pre",
"postinstall": "patch-package",
"i18n": "npm run i18n:zh && npm run i18n:en",
"i18n:zh": "node i18nGenerate.js lang=zh keyCol=5 valCol=6",
"i18n:en": "node i18nGenerate.js lang=en keyCol=5 valCol=7"
@@ -95,6 +96,7 @@
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"node-polyfill-webpack-plugin": "^4.0.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"sass": "^1.63.2",