加入新功能:番号查询。
This commit is contained in:
17
plugins/fanhao_search/config.toml
Normal file
17
plugins/fanhao_search/config.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[FanhaoSearch]
|
||||
enable = true
|
||||
command = ["番号", "番号查询"]
|
||||
command-format = """
|
||||
🔎番号查询指令:
|
||||
番号 番号编号 例如:番号 FNS-109
|
||||
"""
|
||||
|
||||
# MongoDB 连接
|
||||
mongo_uri = "mongodb+srv://cluster0.8mosa.mongodb.net/Cluster0?retryWrites=true&w=majority"
|
||||
db = "sehuatang"
|
||||
collections = ["asia_codeless_originate", "asia_mosaic_originate"]
|
||||
|
||||
# 尝试匹配的字段名(存在其一即可)
|
||||
search_fields = ["number", "code", "番号"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user