修复竞争比和按钮问题

This commit is contained in:
杨志
2026-01-21 10:42:18 +08:00
parent 08cb6b2b03
commit bc622c6c34
6 changed files with 124 additions and 64 deletions

View File

@@ -23,7 +23,8 @@
"php": ">=8.0.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0|^4.0",
"topthink/think-filesystem": "^2.0|^3.0"
"topthink/think-filesystem": "^2.0|^3.0",
"topthink/think-view": "^2.0"
},
"require-dev": {
"topthink/think-dumper": "^1.0",