diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-02-24 18:01:46 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-02-24 18:01:46 +0800 |
| commit | 61bb3f1c6682dcaa05c67b60d3fd0d50e44e0761 (patch) | |
| tree | a52bc64c86ee3bc732740869ebd73083885329fc /README.md | |
| parent | 8f3462669e8d536c841d3ce07bfed5432cb379bc (diff) | |
| download | yuescript-61bb3f1c6682dcaa05c67b60d3fd0d50e44e0761.tar.gz yuescript-61bb3f1c6682dcaa05c67b60d3fd0d50e44e0761.tar.bz2 yuescript-61bb3f1c6682dcaa05c67b60d3fd0d50e44e0761.zip | |
Fixed issue #246.v0.33.5
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 25 insertions, 3 deletions
| @@ -1,6 +1,30 @@ | |||
| 1 | # YueScript | 1 | # YueScript |
| 2 | 2 | ||
| 3 | <img src="doc/docs/.vitepress/public/image/yuescript.png" width="300" height="300" alt="YueScript logo"/> | 3 | <table align="center"> |
| 4 | <tr> | ||
| 5 | <td align="center" valign="middle" width="150" height="150"> | ||
| 6 | <img src="doc/docs/.vitepress/public/image/yuescript.png" alt="YueScript logo"/><br/> | ||
| 7 | </td> | ||
| 8 | <td valign="middle"> | ||
| 9 | <strong>A Language Compiles to Lua</strong><br/> | ||
| 10 | <sub>Dynamic, expressive, and concise syntax for Lua development.</sub><br/> | ||
| 11 | <sub> | ||
| 12 | <a href="https://yuescript.org/doc">Docs</a> · | ||
| 13 | <a href="https://yuescript.org/try">Try Online</a> · | ||
| 14 | <a href="https://discord.gg/cRJ2VAm2NV">Discord</a> | ||
| 15 | </sub> | ||
| 16 | </td> | ||
| 17 | </tr> | ||
| 18 | </table> | ||
| 19 | |||
| 20 | <p align="center"> | ||
| 21 | <img src="doc/docs/.vitepress/public/image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png" width="360" alt="Xiaoyu, the YueScript mascot"/> | ||
| 22 | </p> | ||
| 23 | |||
| 24 | |||
| 25 | <p align="center"> | ||
| 26 | <sub><b>Xiaoyu (小玉)</b> · Official YueScript Mascot</sub> | ||
| 27 | </p> | ||
| 4 | 28 | ||
| 5 | [](https://ippclub.org) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/ubuntu.yml) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/windows.yml) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/macos.yml) [](https://discord.gg/cRJ2VAm2NV) | 29 | [](https://ippclub.org) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/ubuntu.yml) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/windows.yml) [](https://github.com/pigpigyyy/Yuescript/actions/workflows/macos.yml) [](https://discord.gg/cRJ2VAm2NV) |
| 6 | 30 | ||
| @@ -146,8 +170,6 @@ Options: | |||
| 146 | 170 | ||
| 147 | ## Mascot (Xiaoyu / 小玉) | 171 | ## Mascot (Xiaoyu / 小玉) |
| 148 | 172 | ||
| 149 | <img src="doc/docs/.vitepress/public/image/mascot/electrichearts_20260211A_yuescript_xiaoyu.png" width="420" alt="Xiaoyu, the YueScript mascot"/> | ||
| 150 | |||
| 151 | Xiaoyu (小玉) is YueScript's official mascot, a cyber rabbit often seen perched on a crescent moon and coding on a laptop. | 173 | Xiaoyu (小玉) is YueScript's official mascot, a cyber rabbit often seen perched on a crescent moon and coding on a laptop. |
| 152 | 174 | ||
| 153 | - English page: [here](https://yuescript.org/doc/extras/mascot.html) | 175 | - English page: [here](https://yuescript.org/doc/extras/mascot.html) |
