feat: marked parse

This commit is contained in:
Innei
2021-09-13 13:39:13 +08:00
parent a1e1682852
commit b1785c2c8f
15 changed files with 747 additions and 936 deletions

9
scripts/assets-push.sh Normal file
View File

@@ -0,0 +1,9 @@
cd assets
git init
git add .
git commit -m 'update assets'
git remote add origin git@github.com:mx-space/assets.git
git branch -M master
git push -u origin master -f
rm -rf .git