mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:29:26 +08:00
@@ -16,7 +16,7 @@ MAIL_BUTTON_GRID = ButtonGrid(
|
||||
button_shape=(64, 64), grid_shape=(1, 3),
|
||||
name='MAIL_BUTTON_GRID')
|
||||
FILTER_REGEX = re.compile(
|
||||
'^(cube|coin|coolant|oil|merit|gem)$',
|
||||
'^(cube|coin|coolant|decorcoin|oil|merit|gem)$',
|
||||
flags=re.IGNORECASE)
|
||||
FILTER_ATTR = ['name']
|
||||
FILTER = Filter(FILTER_REGEX, FILTER_ATTR)
|
||||
|
||||
Reference in New Issue
Block a user