追加项目ruby
This commit is contained in:
BIN
public/assets/projects/RubysAdventure_1.jpg
Normal file
BIN
public/assets/projects/RubysAdventure_1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 262 KiB |
BIN
public/assets/projects/RubysAdventure_2.jpg
Normal file
BIN
public/assets/projects/RubysAdventure_2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 253 KiB |
@ -12,7 +12,7 @@
|
|||||||
<a href="http://blog.alphaae.com" target="_blank">博客</a>
|
<a href="http://blog.alphaae.com" target="_blank">博客</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://www.alphaae.com/projects">项目</a>
|
<a href="http://www.alphaae.com/project">项目</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">关于</a>
|
<a href="#">关于</a>
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
"React": "#1c79c2",
|
"React": "#1c79c2",
|
||||||
"Python": "#3c78aa",
|
"Python": "#3c78aa",
|
||||||
"Scrapy": "#448f3d",
|
"Scrapy": "#448f3d",
|
||||||
"Java": "#d9292a"
|
"Java": "#d9292a",
|
||||||
|
"教程向": "#3865ec",
|
||||||
|
"Unity": "#58137f"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,21 @@
|
|||||||
{
|
{
|
||||||
"projects": [
|
"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,
|
"id": 1,
|
||||||
"isStar": true,
|
"isStar": true,
|
||||||
@ -55,7 +71,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"isStar": true,
|
"isStar": false,
|
||||||
"type": "Mod",
|
"type": "Mod",
|
||||||
"name": "文字冒险框架模组",
|
"name": "文字冒险框架模组",
|
||||||
"tag": ["Minecraft", "ModPE", "JavaScript"],
|
"tag": ["Minecraft", "ModPE", "JavaScript"],
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
const { defineConfig } = require('@vue/cli-service')
|
const { defineConfig } = require("@vue/cli-service");
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
transpileDependencies: true
|
transpileDependencies: true,
|
||||||
})
|
// publicPath: "./",
|
||||||
|
});
|
||||||
|
Reference in New Issue
Block a user