Skip to content

Commit

Permalink
Merge branch 'CMHopeSunshine:Bot' into Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathgao authored Apr 25, 2024
2 parents 11a6794 + b7a6f2e commit 345b576
Show file tree
Hide file tree
Showing 27 changed files with 2,230 additions and 1,512 deletions.
1 change: 1 addition & 0 deletions LittlePaimon/config/config/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class ConfigModel(BaseModel):
admin_theme: Literal['default', 'antd', 'ang', 'dark'] = Field('default', alias='Web端主题')

command_alias_enable: bool = Field(True, alias='启用命令别名')
browser_type: Literal['chromium', 'firefox', 'webkit'] = Field('firefox', alias='浏览器内核')

# 早报60s
morning_news: str = Field('https://api.vvhan.com/api/60s', alias='早报60s')
Expand Down
29 changes: 29 additions & 0 deletions LittlePaimon/config/data/alias.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,14 @@
],
"10000093": [
"闲云"
],
"10000094": [
"千织"
],
"10000096": [
"阿蕾奇诺",
"仆人",
"父亲"
]
},
"武器": {
Expand Down Expand Up @@ -1201,7 +1209,20 @@
],
"鹤鸣余音": [
"鹤鸣余音",
"余音",
"闲云专武"
],
"有乐御簾切": [
"有乐御簾切",
"有乐",
"御簾切",
"千织专武"
],
"沙中伟贤的对答": [
"沙中伟贤的对答",
"沙中伟贤",
"伟贤",
"对答"
]
},
"圣遗物": {
Expand Down Expand Up @@ -1401,6 +1422,14 @@
"逐影猎人": [
"逐影猎人",
"猎人"
],
"昔时之歌": [
"昔时之歌",
"昔时"
],
"回声之林夜话": [
"回声之林夜话",
"回声"
]
},
"原魔": {
Expand Down
Loading

0 comments on commit 345b576

Please sign in to comment.