Add more Kaomoji for empty/error screens (#1909)

This commit is contained in:
Ian Hunter
2025-03-25 21:19:02 +00:00
committed by GitHub
parent f7046a503b
commit d4aaf6521e
2 changed files with 9 additions and 0 deletions

View File

@ -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))

View File

@ -106,6 +106,12 @@ private val ErrorFaces = listOf(
"(˘・_・˘)", "(˘・_・˘)",
"(; ̄Д ̄)", "(; ̄Д ̄)",
"(・Д・。", "(・Д・。",
"(╬ಠ益ಠ)",
"(╥﹏╥)",
"(⋟﹏⋞)",
"Ò︵Ó",
" ˙ᯅ˙)",
"(¬_¬)",
) )
private fun getRandomErrorFace(): String { private fun getRandomErrorFace(): String {