commit new README

pull/16/head
skywind3000 7 years ago
parent 0cd1d0d4a6
commit 60519df02f

@ -2,7 +2,26 @@
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/skywind3000/awesome-cheatsheets) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skywind3000/awesome-cheatsheets/blob/master/LICENSE) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/skywind3000/awesome-cheatsheets) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skywind3000/awesome-cheatsheets/blob/master/LICENSE)
[![](awesome.png)](https://github.com/skywind3000/awesome-cheatsheets) <!-- [![](awesome.png)](https://github.com/skywind3000/awesome-cheatsheets) -->
```text
█████╗ ██╗ ██╗███████╗███████╗ ██████╗ ███╗ ███╗███████╗
██╔══██╗██║ ██║██╔════╝██╔════╝██╔═══██╗████╗ ████║██╔════╝
███████║██║ █╗ ██║█████╗ ███████╗██║ ██║██╔████╔██║█████╗
██╔══██║██║███╗██║██╔══╝ ╚════██║██║ ██║██║╚██╔╝██║██╔══╝
██║ ██║╚███╔███╔╝███████╗███████║╚██████╔╝██║ ╚═╝ ██║███████╗
╚═╝ ╚═╝ ╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
██████╗██╗ ██╗███████╗ █████╗ ████████╗███████╗██╗ ██╗███████╗███████╗████████╗███████╗
██╔════╝██║ ██║██╔════╝██╔══██╗╚══██╔══╝██╔════╝██║ ██║██╔════╝██╔════╝╚══██╔══╝██╔════╝
██║ ███████║█████╗ ███████║ ██║ ███████╗███████║█████╗ █████╗ ██║ ███████╗
██║ ██╔══██║██╔══╝ ██╔══██║ ██║ ╚════██║██╔══██║██╔══╝ ██╔══╝ ██║ ╚════██║
╚██████╗██║ ██║███████╗██║ ██║ ██║ ███████║██║ ██║███████╗███████╗ ██║ ███████║
╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝ ╚═╝ ╚══════╝
```
## 最好用的中文速查表Cheatsheet ## 最好用的中文速查表Cheatsheet

@ -12,3 +12,4 @@
print("Hello, World !!") -- 基本输出 print("Hello, World !!") -- 基本输出
print("Hi" .. " You !!") -- 字符串链接 print("Hi" .. " You !!") -- 字符串链接
print(type('')) -- 输出类型 print(type('')) -- 输出类型
print(_G)

Loading…
Cancel
Save