mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 14:16:52 +08:00
update
This commit is contained in:
@@ -58,3 +58,15 @@ export interface TimeWeightConfig {
|
||||
end_time: string;
|
||||
weight: number;
|
||||
}
|
||||
|
||||
export interface WeightConfig {
|
||||
default: number;
|
||||
time_config: TimeWeightConfig[];
|
||||
}
|
||||
|
||||
export interface PlatformWeightConfigResp {
|
||||
target: string;
|
||||
target_name: string;
|
||||
platform_name: string;
|
||||
weight: WeightConfig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user