feat: sort by random

This commit is contained in:
trafficlunar 2025-07-26 14:37:05 +01:00
parent 813f3388df
commit e8f211733f
4 changed files with 86 additions and 22 deletions

16
pnpm-lock.yaml generated
View file

@ -71,6 +71,9 @@ importers:
satori:
specifier: ^0.15.2
version: 0.15.2
seedrandom:
specifier: ^3.0.5
version: 3.0.5
sharp:
specifier: ^0.34.3
version: 0.34.3
@ -105,6 +108,9 @@ importers:
'@types/react-dom':
specifier: ^19.1.6
version: 19.1.6(@types/react@19.1.8)
'@types/seedrandom':
specifier: ^3.0.8
version: 3.0.8
'@types/sjcl':
specifier: ^1.0.34
version: 1.0.34
@ -926,6 +932,9 @@ packages:
'@types/react@19.1.8':
resolution: {integrity: sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==}
'@types/seedrandom@3.0.8':
resolution: {integrity: sha512-TY1eezMU2zH2ozQoAFAQFOPpvP15g+ZgSfTZt31AUUH/Rxtnz3H+A/Sv1Snw2/amp//omibc+AEkTaA8KUeOLQ==}
'@types/sjcl@1.0.34':
resolution: {integrity: sha512-bQHEeK5DTQRunIfQeUMgtpPsNNCcZyQ9MJuAfW1I7iN0LDunTc78Fu17STbLMd7KiEY/g2zHVApippa70h6HoQ==}
@ -2380,6 +2389,9 @@ packages:
scheduler@0.26.0:
resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==}
seedrandom@3.0.5:
resolution: {integrity: sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==}
semver@6.3.1:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
@ -3360,6 +3372,8 @@ snapshots:
dependencies:
csstype: 3.1.3
'@types/seedrandom@3.0.8': {}
'@types/sjcl@1.0.34': {}
'@types/use-sync-external-store@0.0.6': {}
@ -5005,6 +5019,8 @@ snapshots:
scheduler@0.26.0: {}
seedrandom@3.0.5: {}
semver@6.3.1: {}
semver@7.7.2: {}