Skip to content

Commit 7c5de6a

Browse files
committed
add
1 parent e45f25d commit 7c5de6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/code.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
use serde::{Deserialize, Serialize};
33

44
fn default_pick() -> String {
5-
"${fid}_${slug}".into()
5+
"${fid}-${slug}".into()
66
}
77

88
fn default_submission() -> String {
9-
"${fid}_${slug}.${sid}.${ac}".into()
9+
"${fid}-${slug}.${sid}.${ac}".into()
1010
}
1111

1212
/// Code config
@@ -48,7 +48,7 @@ impl Default for Code {
4848
test: true,
4949
lang: "rust".into(),
5050
pick: "${fid}_${slug}".into(),
51-
submission: "${fid}_${slug}.${sid}.${ac}".into(),
51+
submission: "${fid}-${slug}.${sid}.${ac}".into(),
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy