Last Sync: 2026-01-08 23:40 (Mobile)

This commit is contained in:
2026-01-08 23:40:40 +09:00
parent d74ed2985d
commit b7c576d916
813 changed files with 32766 additions and 0 deletions

10
inbox/무제 파일 1.md Normal file
View File

@@ -0,0 +1,10 @@
// Daily quote
<% tp.web.daily_quote() %>
// Random picture
<% tp.web.random_picture() %>
// Random picture with size
<% tp.web.random_picture("200x200") %>
// Random picture with size and query
<% tp.web.random_picture("200x200", "landscape,water") %>