From e04050041045a894f62fbcdfbab0b579484fd86d Mon Sep 17 00:00:00 2001 From: ZhaiSoul <842607283@qq.com> Date: Sat, 21 Mar 2026 17:53:20 +0800 Subject: [PATCH] feat: update shm calculator tips && style --- docs/src/components/ShmCalculator/index.jsx | 106 ++++++++++-------- .../ShmCalculator/styles.module.css | 44 +------- 2 files changed, 59 insertions(+), 91 deletions(-) diff --git a/docs/src/components/ShmCalculator/index.jsx b/docs/src/components/ShmCalculator/index.jsx index 11e64f17a..b7e13ed79 100644 --- a/docs/src/components/ShmCalculator/index.jsx +++ b/docs/src/components/ShmCalculator/index.jsx @@ -1,4 +1,5 @@ import React, { useState, useEffect } from "react"; +import Admonition from "@theme/Admonition"; import styles from "./styles.module.css"; const ShmCalculator = () => { @@ -71,35 +72,56 @@ const ShmCalculator = () => { count
-