update 30/01

This commit is contained in:
2026-01-30 17:09:41 +07:00
parent bf78d0583d
commit eb44cc2575
17 changed files with 6781 additions and 6473 deletions

View File

@@ -8,7 +8,7 @@ export function getAllProducts() {
export function formatTextList(
text?: string | any[],
limit = 5
limit?: number | undefined
) {
if (!text) return '';
@@ -78,4 +78,4 @@ export function normalizeKey(str: string) {
.replace(/[\u0300-\u036f]/g, '')
.toLowerCase()
.replace(/\s+/g, '-');
}
}