mirror of
https://github.com/lecepin/WeChatVideoDownloader.git
synced 2025-05-04 17:32:30 +08:00
Merge fcee483633da0c28470b090cabf4837ce5c85830 into 8f69d39e990f053dfd94887ce254d7ac2617bf7b
This commit is contained in:
commit
14c7008c6c
@ -50,7 +50,7 @@
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^4.7.0",
|
||||
"@xstate/react": "^3.0.0",
|
||||
"antd": "^4.20.5",
|
||||
"antd": "^5.6.1",
|
||||
"axios": "^0.27.2",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"electron-is-dev": "^2.0.0",
|
||||
|
@ -2,7 +2,7 @@ import React from 'react';
|
||||
import ReactDOM from 'react-dom/client';
|
||||
import App from './App';
|
||||
|
||||
import 'antd/dist/antd.css';
|
||||
import 'antd/dist/antd.js.map';
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById('root'));
|
||||
root.render(
|
||||
|
Loading…
x
Reference in New Issue
Block a user