add stream lottery

This commit is contained in:
2023-11-01 13:57:52 +08:00
parent 6849620f14
commit e6c41f39d8
14 changed files with 3545 additions and 9 deletions

View File

@@ -31,7 +31,7 @@
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
, "env.d.ts", "default.d.ts" ],
, "env.d.ts", "default.d.ts", "src/data/chat/ChatClientDirectOpenLive.js" ],
"exclude": [
"node_modules"
]