This commit is contained in:
唐明明
2021-09-23 17:03:28 +08:00
parent d4bd0ac010
commit 08c56ea921
245 changed files with 40734 additions and 80 deletions

15
node_modules/uview-ui/libs/config/config.js generated vendored Normal file
View File

@@ -0,0 +1,15 @@
// 此版本发布于2020-12-17
let version = '1.8.3';
export default {
v: version,
version: version,
// 主题名称
type: [
'primary',
'success',
'info',
'error',
'warning'
]
}