kingkont 0.7.35 → 0.7.36

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.
Files changed (2) hide show
  1. package/index.html +4 -6
  2. package/package.json +1 -1
package/index.html CHANGED
@@ -2998,12 +2998,10 @@ async function selectBoard(board) {
2998
2998
  $('addText').disabled = false; $('genText').disabled = false; $('genAudio').disabled = false; $('genImage').disabled = false; $('genVideo').disabled = false; $('genSfx').disabled = false; $('genMusic').disabled = false;
2999
2999
 
3000
3000
  $('path').textContent = `${state.filmHandle.name} / ${board.name}`;
3001
- const badge = $('boardBadge');
3002
- badge.style.display = '';
3003
- badge.textContent = board.kind === 'character' ? 'Персонаж'
3004
- : board.kind === 'location' ? 'Локация'
3005
- : 'Сцена';
3006
- badge.className = 'badge ' + board.kind;
3001
+ // Тип board (Сцена/Персонаж/Локация) убрали из верхней панели —
3002
+ // достаточно того что выделено в sidebar. Badge оставлен в DOM как
3003
+ // hidden на случай если где-то логика проверяет его наличие.
3004
+ $('boardBadge').style.display = 'none';
3007
3005
  // Имя выбранного board в шапке sidebar
3008
3006
  const boardEl = $('brandBoard');
3009
3007
  if (boardEl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kingkont",
3
- "version": "0.7.35",
3
+ "version": "0.7.36",
4
4
  "description": "KingKont \u00b7 Chatium \u2014 \u043d\u043e\u0434-\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0441\u0446\u0435\u043d \u0441 AI-\u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0435\u0439 (\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438/\u0432\u0438\u0434\u0435\u043e/\u0433\u043e\u043b\u043e\u0441/SFX/\u043c\u0443\u0437\u044b\u043a\u0430/\u0442\u0435\u043a\u0441\u0442)",
5
5
  "main": "main.js",
6
6
  "bin": {