Basic post viewer

This commit is contained in:
2024-12-17 22:12:19 +08:00
parent f730579eeb
commit fc4c884ade
11 changed files with 189 additions and 94 deletions

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
}