mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
4.1 Beta 2 [ci-build]
This commit is contained in:
parent
73896ad480
commit
df418b89eb
@ -25,7 +25,7 @@
|
||||
<script>
|
||||
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
|
||||
const isApp = typeof require !== 'undefined';
|
||||
const appVersion = '4.1.0-beta.1';
|
||||
const appVersion = '4.1.0-beta.2';
|
||||
|
||||
|
||||
if (localStorage.getItem('theme')) {
|
||||
|
File diff suppressed because one or more lines are too long
@ -820,7 +820,7 @@
|
||||
"action.change_keyframe_file": "Выбрать",
|
||||
"action.change_keyframe_file.desc": "Выбрать аудиофайл для предварительного просмотра звукового эффекта",
|
||||
"action.clear_timeline": "Очистить шкалу времени",
|
||||
"action.clear_timeline.desc": "Удалить все невыбранные <...> из временной шкалы",
|
||||
"action.clear_timeline.desc": "Удалить все дорожки анимации из временной шкалы",
|
||||
"action.select_effect_animator": "Эффекты анимации",
|
||||
"action.select_effect_animator.desc": "Открыть временную шкалу для добавления звуковых эффектов и частиц",
|
||||
"action.timeline_focus": "Канал",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Blockbench",
|
||||
"description": "Low-poly modeling and animation software",
|
||||
"version": "4.1.0-beta.1",
|
||||
"version": "4.1.0-beta.2",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": {
|
||||
"name": "JannisX11",
|
||||
|
@ -1,4 +1,11 @@
|
||||
const workbox = require('workbox-build');
|
||||
const fs = require('fs');
|
||||
|
||||
let bundle_file = fs.readFileSync('./js/webpack/bundle.js', 'utf-8');
|
||||
if (bundle_file.match(/</)) {
|
||||
console.error('\x1b[31m', 'Invalid symbol detected in bundle');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
workbox.generateSW({
|
||||
cacheId: 'blockbench',
|
||||
|
File diff suppressed because one or more lines are too long
1
workbox-14ff3674.js
Normal file
1
workbox-14ff3674.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user