kin: KIN-067 При попытке сохранить настройки и синхронизироваться с обсидианом через настройки ошибка 'Sync error: Error: 400 Bad Request'. Разобраться с проблемой. Синхронизация работает в обе стороны.

This commit is contained in:
Gros Frumos 2026-03-16 08:38:49 +02:00
parent 81f974e6d3
commit 993362341b
5 changed files with 106 additions and 18 deletions

View file

@ -9,6 +9,11 @@ const colors: Record<string, string> = {
gray: 'bg-gray-800/50 text-gray-400 border-gray-700',
purple: 'bg-purple-900/50 text-purple-400 border-purple-800',
orange: 'bg-orange-900/50 text-orange-400 border-orange-800',
indigo: 'bg-indigo-900/50 text-indigo-400 border-indigo-800',
cyan: 'bg-cyan-900/50 text-cyan-400 border-cyan-800',
pink: 'bg-pink-900/50 text-pink-400 border-pink-800',
rose: 'bg-rose-900/50 text-rose-400 border-rose-800',
teal: 'bg-teal-900/50 text-teal-400 border-teal-800',
}
</script>