* Add Russian translation README_ru.md and update README.md
* add language badges for Chinese and Russian README
* add language badges for Chinese and Russian README
* Update README.md
Co-authored-by: Sline <realakayuki@gmail.com>
* Update README_ru.md
---------
Co-authored-by: Sline <realakayuki@gmail.com>
- check selector-like groups’ all list before applying saved nodes
- warn and fall back when a stored proxy disappeared from the group
- keep existing auto-switch flow for matching nodes to avoid regressions
- add retry path that restarts Mihomo on connection-related reload errors
- guard runtime config state by discarding on repeated failures and returning rich errors
Previously, Home card used global localStorage keys for selected proxy/group
(`clash-verge-selected-proxy(-group)`), causing cached selections from other
profiles to override the current one and reset the fallback to Direct when switching.
Now the cache keys are namespaced per profile, with migration of legacy values
and unified helpers (src/components/home/current-proxy-card.tsx:110–147),
ensuring each profile restores its own proxy state independently.