This commit is contained in:
krahets
2026-03-29 05:49:29 +08:00
parent 2f81bd6498
commit 68cafe99dd
31 changed files with 231 additions and 279 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
],
});
});
/*! update cache: 20260329053027 */
/*! update cache: 20260329054721 */
+1 -1
View File
@@ -15,4 +15,4 @@ window.MathJax = {
document$.subscribe(() => {
MathJax.typesetPromise();
});
/*! update cache: 20260329053027 */
/*! update cache: 20260329054721 */
+2 -2
View File
@@ -25,7 +25,7 @@
baseSpeed: 1, // Base speed of stars (will affect acceleration)
trailLength: 0.8, // Length of star trail (0-1)
starColor: "rgb(255, 255, 255)", // Color of stars (only rgb)
canvasColor: "rgb(0, 0, 0)", // Canvas background color (only rgb)
canvasColor: "rgb(30, 30, 30)", // Canvas background color (only rgb)
hueJitter: 0, // Maximum hue variation in degrees (0-360)
maxAcceleration: 10, // Maximum acceleration
accelerationRate: 0.2, // Rate of acceleration
@@ -469,4 +469,4 @@
return Starfield;
});
/*! update cache: 20260329053027 */
/*! update cache: 20260329054721 */