dev: 初步支持查询过滤

This commit is contained in:
Julian Freeman
2024-07-19 11:07:30 -04:00
parent aca88dd952
commit aa4d88b980
6 changed files with 164 additions and 15 deletions

4
lib/global_config.py Normal file
View File

@@ -0,0 +1,4 @@
# coding: utf8
table_name = "entries"
button_min_width = 120