Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zye784581395
/
silly
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e1a3035
silly
/
public
/
scripts
/
slash-commands
/
SlashCommandBreakController.js
周泳恩
添加core文件压缩和解压功能,保留用户自定义config.yaml
314a0ac
5 months ago
raw
Copy download link
history
blame
Safe
138 Bytes
export
class
SlashCommandBreakController
{
/**
@type
{
boolean
} */
isBreak =
false
;
break
(
) {
this
.
isBreak
=
true
;
}
}