-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
강수확률 이미지 및 time selector 모바일 오류 수정 (#71)
* fix: 모바일 time selector 버그 수정 * fix: 강수확률 이미지 수정 * refactor: 대표 기온 이미지 로직 리팩토링 * refactor: 강수량 이미지 로직 리팩토링 * remove: 사용하지 않는 파일 제거
- Loading branch information
1 parent
37da3a7
commit fb07197
Showing
29 changed files
with
122 additions
and
183 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import PClear from '@/assets/pcpImage/PClear.svg?react'; | ||
import PRain from '@/assets/pcpImage/PRain.svg?react'; | ||
import PRaindrop from '@/assets/pcpImage/PRaindrop.svg?react'; | ||
|
||
const PcpImage = { | ||
PClear, | ||
PRain, | ||
PRaindrop, | ||
}; | ||
|
||
export default PcpImage; |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import Pop_0 from '@/assets/popImage/Pop_0.svg?react'; | ||
import Pop_10 from '@/assets/popImage/Pop_10.svg?react'; | ||
import Pop_20 from '@/assets/popImage/Pop_20.svg?react'; | ||
import Pop_30 from '@/assets/popImage/Pop_30.svg?react'; | ||
import Pop_40 from '@/assets/popImage/Pop_40.svg?react'; | ||
import Pop_50 from '@/assets/popImage/Pop_50.svg?react'; | ||
import Pop_60 from '@/assets/popImage/Pop_60.svg?react'; | ||
import Pop_70 from '@/assets/popImage/Pop_70.svg?react'; | ||
import Pop_80 from '@/assets/popImage/Pop_80.svg?react'; | ||
import Pop_90 from '@/assets/popImage/Pop_90.svg?react'; | ||
import Pop_100 from '@/assets/popImage/Pop_100.svg?react'; | ||
|
||
const PopImage = { | ||
Pop_0, | ||
Pop_10, | ||
Pop_20, | ||
Pop_30, | ||
Pop_40, | ||
Pop_50, | ||
Pop_60, | ||
Pop_70, | ||
Pop_80, | ||
Pop_90, | ||
Pop_100, | ||
}; | ||
|
||
export default PopImage; |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import Cold from '@/assets/tempImage/Cold.svg?react'; | ||
import Cool from '@/assets/tempImage/Cool.svg?react'; | ||
import Hot from '@/assets/tempImage/Hot.svg?react'; | ||
import Moderate from '@/assets/tempImage/Moderate.svg?react'; | ||
import Warm from '@/assets/tempImage/Warm.svg?react'; | ||
|
||
const TempImage = { | ||
Cold, | ||
Cool, | ||
Hot, | ||
Moderate, | ||
Warm, | ||
}; | ||
|
||
export default TempImage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters