摘要: 首先是application入口文件 using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Thre 阅读全文
posted @ 2021-09-15 10:37 荣超 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 直接读取出来是Bitmap类型 xmal 中无法直接转换,我们需要编写一个转换器 using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using Syst 阅读全文
posted @ 2021-09-15 09:27 荣超 阅读(298) 评论(0) 推荐(0) 编辑
摘要: route.meta.transition 用来处理不同的路由使用不同的动画 但是需要我们定义好动画样式 比如 route.meta.transition = aa 则定义样式 .aa-enter-active .aa-enter-from .aa-enter-to 等样式 route.meta.t 阅读全文
posted @ 2021-09-15 09:09 荣超 阅读(1110) 评论(0) 推荐(0) 编辑