fix
This commit is contained in:
parent
6393508a8d
commit
a51b51d4d3
@ -3,7 +3,7 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "npm run dev:full",
|
"dev": "npm run dev:frontend",
|
||||||
"dev:frontend": "node ./scripts/run-with-variant.mjs dev frontend -- --turbopack",
|
"dev:frontend": "node ./scripts/run-with-variant.mjs dev frontend -- --turbopack",
|
||||||
"dev:full": "node ./scripts/run-with-variant.mjs dev full -- --turbopack",
|
"dev:full": "node ./scripts/run-with-variant.mjs dev full -- --turbopack",
|
||||||
"build": "npm run build:frontend",
|
"build": "npm run build:frontend",
|
||||||
|
|||||||
44
public/funnels/funnel-funnel-1759061433816.json
Normal file
44
public/funnels/funnel-funnel-1759061433816.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"id": "funnel-1759061433816",
|
||||||
|
"title": "Новая воронка",
|
||||||
|
"description": "Описание новой воронки",
|
||||||
|
"firstScreenId": "screen-1"
|
||||||
|
},
|
||||||
|
"screens": [
|
||||||
|
{
|
||||||
|
"list": {
|
||||||
|
"options": []
|
||||||
|
},
|
||||||
|
"id": "screen-1",
|
||||||
|
"template": "info",
|
||||||
|
"title": {
|
||||||
|
"text": "Добро пожаловать!",
|
||||||
|
"font": "manrope",
|
||||||
|
"weight": "bold",
|
||||||
|
"size": "md",
|
||||||
|
"align": "center",
|
||||||
|
"color": "default"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"text": "Это ваша новая воронка. Начните редактирование.",
|
||||||
|
"font": "manrope",
|
||||||
|
"weight": "regular",
|
||||||
|
"size": "md",
|
||||||
|
"align": "center",
|
||||||
|
"color": "muted"
|
||||||
|
},
|
||||||
|
"icon": {
|
||||||
|
"type": "emoji",
|
||||||
|
"value": "🎯",
|
||||||
|
"size": "lg"
|
||||||
|
},
|
||||||
|
"fields": [],
|
||||||
|
"variants": [],
|
||||||
|
"position": {
|
||||||
|
"x": 120,
|
||||||
|
"y": 120
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -6,6 +6,51 @@
|
|||||||
import type { FunnelDefinition } from "./types";
|
import type { FunnelDefinition } from "./types";
|
||||||
|
|
||||||
export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
|
export const BAKED_FUNNELS: Record<string, FunnelDefinition> = {
|
||||||
|
"funnel-1759061433816": {
|
||||||
|
"meta": {
|
||||||
|
"id": "funnel-1759061433816",
|
||||||
|
"title": "Новая воронка",
|
||||||
|
"description": "Описание новой воронки",
|
||||||
|
"firstScreenId": "screen-1"
|
||||||
|
},
|
||||||
|
"screens": [
|
||||||
|
{
|
||||||
|
"list": {
|
||||||
|
"options": []
|
||||||
|
},
|
||||||
|
"id": "screen-1",
|
||||||
|
"template": "info",
|
||||||
|
"title": {
|
||||||
|
"text": "Добро пожаловать!",
|
||||||
|
"font": "manrope",
|
||||||
|
"weight": "bold",
|
||||||
|
"size": "md",
|
||||||
|
"align": "center",
|
||||||
|
"color": "default"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"text": "Это ваша новая воронка. Начните редактирование.",
|
||||||
|
"font": "manrope",
|
||||||
|
"weight": "regular",
|
||||||
|
"size": "md",
|
||||||
|
"align": "center",
|
||||||
|
"color": "muted"
|
||||||
|
},
|
||||||
|
"icon": {
|
||||||
|
"type": "emoji",
|
||||||
|
"value": "🎯",
|
||||||
|
"size": "lg"
|
||||||
|
},
|
||||||
|
"fields": [],
|
||||||
|
"variants": [],
|
||||||
|
"position": {
|
||||||
|
"x": 120,
|
||||||
|
"y": 120
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
"funnel-test-variants": {
|
"funnel-test-variants": {
|
||||||
"meta": {
|
"meta": {
|
||||||
"id": "funnel-test-variants",
|
"id": "funnel-test-variants",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user