mirror of https://github.com/Mai-with-u/MaiBot.git
Merge branch 'r-dev' of github.com:Mai-with-u/MaiBot into r-dev
commit
545e3b4982
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue