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

This commit is contained in:
itcast
2026-01-16 15:46:43 +08:00
parent 2b3add4808
commit be0514bc08
86 changed files with 2224 additions and 3929 deletions

View File

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