#feature: some update

This commit is contained in:
2026-08-12 18:00:09 +08:00
parent ba916f5ce1
commit 103340536b
39 changed files with 2916 additions and 227 deletions
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>进产诊断</title>
@vite(['resources/css/app.css', 'resources/js/production-diagnosis.js'])
</head>
<body class="bg-gray-100">
<div id="app" class="min-h-screen">
<production-diagnosis></production-diagnosis>
</div>
</body>
</html>