Compare commits
2 Commits
6c2218d464
...
d86bbc0eef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d86bbc0eef | ||
| 42773a44d3 |
@ -13,7 +13,7 @@ bytes = "1"
|
|||||||
rocket_prost_responder_derive = { path = "rocket_prost_responder_derive" }
|
rocket_prost_responder_derive = { path = "rocket_prost_responder_derive" }
|
||||||
uuid = { version = "1.19.0", features = ["v4"] }
|
uuid = { version = "1.19.0", features = ["v4"] }
|
||||||
bcrypt = "0.17.1"
|
bcrypt = "0.17.1"
|
||||||
bincode = "2.0.1"
|
bincode = "3.0.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
reqwest = { version = "0.12.24", features = ["json"] }
|
reqwest = { version = "0.12.24", features = ["json"] }
|
||||||
|
|||||||
@ -112,10 +112,10 @@ function App() {
|
|||||||
const themes = [
|
const themes = [
|
||||||
{ id: "default", label: "Default", icon: "🏠" },
|
{ id: "default", label: "Default", icon: "🏠" },
|
||||||
{ id: "blackhole", label: "Blackhole", icon: "🕳️" },
|
{ id: "blackhole", label: "Blackhole", icon: "🕳️" },
|
||||||
{ id: "star", label: "Star", icon: "⭐" },
|
// { id: "star", label: "Star", icon: "⭐" },
|
||||||
{ id: "ball", label: "Ball", icon: "⚽" },
|
// { id: "ball", label: "Ball", icon: "⚽" },
|
||||||
{ id: "reflect", label: "Reflect", icon: "🪞" },
|
{ id: "reflect", label: "Reflect", icon: "🪞" },
|
||||||
{ id: "clouds", label: "Clouds", icon: "☁️" },
|
// { id: "clouds", label: "Clouds", icon: "☁️" },
|
||||||
{ id: "sakura", label: "Sakura", icon: "🌸" },
|
{ id: "sakura", label: "Sakura", icon: "🌸" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user