feat:设备使用记录

This commit is contained in:
houjunxiang
2026-03-05 16:54:47 +08:00
parent 749ac7f507
commit 9c88c45d66
357 changed files with 21486 additions and 5845 deletions

View File

@@ -1,11 +1,11 @@
/*
* @Author : LQ
* @Description :
* @version : 1.0
* @version : 3.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : LQ
* @lastTime : 2021-08-20 17:20:14
* @FilePath : /u-view2.0/uview-ui/libs/config/props/skeleton.js
* @LastAuthor : jry
* @lastTime : 2025-12-19 08:55:21
* @FilePath : /uview-plus/libs/config/props/skeleton.js
*/
export default {
// skeleton

View File

@@ -62,7 +62,7 @@
/**
* Skeleton 骨架屏
* @description 骨架屏一般用于页面在请求远程数据尚未完成时,页面用灰色块预显示本来的页面结构,给用户更好的体验。
* @tutorial https://ijry.github.io/uview-plus/components/skeleton.html
* @tutorial https://uview-plus.jiangruyi.com/components/skeleton.html
* @property {Boolean} loading 是否显示骨架占位图设置为false将会展示子组件内容 (默认 true )
* @property {Boolean} animate 是否开启动画效果 (默认 true )
* @property {String | Number} rows 段落占位图行数 (默认 0 )
@@ -187,7 +187,6 @@
</script>
<style lang="scss" scoped>
@import "../../libs/css/components.scss";
@mixin background {
/* #ifdef APP-NVUE */