fix cli install

This commit is contained in:
joyqi
2021-08-18 00:41:48 +08:00
parent e157b47336
commit 3ad7b06c6f
4 changed files with 72 additions and 37 deletions
+4
View File
@@ -5,6 +5,10 @@ details summary { cursor: pointer; }
@keyframes fadein { from { opacity: 0; }
to { opacity: 1; } }
.fresh .keep-word { display: none; }
.keep .fresh-word { display: none; }
form > .message { display: none; }
.message.fade { display: block; animation: fadein .5s linear; }