init: YaeBlog

This commit is contained in:
2024-01-13 14:02:23 +08:00
commit 1abc2ff933
32 changed files with 1105 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

View File

@@ -0,0 +1,6 @@
// This is a JavaScript module that is loaded on demand. It can export any number of
// functions, and may import other JavaScript modules if required.
export function showPrompt(message) {
return prompt(message, 'Type anything here');
}