Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>My test page</title> | |
| <script> | |
| function draw() | |
| { | |
| const canvas = document.getElementById("tutorial"); |
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
| (defun -apply-window-configuration (conf window) | |
| (defun -split-to-windows (conf window) | |
| (if (null conf) | |
| nil | |
| (let* ((this-split (car conf)) | |
| (new-window | |
| (cond ((eq (car this-split) 'column) | |
| (split-window-right nil window)) | |
| ((eq (car this-split) 'row) | |
| (split-window-below nil window)) |
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
| [buildPlans.iosevka-custom] | |
| family = "Iosevka Custom" | |
| spacing = "normal" | |
| serifs = "sans" | |
| no-cv-ss = true | |
| export-glyph-names = false | |
| [buildPlans.iosevka-custom.variants.design] | |
| capital-d = "more-rounded-serifless" | |
| capital-g = "toothless-corner-serifless-hooked" |
OlderNewer