docs: update changelog

This commit is contained in:
Simon
2026-02-12 17:23:35 +08:00
parent f19b3cc2cc
commit 4dc332a32c
2 changed files with 45 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
"wouter"
],
"files.exclude": {
"packages/*/node_modules": true,
"packages/*/node_modules": true
},
"markdownlint.config": {
// "comment": "Relaxed rules",
@@ -32,6 +32,7 @@
"first-line-h1": false,
"block-spacing": false,
"blanks-around-lists": false,
"ol-prefix": false
"ol-prefix": false,
"no-duplicate-heading": false
}
}