mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 16:44:43 +01:00
Get background file name
This commit is contained in:
8
src-tauri/src/structs.rs
Normal file
8
src-tauri/src/structs.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
use serde::Deserialize;
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub(crate) struct APIQuery {
|
||||
pub backgroundFile: String,
|
||||
}
|
||||
Reference in New Issue
Block a user