@@ -14,7 +14,7 @@
<div @copy.prevent="copyText" v-html="page2"></div>
</div>
- <div v-show="showStatusBar" ref="statusBar" class="layout">
+ <div v-show="showStatusBar" ref="statusBar" class="layout" :class="{'no-events': clickControl}">
<div v-html="statusBar"></div>
<div
@@ -1353,6 +1353,9 @@ export default vueComponent(TextPage);
background-color: rgba(0,0,0,0);
}
+.no-events {
+ pointer-events: none;
+}
</style>
<style>
.note-para {
@@ -1,4 +1,17 @@
export const versionHistory = [
+{
+ version: '1.2.4',
+ releaseDate: '2024-08-27',
+ showUntil: '2024-08-26',
+ content:
+`
+<ul>
+ <li>исправление багов</li>
+</ul>
+
+},
{
version: '1.2.3',
releaseDate: '2024-08-02',
@@ -1,6 +1,6 @@
"name": "liberama",
- "version": "1.2.3",
+ "version": "1.2.4",
"author": "Book Pauk <bookpauk@gmail.com>",
"license": "CC0-1.0",
"repository": "bookpauk/liberama",