摘要: 记录一些经常使用的git命令: 查看版本号: git version 查看用户名、邮箱: git config user.name “” git config user.email “” 配置用户名、邮箱: git config —global user.name “name” git config 阅读全文
posted @ 2021-12-17 17:55 骑码行天下 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1.下载依赖 npm install react-i18next i18next i18next-browser-languagedetector -S 2.新建文件,配置文件 新建index.js文件 import Taro from '@tarojs/taro'; import Language 阅读全文
posted @ 2021-12-17 17:45 骑码行天下 阅读(762) 评论(1) 推荐(0) 编辑