Skip to content

Commit 1997f93

Browse files
committed
update
1 parent 176c4e1 commit 1997f93

File tree

8 files changed

+2053
-1919
lines changed

8 files changed

+2053
-1919
lines changed

.github/workflows/ghpages.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
pnpm install --frozen-lockfile
2222
pnpm build
2323
- name: Deploy
24-
uses: crazy-max/ghaction-github-pages@v3
24+
uses: peaceiris/actions-gh-pages@v3
2525
with:
26-
target_branch: gh-pages
27-
build_dir: dist
28-
fqdn: clash.razord.top
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
publish_dir: ./dist

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
3+
}

README.md

+5-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
1-
<h1 align="center">
2-
<img src="https://github.com/Dreamacro/clash/raw/master/docs/logo.png" alt="Clash" width="200">
3-
<br>
4-
Clash Dashboard
5-
<br>
6-
</h1>
7-
8-
<h4 align="center">Web Dashboard for Clash, now host on ClashX</h4>
9-
10-
<p align="center">
11-
<a href="https://github.com/Dreamacro/clash-dashboard/actions">
12-
<img src="https://img.shields.io/github/actions/workflow/status/Dreamacro/clash-dashboard/ghpages.yml?branch=master&style=flat-square" alt="Github Actions">
13-
</a>
14-
</p>
15-
161
## Features
172

18-
- All ClashX configurations
19-
- Manage Proxies
20-
- Manage Proxy Groups
21-
- Realtime Log
3+
- All ClashX configurations
4+
- Manage Proxies
5+
- Manage Proxy Groups
6+
- Realtime Log
227

238
## Progress
249

