mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Add more Kaomoji for empty/error screens (#1909)
This commit is contained in:
@ -11,6 +11,9 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
|
|||||||
- `Other` - for technical stuff.
|
- `Other` - for technical stuff.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
- Add more Kaomoji for empty/error screens ([@ianfhunter](https://github.com/ianfhunter/)) ([#1909](https://github.com/mihonapp/mihon/pull/1909))
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- Fix Bangumi search results including novels ([@MajorTanya](https://github.com/MajorTanya)) ([#1885](https://github.com/mihonapp/mihon/pull/1885))
|
- Fix Bangumi search results including novels ([@MajorTanya](https://github.com/MajorTanya)) ([#1885](https://github.com/mihonapp/mihon/pull/1885))
|
||||||
|
|
||||||
|
@ -106,6 +106,12 @@ private val ErrorFaces = listOf(
|
|||||||
"(˘・_・˘)",
|
"(˘・_・˘)",
|
||||||
"(; ̄Д ̄)",
|
"(; ̄Д ̄)",
|
||||||
"(・Д・。",
|
"(・Д・。",
|
||||||
|
"(╬ಠ益ಠ)",
|
||||||
|
"(╥﹏╥)",
|
||||||
|
"(⋟﹏⋞)",
|
||||||
|
"Ò︵Ó",
|
||||||
|
" ˙ᯅ˙)",
|
||||||
|
"(¬_¬)",
|
||||||
)
|
)
|
||||||
|
|
||||||
private fun getRandomErrorFace(): String {
|
private fun getRandomErrorFace(): String {
|
||||||
|
Reference in New Issue
Block a user