feat(web): specify icon
This commit is contained in:
parent
790ab0b95f
commit
e6f85ca07b
2 changed files with 37 additions and 24 deletions
|
|
@ -44,6 +44,8 @@ pub struct Rule {
|
|||
pub struct Definition {
|
||||
pub name: String,
|
||||
pub query: String,
|
||||
#[serde(default)]
|
||||
pub icon: String,
|
||||
}
|
||||
|
||||
pub fn load() -> Config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue