2024年9月18日

摘要: import {sendUpdataUrl, IMG_URL} from "/http";import moment from 'moment'import CryptoJS from 'crypto-js';const Storage = { /** * 设置缓存 * @param {string 阅读全文
posted @ 2024-09-18 20:46 完美前端 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1,静态资源存放路径 要在src下的renderer目录下新建public, 其他新建文件夹也都放在第一层的src下和renderer同级 2,引用静态资源的路径 引用路径要引用out文件夹下的路径, out是打包前 和 本地开发的资源路径, 会把public下面的打包过来 3,打包后,mac 下无 阅读全文
posted @ 2024-09-18 18:27 完美前端 阅读(116) 评论(0) 推荐(0) 编辑

2024年9月13日

摘要: @charset "UTF-8";body,html,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td { margin: 0; padding: 0;}table { border-collapse: collapse; 阅读全文
posted @ 2024-09-13 18:39 完美前端 阅读(17) 评论(0) 推荐(0) 编辑

2024年9月2日

摘要: 官网 https://docs.jiguang.cn/jpush/server/push/rest_api_v3_push https://api.jpush.cn/v3/pushPost 方式 设置请求头 Authorization: Basic *** ***是Base64(appkey:Mas 阅读全文
posted @ 2024-09-02 16:58 完美前端 阅读(75) 评论(0) 推荐(0) 编辑

2024年8月21日

摘要: 插槽中的单一数据绑定 一种较为简单的场景,即插槽传递单一数据。这种情况下,插槽中的内容可以接受一个传入的数据,然后在组件中使用. 使用了一个名为 header 的插槽,并通过 message="hello" 将一个字符串 “hello” 作为 headerProps 传递给插槽。这里的 header 阅读全文
posted @ 2024-08-21 20:45 完美前端 阅读(1) 评论(0) 推荐(0) 编辑

2024年6月10日

摘要: https://www.woshipm.com/pd/5825188.html 阅读全文
posted @ 2024-06-10 19:19 完美前端 阅读(6) 评论(0) 推荐(0) 编辑
摘要: const imgFiles = (require as any).context("./", false, /(\.png)|(\.jpg)$/) const imgUrls: any = {} imgFiles.keys().forEach((key: string) => { const id 阅读全文
posted @ 2024-06-10 19:10 完美前端 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 定义css // 字体 - 渐变加描边 @mixin fontColor($backgroundImage, $textStroke, $filterDropShadow) { -webkit-text-stroke: $textStroke; // 描边 font-weight: 700; pos 阅读全文
posted @ 2024-06-10 19:07 完美前端 阅读(34) 评论(0) 推荐(0) 编辑

2024年6月6日

摘要: https://juejin.cn/post/7011002186641932324 安装后 adb devices查看 用adb安装app adb install 然后吧文件拖入终端会得到文件地址, 开始安装 adb kill-server 中断adb adb start-server 启动adb 阅读全文
posted @ 2024-06-06 22:02 完美前端 阅读(122) 评论(0) 推荐(0) 编辑

2024年5月12日

摘要: 浏览器唤醒app https://blog.51cto.com/deng/5787563 常用 URL Schemes 收集 这里收藏了很多 https://gist.github.com/zhuziyi1989/3f96a73c45a87778b560e44cb551ebd2https://git 阅读全文
posted @ 2024-05-12 16:50 完美前端 阅读(760) 评论(0) 推荐(0) 编辑

导航