追加项目ruby

This commit is contained in:
alphaAE
2022-07-17 09:39:11 +08:00
parent a0219695ba
commit 0885dfd5bb
6 changed files with 25 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

View File

@ -12,7 +12,7 @@
<a href="http://blog.alphaae.com" target="_blank">博客</a>
</li>
<li>
<a href="http://www.alphaae.com/projects">项目</a>
<a href="http://www.alphaae.com/project">项目</a>
</li>
<li>
<a href="#">关于</a>

View File

@ -9,6 +9,8 @@
"React": "#1c79c2",
"Python": "#3c78aa",
"Scrapy": "#448f3d",
"Java": "#d9292a"
"Java": "#d9292a",
"教程向": "#3865ec",
"Unity": "#58137f"
}
}

View File

@ -1,5 +1,21 @@
{
"projects": [
{
"id": 0,
"isStar": true,
"type": "游戏",
"name": "Ruby的冒险",
"tag": ["教程向", "Unity", "2.5D"],
"description": "学习Unity开发中制作的2.5D小游戏",
"descriptionMini": "使用Unity开发的2.5D小游戏",
"img": [
"./assets/projects/RubysAdventure_1.jpg",
"./assets/projects/RubysAdventure_2.jpg"
],
"createTime": "2022.06.30",
"repository": "https://github.com/alphaAE/RubysAdventure",
"playUrl": "http://www.alphaae.com/games/RubysAdventure/"
},
{
"id": 1,
"isStar": true,
@ -55,7 +71,7 @@
},
{
"id": 3,
"isStar": true,
"isStar": false,
"type": "Mod",
"name": "文字冒险框架模组",
"tag": ["Minecraft", "ModPE", "JavaScript"],

View File

@ -1,4 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true
})
transpileDependencies: true,
// publicPath: "./",
});