1
0
mirror of synced 2025-12-07 22:18:17 +08:00

feat: support android 5.0

This commit is contained in:
redhoodsu
2022-12-02 19:39:05 +08:00
parent 1e7797e8e1
commit 553947ee57
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,8 @@
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"chobitsu": "^1.4.0",
"chobitsu": "^1.4.1",
"core-js": "^3.26.1",
"css-loader": "^3.4.2",
"draggabilly": "^2.2.0",
"es-check": "^6.2.1",

View File

@@ -1,3 +1,4 @@
import 'core-js/modules/es.map'
import EntryBtn from './EntryBtn/EntryBtn'
import DevTools from './DevTools/DevTools'
import Tool from './DevTools/Tool'