refactor: remove telemetry and fix launcher workflows
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
Deploy telemetry dashboard / deploy (push) Has been cancelled
Prepare pnpm cache / prepare (push) Has been cancelled

This commit is contained in:
2026-09-13 20:31:55 +08:00
parent ccc7f7e16b
commit fa96226beb
175 changed files with 547 additions and 12210 deletions

51
Cargo.lock generated
View File

@ -106,7 +106,7 @@ dependencies = [
"serde_json",
"thiserror 2.0.19",
"utoipa",
"uuid 1.24.0",
"uuid",
]
[[package]]
@ -707,7 +707,7 @@ checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
dependencies = [
"byteorder",
"fnv",
"uuid 1.24.0",
"uuid",
]
[[package]]
@ -1431,21 +1431,6 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "discord-rich-presence"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90c55d69cab17c19677ce3a5f8face993a9e6eaf847fecac3547f3a3ff4a2494"
dependencies = [
"log",
"serde",
"serde_derive",
"serde_json",
"serde_repr",
"thiserror 2.0.19",
"uuid 0.8.2",
]
[[package]]
name = "dispatch2"
version = "0.3.1"
@ -3570,7 +3555,7 @@ dependencies = [
"portable-atomic",
"smallvec",
"tagptr",
"uuid 1.24.0",
"uuid",
]
[[package]]
@ -5300,7 +5285,7 @@ dependencies = [
"serde",
"serde_json",
"url",
"uuid 1.24.0",
"uuid",
]
[[package]]
@ -5904,7 +5889,7 @@ dependencies = [
"tokio-stream",
"tracing",
"url",
"uuid 1.24.0",
"uuid",
]
[[package]]
@ -5984,7 +5969,7 @@ dependencies = [
"stringprep",
"thiserror 2.0.19",
"tracing",
"uuid 1.24.0",
"uuid",
"whoami",
]
@ -6022,7 +6007,7 @@ dependencies = [
"stringprep",
"thiserror 2.0.19",
"tracing",
"uuid 1.24.0",
"uuid",
"whoami",
]
@ -6048,7 +6033,7 @@ dependencies = [
"thiserror 2.0.19",
"tracing",
"url",
"uuid 1.24.0",
"uuid",
]
[[package]]
@ -6454,7 +6439,7 @@ dependencies = [
"thiserror 2.0.19",
"time",
"url",
"uuid 1.24.0",
"uuid",
"walkdir",
]
@ -6762,7 +6747,7 @@ dependencies = [
"toml 1.1.3+spec-1.1.0",
"url",
"urlpattern",
"uuid 1.24.0",
"uuid",
"walkdir",
]
@ -6833,7 +6818,6 @@ dependencies = [
"data-url",
"derive_more",
"dirs",
"discord-rich-presence",
"dotenvy",
"dunce",
"either",
@ -6901,7 +6885,7 @@ dependencies = [
"tracing-subscriber",
"url",
"urlencoding",
"uuid 1.24.0",
"uuid",
"webpki-roots",
"whoami",
"windows 0.61.3",
@ -6967,7 +6951,7 @@ dependencies = [
"trash",
"url",
"urlencoding",
"uuid 1.24.0",
"uuid",
"windows 0.61.3",
"zip 6.0.0",
]
@ -7691,15 +7675,6 @@ dependencies = [
"syn 2.0.119",
]
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"getrandom 0.2.17",
]
[[package]]
name = "uuid"
version = "1.24.0"
@ -8868,7 +8843,7 @@ dependencies = [
"tokio",
"tracing",
"uds_windows",
"uuid 1.24.0",
"uuid",
"windows-sys 0.61.2",
"winnow 1.0.4",
"zbus_macros",