mirror of
https://github.com/patdelphi/suanming.git
synced 2026-02-28 05:33:11 +08:00
- Fixed React Hooks rules violation in CompleteBaziAnalysis component - Moved useEffect after input validation to prevent conditional Hook calls - Added useCallback to fetchAnalysisData function for proper dependency management - Resolved ESLint warnings about missing dependencies - Ensured all Hooks are called in the same order on every render - Improved component structure for better error handling
15 lines
349 B
HTML
15 lines
349 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script type="module" crossorigin src="/assets/index-DLB9yhkX.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-e9aiQwGl.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html> |