Loading

摘要: 微信小程序 底部状态栏,自定义组件时,会出现闪烁情况,这个没有办法结局 https://blog.csdn.net/weixin_44221219/article/details/130790315?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc 阅读全文
posted @ 2023-10-17 21:20 小小的编程员 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 使用前,需要在 微信开发者工具中的 setting.json 文件中,添加 "prettier.documentSelectors": ["/*.wxml", "/*.wxss"] 代码才可以使用 阅读全文
posted @ 2023-10-17 12:50 小小的编程员 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 文档说明: https://cloud.tencent.com/developer/article/2043395 prettier 的文件分为 三种配置方式: .prettierrc.js 常用 module.exports = { singleQuote: true, // 使用单引号代替双引号 阅读全文
posted @ 2023-10-17 12:47 小小的编程员 阅读(1463) 评论(0) 推荐(0) 编辑
摘要: git分支中, main 表示稳定版本, develop 为开发版 , dev-** 为开发具体功能的版本 所以, 开发时 一般在 dev-** 分支中, 提交到 develop 版本 开发功能步骤: git create branch and switch dev-*** 编码 git switc 阅读全文
posted @ 2023-10-17 12:42 小小的编程员 阅读(64) 评论(0) 推荐(0) 编辑