-
-
Save mkpoli/c421e68a1acdb6beb0e2c42d2966d436 to your computer and use it in GitHub Desktop.
A blue screen made by typst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import "@preview/cades:0.3.0": qr-code | |
| #set text(font: "Yu Gothic UI") | |
| #set page(width: 260pt, height: 170pt, fill: rgb("#397eff"), margin: 25pt) | |
| #place(text(size: 40pt, ":(", fill: white), dx: 0pt, dy: 0pt) | |
| #place( | |
| text( | |
| size: 5pt, | |
| "問題が発生したため、PCを再起動する必要があります。", | |
| fill: white, | |
| ), | |
| dx: 0pt, | |
| dy: 45pt, | |
| ) | |
| #place( | |
| text(size: 5pt, "エラー情報を収集しています。再起動できます。", fill: white), | |
| dx: 0pt, | |
| dy: 55pt, | |
| ) | |
| #place(text(size: 7pt, "99% 完了", fill: white), dx: 0pt, dy: 67pt) | |
| #place( | |
| box( | |
| fill: white, | |
| inset: 1pt, | |
| qr-code( | |
| "https://github.com/typst/typst/issues", | |
| error-correction: "Q", | |
| height: 17pt, | |
| width: 17pt, | |
| color: rgb(74, 122, 212), | |
| ), | |
| ), | |
| dx: 0pt, | |
| dy: 80pt, | |
| ) | |
| #place( | |
| text( | |
| size: 3.7pt, | |
| "この問題と可能な解決方法の詳細については、 https://github.com/typst/typst/issues を参照してください。", | |
| fill: white, | |
| ), | |
| dx: 22pt, | |
| dy: 80pt, | |
| ) | |
| #place( | |
| text(size: 3.7pt, "サポート担当者に連絡する場合は、この情報を伝えて下さい:", fill: white), | |
| dx: 22pt, | |
| dy: 88pt, | |
| ) | |
| #place( | |
| text(size: 3.7pt, "停止コード: THIS_IS_TYPST_NOT_AN_EXCEPTION", fill: white), | |
| dx: 22pt, | |
| dy: 94pt, | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment