Code Monkey home page Code Monkey logo

blddb's Introduction

blddb's People

Contributors

actions-user avatar chanyon avatar jven9 avatar nbwzx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blddb's Issues

Custom alg list is picking only nightmare set

I noticed that when creating custom algs list I can pick only ones from nightmare set(edgeAlgToInfo.json, cornerAlgToInfo.json). I think it should use (edge|corner)AlgToInfoManmade.json. Or at least something in between, like joined set of two of them.
image

Japanese titles of coner.html and edge.html

In the Japanese version of coner.html, the title is "3-Styleエッジ". However, the correct title is "3-Styleコーナー".

Similarly, in the Japanese version of edge.html, the title is "3-Styleコーナー," but the correct title is "3-Styleエッジ".

Perhaps the following part of assets/js/language.js is incorrect:

"ja": {
    "title": "3BLD手順データベース",
    "description": "BLDDBのオンラインウェブサイト。",
  * "corner": "3-Styleエッジ",
    "twists": "コーナーツイスト",
  * "edge": "3-Styleコーナー",

Correct:

    "corner": "3-Styleコーナー",
    "edge": "3-Styleエッジ",

加载某些页面时会非常慢

example: 1.https://blddb.net/edge.html,2.https://blddb.net/5style.html, 看了网络请求后,发现在下载一个比较大的JSON文件

image

建议在选择位置类时,再去请求相应的json文件(把超大JSON文件分割)。或者使用纯后端查询数据库后,在返回查询的数据。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.