Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jan 21, 2025
1 parent 71ee0fa commit 8564015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"test:lint": "eslint . --ext .js,.jsx",
"test:unit": "jest test[\\\\/]unit[\\\\/]addons",
"test:smoke": "jest --runInBand test[\\\\/]smoke",
"watch": "webpack --colors --watch"
"watch": "webpack --colors --watch",
"dev": "export ZCAPIHOST='http://localhost:3000' && export ZCASSETHOST='https://s4-1.wuyuan.1r.ink/' && npm run start"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/menu-bar/menu-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ class MenuBar extends React.Component {
</div>

<div className={styles.menuBarItem}>
<Button id="zerocatool">测试</Button>
<Button id="zerocattool">测试</Button>



Expand Down

0 comments on commit 8564015

Please sign in to comment.