kingBook

导航

2021年2月4日 #

Git github多帐号配置

摘要: 设现在有两个帐号: aaa、bbb 对应的邮箱地址为: [email protected][email protected] 对应的网页地址为: github.com/aaa、github.com/bbb 使用以下命令在.ssh文件夹下创建 key ssh-keygen -t ed25519 -C "[email protected]" 阅读全文

posted @ 2021-02-04 18:06 kingBook 阅读(567) 评论(0) 推荐(0)

Spine

摘要: 运行库指南: http://zh.esotericsoftware.com/spine-runtime-architecture spine-unity: http://en.esotericsoftware.com/spine-unity-download/#spine-unity 阅读全文

posted @ 2021-02-04 11:40 kingBook 阅读(251) 评论(0) 推荐(0)

VsCode TypeScritp整理Import

摘要: Shift+Alt+O 阅读全文

posted @ 2021-02-04 11:01 kingBook 阅读(142) 评论(0) 推荐(0)