This commit is contained in:
wang_yp 2025-05-09 14:57:45 +08:00
parent 8fa7d6fa68
commit de2c8aec07
5 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.VSCodeCounter*

View File

@ -7,7 +7,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
In the project directory, you can run:
### `npm start`
32744
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

View File

@ -94,7 +94,7 @@
"build": "node scripts/build.js",
"test": "node scripts/test.js"
},
"proxy": "http://127.0.0.1:12215/",
"proxy": "http://127.0.0.1:12215",
"eslintConfig": {
"extends": [
"react-app",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 123 KiB