manual save(2026-01-25 21:50)

This commit is contained in:
SiteAgent Bot
2026-01-25 21:50:22 +08:00
parent 0e7a15d2f8
commit 0f2840d59d
10 changed files with 166 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ const stripHtml = (html: string): string => {
const formatDate = (dateString: string): string => {
const date = new Date(dateString)
return date.toLocaleDateString('th-TH', {
return date.toLocaleDateString(undefined, {
year: 'numeric',
month: 'long',
day: 'numeric',