AboutBaseDirectory - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

| < CSS skin specification | Base directory specification | Query parameter specification for work URL > |

Base directory specification

  • The base directory (folder) varies depending on the configuration. The main ones are listed below.
  • If you specify (..) is put in, it will be basically unified to the directory where the work html is located. If syncBackPath=false (default) is set in the background/mask motion, it cannot be used.
Chart settings/Screen effects Base directory
customJs (Directory with danoni_main.js)../js/
customCss (Directory with danoni_main.js)../css/
skinType (Directory with danoni_main.js)../skin/
settingType (Directory with danoni_main.js)../js/
背景/マスクモーション syncBachPath=false -> Directory with the work htmlsyncBachPath=true -> (Directory with danoni_main.js)../js/

具体例

Location of danoni_main.js: /work/js/Work directory: /work/danoni/

Chart settings/Screen effects Base directory When current directory (..) is specified
customJs /work/js/ /work/danoni/
customCss /work/css/ /work/danoni/
skinType /work/skin/ /work/danoni/
settingType /work/js/ /work/danoni/

Location of danoni_main.js: /work/js/Work directory: /work/danoni/2/

Chart settings/Screen effects Base directory When current directory (..) is specified
customJs /work/js/ /work/danoni/2/
customCss /work/css/ /work/danoni/2/
skinType /work/skin/ /work/danoni/2/
settingType /work/js/ /work/danoni/2/

Location of danoni_main.js: cwtickle.github.io/danoniplus/js/Work directory: /work/danoni/

  • If danoni_main.js is in cwtickle.github.io, after ver38.1.0, it will be modified according to the works directory as follows.
Chart settings/Screen effects Base directory When current directory (..) is specified
customJs /work/js/ /work/danoni/
customCss /work/css/ /work/danoni/
skinType /work/skin/ /work/danoni/
settingType /work/js/ /work/danoni/

Location of danoni_main.js: cwtickle.github.io/danoniplus/js/Work directory: /work/danoni/2/

Chart settings/Screen effects Base directory When current directory (..) is specified
customJs /work/danoni/js/ /work/danoni/2/
customCss /work/danoni/css/ /work/danoni/2/
skinType /work/danoni/skin/ /work/danoni/2/
settingType /work/danoni/js/ /work/danoni/2/

Related pages

Changelog

Version Change details
v38.1.0 - Changed to automatically modify "danoni_main.js" to match the works directory if it is in "cwtickle.github.io"

| < CSS skin specification | Base directory specification | Query parameter specification for work URL > |