chore: lint add space around list

This commit is contained in:
Alice Zhao 2024-09-09 08:40:07 -07:00
Родитель b4e9eaf9be
Коммит a03cdc5310
Не найден ключ, соответствующий данной подписи
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -51,6 +51,7 @@ entries.forEach((entry) => {
```
Each navigation entry corresponds to a specific page. The indexing system follows a sequential order:
- Index 0: Represents the earliest visited page.
- Index N: Represents the most recent page visited.