Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev

pull/1496/head
UnCLAS-Prommer 2026-02-15 22:57:01 +08:00
commit 545e3b4982
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View File

@ -55,9 +55,13 @@ jobs:
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.setuptools] [tool.setuptools]
packages = ["maibot_dashboard"]
include-package-data = true include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
include = ["maibot_dashboard"]
exclude = ["maibot_dashboard.dist*"]
[tool.setuptools.package-data] [tool.setuptools.package-data]
maibot_dashboard = ["dist/**"] maibot_dashboard = ["dist/**"]
EOF EOF

View File

@ -1,7 +1,7 @@
{ {
"name": "maibot-dashboard", "name": "maibot-dashboard",
"private": true, "private": true,
"version": "0.11.6", "version": "1.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -24,7 +24,7 @@ export function NotFoundPage() {
</h2> </h2>
<p className="text-base text-muted-foreground sm:text-lg max-w-md mx-auto"> <p className="text-base text-muted-foreground sm:text-lg max-w-md mx-auto">
访 URL 访 URL
</p> </p>
</div> </div>