Skip to content

Commit

Permalink
feat:add action
Browse files Browse the repository at this point in the history
  • Loading branch information
linround committed Sep 11, 2023
1 parent 2d76e02 commit a632bea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ openssl=/root/openssl-1.1.0f
## 网站相关
```text
# me.ucalendar.cn
# 资源路径:/usr/local/bright_moon
# 资源路径:/usr/local/me
# three.ucalendar.cn
# 资源路径:/usr/local/threejs
```
Expand Down
1 change: 0 additions & 1 deletion src/view/LCalendar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export default function () {
next={(amount) => move(amount, 'month')} />
</div>
<div className={styles.mainCenter}>
88888888888
<MenuHeader
value={value}
type={type}
Expand Down
2 changes: 1 addition & 1 deletion src/view/LCalendar/modules/MenuHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SvgIcon } from '../../../components'
import { IHeaderEvent } from '../utils/calendar'
import MenuTypeSelector from './MenuTypeSelector'
import { getValueFormat } from '../utils/time'
import { CalendarContext } from '../props/propsContext'
import { CalendarContext } from '../props/propsContext'
import { useAppSelector } from '../../../store/hooks'
import { selectUser } from '../../../store/features/user/userSlice'

Expand Down

0 comments on commit a632bea

Please sign in to comment.