@jjlmoya/utils-creative 1.26.0 → 1.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/package.json +2 -2
  2. package/src/category/i18n/de.ts +2 -2
  3. package/src/category/i18n/en.ts +2 -2
  4. package/src/category/i18n/es.ts +2 -2
  5. package/src/category/i18n/fr.ts +2 -2
  6. package/src/category/i18n/id.ts +2 -2
  7. package/src/category/i18n/it.ts +2 -2
  8. package/src/category/i18n/ja.ts +2 -2
  9. package/src/category/i18n/ko.ts +2 -2
  10. package/src/category/i18n/nl.ts +2 -2
  11. package/src/category/i18n/pl.ts +2 -2
  12. package/src/category/i18n/pt.ts +2 -2
  13. package/src/category/i18n/ru.ts +2 -2
  14. package/src/category/i18n/sv.ts +2 -2
  15. package/src/category/i18n/tr.ts +2 -2
  16. package/src/category/i18n/zh.ts +2 -2
  17. package/src/category/seo.astro +1 -1
  18. package/src/components/PreviewNavSidebar.astro +1 -1
  19. package/src/components/PreviewToolbar.astro +1 -1
  20. package/src/env.d.ts +1 -1
  21. package/src/pages/index.astro +1 -1
  22. package/src/tests/bibliography_wellformed_export.test.ts +46 -0
  23. package/src/tests/category_seo_quality.test.ts +74 -0
  24. package/src/tests/faq_count.test.ts +1 -1
  25. package/src/tests/mocks/astro_mock.js +1 -1
  26. package/src/tests/no_h1_in_components.test.ts +1 -1
  27. package/src/tests/seo_parity.test.ts +2 -2
  28. package/src/tests/seo_translation_completeness.test.ts +75 -0
  29. package/src/tests/seo_wellformed_export.test.ts +65 -0
  30. package/src/tests/tool_validation.test.ts +17 -17
  31. package/src/tool/bead-pattern-generator/bibliography.astro +8 -8
  32. package/src/tool/bead-pattern-generator/i18n/de.ts +111 -111
  33. package/src/tool/bead-pattern-generator/i18n/en.ts +111 -111
  34. package/src/tool/bead-pattern-generator/i18n/es.ts +104 -104
  35. package/src/tool/bead-pattern-generator/i18n/fr.ts +111 -111
  36. package/src/tool/bead-pattern-generator/i18n/id.ts +111 -111
  37. package/src/tool/bead-pattern-generator/i18n/it.ts +111 -111
  38. package/src/tool/bead-pattern-generator/i18n/ja.ts +111 -111
  39. package/src/tool/bead-pattern-generator/i18n/ko.ts +111 -111
  40. package/src/tool/bead-pattern-generator/i18n/nl.ts +111 -111
  41. package/src/tool/bead-pattern-generator/i18n/pl.ts +111 -111
  42. package/src/tool/bead-pattern-generator/i18n/pt.ts +111 -111
  43. package/src/tool/bead-pattern-generator/i18n/ru.ts +111 -111
  44. package/src/tool/bead-pattern-generator/i18n/sv.ts +111 -111
  45. package/src/tool/bead-pattern-generator/i18n/tr.ts +111 -111
  46. package/src/tool/bead-pattern-generator/i18n/zh.ts +111 -111
  47. package/src/tool/bead-pattern-generator/seo.astro +19 -19
  48. package/src/tool/dice-roller/bibliography.astro +8 -8
  49. package/src/tool/dice-roller/i18n/de.ts +134 -134
  50. package/src/tool/dice-roller/i18n/en.ts +134 -134
  51. package/src/tool/dice-roller/i18n/es.ts +125 -125
  52. package/src/tool/dice-roller/i18n/fr.ts +134 -134
  53. package/src/tool/dice-roller/i18n/id.ts +134 -134
  54. package/src/tool/dice-roller/i18n/it.ts +134 -134
  55. package/src/tool/dice-roller/i18n/ja.ts +134 -134
  56. package/src/tool/dice-roller/i18n/ko.ts +134 -134
  57. package/src/tool/dice-roller/i18n/nl.ts +134 -134
  58. package/src/tool/dice-roller/i18n/pl.ts +134 -134
  59. package/src/tool/dice-roller/i18n/pt.ts +134 -134
  60. package/src/tool/dice-roller/i18n/ru.ts +134 -134
  61. package/src/tool/dice-roller/i18n/sv.ts +134 -134
  62. package/src/tool/dice-roller/i18n/tr.ts +134 -134
  63. package/src/tool/dice-roller/i18n/zh.ts +134 -134
  64. package/src/tool/dice-roller/seo.astro +15 -15
  65. package/src/tool/excuse-generator/bibliography.astro +8 -8
  66. package/src/tool/excuse-generator/i18n/de.ts +120 -120
  67. package/src/tool/excuse-generator/i18n/en.ts +120 -120
  68. package/src/tool/excuse-generator/i18n/es.ts +118 -118
  69. package/src/tool/excuse-generator/i18n/fr.ts +120 -120
  70. package/src/tool/excuse-generator/i18n/id.ts +120 -120
  71. package/src/tool/excuse-generator/i18n/it.ts +120 -120
  72. package/src/tool/excuse-generator/i18n/ja.ts +120 -120
  73. package/src/tool/excuse-generator/i18n/ko.ts +120 -120
  74. package/src/tool/excuse-generator/i18n/nl.ts +120 -120
  75. package/src/tool/excuse-generator/i18n/pl.ts +120 -120
  76. package/src/tool/excuse-generator/i18n/pt.ts +120 -120
  77. package/src/tool/excuse-generator/i18n/ru.ts +120 -120
  78. package/src/tool/excuse-generator/i18n/sv.ts +120 -120
  79. package/src/tool/excuse-generator/i18n/tr.ts +120 -120
  80. package/src/tool/excuse-generator/i18n/zh.ts +120 -120
  81. package/src/tool/excuse-generator/seo.astro +15 -15
  82. package/src/tool/fortune-cookie/bibliography.astro +8 -8
  83. package/src/tool/fortune-cookie/i18n/de.ts +124 -124
  84. package/src/tool/fortune-cookie/i18n/en.ts +124 -124
  85. package/src/tool/fortune-cookie/i18n/es.ts +125 -125
  86. package/src/tool/fortune-cookie/i18n/fr.ts +124 -124
  87. package/src/tool/fortune-cookie/i18n/id.ts +124 -124
  88. package/src/tool/fortune-cookie/i18n/it.ts +124 -124
  89. package/src/tool/fortune-cookie/i18n/ja.ts +124 -124
  90. package/src/tool/fortune-cookie/i18n/ko.ts +124 -124
  91. package/src/tool/fortune-cookie/i18n/nl.ts +124 -124
  92. package/src/tool/fortune-cookie/i18n/pl.ts +124 -124
  93. package/src/tool/fortune-cookie/i18n/pt.ts +124 -124
  94. package/src/tool/fortune-cookie/i18n/ru.ts +124 -124
  95. package/src/tool/fortune-cookie/i18n/sv.ts +124 -124
  96. package/src/tool/fortune-cookie/i18n/tr.ts +124 -124
  97. package/src/tool/fortune-cookie/i18n/zh.ts +124 -124
  98. package/src/tool/fortune-cookie/seo.astro +15 -15
  99. package/src/tool/synesthesia-painter/bibliography.astro +8 -8
  100. package/src/tool/synesthesia-painter/i18n/de.ts +118 -118
  101. package/src/tool/synesthesia-painter/i18n/en.ts +118 -118
  102. package/src/tool/synesthesia-painter/i18n/es.ts +110 -110
  103. package/src/tool/synesthesia-painter/i18n/fr.ts +118 -118
  104. package/src/tool/synesthesia-painter/i18n/id.ts +118 -118
  105. package/src/tool/synesthesia-painter/i18n/it.ts +118 -118
  106. package/src/tool/synesthesia-painter/i18n/ja.ts +118 -118
  107. package/src/tool/synesthesia-painter/i18n/ko.ts +118 -118
  108. package/src/tool/synesthesia-painter/i18n/nl.ts +118 -118
  109. package/src/tool/synesthesia-painter/i18n/pl.ts +118 -118
  110. package/src/tool/synesthesia-painter/i18n/pt.ts +118 -118
  111. package/src/tool/synesthesia-painter/i18n/ru.ts +118 -118
  112. package/src/tool/synesthesia-painter/i18n/sv.ts +118 -118
  113. package/src/tool/synesthesia-painter/i18n/tr.ts +118 -118
  114. package/src/tool/synesthesia-painter/i18n/zh.ts +118 -118
  115. package/src/tool/synesthesia-painter/seo.astro +15 -15
  116. package/src/tool/zalgo-generator/bibliography.astro +8 -8
  117. package/src/tool/zalgo-generator/i18n/de.ts +109 -109
  118. package/src/tool/zalgo-generator/i18n/en.ts +109 -109
  119. package/src/tool/zalgo-generator/i18n/es.ts +109 -109
  120. package/src/tool/zalgo-generator/i18n/fr.ts +109 -109
  121. package/src/tool/zalgo-generator/i18n/id.ts +109 -109
  122. package/src/tool/zalgo-generator/i18n/it.ts +109 -109
  123. package/src/tool/zalgo-generator/i18n/ja.ts +109 -109
  124. package/src/tool/zalgo-generator/i18n/ko.ts +109 -109
  125. package/src/tool/zalgo-generator/i18n/nl.ts +109 -109
  126. package/src/tool/zalgo-generator/i18n/pl.ts +109 -109
  127. package/src/tool/zalgo-generator/i18n/pt.ts +109 -109
  128. package/src/tool/zalgo-generator/i18n/ru.ts +109 -109
  129. package/src/tool/zalgo-generator/i18n/sv.ts +109 -109
  130. package/src/tool/zalgo-generator/i18n/tr.ts +109 -109
  131. package/src/tool/zalgo-generator/i18n/zh.ts +109 -109
  132. package/src/tool/zalgo-generator/seo.astro +15 -15
  133. package/src/types.ts +1 -1
