fix test_formatter

This commit is contained in:
BaoLe106 2024-01-09 01:54:09 +08:00
parent 14ecef649e
commit c818001b5c
14 changed files with 961 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 = {}