正在修改,没改完

This commit is contained in:
2022-03-09 22:10:54 +08:00
parent ed28fc4866
commit 052142ac08
6 changed files with 151 additions and 15 deletions

View File

@ -1,7 +1,14 @@
# -*- coding:utf-8 -*-
DEFAULTBLUE = (0, 137, 242)
WEAKBLUE = (0, 161, 231)
LIGHTBLUE = (38, 226, 255)
RED = (255, 52, 50)
PURPLE = (171, 112, 255)
GREEN = (0, 255, 33)
WHITE = (242, 244, 246)
BLACK = (18, 17, 16)
settings = {
'language' : 'zh-CN',