diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 09c2657b..00000000 --- a/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM node -COPY . /root/typing-word -WORKDIR /root/typing-word -EXPOSE 3000 -RUN npm install -CMD ["npm", "start"] \ No newline at end of file diff --git a/README.md b/README.md index ee91cd0f..3227bf6f 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ 如果您对本项目感兴趣,我们非常欢迎参与到项目的贡献中,我们会尽可能地提供帮助 -在贡献前,希望您阅读 Issue #57 了解我们目前的开发计划,我们希望您能参与到"计划中"的工作亦或者 Issue 区 Label 为 "Help Wanted" 的工作,我们也非常欢迎您实现自己的想法。 +在贡献前,希望您阅读 [Issue #57](https://github.com/zyronon/TypeWords/issues/57) 了解我们目前的开发计划,我们希望您能参与到"计划中"的工作亦或者 Issue 区 Label 为 "Help Wanted" 的工作,我们也非常欢迎您实现自己的想法。 如果您确定了想要参与的工作,希望在有基本进展后提交 draft pr,我们可以在 draft pr 上进行讨论,也有利于听取其他 collaborator 的意见。 diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 20151700..00000000 --- a/docker-compose.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: "2" -services: - typeword: - image: "node:latest" - #environment: #按需配置, 主要为了科学上网解决依赖安装网络问题 - # - HTTP_PROXY=http://127.0.0.1:80 - # HTTPS_PROXY=http://127.0.0.1:80 - working_dir: /home/node/app - volumes:#将代码目录直接映射到容器,节省打包拷贝时间 - - ./:/home/node/app - expose: - - "3000" - ports: - - "3000:3000" - command: - - /bin/bash - - -c - - | - npm install - npm start diff --git a/js_node/save/Level8luan_2_T.json b/public/dicts/en/word/Level8luan_2_T.json similarity index 100% rename from js_node/save/Level8luan_2_T.json rename to public/dicts/en/word/Level8luan_2_T.json diff --git a/js_node/save/coca20000.json b/public/dicts/en/word/coca20000.json similarity index 100% rename from js_node/save/coca20000.json rename to public/dicts/en/word/coca20000.json diff --git a/src/components/ConflictNotice.vue b/src/components/ConflictNotice.vue index dc269830..2bc740c8 100644 --- a/src/components/ConflictNotice.vue +++ b/src/components/ConflictNotice.vue @@ -1,9 +1,9 @@