
Convert 3D file to usdz format and display with AR Quick Look in iOS devices
In short, just run `xcrun usdz_converter 3D.obj 3D.usdz`
LinkSay hello to Gridsome 🎉
A new static site generator baby is born. It's highly inspired by Gatsby.js (React based) but built on top of Vue.js. We have been working on it for a year and will have a beta ready soon. You can expect this baby to grow up fast!
Link
Markdown test file
Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
LinkA post with a cover image
Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
LinkPython 学习笔记
### The difference between `del` and `.remove()`is: 1. `del` deletes a key and its value based on the _key_ you tell it to delete. 2. `.remove()` removes a key and its value based on the _value_ you tell it to delete.
Link