@@ -1,118 +1,118 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import { bibliography } from '../bibliography';
3
- import type { SynesthesiaPainterLocaleContent } from '../index';
4
-
5
- const slug = 'synesthesia-painter';
6
- const title = '联觉绘画家';
7
- const description = '根据\"书记素-色彩联觉\"可视化文字颜色。每个字母都有其专属色彩,将文本转化为色度艺术。';
8
-
9
- const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
- {
11
- question: '所有的联觉者看到的字母颜色都一样吗?',
12
- answer: '不。联觉颜色对每个人来说都是独特的。虽然存在统计学上的倾向(对许多人来说 A 趋向于红色),但没有两个联觉者的调色板是完全相同的。此工具使用的是人口研究中最常报告的颜色,而非某种\"正确\"的色彩。',
13
- },
14
- {
15
- question: '不断使用这个工具能让我产生联觉吗?',
16
- answer: '严格意义上,从神经学上讲是不可能的。真正的联觉是神经系统的一种特征,而非习得的技能。然而,重复使用颜色-字母关联可以建立强大的关联记忆。一些研究表明,练习这些关联可以提高对文本的记忆力。',
17
- },
18
- {
19
- question: '\"光环\"模式有什么用?',
20
- answer: '光晕(Aura)模式模拟了一些联觉者的描述,即看到颜色\"漂浮\"或\"发光\"在字母周围,而不是融入其中。它创造了一种更具氛围感和沉浸式的视觉体验,尤其是在深色背景下。',
21
- },
22
- {
23
- question: '\"圆点\"模式有科学依据吗?',
24
- answer: '这是一种艺术抽象。它通过消除字母的可识别形状,将文本简化为其\"色彩本质\"。结果类似于色彩数据可视化或点彩画,让您在没有任何含义干扰的情况下看到文本的\"色彩签名\"。',
25
- },
26
- {
27
- question: '为什么像 I 和 O 这样的字母是白色或黑色的?',
28
- answer: '在联觉研究中,元音 I 和 O,以及字母 W,经常被描述为白色、透明或黑色。此工具会根据当前背景调整这些颜色:深色背景为白色,浅色背景为黑色,以始终确保可见性。',
29
- },
30
- ];
31
-
32
- const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
- { name: '编写文本', text: '点击书写区域并开始输入。每个字母都会根据其统计联觉关联显示颜色。' },
34
- { name: '更改可视化模式', text: '使用右上角的按钮在\"字母\"(彩色文本)、\"圆点\"(彩色圆圈)和\"光环\"(带有色彩光晕的发光字母)之间切换。' },
35
- { name: '探索不同的文本', text: '编写姓名、不同语言的单词或句子,以发现它们独特的色彩调色板。长单词会创造出迷人的视觉渐变。' },
36
- { name: '清除并重新开始', text: '使用底部栏的\"清除\"按钮清空画布并探索新文本。' },
37
- ];
38
-
39
- const faqSchema: WithContext<FAQPage> = {
40
- '@context': 'https://schema.org',
41
- '@type': 'FAQPage',
42
- mainEntity: faq.map((item) => ({
43
- '@type': 'Question',
44
- name: item.question,
45
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
- })),
47
- };
48
-
49
- const howToSchema: WithContext<HowTo> = {
50
- '@context': 'https://schema.org',
51
- '@type': 'HowTo',
52
- name: title,
53
- description,
54
- step: howTo.map((step) => ({
55
- '@type': 'HowToStep',
56
- name: step.name,
57
- text: step.text,
58
- })),
59
- };
60
-
61
- const appSchema: WithContext<SoftwareApplication> = {
62
- '@context': 'https://schema.org',
63
- '@type': 'SoftwareApplication',
64
- name: title,
65
- description,
66
- applicationCategory: 'UtilitiesApplication',
67
- operatingSystem: 'Web',
68
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
- inLanguage: 'zh',
70
- };
71
-
72
- export const content: SynesthesiaPainterLocaleContent = {
73
- slug,
74
- title,
75
- description,
76
- faqTitle: '常见问题解答',
77
- ui: {
78
- title: '联觉绘画家',
79
- description: '将您的文字转化为色度艺术。',
80
- modeLetters: '字母',
81
- modeDots: '圆点',
82
- modeAura: '光环',
83
- placeholder: '在此输入...',
84
- footerText: '输入以发现您的个人调色板',
85
- clearBtn: '清除',
86
- faqTitle: 'FAQ',
87
- bibliographyTitle: '参考资料'
88
- },
89
- seo: [
90
- { type: 'title', text: '什么是书记素-色彩联觉?', level: 2 },
91
- { type: 'paragraph', html: '<strong>联觉(Synesthesia)</strong>是一种神经系统状况,其中一种感觉的刺激会自动触发另一种感觉的反应。研究最广泛且最普遍的变体是<strong>书记素-色彩联觉</strong>:拥有这种体质的人会感知每个字母或数字具有内在的、恒定的且鲜明的颜色。这并非想象或比喻;对于联觉者来说,字母\"A\"是红色的,就像火是热的一样。此工具应用了基于人口研究中每个书记素最常报告的颜色的<em>统计调色板</em>。' },
92
- { type: 'title', text: '神经科学:交叉激活理论', level: 3 },
93
- { type: 'paragraph', html: '书记素-色彩联觉最被广泛接受的神经学模型是<strong>交叉激活</strong>。颞叶皮层中涉及识别字母形状的区域(梭状回)在解剖学上邻近处理颜色的区域(V4 区)。在联觉者中,这些区域之间存在更强的结构或功能连接,因此识别字母也会激活颜色神经元。功能性核磁共振成像(fMRI)研究已确认,联觉者在阅读文本时(即使文本是单色的)在 V4 区显示出真实的激活。' },
94
- { type: 'tip', title: '三种可视化模式', html: '<strong>字母:</strong> 按书记素着色的原始文本。非常适合观察完整文本的\"色彩旋律\"。<strong>圆点:</strong> 每个字符都变成其所属颜色的圆圈;文本消失,只剩下色彩音乐。<strong>光环:</strong> 字母散发出其所属颜色的光晕,仿佛文本正散发着自身的能量。' },
95
- { type: 'title', text: '统计学与色彩普遍性', level: 3 },
96
- { type: 'paragraph', html: '虽然联觉颜色对每个人来说都是独特的,但 Simner 等(2006)和 Eagleman 等(2007)的研究发现了显著的统计模式。元音 <strong>A</strong> 对大多数人来说往往是红色的;<strong>O</strong> 是白色或黑色;<strong>S</strong> 出现在青色或绿色调中;<strong>E</strong> 表现为绿色或白色。有趣的是,颜色-字母关联在同一种语言文化中比在不同文化之间更具一致性,这暗示了早期字母学习的作用。' },
97
- { type: 'list', items: [
98
- '<strong>流行率:</strong> 大约 4% 的人口在一定程度上拥有书记素-色彩联觉,不过如果包括临床以下表现,最近的研究将这一数字提高到 6-8%。',
99
- '<strong>性别偏差:</strong> 尽管原因尚未完全解释,但联觉在女性中发生的频率是男性的 3 到 6 倍。',
100
- '<strong>遗传性:</strong> 它具有明显的遗传成分:它倾向于在家族中出现,尽管并不总是表现为同一种类型的联觉。',
101
- '<strong>一致性:</strong> 与后天学习习惯不同,联觉颜色随时间推移表现出极高的稳定性。长达 10 年的随访研究表明,书记素-色彩关联的一致性超过 90%。',
102
- '<strong>著名的联觉者:</strong> 弗拉基米尔·纳博科夫、瓦西里·康定斯基、尼古拉·特斯拉和比利·乔尔都曾公开描述过联觉体验,这些体验也影响了他们的作品。'
103
- ]},
104
- { type: 'stats', items: [
105
- { value: '4-8%', label: '拥有联觉的人口', icon: 'mdi:brain' },
106
- { value: '90%+', label: '10 年间的颜色一致性', icon: 'mdi:check-circle' },
107
- { value: '3-6倍', label: '在女性中更常见', icon: 'mdi:gender-female' },
108
- { value: '26+10', label: '彩色字母与数字', icon: 'mdi:alphabetical' }
109
- ], columns: 4 },
110
- { type: 'title', text: '艺术与联觉:当感官融合', level: 3 },
111
- { type: 'paragraph', html: '抽象表现主义的创始人<strong>瓦西里·康定斯基</strong>同时经历了书记素-色彩和音乐-色彩联觉:他能听到色彩中的乐器声(黄色是小号,深蓝色是大提琴),并利用这些感知创造了他的抽象艺术理论。在音乐方面,<strong>亚历山大·斯克里亚宾</strong>为《普罗米修斯:火之诗》创作了一个\"光键盘\"(tastiera per luce)声部,旨在投射出与每个音符相对应的颜色。' },
112
- { type: 'tip', title: '此工具的色盘', html: '颜色分配受到科学文献中最常见的统计数据的启发。<strong>A → 红色</strong>,<strong>E → 绿色</strong>,<strong>I → 根据背景显示白/黑</strong>,<strong>O → 黑/白</strong>,<strong>U → 琥珀色</strong>。辅音遵循较不统一的模式,但始终优先考虑与背景的对比度,以保证可读性。' }
113
- ],
114
- faq,
115
- bibliography,
116
- howTo,
117
- schemas: [faqSchema as any, howToSchema as any, appSchema],
118
- };
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
3
+ import type { SynesthesiaPainterLocaleContent } from '../index';
4
+
5
+ const slug = 'synesthesia-painter';
6
+ const title = '联觉绘画家';
7
+ const description = '根据\"书记素-色彩联觉\"可视化文字颜色。每个字母都有其专属色彩,将文本转化为色度艺术。';
8
+
9
+ const faq: SynesthesiaPainterLocaleContent['faq'] = [
10
+ {
11
+ question: '所有的联觉者看到的字母颜色都一样吗?',
12
+ answer: '不。联觉颜色对每个人来说都是独特的。虽然存在统计学上的倾向(对许多人来说 A 趋向于红色),但没有两个联觉者的调色板是完全相同的。此工具使用的是人口研究中最常报告的颜色,而非某种\"正确\"的色彩。',
13
+ },
14
+ {
15
+ question: '不断使用这个工具能让我产生联觉吗?',
16
+ answer: '严格意义上,从神经学上讲是不可能的。真正的联觉是神经系统的一种特征,而非习得的技能。然而,重复使用颜色-字母关联可以建立强大的关联记忆。一些研究表明,练习这些关联可以提高对文本的记忆力。',
17
+ },
18
+ {
19
+ question: '\"光环\"模式有什么用?',
20
+ answer: '光晕(Aura)模式模拟了一些联觉者的描述,即看到颜色\"漂浮\"或\"发光\"在字母周围,而不是融入其中。它创造了一种更具氛围感和沉浸式的视觉体验,尤其是在深色背景下。',
21
+ },
22
+ {
23
+ question: '\"圆点\"模式有科学依据吗?',
24
+ answer: '这是一种艺术抽象。它通过消除字母的可识别形状,将文本简化为其\"色彩本质\"。结果类似于色彩数据可视化或点彩画,让您在没有任何含义干扰的情况下看到文本的\"色彩签名\"。',
25
+ },
26
+ {
27
+ question: '为什么像 I 和 O 这样的字母是白色或黑色的?',
28
+ answer: '在联觉研究中,元音 I 和 O,以及字母 W,经常被描述为白色、透明或黑色。此工具会根据当前背景调整这些颜色:深色背景为白色,浅色背景为黑色,以始终确保可见性。',
29
+ },
30
+ ];
31
+
32
+ const howTo: SynesthesiaPainterLocaleContent['howTo'] = [
33
+ { name: '编写文本', text: '点击书写区域并开始输入。每个字母都会根据其统计联觉关联显示颜色。' },
34
+ { name: '更改可视化模式', text: '使用右上角的按钮在\"字母\"(彩色文本)、\"圆点\"(彩色圆圈)和\"光环\"(带有色彩光晕的发光字母)之间切换。' },
35
+ { name: '探索不同的文本', text: '编写姓名、不同语言的单词或句子,以发现它们独特的色彩调色板。长单词会创造出迷人的视觉渐变。' },
36
+ { name: '清除并重新开始', text: '使用底部栏的\"清除\"按钮清空画布并探索新文本。' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faq.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowTo> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howTo.map((step) => ({
55
+ '@type': 'HowToStep',
56
+ name: step.name,
57
+ text: step.text,
58
+ })),
59
+ };
60
+
61
+ const appSchema: WithContext<SoftwareApplication> = {
62
+ '@context': 'https://schema.org',
63
+ '@type': 'SoftwareApplication',
64
+ name: title,
65
+ description,
66
+ applicationCategory: 'UtilitiesApplication',
67
+ operatingSystem: 'Web',
68
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
69
+ inLanguage: 'zh',
70
+ };
71
+
72
+ export const content: SynesthesiaPainterLocaleContent = {
73
+ slug,
74
+ title,
75
+ description,
76
+ faqTitle: '常见问题解答',
77
+ ui: {
78
+ title: '联觉绘画家',
79
+ description: '将您的文字转化为色度艺术。',
80
+ modeLetters: '字母',
81
+ modeDots: '圆点',
82
+ modeAura: '光环',
83
+ placeholder: '在此输入...',
84
+ footerText: '输入以发现您的个人调色板',
85
+ clearBtn: '清除',
86
+ faqTitle: 'FAQ',
87
+ bibliographyTitle: '参考资料'
88
+ },
89
+ seo: [
90
+ { type: 'title', text: '什么是书记素-色彩联觉?', level: 2 },
91
+ { type: 'paragraph', html: '<strong>联觉(Synesthesia)</strong>是一种神经系统状况,其中一种感觉的刺激会自动触发另一种感觉的反应。研究最广泛且最普遍的变体是<strong>书记素-色彩联觉</strong>:拥有这种体质的人会感知每个字母或数字具有内在的、恒定的且鲜明的颜色。这并非想象或比喻;对于联觉者来说,字母\"A\"是红色的,就像火是热的一样。此工具应用了基于人口研究中每个书记素最常报告的颜色的<em>统计调色板</em>。' },
92
+ { type: 'title', text: '神经科学:交叉激活理论', level: 3 },
93
+ { type: 'paragraph', html: '书记素-色彩联觉最被广泛接受的神经学模型是<strong>交叉激活</strong>。颞叶皮层中涉及识别字母形状的区域(梭状回)在解剖学上邻近处理颜色的区域(V4 区)。在联觉者中,这些区域之间存在更强的结构或功能连接,因此识别字母也会激活颜色神经元。功能性核磁共振成像(fMRI)研究已确认,联觉者在阅读文本时(即使文本是单色的)在 V4 区显示出真实的激活。' },
94
+ { type: 'tip', title: '三种可视化模式', html: '<strong>字母:</strong> 按书记素着色的原始文本。非常适合观察完整文本的\"色彩旋律\"。<strong>圆点:</strong> 每个字符都变成其所属颜色的圆圈;文本消失,只剩下色彩音乐。<strong>光环:</strong> 字母散发出其所属颜色的光晕,仿佛文本正散发着自身的能量。' },
95
+ { type: 'title', text: '统计学与色彩普遍性', level: 3 },
96
+ { type: 'paragraph', html: '虽然联觉颜色对每个人来说都是独特的,但 Simner 等(2006)和 Eagleman 等(2007)的研究发现了显著的统计模式。元音 <strong>A</strong> 对大多数人来说往往是红色的;<strong>O</strong> 是白色或黑色;<strong>S</strong> 出现在青色或绿色调中;<strong>E</strong> 表现为绿色或白色。有趣的是,颜色-字母关联在同一种语言文化中比在不同文化之间更具一致性,这暗示了早期字母学习的作用。' },
97
+ { type: 'list', items: [
98
+ '<strong>流行率:</strong> 大约 4% 的人口在一定程度上拥有书记素-色彩联觉,不过如果包括临床以下表现,最近的研究将这一数字提高到 6-8%。',
99
+ '<strong>性别偏差:</strong> 尽管原因尚未完全解释,但联觉在女性中发生的频率是男性的 3 到 6 倍。',
100
+ '<strong>遗传性:</strong> 它具有明显的遗传成分:它倾向于在家族中出现,尽管并不总是表现为同一种类型的联觉。',
101
+ '<strong>一致性:</strong> 与后天学习习惯不同,联觉颜色随时间推移表现出极高的稳定性。长达 10 年的随访研究表明,书记素-色彩关联的一致性超过 90%。',
102
+ '<strong>著名的联觉者:</strong> 弗拉基米尔·纳博科夫、瓦西里·康定斯基、尼古拉·特斯拉和比利·乔尔都曾公开描述过联觉体验,这些体验也影响了他们的作品。'
103
+ ]},
104
+ { type: 'stats', items: [
105
+ { value: '4-8%', label: '拥有联觉的人口', icon: 'mdi:brain' },
106
+ { value: '90%+', label: '10 年间的颜色一致性', icon: 'mdi:check-circle' },
107
+ { value: '3-6倍', label: '在女性中更常见', icon: 'mdi:gender-female' },
108
+ { value: '26+10', label: '彩色字母与数字', icon: 'mdi:alphabetical' }
109
+ ], columns: 4 },
110
+ { type: 'title', text: '艺术与联觉:当感官融合', level: 3 },
111
+ { type: 'paragraph', html: '抽象表现主义的创始人<strong>瓦西里·康定斯基</strong>同时经历了书记素-色彩和音乐-色彩联觉:他能听到色彩中的乐器声(黄色是小号,深蓝色是大提琴),并利用这些感知创造了他的抽象艺术理论。在音乐方面,<strong>亚历山大·斯克里亚宾</strong>为《普罗米修斯:火之诗》创作了一个\"光键盘\"(tastiera per luce)声部,旨在投射出与每个音符相对应的颜色。' },
112
+ { type: 'tip', title: '此工具的色盘', html: '颜色分配受到科学文献中最常见的统计数据的启发。<strong>A → 红色</strong>,<strong>E → 绿色</strong>,<strong>I → 根据背景显示白/黑</strong>,<strong>O → 黑/白</strong>,<strong>U → 琥珀色</strong>。辅音遵循较不统一的模式,但始终优先考虑与背景的对比度,以保证可读性。' }
113
+ ],
114
+ faq,
115
+ bibliography,
116
+ howTo,
117
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
118
+ };
@@ -1,15 +1,15 @@
1
- ---
2
- import { SEORenderer } from '@jjlmoya/utils-shared';
3
- import { synesthesiaPainter } from './index';
4
- import type { KnownLocale } from '../../types';
5
-
6
- interface Props {
7
- locale?: KnownLocale;
8
- }
9
-
10
- const { locale = 'es' } = Astro.props;
11
- const content = await synesthesiaPainter.i18n[locale]?.();
12
- if (!content) return null;
13
- ---
14
-
15
- {content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
1
+ ---
2
+ import { SEORenderer } from '@jjlmoya/utils-shared';
3
+ import { synesthesiaPainter } from './index';
4
+ import type { KnownLocale } from '../../types';
5
+
6
+ interface Props {
7
+ locale?: KnownLocale;
8
+ }
9
+
10
+ const { locale = 'es' } = Astro.props;
11
+ const content = await synesthesiaPainter.i18n[locale]?.();
12
+ if (!content) return null;
13
+ ---
14
+
15
+ {content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
@@ -1,8 +1,8 @@
1
- ---
2
- import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
3
- import { bibliography } from './bibliography';
4
-
5
- if (!bibliography || bibliography.length === 0) return null;
6
- ---
7
-
8
- <SharedBibliography links={bibliography} />
1
+ ---
2
+ import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
3
+ import { bibliography } from './bibliography';
4
+
5
+ if (!bibliography || bibliography.length === 0) return null;
6
+ ---
7
+
8
+ <SharedBibliography links={bibliography} />
@@ -1,109 +1,109 @@
1
- import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
- import { bibliography } from '../bibliography';
3
- import type { ZalgoGeneratorLocaleContent } from '../index';
4
-
5
- const slug = 'zalgo-textgenerator';
6
- const title = 'Zalgo Generator';
7
- const description = 'Korrumpieren Sie Ihre Nachrichten mit kaskadierenden, überlaufenden Unicode-Zeichen. Passen Sie Intensität und Richtung des Glitch-Effekts an.';
8
-
9
- const faq: ZalgoGeneratorLocaleContent['faq'] = [
10
- { question: 'Was ist Zalgo Text?', answer: 'Es handelt sich um eine Art von Text, der übermäßig viele Unicode-Kombinationszeichen (diakritische Zeichen) verwendet. Wenn diese vertikal gestapelt werden, \"laufen sie über\" ihre ursprüngliche Zeile hinaus und erzeugen einen visuellen Effekt von Korruption, Unordnung oder Horror, der in der Internetkultur beliebt ist.' },
11
- { question: 'Warum sieht Zalgo-Text so seltsam aus?', answer: 'Er nutzt eine Funktion des Unicode-Standards aus, die das Hinzufügen von Markierungen über, unter oder durch einen Basisbuchstaben ermöglicht. Da es keine strikte Begrenzung für die Anzahl der Markierungen gibt, kann der Text in die Zeilen darüber oder darunter \"eindringen\".' },
12
- { question: 'Kann ich diesen Text in sozialen Medien verwenden?', answer: 'Ja, die meisten modernen Plattformen (Instagram, Twitter, Discord) unterstützen Unicode. Einige Netzwerke oder Geräte können jedoch übermäßige Zeichen bei sehr hoher Intensität filtern oder abschneiden, um die Lesbarkeit der Benutzeroberfläche zu erhalten.' },
13
- { question: 'Wie kann ich den Zalgo-Effekt aus dem Text entfernen?', answer: 'Um korrumpierten Text zu bereinigen, können Sie die JavaScript-String-Normalisierung verwenden oder ihn einfach in einen einfachen Texteditor einfügen, der nur Nur-Text akzeptiert. Unser Tool ist rein kreativ und beschädigt den Originalinhalt nicht.' },
14
- ];
15
-
16
- const howTo: ZalgoGeneratorLocaleContent['howTo'] = [
17
- { name: 'Basistext schreiben', text: 'Geben Sie den Text, den Sie \"korrumpieren\" möchten, in das Haupttextfeld ein.' },
18
- { name: 'Chaos-Intensität anpassen', text: 'Bewegen Sie den Schieberegler, um festzulegen, wie viele Kombinationszeichen gestapelt werden sollen. Höhere Intensität = schwerer zu lesen.' },
19
- { name: 'Überlaufrichtung wählen', text: 'Wählen Sie, ob die Korruption nach oben, nach unten oder gleichzeitig in alle Richtungen wachsen soll.' },
20
- { name: 'Ergebnis kopieren', text: 'Klicken Sie auf die Schaltfläche zum Kopieren. Der resultierende Text enthält alle unsichtbaren Bytes, die für den Glitch-Effekt erforderlich sind.' },
21
- ];
22
-
23
- const faqSchema: WithContext<FAQPage> = {
24
- '@context': 'https://schema.org',
25
- '@type': 'FAQPage',
26
- mainEntity: faq.map((item) => ({
27
- '@type': 'Question',
28
- name: item.question,
29
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
30
- })),
31
- };
32
-
33
- const howToSchema: WithContext<HowTo> = {
34
- '@context': 'https://schema.org',
35
- '@type': 'HowTo',
36
- name: title,
37
- description,
38
- step: howTo.map((step) => ({
39
- '@type': 'HowToStep',
40
- name: step.name,
41
- text: step.text,
42
- })),
43
- };
44
-
45
- const appSchema: WithContext<SoftwareApplication> = {
46
- '@context': 'https://schema.org',
47
- '@type': 'SoftwareApplication',
48
- name: title,
49
- description,
50
- applicationCategory: 'UtilitiesApplication',
51
- operatingSystem: 'Web',
52
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
53
- inLanguage: 'de',
54
- };
55
-
56
- export const content: ZalgoGeneratorLocaleContent = {
57
- slug,
58
- title,
59
- description,
60
- faqTitle: 'Häufig gestellte Fragen',
61
- ui: {
62
- title: 'Zalgo Generator',
63
- description: 'A̵l̸l̸e̵s̶ ̵i̶s̷t̶ ̵k̶o̸r̸r̸u̶p̸t̷',
64
- inputPlaceholder: 'Geben Sie hier Ihre normale Nachricht ein...',
65
- intensityLabel: 'Korruptionsstufe',
66
- outputLabel: 'Korrumpierte Nachricht',
67
- copyBtn: 'Chaos kopieren',
68
- copied: 'Kopiert!',
69
- faqTitle: 'FAQ',
70
- bibliographyTitle: 'Referenzen',
71
- configTitle: 'Konfiguration',
72
- intensity: 'Intensität',
73
- upLabel: 'Obere Korruption',
74
- midLabel: 'Mittleres Rauschen',
75
- downLabel: 'Untere Korruption',
76
- resetBtn: 'Werte zurücksetzen',
77
- warningText: 'WARNUNG: Zalgo-Text verwendet kombinierte Unicode-Zeichen, die visuell über ihren Container hinausgehen können. Mit Vorsicht in sozialen Medien verwenden.',
78
- previewLabel: 'Echtzeit-Vorschau',
79
- emptyLabel: 'Leer',
80
- charLabel: 'ZEICHEN',
81
- noteText: 'Hinweis: Einige Browser können die Darstellung kombinierter Zeichen einschränken'
82
- },
83
- seo: [
84
- { type: 'title', text: 'Was ist Zalgo Text und wie funktioniert visuelle Korruption?', level: 2 },
85
- { type: 'paragraph', html: 'Zalgo-Text ist eine Form der typografischen Manipulation, die eine spezifische Funktion des Unicode-Standards nutzt: <strong>Kombinationszeichen</strong>. Im Gegensatz zu normalen Zeichen belegen diese diakritischen Zeichen keinen horizontalen Platz - sie stapeln sich vertikal auf dem Basisbuchstaben und erzeugen so die in der Internetkultur beliebte Ästhetik des \"digitalen Chaos\" oder \"kosmischen Horrors\".' },
86
- { type: 'title', text: 'Anatomie des Prozesses', level: 3 },
87
- { type: 'paragraph', html: 'Unser Generator verarbeitet jedes Zeichen unabhängig und injiziert zufällige Unicode-Codepunkte in drei verschiedenen Vektoren: <strong>oben</strong> (diakritische Zeichen, die sich darüber stapeln), <strong>mitte</strong> (die den Buchstaben durchdringen) und <strong>unten</strong> (die darunter hängen).' },
88
- { type: 'tip', title: 'Korruptionsalgorithmus', html: 'Für jedes Basiszeichen wird ein Wert von <code>Anzahl = Intensität × 30</code> berechnet. So viele zufällige diakritische Zeichen werden in jedem Vektor hinzugefügt. Bei einer Intensität von 1,5 können Sie bis zu 45 Kombinationszeichen pro Buchstabe erhalten.' },
89
- { type: 'title', text: 'Knigge und Anwendungen', level: 3 },
90
- { type: 'list', items: [
91
- '<strong>Soziale Medien:</strong> Erregen Sie Aufmerksamkeit auf Instagram oder TikTok. Perfekt für Bios, die mit Konventionen brechen wollen.',
92
- '<strong>Horror-Storytelling:</strong> Dramatisieren Sie fiktionale Erzählungen, Creepypastas oder Simulationen kompromittierter Systeme.',
93
- '<strong>Barrierefreiheit:</strong> Warnung - Zalgo-Text ist für Screenreader unlesbar. Verwenden Sie ihn nur als visuelle Dekoration, niemals für kritische Inhalte.',
94
- '<strong>SEO:</strong> Verwenden Sie Zalgo niemals in Kern-Keywords (H1, Meta-Titel). Indexierungs-Bots können diese Zeichen möglicherweise nicht normalisieren.',
95
- ]},
96
- { type: 'title', text: 'Der Ursprung: Von Something Awful zu Glitch Art', level: 3 },
97
- { type: 'paragraph', html: 'Zalgo begann nicht als Generator, sondern als Intervention in klassischen Comic-Strips. Der Benutzer Shmorky begann Mitte der 2000er Jahre, Charaktere wie Nancy oder Archie zu deformieren und Flecken sowie Verzerrungen hinzuzufügen. Der Satz <strong>\"Er kommt\"</strong> besiegelte das Schicksal dieser Werke und kündigte die Ankunft einer Entität an, die die Realität verschlingt.' },
98
- { type: 'glossary', items: [
99
- { term: 'Kombinationszeichen', definition: 'Ein Unicode-Codepunkt, der dazu bestimmt ist, über, unter oder durch ein Basiszeichen platziert zu werden. Wird legitim in Sprachen wie Arabisch, Vietnamesisch und Hindi verwendet.' },
100
- { term: 'Diakritisches Zeichen', definition: 'Ein Markenzeichen, das einem Basisbuchstaben hinzugefügt wird, um seine Aussprache oder Bedeutung zu ändern. Zalgo missbraucht diese, um einen visuellen Überlauf zu erzeugen.' },
101
- { term: 'Unicode-Block', definition: 'Ein zusammenhängender Bereich von Unicode-Codepunkten. Zalgo-Zeichen stammen meist aus dem Block \"Kombinierende diakritische Zeichen\" (U+0300-U+036F).' },
102
- { term: 'Glitch Art', definition: 'Eine Ästhetik, die absichtlich Fehler, Artefakte und Korruptionen in digitalen Medien als Ausdrucksmittel einbezieht oder simuliert.' },
103
- ]},
104
- ],
105
- faq,
106
- bibliography,
107
- howTo,
108
- schemas: [faqSchema as any, howToSchema as any, appSchema],
109
- };
1
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
3
+ import type { ZalgoGeneratorLocaleContent } from '../index';
4
+
5
+ const slug = 'zalgo-textgenerator';
6
+ const title = 'Zalgo Generator';
7
+ const description = 'Korrumpieren Sie Ihre Nachrichten mit kaskadierenden, überlaufenden Unicode-Zeichen. Passen Sie Intensität und Richtung des Glitch-Effekts an.';
8
+
9
+ const faq: ZalgoGeneratorLocaleContent['faq'] = [
10
+ { question: 'Was ist Zalgo Text?', answer: 'Es handelt sich um eine Art von Text, der übermäßig viele Unicode-Kombinationszeichen (diakritische Zeichen) verwendet. Wenn diese vertikal gestapelt werden, \"laufen sie über\" ihre ursprüngliche Zeile hinaus und erzeugen einen visuellen Effekt von Korruption, Unordnung oder Horror, der in der Internetkultur beliebt ist.' },
11
+ { question: 'Warum sieht Zalgo-Text so seltsam aus?', answer: 'Er nutzt eine Funktion des Unicode-Standards aus, die das Hinzufügen von Markierungen über, unter oder durch einen Basisbuchstaben ermöglicht. Da es keine strikte Begrenzung für die Anzahl der Markierungen gibt, kann der Text in die Zeilen darüber oder darunter \"eindringen\".' },
12
+ { question: 'Kann ich diesen Text in sozialen Medien verwenden?', answer: 'Ja, die meisten modernen Plattformen (Instagram, Twitter, Discord) unterstützen Unicode. Einige Netzwerke oder Geräte können jedoch übermäßige Zeichen bei sehr hoher Intensität filtern oder abschneiden, um die Lesbarkeit der Benutzeroberfläche zu erhalten.' },
13
+ { question: 'Wie kann ich den Zalgo-Effekt aus dem Text entfernen?', answer: 'Um korrumpierten Text zu bereinigen, können Sie die JavaScript-String-Normalisierung verwenden oder ihn einfach in einen einfachen Texteditor einfügen, der nur Nur-Text akzeptiert. Unser Tool ist rein kreativ und beschädigt den Originalinhalt nicht.' },
14
+ ];
15
+
16
+ const howTo: ZalgoGeneratorLocaleContent['howTo'] = [
17
+ { name: 'Basistext schreiben', text: 'Geben Sie den Text, den Sie \"korrumpieren\" möchten, in das Haupttextfeld ein.' },
18
+ { name: 'Chaos-Intensität anpassen', text: 'Bewegen Sie den Schieberegler, um festzulegen, wie viele Kombinationszeichen gestapelt werden sollen. Höhere Intensität = schwerer zu lesen.' },
19
+ { name: 'Überlaufrichtung wählen', text: 'Wählen Sie, ob die Korruption nach oben, nach unten oder gleichzeitig in alle Richtungen wachsen soll.' },
20
+ { name: 'Ergebnis kopieren', text: 'Klicken Sie auf die Schaltfläche zum Kopieren. Der resultierende Text enthält alle unsichtbaren Bytes, die für den Glitch-Effekt erforderlich sind.' },
21
+ ];
22
+
23
+ const faqSchema: WithContext<FAQPage> = {
24
+ '@context': 'https://schema.org',
25
+ '@type': 'FAQPage',
26
+ mainEntity: faq.map((item) => ({
27
+ '@type': 'Question',
28
+ name: item.question,
29
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
30
+ })),
31
+ };
32
+
33
+ const howToSchema: WithContext<HowTo> = {
34
+ '@context': 'https://schema.org',
35
+ '@type': 'HowTo',
36
+ name: title,
37
+ description,
38
+ step: howTo.map((step) => ({
39
+ '@type': 'HowToStep',
40
+ name: step.name,
41
+ text: step.text,
42
+ })),
43
+ };
44
+
45
+ const appSchema: WithContext<SoftwareApplication> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'SoftwareApplication',
48
+ name: title,
49
+ description,
50
+ applicationCategory: 'UtilitiesApplication',
51
+ operatingSystem: 'Web',
52
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
53
+ inLanguage: 'de',
54
+ };
55
+
56
+ export const content: ZalgoGeneratorLocaleContent = {
57
+ slug,
58
+ title,
59
+ description,
60
+ faqTitle: 'Häufig gestellte Fragen',
61
+ ui: {
62
+ title: 'Zalgo Generator',
63
+ description: 'A̵l̸l̸e̵s̶ ̵i̶s̷t̶ ̵k̶o̸r̸r̸u̶p̸t̷',
64
+ inputPlaceholder: 'Geben Sie hier Ihre normale Nachricht ein...',
65
+ intensityLabel: 'Korruptionsstufe',
66
+ outputLabel: 'Korrumpierte Nachricht',
67
+ copyBtn: 'Chaos kopieren',
68
+ copied: 'Kopiert!',
69
+ faqTitle: 'FAQ',
70
+ bibliographyTitle: 'Referenzen',
71
+ configTitle: 'Konfiguration',
72
+ intensity: 'Intensität',
73
+ upLabel: 'Obere Korruption',
74
+ midLabel: 'Mittleres Rauschen',
75
+ downLabel: 'Untere Korruption',
76
+ resetBtn: 'Werte zurücksetzen',
77
+ warningText: 'WARNUNG: Zalgo-Text verwendet kombinierte Unicode-Zeichen, die visuell über ihren Container hinausgehen können. Mit Vorsicht in sozialen Medien verwenden.',
78
+ previewLabel: 'Echtzeit-Vorschau',
79
+ emptyLabel: 'Leer',
80
+ charLabel: 'ZEICHEN',
81
+ noteText: 'Hinweis: Einige Browser können die Darstellung kombinierter Zeichen einschränken'
82
+ },
83
+ seo: [
84
+ { type: 'title', text: 'Was ist Zalgo Text und wie funktioniert visuelle Korruption?', level: 2 },
85
+ { type: 'paragraph', html: 'Zalgo-Text ist eine Form der typografischen Manipulation, die eine spezifische Funktion des Unicode-Standards nutzt: <strong>Kombinationszeichen</strong>. Im Gegensatz zu normalen Zeichen belegen diese diakritischen Zeichen keinen horizontalen Platz - sie stapeln sich vertikal auf dem Basisbuchstaben und erzeugen so die in der Internetkultur beliebte Ästhetik des \"digitalen Chaos\" oder \"kosmischen Horrors\".' },
86
+ { type: 'title', text: 'Anatomie des Prozesses', level: 3 },
87
+ { type: 'paragraph', html: 'Unser Generator verarbeitet jedes Zeichen unabhängig und injiziert zufällige Unicode-Codepunkte in drei verschiedenen Vektoren: <strong>oben</strong> (diakritische Zeichen, die sich darüber stapeln), <strong>mitte</strong> (die den Buchstaben durchdringen) und <strong>unten</strong> (die darunter hängen).' },
88
+ { type: 'tip', title: 'Korruptionsalgorithmus', html: 'Für jedes Basiszeichen wird ein Wert von <code>Anzahl = Intensität × 30</code> berechnet. So viele zufällige diakritische Zeichen werden in jedem Vektor hinzugefügt. Bei einer Intensität von 1,5 können Sie bis zu 45 Kombinationszeichen pro Buchstabe erhalten.' },
89
+ { type: 'title', text: 'Knigge und Anwendungen', level: 3 },
90
+ { type: 'list', items: [
91
+ '<strong>Soziale Medien:</strong> Erregen Sie Aufmerksamkeit auf Instagram oder TikTok. Perfekt für Bios, die mit Konventionen brechen wollen.',
92
+ '<strong>Horror-Storytelling:</strong> Dramatisieren Sie fiktionale Erzählungen, Creepypastas oder Simulationen kompromittierter Systeme.',
93
+ '<strong>Barrierefreiheit:</strong> Warnung - Zalgo-Text ist für Screenreader unlesbar. Verwenden Sie ihn nur als visuelle Dekoration, niemals für kritische Inhalte.',
94
+ '<strong>SEO:</strong> Verwenden Sie Zalgo niemals in Kern-Keywords (H1, Meta-Titel). Indexierungs-Bots können diese Zeichen möglicherweise nicht normalisieren.',
95
+ ]},
96
+ { type: 'title', text: 'Der Ursprung: Von Something Awful zu Glitch Art', level: 3 },
97
+ { type: 'paragraph', html: 'Zalgo begann nicht als Generator, sondern als Intervention in klassischen Comic-Strips. Der Benutzer Shmorky begann Mitte der 2000er Jahre, Charaktere wie Nancy oder Archie zu deformieren und Flecken sowie Verzerrungen hinzuzufügen. Der Satz <strong>\"Er kommt\"</strong> besiegelte das Schicksal dieser Werke und kündigte die Ankunft einer Entität an, die die Realität verschlingt.' },
98
+ { type: 'glossary', items: [
99
+ { term: 'Kombinationszeichen', definition: 'Ein Unicode-Codepunkt, der dazu bestimmt ist, über, unter oder durch ein Basiszeichen platziert zu werden. Wird legitim in Sprachen wie Arabisch, Vietnamesisch und Hindi verwendet.' },
100
+ { term: 'Diakritisches Zeichen', definition: 'Ein Markenzeichen, das einem Basisbuchstaben hinzugefügt wird, um seine Aussprache oder Bedeutung zu ändern. Zalgo missbraucht diese, um einen visuellen Überlauf zu erzeugen.' },
101
+ { term: 'Unicode-Block', definition: 'Ein zusammenhängender Bereich von Unicode-Codepunkten. Zalgo-Zeichen stammen meist aus dem Block \"Kombinierende diakritische Zeichen\" (U+0300-U+036F).' },
102
+ { term: 'Glitch Art', definition: 'Eine Ästhetik, die absichtlich Fehler, Artefakte und Korruptionen in digitalen Medien als Ausdrucksmittel einbezieht oder simuliert.' },
103
+ ]},
104
+ ],
105
+ faq,
106
+ bibliography,
107
+ howTo,
108
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
109
+ };