Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit d9bb15c

Browse files
committed
revert: 把会冲突的插件关掉,代理ip没删
1 parent ce82062 commit d9bb15c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/DailyBot/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ zodiac_mapping = """
5252
default_order = "asc"
5353

5454
[weather]
55-
show_clothing_index = true
55+
show_clothing_index = false
5656
forecast_hours = 10
5757
default_city = "北京"
5858
tip_format = "输入不规范,请输<国内城市+(今天|明天|后天|七天|7天)+天气>,比如 '广州天气'"
5959
time_keywords = ["今天", "明天", "后天", "七天", "7天"]
6060

6161
[chouqian]
62-
enable = true
62+
enable = false
6363
command = ["抽签"]
6464
api_key = ""

plugins/DouyinParser/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enable = true
44
# Http代理设置(用于获取真实链接发送卡片,如果家里有ipv6,可以设置为空)
55
# 格式: http://用户名:密码@代理地址:代理端口
66
# 例如:http://127.0.0.1:7890
7-
http_proxy = "192.168.1.6:7890"
7+
http_proxy = ""

0 commit comments

Comments
 (0)