kingkont 0.6.0 → 0.6.1

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 (3) hide show
  1. package/README.md +1 -0
  2. package/index.html +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -82,3 +82,4 @@ npm install
82
82
  npm start # обычный dev-запуск Electron
83
83
  npm run dist # собрать .dmg (mac) / .exe (win) / .AppImage (linux)
84
84
  ```
85
+ # kingkont
package/index.html CHANGED
@@ -928,7 +928,7 @@
928
928
  <div class="brand">
929
929
  <img src="assets/logo-square.svg" alt="" draggable="false">
930
930
  <div style="min-width:0; flex:1;">
931
- <div class="title">King Kont · Chatium</div>
931
+ <div class="title">KingKont</div>
932
932
  <div class="sub" id="brandSub">Видео-редактор</div>
933
933
  <div class="board" id="brandBoard" style="display:none;"></div>
934
934
  </div>
@@ -965,7 +965,7 @@
965
965
  <div class="welcome" id="welcome">
966
966
  <div class="welcome-inner">
967
967
  <img class="welcome-logo" src="assets/logo-square.svg" alt="" draggable="false">
968
- <h1 class="welcome-title">King Kont · Chatium</h1>
968
+ <h1 class="welcome-title">KingKont</h1>
969
969
  <div class="welcome-sub">Видео-редактор</div>
970
970
  <button id="welcomeOpen" class="welcome-open primary">Открыть проект</button>
971
971
  <div class="welcome-recent" id="welcomeRecent" style="display:none;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kingkont",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "KingKont · Chatium — нод-редактор сцен с AI-генерацией (картинки/видео/голос/SFX/музыка/текст)",
5
5
  "main": "main.js",
6
6
  "bin": {