docs v1.41.1: SEO rework of README en/ru

- keyword-rich hero + badges + feature highlights (glow, controls,
  kiosk, virtual walls, room cards, server-side storage)
- kiosk recipe relocated before Installation; RU parity
This commit is contained in:
Matysh
2026-07-23 21:38:06 +03:00
parent b03ef70794
commit bd9fabfe99
9 changed files with 109 additions and 46 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ import './space-card';
import { cardStyles } from './styles';
import { langOf, t, type I18nKey } from './i18n';
const CARD_VERSION = '1.41.0';
const CARD_VERSION = '1.41.1';
const LS_KEY = 'houseplan_card_layout_v1';
const LS_CFG = 'houseplan_card_cfg_v1'; // cache of the server config+layout for instant rendering
const LS_ZOOM = 'houseplan_card_zoom_v1';