yangjie #10

Merged
yangqiang merged 4 commits from yangjie into master 2024-09-24 16:17:34 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a913c6520b - Show all commits

View File

@ -66,7 +66,7 @@ const UpdateModal = forwardRef((props: any, ref: any) => {
style={{ width: '100%', height: '40px', marginBottom: '10px' }} style={{ width: '100%', height: '40px', marginBottom: '10px' }}
className={`m-ant-btn`} className={`m-ant-btn`}
></Button> ></Button>
{/* <div className={styles.button2} onClick={() => setIsUpdateModal(false)}>暂不更新</div> */} {import.meta.env.VITE_ENV === "development" ? <div className={styles.button2} onClick={() => setIsUpdateModal(false)}></div> : null}
</div> : progress < 100 ? </div> : progress < 100 ?
<div style={{ margin: '20px 0' }}> <div style={{ margin: '20px 0' }}>
{progress}% {progress}%