添加在线 DICOM 查看器

tools
PJ568 2 years ago
parent 822215c7a1
commit 7223dfd169

88
.gitmodules vendored

@ -1,43 +1,47 @@
[submodule "tools/rust-course"] [submodule "tools/rust-course"]
path = tools/rust-course path = tools/rust-course
url = https://github.com/sunface/rust-course.git url = https://github.com/sunface/rust-course.git
branch = gh-pages branch = gh-pages
[submodule "tools/rusty-book"] [submodule "tools/rusty-book"]
path = tools/rusty-book path = tools/rusty-book
url = https://github.com/rustlang-cn/rusty-book.git url = https://github.com/rustlang-cn/rusty-book.git
branch = gh-pages branch = gh-pages
[submodule "tools/keyboard-mouse-tester"] [submodule "tools/keyboard-mouse-tester"]
path = tools/keyboard-mouse-tester path = tools/keyboard-mouse-tester
url = https://github.com/shawon9324/keyboard-mouse-tester-webApp.git url = https://github.com/shawon9324/keyboard-mouse-tester-webApp.git
branch = main branch = main
[submodule "tools/ide"] [submodule "tools/ide"]
path = tools/ide path = tools/ide
url = https://github.com/judge0/ide.git url = https://github.com/judge0/ide.git
branch = master branch = master
[submodule "tools/mind-map"] [submodule "tools/mind-map"]
path = tools/mind-map path = tools/mind-map
url = https://github.com/wanglin2/mind-map.git url = https://github.com/wanglin2/mind-map.git
branch = main branch = main
[submodule "tools/webp2jpg-online"] [submodule "tools/webp2jpg-online"]
path = tools/webp2jpg-online path = tools/webp2jpg-online
url = https://github.com/renzhezhilu/webp2jpg-online.git url = https://github.com/renzhezhilu/webp2jpg-online.git
[submodule "tools/Universal-LPC-Spritesheet-Character-Generator"] [submodule "tools/Universal-LPC-Spritesheet-Character-Generator"]
path = tools/Universal-LPC-Spritesheet-Character-Generator path = tools/Universal-LPC-Spritesheet-Character-Generator
url = https://github.com/sanderfrenken/Universal-LPC-Spritesheet-Character-Generator.git url = https://github.com/sanderfrenken/Universal-LPC-Spritesheet-Character-Generator.git
branch = master branch = master
[submodule "tools/Black_screen"] [submodule "tools/Black_screen"]
path = tools/Black_screen path = tools/Black_screen
url = https://github.com/PJ-568/Black_screen.git url = https://github.com/PJ-568/Black_screen.git
branch = min branch = min
[submodule "tools/Base64"] [submodule "tools/Base64"]
path = tools/Base64 path = tools/Base64
url = https://github.com/SFantasy/Base64.git url = https://github.com/SFantasy/Base64.git
branch = gh-pages branch = gh-pages
[submodule "tools/Base64_converter"] [submodule "tools/Base64_converter"]
path = tools/Base64_converter path = tools/Base64_converter
url = https://github.com/rossy/base64.git url = https://github.com/rossy/base64.git
branch = gh-pages branch = gh-pages
[submodule "tools/Hamud_Book"] [submodule "tools/Hamud_Book"]
path = tools/Hamud_Book path = tools/Hamud_Book
url = https://github.com/Hamud-Lang/Hamud_Book.git url = https://github.com/Hamud-Lang/Hamud_Book.git
branch = gh-pages
[submodule "tools/dwv"]
path = tools/dwv
url = https://github.com/ivmartel/dwv.git
branch = gh-pages branch = gh-pages

@ -59,6 +59,11 @@
"url":"/lib/tools/geopattern/", "url":"/lib/tools/geopattern/",
"type":"图像处理" "type":"图像处理"
}, },
{
"name":"在线 DICOM 查看器",
"url":"/lib/tools/dwv/demo/stable/viewer.html",
"type":"图像处理"
},
{ {
"name":"在线 PS 编辑图像", "name":"在线 PS 编辑图像",
"url":"/lib/tools/Open-Photopea/", "url":"/lib/tools/Open-Photopea/",

@ -45,6 +45,11 @@ var classify = [{
"url": "/incert/?link=/lib/tools/mind-map/", "url": "/incert/?link=/lib/tools/mind-map/",
"hot": 1, "hot": 1,
"img": "" "img": ""
}, {
"name": "在线 DICOM 查看器",
"url": "/incert/?link=/lib/tools/dwv/demo/stable/viewer.html",
"hot": 0,
"img": ""
}, { }, {
"name": "在线图像编辑", "name": "在线图像编辑",
"url": "/incert/?link=/lib/tools/PP/", "url": "/incert/?link=/lib/tools/PP/",

@ -0,0 +1 @@
Subproject commit 10cf8be78129b26a3646340f70f415c8f970dab6
Loading…
Cancel
Save