mirror of
https://github.com/wasrusgen/zov-tech.git
synced 2026-06-03 18:04:47 +00:00
USER FEEDBACK: 'Особенности везде убрать, их можно в SWOT анализе приводить в качестве примечания не акцентируя на них особого внимания. Современные фичи на 95% одинаковые.' REMOVED features step from: - fridge (NoFrost, Inverter, Wi-Fi, etc.) - hob (Booster, FlexZone, FFD, Hob2Hood, etc.) - oven (Wi-Fi, autoprogram, probe, softclose, etc.) - dw (Wi-Fi, AutoOpen, AutoDose, AquaStop, Inverter) - hood (touch, LED, auto, silent, turbo, wifi, perimeter) - microwave (Wi-Fi, humid sensor, defrost, antibac) - coffee (Wi-Fi, touch, grinder, autoclean) - washer (inverter, steam, wifi, autodose, silent, aquastop) KEPT: hood.color (about visible material/aesthetics, not feature) KEPT: oven.location (where in kitchen — design-relevant) NEW STEP COUNTS: - fridge: 3 (was 4) - hob: 4 (was 5) - oven: 3-4 (was 4-5) - dw: 3 (was 4) - hood: 3-4 (was 4-5) - microwave: 3 (was 4) - coffee: 1-4 (was 2-5) - washer: 5 (was 6) AI PROMPT updated: - Features no longer come from user — AI mentions important ones in highlights/pros - Emphasis on MEASURABLE advantages in pros (N dB quieter, Y l more, N% cheaper) - Не делать акцент на стандартных фичах — 95% одинаковые USER WIZARD теперь короче и проще: тип → размер → ключевые параметры → готово
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<!doctype html>
|
||
<html lang="ru">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, user-scalable=no">
|
||
<meta name="theme-color" content="#003E7E">
|
||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||
<meta http-equiv="Pragma" content="no-cache">
|
||
<meta http-equiv="Expires" content="0">
|
||
<title>ЗОВ — Кабинет</title>
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Geist:wght@400;500;600&family=Newsreader:ital,wght@0,400..600;1,400..600&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&display=swap">
|
||
<script src="https://telegram.org/js/telegram-web-app.js"></script>
|
||
<link rel="stylesheet" href="assets/styles.css?v=20260511p">
|
||
<link rel="stylesheet" href="assets/podbor.css?v=20260511p">
|
||
</head>
|
||
<body>
|
||
<main id="app">
|
||
<div class="loader">
|
||
<div class="spinner"></div>
|
||
</div>
|
||
</main>
|
||
<script src="assets/icons.js?v=20260511p"></script>
|
||
<script src="assets/podbor.config.js?v=20260511p"></script>
|
||
<script src="assets/podbor.picts.js?v=20260511p"></script>
|
||
<script src="assets/podbor.js?v=20260511p"></script>
|
||
<script src="assets/app.js?v=20260511p"></script>
|
||
</body>
|
||
</html>
|