Skip to content

Commit

Permalink
Merge pull request #143 from Soulter/dev_dashboard
Browse files Browse the repository at this point in the history
[Feature] 可视化面板功能和一些常规优化
  • Loading branch information
Soulter authored Dec 28, 2023
2 parents 98887cb + 0509000 commit c8cf257
Show file tree
Hide file tree
Showing 56 changed files with 2,312 additions and 293 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
__pycache__
botpy.log
.vscode
data.db
configs/session
configs/config.yaml
**/.DS_Store
temp
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ WORKDIR /AstrBot
COPY . /AstrBot/

RUN python -m pip install -r requirements.txt
RUN python -m pip install

CMD [ "python", "main.py" ]
CMD [ "python", "main.py" ]
1 change: 1 addition & 0 deletions addons/dashboard/dist/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
1 change: 1 addition & 0 deletions addons/dashboard/dist/assets/BaseBreadcrumb-4d676ba5.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.page-breadcrumb .v-toolbar{background:transparent}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions addons/dashboard/dist/assets/BlankLayout-7c60dfeb.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{x as e,o as a,c as t,w as o,a as s,B as n,X as r,T as c}from"./index-7c8bc001.js";const f=e({__name:"BlankLayout",setup(p){return(u,_)=>(a(),t(c,null,{default:o(()=>[s(n(r))]),_:1}))}});export{f as default};
1 change: 1 addition & 0 deletions addons/dashboard/dist/assets/ColorPage-fe404e65.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions addons/dashboard/dist/assets/ConfigPage-3d69363d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions addons/dashboard/dist/assets/ConsolePage-ae9ea987.js

Large diffs are not rendered by default.

Empty file.
1 change: 1 addition & 0 deletions addons/dashboard/dist/assets/DefaultDashboard-f7afff9c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions addons/dashboard/dist/assets/Error404Page-11cf087a.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions addons/dashboard/dist/assets/Error404Page-e144fe8e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8cf257

Please sign in to comment.