@@ -59,6 +44,7 @@ $ pnpm build
5944
<!-- prettier-ignore -->
6045
| [<img src="https://avatars2.githubusercontent.com/u/3380894?v=4" width="100px;"/><br /><sub><b>Jason Chen</b></sub>](https://ijason.cc)<br />[🎨](#design-jas0ncn "Design") [💻](https://github.com/Dreamacro/clash-dashboard/commits?author=jas0ncn "Code") [🐛](https://github.com/Dreamacro/clash-dashboard/issues?q=author%3Ajas0ncn "Bug reports") [🤔](#ideas-jas0ncn "Ideas, Planning, & Feedback") [👀](#review-jas0ncn "Reviewed Pull Requests") [🌍](#translation-jas0ncn "Translation") | [<img src="https://avatars1.githubusercontent.com/u/8615343?v=4" width="100px;"/><br /><sub><b>Dreamacro</b></sub>](https://github.com/Dreamacro)<br />[💻](https://github.com/Dreamacro/clash-dashboard/commits?author=Dreamacro "Code") [🐛](https://github.com/Dreamacro/clash-dashboard/issues?q=author%3ADreamacro "Bug reports") [🤔](#ideas-Dreamacro "Ideas, Planning, & Feedback") [👀](#review-Dreamacro "Reviewed Pull Requests") [🌍](#translation-Dreamacro "Translation") [📦](#platform-Dreamacro "Packaging/porting to new platform") | [<img src="https://avatars1.githubusercontent.com/u/12679581?v=4" width="100px;"/><br /><sub><b>chs97</b></sub>](http://www.hs97.cn)<br />[💻](https://github.com/Dreamacro/clash-dashboard/commits?author=chs97 "Code") [🐛](https://github.com/Dreamacro/clash-dashboard/issues?q=author%3Achs97 "Bug reports") [👀](#review-chs97 "Reviewed Pull Requests") | [<img src="https://avatars3.githubusercontent.com/u/11733500?v=4" width="100px;"/><br /><sub><b>Yicheng</b></sub>](https://github.com/yichengchen)<br />[🤔](#ideas-yichengchen "Ideas, Planning, & Feedback") [📦](#platform-yichengchen "Packaging/porting to new platform") |
6146
| :---: | :---: | :---: | :---: |
47+
6248
<!-- ALL-CONTRIBUTORS-LIST:END -->
6349

6450
## LICENSE

package.json

+35-35
Original file line numberDiff line numberDiff line change
@@ -25,55 +25,55 @@
2525
"contributors:generate": "all-contributors generate"
2626
},
2727
"devDependencies": {
28-
"@types/lodash-es": "^4.17.7",
29-
"@types/node": "^18.15.11",
30-
"@types/react": "^18.0.31",
31-
"@types/react-dom": "^18.0.11",
32-
"@types/react-virtualized-auto-sizer": "^1.0.1",
33-
"@types/react-window": "^1.8.5",
34-
"@typescript-eslint/eslint-plugin": "^5.57.0",
35-
"@typescript-eslint/parser": "^5.57.0",
36-
"@unocss/eslint-config": "^0.50.6",
37-
"@unocss/preset-wind": "^0.50.6",
38-
"@unocss/reset": "^0.50.6",
28+
"@types/lodash-es": "^4.17.12",
29+
"@types/node": "^18.19.7",
30+
"@types/react": "^18.2.47",
31+
"@types/react-dom": "^18.2.18",
32+
"@types/react-virtualized-auto-sizer": "^1.0.4",
33+
"@types/react-window": "^1.8.8",
34+
"@typescript-eslint/eslint-plugin": "^5.62.0",
35+
"@typescript-eslint/parser": "^5.62.0",
36+
"@unocss/eslint-config": "^0.50.8",
37+
"@unocss/preset-wind": "^0.50.8",
38+
"@unocss/reset": "^0.50.8",
3939
"@vitejs/plugin-react": "^3.1.0",
40-
"eslint": "^8.37.0",
40+
"eslint": "^8.56.0",
4141
"eslint-config-airbnb": "^19.0.4",
42-
"eslint-config-airbnb-typescript": "^17.0.0",
42+
"eslint-config-airbnb-typescript": "^17.1.0",
4343
"eslint-config-standard-with-typescript": "^34.0.1",
44-
"eslint-import-resolver-typescript": "^3.5.4",
45-
"eslint-plugin-import": "^2.27.5",
46-
"eslint-plugin-jsx-a11y": "^6.7.1",
44+
"eslint-import-resolver-typescript": "^3.6.1",
45+
"eslint-plugin-import": "^2.29.1",
46+
"eslint-plugin-jsx-a11y": "^6.8.0",
4747
"eslint-plugin-n": "^15.7.0",
4848
"eslint-plugin-promise": "^6.1.1",
49-
"eslint-plugin-react": "^7.32.2",
49+
"eslint-plugin-react": "^7.33.2",
5050
"eslint-plugin-react-hooks": "^4.6.0",
51-
"sass": "^1.60.0",
52-
"type-fest": "^3.7.2",
53-
"typescript": "^5.0.3",
54-
"unocss": "^0.50.6",
55-
"vite": "^4.2.1",
51+
"sass": "^1.69.7",
52+
"type-fest": "^3.13.1",
53+
"typescript": "^5.3.3",
54+
"unocss": "^0.50.8",
55+
"vite": "^4.5.1",
5656
"vite-plugin-pwa": "^0.14.7",
57-
"vite-tsconfig-paths": "^4.0.7"
57+
"vite-tsconfig-paths": "^4.2.3"
5858
},
5959
"dependencies": {
60-
"@react-hookz/web": "^23.0.0",
61-
"@tanstack/react-table": "^8.8.4",
62-
"axios": "^1.3.4",
63-
"classnames": "^2.3.2",
64-
"dayjs": "^1.11.7",
65-
"eventemitter3": "^5.0.0",
60+
"@react-hookz/web": "^23.1.0",
61+
"@tanstack/react-table": "^8.11.6",
62+
"axios": "^1.6.5",
63+
"classnames": "^2.5.1",
64+
"dayjs": "^1.11.10",
65+
"eventemitter3": "^5.0.1",
6666
"immer": "^9.0.21",
67-
"jotai": "^2.0.3",
67+
"jotai": "^2.6.1",
6868
"jotai-immer": "^0.2.0",
6969
"lodash-es": "^4.17.21",
70-
"neverthrow": "^6.0.0",
70+
"neverthrow": "^6.1.0",
7171
"react": "^18.2.0",
7272
"react-dom": "^18.2.0",
73-
"react-router-dom": "^6.10.0",
74-
"react-virtualized-auto-sizer": "^1.0.9",
75-
"react-window": "^1.8.8",
76-
"swr": "^2.1.1",
73+
"react-router-dom": "^6.21.2",
74+
"react-virtualized-auto-sizer": "^1.0.20",
75+
"react-window": "^1.8.10",
76+
"swr": "^2.2.4",
7777
"use-immer": "^0.8.1"
7878
}
7979
}

0 commit comments

Comments
 (0)