Skip to content

Commit

Permalink
docs: add download link and strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Sep 5, 2024
1 parent 262512d commit 758b424
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/src/guide/demo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
# Demo

## Links

<!-- markdownlint-disable-next-line -->
<a href="/demo.html" target="_blank">Misakura ~ Demo</a>

1. The webpage maybe not work in some browsers, please use Chrome or Firefox.
2. The webpage maybe stuck in some cases or exists some bugs and problems.

Application download:

- [All versions](http://39.105.169.71:5244/AvgJS%7CMisakura)
- [Android v0.1.2](http://39.105.169.71:5244/d/AvgJS%7CMisakura/Misakura~Demo_0.1.2.apk?sign=2msSaoN9n6Q27-2ssv3RMRfJeUenPQRxZG9zTn-64Vs=:0)
- [Windows v0.1.2](http://39.105.169.71:5244/d/AvgJS%7CMisakura/Misakura~Demo%20v0.1.2.exe?sign=KyDdFkaLRTiySxb47vwOwZ0vm2_A5XxS2W8VKaiwBTU=:0)

## Strategy

If you can't approved good end, you can follow the strategy below (Not mentioned options will don't influence the result):

### Bad End

1. 「那你话是不是有点多了?」
2. 「因为 SolidJS 使用 WebAssembly 开发」 / 「因为 SolidJS 用 RUST 写的」
3. 「Tauri 使用 Node.js 和 Chromium 开发」
4. 「变量需要在声明时指定类型并且之后无法改变类型」 / 「变量需要在声明时指定类型并且之后无法改制值」

### Good End

1. 「我好像想起什么了」
2. 「因为这些框架都是基于虚拟 DOM」
3. 「Tauri 使用 Rust 开发」 / 「Tauri 没有内置笨重的 Chromium 内核」
4. 「变量无需在声明时指定类型并且之后无法改变类型」

### True End

0. Approved above all ends.
1. In `Start` page you can see the `Final` button.
2. Click it.

0 comments on commit 758b424

Please sign in to comment.