Skip to content

Commit

Permalink
feat: 允许将中文井号作为命令开头
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed May 13, 2024
1 parent 383468b commit 7b8af60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HOST=0.0.0.0
PORT=8080
COMMAND_START=["#"]
COMMAND_START=["#","#"]
COMMAND_SEP=["."]

CAMPUX_API="https://sample.com"
Expand Down

0 comments on commit 7b8af60

Please sign in to comment.