3 lines
73 B
Bash
3 lines
73 B
Bash
|
|
#!/bin/bash
|
||
|
|
# 激活极简回复模式
|
||
|
|
echo "极简回复模式已激活"
|