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.
- package/README.md +1 -0
- package/index.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
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">
|
|
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">
|
|
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;">
|