update defaultJson

This commit is contained in:
AykutSarac 2025-01-23 17:14:51 +03:00
parent 5cf1d1ec06
commit ccfdd37b00
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ const defaultJson = JSON.stringify(
launched: 2022, launched: 2022,
openSource: true, openSource: true,
stars: 34633, stars: 34633,
alternative: { upgrade: {
appName: "ToDiagram", appName: "ToDiagram",
detail: "New powerful JSON editor.", detail: "New powerful JSON editor.",
website: "https://todiagram.com", website: "https://todiagram.com",
@ -27,28 +27,24 @@ const defaultJson = JSON.stringify(
{ {
title: "Launch", title: "Launch",
year: 2022, year: 2022,
detail: "Released the first version.",
}, },
{ {
title: "10K Stars", title: "10K Stars",
date: 2022, date: 2022,
detail: "Achieved 10,000 stars on GitHub.",
}, },
{ {
title: "20K Stars", title: "20K Stars",
date: 2023, date: 2023,
detail: "Achieved 20,000 stars on GitHub.",
}, },
{ {
title: "30K Stars", title: "30K Stars",
date: 2024, date: 2024,
detail: "Achieved 30,000 stars on GitHub.",
}, },
], ],
social: { social: {
github: "https://github.com/AykutSarac/jsoncrack.com", github: "https://github.com/AykutSarac/jsoncrack.com",
twitter: "https://x.com/jsoncrack", twitter: "https://x.com/jsoncrack",
linkedin: "https://www.linkedin.com/company/todiagram", linkedin: "https://linkedin.com/company/todiagram",
}, },
images: ["https://jsoncrack.com/assets/logo.svg"], images: ["https://jsoncrack.com/assets/logo.svg"],
}, },