在 Pico 中支持从右到左的文本。 要在 Pico 中启用 RTL,您需要在 <html> 元素上设置 dir="rtl"(示例)。 <!doctype html><html dir="rtl" lang="ar"> ...</html> RTL 功能仍处于实验阶段,可能会不断发展。