...
 
Commits (2)
    https://gitcode.net/CDL_LuFei/1024opensource/-/commit/f28f808e6f039ac4941706ae85f2351a9aa19ca8 Initial commit 2022-11-05T19:19:50+08:00 CDLche 2249289718@qq.com https://gitcode.net/CDL_LuFei/1024opensource/-/commit/3adee14e46598b763df8f4ec7466f869a276825e Merge branch 'master' of gitcode.net:CDL_LuFei/1024opensource 2022-11-05T19:22:43+08:00 CDLche 2249289718@qq.com
{ {
"name": "GameBee", "name": "gamebee",
"version": "1.0.0", "version": "1.0.0",
"description": "A small clone of [github](https://github.com/MixJiang/GameBee)", "description": "A small clone of [github](https://github.com/MixJiang/GameBee)",
"main": "index.js", "main": "js/game.js",
"scripts": { "scripts": {
"dev": "live-server" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitcode.net:CDL_LuFei/1024opensource.git" "url": "git@gitcode.net:CDL_LuFei/1024opensource.git"
}, },
"author": "CDL_LuFei", "author": "CDL_LuFei",
<<<<<<< HEAD
"license": "MIT"
=======
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"live-server": "^1.2.2" "live-server": "^1.2.2"
} }
>>>>>>> 9e917bfa23863314b08dd03407e18a32f29896e5
} }
...@@ -5,6 +5,6 @@ apps: ...@@ -5,6 +5,6 @@ apps:
run: npm i && npm run dev # 应用的启动命 run: npm i && npm run dev # 应用的启动命
command: # 使用此命令启动服务,且不执行run command: # 使用此命令启动服务,且不执行run
root: ./ # 应用的启动目录 root: ./ # 应用的启动目录
name: 小蜜蜂 # 应用名称 name: GameBee # 应用名称
description: 网页小游戏 # 应用描述 description: 网页小游戏 # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen