Initial commit with translated description

This commit is contained in:
2026-03-29 13:08:57 +08:00
commit f2082f52b5
11 changed files with 339 additions and 0 deletions

5
scripts/recent.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Show recently updated docs
DAYS=${1:-7}
echo "Docs updated in the last $DAYS days"
# In full version, this queries the change tracking