ipad commit 2025-12-17-01-15

This commit is contained in:
2025-12-17 01:17:13 +09:00
commit bab5060120
1962 changed files with 216780 additions and 0 deletions

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") %>