merging all into dev

yhy
Dawn_Ocean 2024-03-11 14:17:57 +08:00
parent d2de74578b
commit 2920059ffa
3 changed files with 36032 additions and 36023 deletions

11
package-lock.json generated
View File

@ -23,6 +23,7 @@
"@tarojs/runtime": "3.6.24", "@tarojs/runtime": "3.6.24",
"@tarojs/shared": "3.6.24", "@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24", "@tarojs/taro": "3.6.24",
"moment": "^2.30.1",
"process": "^0.11.10", "process": "^0.11.10",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
@ -33,7 +34,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@tarojs/cli": "3.6.24", "@tarojs/cli": "3.6.24",
"@tarojs/plugin-mock": "^0.0.9", "@tarojs/plugin-mock": "^0.0.9",
"@tarojs/plugin-platform-h5": "^3.6.24", "@tarojs/plugin-platform-h5": "3.6.24",
"@tarojs/taro-loader": "3.6.24", "@tarojs/taro-loader": "3.6.24",
"@tarojs/test-utils-react": "^0.1.1", "@tarojs/test-utils-react": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.24", "@tarojs/webpack5-runner": "3.6.24",
@ -26380,6 +26381,14 @@
"random": "bin/random" "random": "bin/random"
} }
}, },
"node_modules/moment": {
"version": "2.30.1",
"resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz",
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
"engines": {
"node": "*"
}
},
"node_modules/ms": { "node_modules/ms": {
"version": "2.1.2", "version": "2.1.2",
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz", "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",

View File

@ -66,7 +66,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@tarojs/cli": "3.6.24", "@tarojs/cli": "3.6.24",
"@tarojs/plugin-mock": "^0.0.9", "@tarojs/plugin-mock": "^0.0.9",
"@tarojs/plugin-platform-h5": "^3.6.24", "@tarojs/plugin-platform-h5": "3.6.24",
"@tarojs/taro-loader": "3.6.24", "@tarojs/taro-loader": "3.6.24",
"@tarojs/test-utils-react": "^0.1.1", "@tarojs/test-utils-react": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.24", "@tarojs/webpack5-runner": "3.6.24",

View File

@ -128,7 +128,7 @@ export default class UserPage extends Component {
className='at-row at-row__justify--center at-row__align--center' className='at-row at-row__justify--center at-row__align--center'
style='height:60px;color:#696969;' style='height:60px;color:#696969;'
> >
<Text> EVA Notify v0.0.1</Text> <Text> EVA Notify v1.0.0</Text>
</View> </View>
<AtList> <AtList>
<AtListItem <AtListItem