1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 19:40:07 +00:00

feat(clean): add storage clues after large files

This commit is contained in:
tw93
2026-02-23 11:34:04 +08:00
parent 1169cbf198
commit 3112673ed3
4 changed files with 448 additions and 6 deletions

View File

@@ -35,8 +35,10 @@ readonly ICON_WARNING="◎"
readonly ICON_EMPTY="○"
readonly ICON_SOLID="●"
readonly ICON_LIST="•"
readonly ICON_SUBLIST="↳"
readonly ICON_ARROW="➤"
readonly ICON_DRY_RUN="→"
readonly ICON_REVIEW="☞"
readonly ICON_NAV_UP="↑"
readonly ICON_NAV_DOWN="↓"