Test Formatter 1st commit

This commit is contained in:
BaoLe106 2023-12-23 14:26:03 +08:00
parent 0403c4be31
commit 3d59aa4809
13 changed files with 925 additions and 0 deletions

View file

@ -84,6 +84,7 @@ DMOJ_STATS_SUBMISSION_RESULT_COLORS = {
"ERR": "#ffa71c",
}
DMOJ_PROFILE_IMAGE_ROOT = "profile_images"
DMOJ_TEST_FORMATTER_ROOT = "test_formatter"
MARKDOWN_STYLES = {}
MARKDOWN_DEFAULT_STYLE = {}