门诊医生站-》开立诊断 页面调整

This commit is contained in:
itcast
2026-01-16 16:32:36 +08:00
parent be0514bc08
commit 8fcfb481c9
83 changed files with 3808 additions and 2205 deletions

View File

@@ -1,19 +1,20 @@
{
"name": "My Awesome App",
"short_name": "AwesomeApp",
"name": "医院信息管理系统",
"short_name": "HIS",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"theme_color": "#1890ff",
"background_color": "#ffffff",
"display": "standalone"
"display": "standalone",
"description": "医院信息管理系统 - 提供全面的医疗信息化解决方案"
}