maidraw 0.12.19 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/themes/chunithm/best/luminous/new/manifest.json +1 -4
- package/assets/themes/chunithm/best/luminous/recents/manifest.json +1 -4
- package/assets/themes/chunithm/best/luminousplus/new/manifest.json +1 -4
- package/assets/themes/chunithm/best/luminousplus/recents/manifest.json +1 -4
- package/assets/themes/chunithm/best/paradiselost/new/manifest.json +1 -4
- package/assets/themes/chunithm/best/paradiselost/recents/manifest.json +1 -4
- package/assets/themes/chunithm/best/verse/new/manifest.json +1 -4
- package/assets/themes/chunithm/best/verse/recents/manifest.json +1 -4
- package/assets/themes/chunithm/best/xverse/new/manifest.json +1 -4
- package/assets/themes/chunithm/best/xverse/recents/manifest.json +1 -4
- package/assets/themes/chunithm/best/xversex/new/manifest.json +1 -4
- package/assets/themes/chunithm/best/xversex/recents/manifest.json +1 -4
- package/assets/themes/chunithm/chart/verse/manifest.json +1 -4
- package/assets/themes/chunithm/chart/xverse/manifest.json +1 -4
- package/assets/themes/chunithm/chart/xversex/manifest.json +1 -4
- package/assets/themes/maimai/best50/2024/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/2024/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/2025/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/2025/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/2026/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/2026/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/buddies/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/buddies/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/buddiesplus/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/buddiesplus/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/circle/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/circle/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/circleplus/assets/background/landscape.webp +0 -0
- package/assets/themes/maimai/best50/circleplus/assets/background/portrait.webp +0 -0
- package/assets/themes/maimai/best50/circleplus/landscape/manifest.json +3 -6
- package/assets/themes/maimai/best50/circleplus/portrait/manifest.json +3 -6
- package/assets/themes/maimai/best50/finale/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/finale/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/prism/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/prism/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/prismplus/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/prismplus/portrait/manifest.json +1 -4
- package/assets/themes/maimai/best50/salt2026/landscape/manifest.json +1 -4
- package/assets/themes/maimai/best50/salt2026/portrait/manifest.json +1 -4
- package/assets/themes/maimai/chart/circle/manifest.json +1 -4
- package/assets/themes/maimai/chart/circleplus/manifest.json +3 -6
- package/assets/themes/maimai/chart/prism/manifest.json +1 -4
- package/assets/themes/maimai/chart/prismplus/manifest.json +1 -4
- package/assets/themes/ongeki/best/brightmemory/classic/manifest.json +1 -4
- package/assets/themes/ongeki/best/brightmemory/refresh/manifest.json +1 -4
- package/assets/themes/ongeki/best/refresh/classic/manifest.json +1 -4
- package/assets/themes/ongeki/best/refresh/refresh/manifest.json +1 -4
- package/assets/themes/ongeki/chart/brightMemory/manifest.json +1 -4
- package/assets/themes/ongeki/chart/refresh/manifest.json +1 -4
- package/dist/chunithm/index.d.ts +4 -0
- package/dist/chunithm/index.js +13 -0
- package/dist/chunithm/index.js.map +1 -0
- package/dist/chunithm/lib/adapter.d.ts +20 -0
- package/dist/{geki/lib/adapter/index.js → chunithm/lib/adapter.js} +1 -1
- package/dist/chunithm/lib/adapter.js.map +1 -0
- package/dist/chunithm/lib/calculateParadiseLostRating.d.ts +7 -0
- package/dist/chunithm/lib/calculateParadiseLostRating.js +48 -0
- package/dist/chunithm/lib/calculateParadiseLostRating.js.map +1 -0
- package/dist/chunithm/lib/types.d.ts +47 -0
- package/dist/chunithm/lib/types.js +44 -0
- package/dist/chunithm/lib/types.js.map +1 -0
- package/dist/chunithm/lib/version.d.ts +8 -0
- package/dist/chunithm/lib/version.js +47 -0
- package/dist/chunithm/lib/version.js.map +1 -0
- package/dist/{chu/painter/best50/index.d.ts → chunithm/painter/best.d.ts} +41 -50
- package/dist/chunithm/painter/best.js +81 -0
- package/dist/chunithm/painter/best.js.map +1 -0
- package/dist/{chu/painter/chart/index.d.ts → chunithm/painter/chart.d.ts} +45 -52
- package/dist/chunithm/painter/chart.js +95 -0
- package/dist/chunithm/painter/chart.js.map +1 -0
- package/dist/chunithm/painter/modules/chartGrid.d.ts +83 -0
- package/dist/chunithm/painter/modules/chartGrid.js +560 -0
- package/dist/chunithm/painter/modules/chartGrid.js.map +1 -0
- package/dist/chunithm/painter/modules/detailInfo.d.ts +29 -0
- package/dist/chunithm/painter/modules/detailInfo.js +117 -0
- package/dist/chunithm/painter/modules/detailInfo.js.map +1 -0
- package/dist/chunithm/painter/modules/profile.d.ts +38 -0
- package/dist/chunithm/painter/modules/profile.js +238 -0
- package/dist/chunithm/painter/modules/profile.js.map +1 -0
- package/dist/chunithm/painter/modules/scoreGrid.d.ts +86 -0
- package/dist/chunithm/painter/modules/scoreGrid.js +283 -0
- package/dist/chunithm/painter/modules/scoreGrid.js.map +1 -0
- package/dist/chunithm/painter/painter.d.ts +12 -0
- package/dist/chunithm/painter/painter.js +11 -0
- package/dist/chunithm/painter/painter.js.map +1 -0
- package/dist/{lib → common}/adapter.d.ts +5 -6
- package/dist/{lib → common}/adapter.js +13 -24
- package/dist/common/adapter.js.map +1 -0
- package/dist/{lib → common}/cache.js +11 -5
- package/dist/common/cache.js.map +1 -0
- package/dist/{lib → common}/error.d.ts +3 -3
- package/dist/{lib → common}/error.js +2 -2
- package/dist/common/error.js.map +1 -0
- package/dist/common/logger.d.ts +2 -0
- package/dist/common/logger.js +17 -0
- package/dist/common/logger.js.map +1 -0
- package/dist/common/painter/modules/hitokoto.d.ts +33 -0
- package/dist/common/painter/modules/hitokoto.js +59 -0
- package/dist/common/painter/modules/hitokoto.js.map +1 -0
- package/dist/common/painter/modules/image.d.ts +16 -0
- package/dist/common/painter/modules/image.js +98 -0
- package/dist/common/painter/modules/image.js.map +1 -0
- package/dist/common/painter/modules/text.d.ts +29 -0
- package/dist/common/painter/modules/text.js +61 -0
- package/dist/common/painter/modules/text.js.map +1 -0
- package/dist/common/painter/painter.d.ts +36 -0
- package/dist/common/painter/painter.js +66 -0
- package/dist/common/painter/painter.js.map +1 -0
- package/dist/common/painter/theme.d.ts +39 -0
- package/dist/common/painter/theme.js +100 -0
- package/dist/common/painter/theme.js.map +1 -0
- package/dist/common/types/score.d.ts +5 -0
- package/dist/{chu/lib/adapter/index.js → common/types/score.js} +1 -1
- package/dist/common/types/score.js.map +1 -0
- package/dist/common/utils/ctxWrapper.d.ts +6 -0
- package/dist/common/utils/ctxWrapper.js +60 -0
- package/dist/common/utils/ctxWrapper.js.map +1 -0
- package/dist/common/utils/getBpmRange.d.ts +1 -0
- package/dist/common/utils/getBpmRange.js +20 -0
- package/dist/common/utils/getBpmRange.js.map +1 -0
- package/dist/common/utils/halfFullWidthConvert.d.ts +2 -0
- package/dist/common/utils/halfFullWidthConvert.js +39 -0
- package/dist/common/utils/halfFullWidthConvert.js.map +1 -0
- package/dist/{lib → common}/utils/loadImage.d.ts +2 -1
- package/dist/{lib → common}/utils/loadImage.js +14 -10
- package/dist/common/utils/loadImage.js.map +1 -0
- package/dist/common/utils/misc.d.ts +18 -0
- package/dist/{lib → common}/utils/misc.js +4 -0
- package/dist/common/utils/misc.js.map +1 -0
- package/dist/common/utils/number.js.map +1 -0
- package/dist/common/utils/textDraw/drawEmojiOrGlyphs.d.ts +9 -0
- package/dist/common/utils/textDraw/drawEmojiOrGlyphs.js +17 -0
- package/dist/common/utils/textDraw/drawEmojiOrGlyphs.js.map +1 -0
- package/dist/common/utils/textDraw/drawText.d.ts +22 -0
- package/dist/common/utils/textDraw/drawText.js +99 -0
- package/dist/common/utils/textDraw/drawText.js.map +1 -0
- package/dist/common/utils/textDraw/drawVerticalText.d.ts +6 -0
- package/dist/common/utils/textDraw/drawVerticalText.js +49 -0
- package/dist/common/utils/textDraw/drawVerticalText.js.map +1 -0
- package/dist/common/utils/textDraw/utils.d.ts +5 -0
- package/dist/common/utils/textDraw/utils.js +42 -0
- package/dist/common/utils/textDraw/utils.js.map +1 -0
- package/dist/common/utils/zod.js.map +1 -0
- package/dist/exports/chunithm.d.ts +1 -0
- package/dist/exports/chunithm.js +18 -0
- package/dist/exports/chunithm.js.map +1 -0
- package/dist/exports/common.d.ts +2 -0
- package/dist/exports/common.js +21 -0
- package/dist/exports/common.js.map +1 -0
- package/dist/exports/maimai.d.ts +1 -0
- package/dist/exports/maimai.js +18 -0
- package/dist/exports/maimai.js.map +1 -0
- package/dist/exports/ongeki.d.ts +1 -0
- package/dist/exports/ongeki.js +18 -0
- package/dist/exports/ongeki.js.map +1 -0
- package/dist/maimai/index.d.ts +5 -0
- package/dist/maimai/index.js +14 -0
- package/dist/maimai/index.js.map +1 -0
- package/dist/maimai/lib/adapter.d.ts +18 -0
- package/dist/{mai/lib/adapter/index.js → maimai/lib/adapter.js} +1 -1
- package/dist/maimai/lib/adapter.js.map +1 -0
- package/dist/maimai/lib/types.d.ts +42 -0
- package/dist/maimai/lib/types.js +38 -0
- package/dist/maimai/lib/types.js.map +1 -0
- package/dist/maimai/lib/version.d.ts +7 -0
- package/dist/maimai/lib/version.js +45 -0
- package/dist/maimai/lib/version.js.map +1 -0
- package/dist/{mai/painter/best50/index.d.ts → maimai/painter/best50.d.ts} +44 -41
- package/dist/maimai/painter/best50.js +80 -0
- package/dist/maimai/painter/best50.js.map +1 -0
- package/dist/{mai/painter/chart/index.d.ts → maimai/painter/chart.d.ts} +38 -33
- package/dist/maimai/painter/chart.js +93 -0
- package/dist/maimai/painter/chart.js.map +1 -0
- package/dist/{mai/painter/level50/index.d.ts → maimai/painter/level50.d.ts} +12 -9
- package/dist/maimai/painter/level50.js +88 -0
- package/dist/maimai/painter/level50.js.map +1 -0
- package/dist/maimai/painter/modules/chartGrid.d.ts +92 -0
- package/dist/maimai/painter/modules/chartGrid.js +635 -0
- package/dist/maimai/painter/modules/chartGrid.js.map +1 -0
- package/dist/maimai/painter/modules/detailInfo.d.ts +35 -0
- package/dist/maimai/painter/modules/detailInfo.js +143 -0
- package/dist/maimai/painter/modules/detailInfo.js.map +1 -0
- package/dist/maimai/painter/modules/profile.d.ts +42 -0
- package/dist/maimai/painter/modules/profile.js +167 -0
- package/dist/maimai/painter/modules/profile.js.map +1 -0
- package/dist/maimai/painter/modules/scoreGrid.d.ts +98 -0
- package/dist/maimai/painter/modules/scoreGrid.js +316 -0
- package/dist/maimai/painter/modules/scoreGrid.js.map +1 -0
- package/dist/maimai/painter/painter.d.ts +12 -0
- package/dist/maimai/painter/painter.js +11 -0
- package/dist/maimai/painter/painter.js.map +1 -0
- package/dist/ongeki/index.d.ts +4 -0
- package/dist/ongeki/index.js +12 -0
- package/dist/ongeki/index.js.map +1 -0
- package/dist/ongeki/lib/adapter.d.ts +23 -0
- package/dist/ongeki/lib/adapter.js +3 -0
- package/dist/ongeki/lib/adapter.js.map +1 -0
- package/dist/ongeki/lib/types.d.ts +36 -0
- package/dist/ongeki/lib/types.js +31 -0
- package/dist/ongeki/lib/types.js.map +1 -0
- package/dist/ongeki/lib/util.d.ts +8 -0
- package/dist/ongeki/lib/util.js +28 -0
- package/dist/ongeki/lib/util.js.map +1 -0
- package/dist/ongeki/lib/version.d.ts +6 -0
- package/dist/ongeki/lib/version.js +39 -0
- package/dist/ongeki/lib/version.js.map +1 -0
- package/dist/{geki/painter/best50/index.d.ts → ongeki/painter/best.d.ts} +65 -74
- package/dist/ongeki/painter/best.js +137 -0
- package/dist/ongeki/painter/best.js.map +1 -0
- package/dist/{geki/painter/chart/index.d.ts → ongeki/painter/chart.d.ts} +68 -75
- package/dist/ongeki/painter/chart.js +100 -0
- package/dist/ongeki/painter/chart.js.map +1 -0
- package/dist/ongeki/painter/modules/characterInfo.d.ts +28 -0
- package/dist/ongeki/painter/modules/characterInfo.js +90 -0
- package/dist/ongeki/painter/modules/characterInfo.js.map +1 -0
- package/dist/ongeki/painter/modules/chartGrid.d.ts +83 -0
- package/dist/ongeki/painter/modules/chartGrid.js +483 -0
- package/dist/ongeki/painter/modules/chartGrid.js.map +1 -0
- package/dist/ongeki/painter/modules/detailInfo.d.ts +31 -0
- package/dist/ongeki/painter/modules/detailInfo.js +102 -0
- package/dist/ongeki/painter/modules/detailInfo.js.map +1 -0
- package/dist/ongeki/painter/modules/profile.d.ts +59 -0
- package/dist/ongeki/painter/modules/profile.js +281 -0
- package/dist/ongeki/painter/modules/profile.js.map +1 -0
- package/dist/ongeki/painter/modules/scoreGrid.d.ts +74 -0
- package/dist/ongeki/painter/modules/scoreGrid.js +337 -0
- package/dist/ongeki/painter/modules/scoreGrid.js.map +1 -0
- package/dist/ongeki/painter/painter.d.ts +12 -0
- package/dist/ongeki/painter/painter.js +11 -0
- package/dist/ongeki/painter/painter.js.map +1 -0
- package/package.json +30 -14
- package/.github/workflows/publish.yml +0 -35
- package/.vscode/settings.json +0 -16
- package/biome.json +0 -59
- package/dist/chu/index.d.ts +0 -20
- package/dist/chu/index.js +0 -48
- package/dist/chu/index.js.map +0 -1
- package/dist/chu/lib/adapter/index.d.ts +0 -26
- package/dist/chu/lib/adapter/index.js.map +0 -1
- package/dist/chu/lib/adapter/kamaiTachi/index.d.ts +0 -263
- package/dist/chu/lib/adapter/kamaiTachi/index.js +0 -747
- package/dist/chu/lib/adapter/kamaiTachi/index.js.map +0 -1
- package/dist/chu/lib/adapter/lxns/index.d.ts +0 -243
- package/dist/chu/lib/adapter/lxns/index.js +0 -295
- package/dist/chu/lib/adapter/lxns/index.js.map +0 -1
- package/dist/chu/lib/database.d.ts +0 -96
- package/dist/chu/lib/database.js +0 -122
- package/dist/chu/lib/database.js.map +0 -1
- package/dist/chu/lib/util.d.ts +0 -163
- package/dist/chu/lib/util.js +0 -323
- package/dist/chu/lib/util.js.map +0 -1
- package/dist/chu/painter/best50/index.js +0 -211
- package/dist/chu/painter/best50/index.js.map +0 -1
- package/dist/chu/painter/chart/index.js +0 -167
- package/dist/chu/painter/chart/index.js.map +0 -1
- package/dist/chu/painter/index.d.ts +0 -168
- package/dist/chu/painter/index.js +0 -1331
- package/dist/chu/painter/index.js.map +0 -1
- package/dist/chu/type.d.ts +0 -52
- package/dist/chu/type.js +0 -43
- package/dist/chu/type.js.map +0 -1
- package/dist/geki/index.d.ts +0 -22
- package/dist/geki/index.js +0 -82
- package/dist/geki/index.js.map +0 -1
- package/dist/geki/lib/adapter/index.d.ts +0 -28
- package/dist/geki/lib/adapter/index.js.map +0 -1
- package/dist/geki/lib/adapter/kamaiTachi/index.d.ts +0 -275
- package/dist/geki/lib/adapter/kamaiTachi/index.js +0 -545
- package/dist/geki/lib/adapter/kamaiTachi/index.js.map +0 -1
- package/dist/geki/lib/database.d.ts +0 -140
- package/dist/geki/lib/database.js +0 -156
- package/dist/geki/lib/database.js.map +0 -1
- package/dist/geki/lib/util.d.ts +0 -100
- package/dist/geki/lib/util.js +0 -271
- package/dist/geki/lib/util.js.map +0 -1
- package/dist/geki/painter/best50/index.js +0 -226
- package/dist/geki/painter/best50/index.js.map +0 -1
- package/dist/geki/painter/chart/index.js +0 -162
- package/dist/geki/painter/chart/index.js.map +0 -1
- package/dist/geki/painter/index.d.ts +0 -211
- package/dist/geki/painter/index.js +0 -1642
- package/dist/geki/painter/index.js.map +0 -1
- package/dist/geki/type.d.ts +0 -52
- package/dist/geki/type.js +0 -39
- package/dist/geki/type.js.map +0 -1
- package/dist/index.d.ts +0 -12
- package/dist/index.js +0 -40
- package/dist/index.js.map +0 -1
- package/dist/lib/adapter.js.map +0 -1
- package/dist/lib/cache.js.map +0 -1
- package/dist/lib/error.js.map +0 -1
- package/dist/lib/logger.d.ts +0 -4
- package/dist/lib/logger.js +0 -49
- package/dist/lib/logger.js.map +0 -1
- package/dist/lib/painter.d.ts +0 -123
- package/dist/lib/painter.js +0 -383
- package/dist/lib/painter.js.map +0 -1
- package/dist/lib/utils/halfFullWidthConvert.d.ts +0 -9
- package/dist/lib/utils/halfFullWidthConvert.js +0 -38
- package/dist/lib/utils/halfFullWidthConvert.js.map +0 -1
- package/dist/lib/utils/loadImage.js.map +0 -1
- package/dist/lib/utils/logger.d.ts +0 -2
- package/dist/lib/utils/logger.js +0 -40
- package/dist/lib/utils/logger.js.map +0 -1
- package/dist/lib/utils/misc.d.ts +0 -1
- package/dist/lib/utils/misc.js.map +0 -1
- package/dist/lib/utils/number.js.map +0 -1
- package/dist/lib/utils/textDraw.d.ts +0 -34
- package/dist/lib/utils/textDraw.js +0 -158
- package/dist/lib/utils/textDraw.js.map +0 -1
- package/dist/lib/utils/zod.js.map +0 -1
- package/dist/mai/index.d.ts +0 -30
- package/dist/mai/index.js +0 -90
- package/dist/mai/index.js.map +0 -1
- package/dist/mai/lib/adapter/divingFish/index.d.ts +0 -104
- package/dist/mai/lib/adapter/divingFish/index.js +0 -231
- package/dist/mai/lib/adapter/divingFish/index.js.map +0 -1
- package/dist/mai/lib/adapter/index.d.ts +0 -24
- package/dist/mai/lib/adapter/index.js.map +0 -1
- package/dist/mai/lib/adapter/kamaiTachi/index.d.ts +0 -422
- package/dist/mai/lib/adapter/kamaiTachi/index.js +0 -847
- package/dist/mai/lib/adapter/kamaiTachi/index.js.map +0 -1
- package/dist/mai/lib/adapter/lxns/index.d.ts +0 -270
- package/dist/mai/lib/adapter/lxns/index.js +0 -390
- package/dist/mai/lib/adapter/lxns/index.js.map +0 -1
- package/dist/mai/lib/adapter/maishift/index.d.ts +0 -70
- package/dist/mai/lib/adapter/maishift/index.js +0 -388
- package/dist/mai/lib/adapter/maishift/index.js.map +0 -1
- package/dist/mai/lib/database.d.ts +0 -129
- package/dist/mai/lib/database.js +0 -132
- package/dist/mai/lib/database.js.map +0 -1
- package/dist/mai/lib/util.d.ts +0 -135
- package/dist/mai/lib/util.js +0 -270
- package/dist/mai/lib/util.js.map +0 -1
- package/dist/mai/painter/best50/index.js +0 -221
- package/dist/mai/painter/best50/index.js.map +0 -1
- package/dist/mai/painter/chart/index.js +0 -157
- package/dist/mai/painter/chart/index.js.map +0 -1
- package/dist/mai/painter/index.d.ts +0 -202
- package/dist/mai/painter/index.js +0 -1533
- package/dist/mai/painter/index.js.map +0 -1
- package/dist/mai/painter/level50/index.js +0 -170
- package/dist/mai/painter/level50/index.js.map +0 -1
- package/dist/mai/type.d.ts +0 -118
- package/dist/mai/type.js +0 -85
- package/dist/mai/type.js.map +0 -1
- package/tsconfig.json +0 -33
- /package/dist/{lib → common}/cache.d.ts +0 -0
- /package/dist/{lib → common}/utils/number.d.ts +0 -0
- /package/dist/{lib → common}/utils/number.js +0 -0
- /package/dist/{lib → common}/utils/zod.d.ts +0 -0
- /package/dist/{lib → common}/utils/zod.js +0 -0
|
@@ -172,10 +172,7 @@
|
|
|
172
172
|
"borderColor": "#d96c64",
|
|
173
173
|
"align": "left",
|
|
174
174
|
"probability": 0.1,
|
|
175
|
-
"customLines": [
|
|
176
|
-
"../../../../../hitokoto/general.json",
|
|
177
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
178
|
-
]
|
|
175
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
179
176
|
},
|
|
180
177
|
{
|
|
181
178
|
"type": "text",
|
|
@@ -181,10 +181,7 @@
|
|
|
181
181
|
"borderColor": "#d96c64",
|
|
182
182
|
"align": "left",
|
|
183
183
|
"probability": 0.1,
|
|
184
|
-
"customLines": [
|
|
185
|
-
"../../../../../hitokoto/general.json",
|
|
186
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
187
|
-
]
|
|
184
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
188
185
|
},
|
|
189
186
|
{
|
|
190
187
|
"type": "text",
|
|
@@ -172,10 +172,7 @@
|
|
|
172
172
|
"borderColor": "#d96c64",
|
|
173
173
|
"align": "left",
|
|
174
174
|
"probability": 0.1,
|
|
175
|
-
"customLines": [
|
|
176
|
-
"../../../../../hitokoto/general.json",
|
|
177
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
178
|
-
]
|
|
175
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
179
176
|
},
|
|
180
177
|
{
|
|
181
178
|
"type": "text",
|
|
@@ -181,10 +181,7 @@
|
|
|
181
181
|
"borderColor": "#d96c64",
|
|
182
182
|
"align": "left",
|
|
183
183
|
"probability": 0.1,
|
|
184
|
-
"customLines": [
|
|
185
|
-
"../../../../../hitokoto/general.json",
|
|
186
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
187
|
-
]
|
|
184
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
188
185
|
},
|
|
189
186
|
{
|
|
190
187
|
"type": "text",
|
|
@@ -171,10 +171,7 @@
|
|
|
171
171
|
"borderColor": "#178ea1",
|
|
172
172
|
"align": "left",
|
|
173
173
|
"probability": 0.1,
|
|
174
|
-
"customLines": [
|
|
175
|
-
"../../../../../hitokoto/general.json",
|
|
176
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
177
|
-
]
|
|
174
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
178
175
|
},
|
|
179
176
|
{
|
|
180
177
|
"type": "text",
|
|
@@ -180,10 +180,7 @@
|
|
|
180
180
|
"borderColor": "#178ea1",
|
|
181
181
|
"align": "left",
|
|
182
182
|
"probability": 0.1,
|
|
183
|
-
"customLines": [
|
|
184
|
-
"../../../../../hitokoto/general.json",
|
|
185
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
186
|
-
]
|
|
183
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
187
184
|
},
|
|
188
185
|
{
|
|
189
186
|
"type": "text",
|
|
@@ -172,10 +172,7 @@
|
|
|
172
172
|
"borderColor": "#226180",
|
|
173
173
|
"align": "left",
|
|
174
174
|
"probability": 0.1,
|
|
175
|
-
"customLines": [
|
|
176
|
-
"../../../../../hitokoto/general.json",
|
|
177
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
178
|
-
]
|
|
175
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
179
176
|
},
|
|
180
177
|
{
|
|
181
178
|
"type": "text",
|
|
@@ -181,10 +181,7 @@
|
|
|
181
181
|
"borderColor": "#226180",
|
|
182
182
|
"align": "left",
|
|
183
183
|
"probability": 0.1,
|
|
184
|
-
"customLines": [
|
|
185
|
-
"../../../../../hitokoto/general.json",
|
|
186
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
187
|
-
]
|
|
184
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
188
185
|
},
|
|
189
186
|
{
|
|
190
187
|
"type": "text",
|
|
@@ -170,10 +170,7 @@
|
|
|
170
170
|
"borderColor": "#226180",
|
|
171
171
|
"align": "left",
|
|
172
172
|
"probability": 0.1,
|
|
173
|
-
"customLines": [
|
|
174
|
-
"../../../../../hitokoto/general.json",
|
|
175
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
176
|
-
]
|
|
173
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
177
174
|
},
|
|
178
175
|
{
|
|
179
176
|
"type": "text",
|
|
@@ -179,10 +179,7 @@
|
|
|
179
179
|
"borderColor": "#226180",
|
|
180
180
|
"align": "left",
|
|
181
181
|
"probability": 0.1,
|
|
182
|
-
"customLines": [
|
|
183
|
-
"../../../../../hitokoto/general.json",
|
|
184
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
185
|
-
]
|
|
182
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
186
183
|
},
|
|
187
184
|
{
|
|
188
185
|
"type": "text",
|
|
@@ -171,10 +171,7 @@
|
|
|
171
171
|
"borderColor": "#226180",
|
|
172
172
|
"align": "left",
|
|
173
173
|
"probability": 0.1,
|
|
174
|
-
"customLines": [
|
|
175
|
-
"../../../../../hitokoto/general.json",
|
|
176
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
177
|
-
]
|
|
174
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
178
175
|
},
|
|
179
176
|
{
|
|
180
177
|
"type": "text",
|
|
@@ -179,10 +179,7 @@
|
|
|
179
179
|
"borderColor": "#226180",
|
|
180
180
|
"align": "left",
|
|
181
181
|
"probability": 0.1,
|
|
182
|
-
"customLines": [
|
|
183
|
-
"../../../../../hitokoto/general.json",
|
|
184
|
-
"../../../../../hitokoto/support/chunithm.json"
|
|
185
|
-
]
|
|
182
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/chunithm.json"]
|
|
186
183
|
},
|
|
187
184
|
{
|
|
188
185
|
"type": "text",
|
|
@@ -160,10 +160,7 @@
|
|
|
160
160
|
"probability": 0.1,
|
|
161
161
|
"width": 1200,
|
|
162
162
|
"linebreak": true,
|
|
163
|
-
"customLines": [
|
|
164
|
-
"../../../../hitokoto/general.json",
|
|
165
|
-
"../../../../hitokoto/support/chunithm.json"
|
|
166
|
-
]
|
|
163
|
+
"customLines": ["../../../../hitokoto/general.json", "../../../../hitokoto/support/chunithm.json"]
|
|
167
164
|
},
|
|
168
165
|
{
|
|
169
166
|
"type": "text",
|
|
@@ -160,10 +160,7 @@
|
|
|
160
160
|
"width": 1200,
|
|
161
161
|
"linebreak": true,
|
|
162
162
|
"probability": 0.1,
|
|
163
|
-
"customLines": [
|
|
164
|
-
"../../../../hitokoto/general.json",
|
|
165
|
-
"../../../../hitokoto/support/chunithm.json"
|
|
166
|
-
]
|
|
163
|
+
"customLines": ["../../../../hitokoto/general.json", "../../../../hitokoto/support/chunithm.json"]
|
|
167
164
|
},
|
|
168
165
|
{
|
|
169
166
|
"type": "text",
|
|
@@ -160,10 +160,7 @@
|
|
|
160
160
|
"width": 1200,
|
|
161
161
|
"linebreak": true,
|
|
162
162
|
"probability": 0.1,
|
|
163
|
-
"customLines": [
|
|
164
|
-
"../../../../hitokoto/general.json",
|
|
165
|
-
"../../../../hitokoto/support/chunithm.json"
|
|
166
|
-
]
|
|
163
|
+
"customLines": ["../../../../hitokoto/general.json", "../../../../hitokoto/support/chunithm.json"]
|
|
167
164
|
},
|
|
168
165
|
{
|
|
169
166
|
"type": "text",
|
|
@@ -213,10 +213,7 @@
|
|
|
213
213
|
"borderColor": "#754F05",
|
|
214
214
|
"align": "left",
|
|
215
215
|
"probability": 0.1,
|
|
216
|
-
"customLines": [
|
|
217
|
-
"../../../../../hitokoto/general.json",
|
|
218
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
219
|
-
]
|
|
216
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
220
217
|
},
|
|
221
218
|
{
|
|
222
219
|
"type": "text",
|
|
@@ -240,10 +240,7 @@
|
|
|
240
240
|
"width": 580,
|
|
241
241
|
"linebreak": true,
|
|
242
242
|
"probability": 0.1,
|
|
243
|
-
"customLines": [
|
|
244
|
-
"../../../../../hitokoto/general.json",
|
|
245
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
246
|
-
]
|
|
243
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
247
244
|
},
|
|
248
245
|
{
|
|
249
246
|
"type": "text",
|
|
@@ -213,10 +213,7 @@
|
|
|
213
213
|
"borderColor": "#226180",
|
|
214
214
|
"align": "left",
|
|
215
215
|
"probability": 0.1,
|
|
216
|
-
"customLines": [
|
|
217
|
-
"../../../../../hitokoto/general.json",
|
|
218
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
219
|
-
]
|
|
216
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
220
217
|
},
|
|
221
218
|
{
|
|
222
219
|
"type": "text",
|
|
@@ -240,10 +240,7 @@
|
|
|
240
240
|
"width": 580,
|
|
241
241
|
"linebreak": true,
|
|
242
242
|
"probability": 0.1,
|
|
243
|
-
"customLines": [
|
|
244
|
-
"../../../../../hitokoto/general.json",
|
|
245
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
246
|
-
]
|
|
243
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
247
244
|
},
|
|
248
245
|
{
|
|
249
246
|
"type": "text",
|
|
@@ -213,10 +213,7 @@
|
|
|
213
213
|
"borderColor": "#226180",
|
|
214
214
|
"align": "left",
|
|
215
215
|
"probability": 0.1,
|
|
216
|
-
"customLines": [
|
|
217
|
-
"../../../../../hitokoto/general.json",
|
|
218
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
219
|
-
]
|
|
216
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
220
217
|
},
|
|
221
218
|
{
|
|
222
219
|
"type": "text",
|
|
@@ -240,10 +240,7 @@
|
|
|
240
240
|
"width": 580,
|
|
241
241
|
"linebreak": true,
|
|
242
242
|
"probability": 0.1,
|
|
243
|
-
"customLines": [
|
|
244
|
-
"../../../../../hitokoto/general.json",
|
|
245
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
246
|
-
]
|
|
243
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
247
244
|
},
|
|
248
245
|
{
|
|
249
246
|
"type": "text",
|
|
@@ -213,10 +213,7 @@
|
|
|
213
213
|
"borderColor": "#754F05",
|
|
214
214
|
"align": "left",
|
|
215
215
|
"probability": 0.1,
|
|
216
|
-
"customLines": [
|
|
217
|
-
"../../../../../hitokoto/general.json",
|
|
218
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
219
|
-
]
|
|
216
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
220
217
|
},
|
|
221
218
|
{
|
|
222
219
|
"type": "text",
|
|
@@ -240,10 +240,7 @@
|
|
|
240
240
|
"width": 580,
|
|
241
241
|
"linebreak": true,
|
|
242
242
|
"probability": 0.1,
|
|
243
|
-
"customLines": [
|
|
244
|
-
"../../../../../hitokoto/general.json",
|
|
245
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
246
|
-
]
|
|
243
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
247
244
|
},
|
|
248
245
|
{
|
|
249
246
|
"type": "text",
|
|
@@ -213,10 +213,7 @@
|
|
|
213
213
|
"borderColor": "#754F05",
|
|
214
214
|
"align": "left",
|
|
215
215
|
"probability": 0.1,
|
|
216
|
-
"customLines": [
|
|
217
|
-
"../../../../../hitokoto/general.json",
|
|
218
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
219
|
-
]
|
|
216
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
220
217
|
},
|
|
221
218
|
{
|
|
222
219
|
"type": "text",
|
|
@@ -240,10 +240,7 @@
|
|
|
240
240
|
"width": 580,
|
|
241
241
|
"linebreak": true,
|
|
242
242
|
"probability": 0.1,
|
|
243
|
-
"customLines": [
|
|
244
|
-
"../../../../../hitokoto/general.json",
|
|
245
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
246
|
-
]
|
|
243
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
247
244
|
},
|
|
248
245
|
{
|
|
249
246
|
"type": "text",
|
|
@@ -210,10 +210,7 @@
|
|
|
210
210
|
"borderColor": "#ff1a82",
|
|
211
211
|
"align": "left",
|
|
212
212
|
"probability": 0.1,
|
|
213
|
-
"customLines": [
|
|
214
|
-
"../../../../../hitokoto/general.json",
|
|
215
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
216
|
-
]
|
|
213
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
217
214
|
},
|
|
218
215
|
{
|
|
219
216
|
"type": "text",
|
|
@@ -237,10 +237,7 @@
|
|
|
237
237
|
"width": 580,
|
|
238
238
|
"linebreak": true,
|
|
239
239
|
"probability": 0.1,
|
|
240
|
-
"customLines": [
|
|
241
|
-
"../../../../../hitokoto/general.json",
|
|
242
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
243
|
-
]
|
|
240
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
244
241
|
},
|
|
245
242
|
{
|
|
246
243
|
"type": "text",
|
|
Binary file
|
|
Binary file
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"x": 1280,
|
|
10
10
|
"y": 720,
|
|
11
11
|
"anchor": "cm",
|
|
12
|
-
"width":
|
|
13
|
-
"height":
|
|
12
|
+
"width": 2560,
|
|
13
|
+
"height": 1440,
|
|
14
14
|
"path": "../assets/background/landscape.webp"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
@@ -211,10 +211,7 @@
|
|
|
211
211
|
"borderColor": "#ff1a82",
|
|
212
212
|
"align": "left",
|
|
213
213
|
"probability": 0.1,
|
|
214
|
-
"customLines": [
|
|
215
|
-
"../../../../../hitokoto/general.json",
|
|
216
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
217
|
-
]
|
|
214
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
218
215
|
},
|
|
219
216
|
{
|
|
220
217
|
"type": "text",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"x": 780,
|
|
10
10
|
"y": 1157,
|
|
11
11
|
"anchor": "cm",
|
|
12
|
-
"width":
|
|
13
|
-
"height":
|
|
12
|
+
"width": 1560,
|
|
13
|
+
"height": 2315,
|
|
14
14
|
"path": "../assets/background/portrait.webp"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
@@ -238,10 +238,7 @@
|
|
|
238
238
|
"width": 580,
|
|
239
239
|
"linebreak": true,
|
|
240
240
|
"probability": 0.1,
|
|
241
|
-
"customLines": [
|
|
242
|
-
"../../../../../hitokoto/general.json",
|
|
243
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
244
|
-
]
|
|
241
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
245
242
|
},
|
|
246
243
|
{
|
|
247
244
|
"type": "text",
|
|
@@ -197,10 +197,7 @@
|
|
|
197
197
|
"borderColor": "#242B4A",
|
|
198
198
|
"align": "left",
|
|
199
199
|
"probability": 0.1,
|
|
200
|
-
"customLines": [
|
|
201
|
-
"../../../../../hitokoto/general.json",
|
|
202
|
-
"../../../../../hitokoto/support/maimai.json"
|
|
203
|
-
]
|
|
200
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimai.json"]
|
|
204
201
|
},
|
|
205
202
|
{
|
|
206
203
|
"type": "text",
|
|
@@ -224,10 +224,7 @@
|
|
|
224
224
|
"width": 580,
|
|
225
225
|
"linebreak": true,
|
|
226
226
|
"probability": 0.1,
|
|
227
|
-
"customLines": [
|
|
228
|
-
"../../../../../hitokoto/general.json",
|
|
229
|
-
"../../../../../hitokoto/support/maimai.json"
|
|
230
|
-
]
|
|
227
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimai.json"]
|
|
231
228
|
},
|
|
232
229
|
{
|
|
233
230
|
"type": "text",
|
|
@@ -213,10 +213,7 @@
|
|
|
213
213
|
"borderColor": "#226180",
|
|
214
214
|
"align": "left",
|
|
215
215
|
"probability": 0.1,
|
|
216
|
-
"customLines": [
|
|
217
|
-
"../../../../../hitokoto/general.json",
|
|
218
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
219
|
-
]
|
|
216
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
220
217
|
},
|
|
221
218
|
{
|
|
222
219
|
"type": "text",
|
|
@@ -240,10 +240,7 @@
|
|
|
240
240
|
"width": 580,
|
|
241
241
|
"linebreak": true,
|
|
242
242
|
"probability": 0.1,
|
|
243
|
-
"customLines": [
|
|
244
|
-
"../../../../../hitokoto/general.json",
|
|
245
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
246
|
-
]
|
|
243
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
247
244
|
},
|
|
248
245
|
{
|
|
249
246
|
"type": "text",
|
|
@@ -213,10 +213,7 @@
|
|
|
213
213
|
"borderColor": "#226180",
|
|
214
214
|
"align": "left",
|
|
215
215
|
"probability": 0.1,
|
|
216
|
-
"customLines": [
|
|
217
|
-
"../../../../../hitokoto/general.json",
|
|
218
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
219
|
-
]
|
|
216
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
220
217
|
},
|
|
221
218
|
{
|
|
222
219
|
"type": "text",
|
|
@@ -240,10 +240,7 @@
|
|
|
240
240
|
"width": 580,
|
|
241
241
|
"linebreak": true,
|
|
242
242
|
"probability": 0.1,
|
|
243
|
-
"customLines": [
|
|
244
|
-
"../../../../../hitokoto/general.json",
|
|
245
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
246
|
-
]
|
|
243
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
247
244
|
},
|
|
248
245
|
{
|
|
249
246
|
"type": "text",
|
|
@@ -203,10 +203,7 @@
|
|
|
203
203
|
"borderColor": "#226180",
|
|
204
204
|
"align": "left",
|
|
205
205
|
"probability": 0.1,
|
|
206
|
-
"customLines": [
|
|
207
|
-
"../../../../../hitokoto/general.json",
|
|
208
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
209
|
-
]
|
|
206
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
210
207
|
},
|
|
211
208
|
{
|
|
212
209
|
"type": "text",
|
|
@@ -230,10 +230,7 @@
|
|
|
230
230
|
"width": 580,
|
|
231
231
|
"linebreak": true,
|
|
232
232
|
"probability": 0.1,
|
|
233
|
-
"customLines": [
|
|
234
|
-
"../../../../../hitokoto/general.json",
|
|
235
|
-
"../../../../../hitokoto/support/maimaidx.json"
|
|
236
|
-
]
|
|
233
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/maimaidx.json"]
|
|
237
234
|
},
|
|
238
235
|
{
|
|
239
236
|
"type": "text",
|
|
@@ -181,10 +181,7 @@
|
|
|
181
181
|
"borderColor": "#ff1a82",
|
|
182
182
|
"align": "left",
|
|
183
183
|
"probability": 0.1,
|
|
184
|
-
"customLines": [
|
|
185
|
-
"../../../../hitokoto/general.json",
|
|
186
|
-
"../../../../hitokoto/support/maimaidx.json"
|
|
187
|
-
]
|
|
184
|
+
"customLines": ["../../../../hitokoto/general.json", "../../../../hitokoto/support/maimaidx.json"]
|
|
188
185
|
},
|
|
189
186
|
{
|
|
190
187
|
"type": "text",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"type": "image",
|
|
9
9
|
"x": 1280,
|
|
10
10
|
"y": 720,
|
|
11
|
-
"width":
|
|
12
|
-
"height":
|
|
11
|
+
"width": 2560,
|
|
12
|
+
"height": 1440,
|
|
13
13
|
"anchor": "mm",
|
|
14
14
|
"path": "../../best50/circleplus/assets/background/landscape.webp"
|
|
15
15
|
},
|
|
@@ -182,10 +182,7 @@
|
|
|
182
182
|
"borderColor": "#ff1a82",
|
|
183
183
|
"align": "left",
|
|
184
184
|
"probability": 0.1,
|
|
185
|
-
"customLines": [
|
|
186
|
-
"../../../../hitokoto/general.json",
|
|
187
|
-
"../../../../hitokoto/support/maimaidx.json"
|
|
188
|
-
]
|
|
185
|
+
"customLines": ["../../../../hitokoto/general.json", "../../../../hitokoto/support/maimaidx.json"]
|
|
189
186
|
},
|
|
190
187
|
{
|
|
191
188
|
"type": "text",
|
|
@@ -181,10 +181,7 @@
|
|
|
181
181
|
"borderColor": "#226180",
|
|
182
182
|
"align": "left",
|
|
183
183
|
"probability": 0.1,
|
|
184
|
-
"customLines": [
|
|
185
|
-
"../../../../hitokoto/general.json",
|
|
186
|
-
"../../../../hitokoto/support/maimaidx.json"
|
|
187
|
-
]
|
|
184
|
+
"customLines": ["../../../../hitokoto/general.json", "../../../../hitokoto/support/maimaidx.json"]
|
|
188
185
|
},
|
|
189
186
|
{
|
|
190
187
|
"type": "text",
|
|
@@ -181,10 +181,7 @@
|
|
|
181
181
|
"borderColor": "#226180",
|
|
182
182
|
"align": "left",
|
|
183
183
|
"probability": 0.1,
|
|
184
|
-
"customLines": [
|
|
185
|
-
"../../../../hitokoto/general.json",
|
|
186
|
-
"../../../../hitokoto/support/maimaidx.json"
|
|
187
|
-
]
|
|
184
|
+
"customLines": ["../../../../hitokoto/general.json", "../../../../hitokoto/support/maimaidx.json"]
|
|
188
185
|
},
|
|
189
186
|
{
|
|
190
187
|
"type": "text",
|
|
@@ -268,10 +268,7 @@
|
|
|
268
268
|
"borderColor": "#b89f82",
|
|
269
269
|
"align": "left",
|
|
270
270
|
"probability": 0.1,
|
|
271
|
-
"customLines": [
|
|
272
|
-
"../../../../../hitokoto/general.json",
|
|
273
|
-
"../../../../../hitokoto/support/ongeki.json"
|
|
274
|
-
]
|
|
271
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/ongeki.json"]
|
|
275
272
|
},
|
|
276
273
|
{
|
|
277
274
|
"type": "profile",
|
|
@@ -202,10 +202,7 @@
|
|
|
202
202
|
"borderColor": "#b89f82",
|
|
203
203
|
"align": "left",
|
|
204
204
|
"probability": 0.1,
|
|
205
|
-
"customLines": [
|
|
206
|
-
"../../../../../hitokoto/general.json",
|
|
207
|
-
"../../../../../hitokoto/support/ongeki.json"
|
|
208
|
-
]
|
|
205
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/ongeki.json"]
|
|
209
206
|
},
|
|
210
207
|
{
|
|
211
208
|
"type": "image",
|
|
@@ -268,10 +268,7 @@
|
|
|
268
268
|
"borderColor": "#547318",
|
|
269
269
|
"align": "left",
|
|
270
270
|
"probability": 0.1,
|
|
271
|
-
"customLines": [
|
|
272
|
-
"../../../../../hitokoto/general.json",
|
|
273
|
-
"../../../../../hitokoto/support/ongeki.json"
|
|
274
|
-
]
|
|
271
|
+
"customLines": ["../../../../../hitokoto/general.json", "../../../../../hitokoto/support/ongeki.json"]
|
|
275
272
|
},
|
|
276
273
|
{
|
|
277
274
|
"type": "profile",
|