Refactor gree module

This commit is contained in:
Ethan O'Brien
2026-05-06 14:28:57 -06:00
parent f7611937cc
commit 95c31f9e54
9 changed files with 243 additions and 226 deletions

View File

@@ -8,7 +8,8 @@ use base64::{Engine as _, engine::general_purpose};
use uuid::Uuid;
use crate::encryption;
use crate::router::{userdata, gree, items};
use crate::router::{userdata, items};
use crate::database::gree;
use crate::runtime::get_easter_mode;
pub const ASSET_VERSION_GL: &str = "5260ff15dff8ba0c00ad91400f515f55";