文件名称:MindgamesHack:the黑客马拉松“ MindGames”的入门解决方案
文件大小:22KB
文件格式:ZIP
更新时间:2024-04-26 12:31:25
Svelte
:scroll: GoMasters-黑客马拉松 :film_projector: 应用 该网站显示玩家的排行榜及其最近的两场比赛,并提供分步进行的选项。 数据取自 :water_pistol: 技术栈 + 由于错误的CORS KGS策略导致的请求 -Web应用程序 :rocket: 应用启动 $: npm install $: npm run build $: pip install -r requirements.txt $: python server.py
【文件预览】:
MindgamesHack-master
----rollup.config.js(2KB)
----public()
--------index.html(569B)
--------favicon.png(3KB)
--------global.css(890B)
----src()
--------main.js(115B)
--------PersonLine.svelte(1KB)
--------PersonGames.svelte(1KB)
--------Square.svelte(860B)
--------Board.svelte(3KB)
--------Table.svelte(417B)
--------App.svelte(290B)
--------api.js(1KB)
----scripts()
--------setupTypeScript.js(4KB)
----server.py(2KB)
----README.md(1KB)
----data()
--------dataGame.json(79KB)
--------dataRating.json(6KB)
--------dataPersonGames.json(423B)
----.gitignore(89B)
----package.json(862B)