Skip to content

xupt-wiki/xupt-mc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

邮立方 / Cube of Posts

邮立方 / Cube of Posts 是西安邮电大学校内的 Minecraft 交流团体,于2022年10月12日建立。

加入我们

QQ群:779877449

官网构建

安装

pnpm i

升级

pnpm update --save

运行

hexo clean
hexo server --draft

部署

git add .
git commit -m "update"
git push