mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 23:44:39 +00:00
don't sandcatmode twice
This commit is contained in:
parent
22cfed7d81
commit
bc383cf128
1 changed files with 3 additions and 0 deletions
|
@ -36,7 +36,10 @@
|
|||
let sentence2 = defaultSentence2
|
||||
let defaultCopyrightText: string | undefined = undefined
|
||||
|
||||
let sandcatModeEnabled = false
|
||||
async function startSandcatMode() {
|
||||
if (sandcatModeEnabled) return
|
||||
sandcatModeEnabled = true
|
||||
const sandcatUrls = []
|
||||
for (let i = 1; i <= 254; i++) {
|
||||
sandcatUrls.push(`https://matdoes.dev/sandcats/${i}.jpg`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue