fix: 修复前端重命名残留问题

- 删除冗余的 openhis.js 工具文件
- 修正所有 utils import 路径 (healthlink-his → his)
- 更新 package.json 名称为 healthlink-his
- 更新 settings.js 版权声明
- 修正 .env 文件注释
- 修正 Java 包名示例 (com.healthlink-his → com.healthlink.his)
This commit is contained in:
2026-06-05 13:18:15 +08:00
parent 473a2c974f
commit d07cab2314
26 changed files with 27 additions and 312 deletions

View File

@@ -1,4 +1,4 @@
import { parseTime } from './healthlink-his'
import { parseTime } from './his'
// 导出 parseTime 函数以供其他模块使用
export { parseTime }