v1.4.0 reslease
This commit is contained in:
@@ -606,6 +606,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
delete_all_except_macros: async function () {
|
delete_all_except_macros: async function () {
|
||||||
|
this.update_config();
|
||||||
const macrosList = this.state.macros_list.map(item => item.file_name).toString();
|
const macrosList = this.state.macros_list.map(item => item.file_name).toString();
|
||||||
api.delete(`file/EgZjaHJvbWUqCggBEAAYsQMYgAQyBggAEEUYOTIKCAE${macrosList}`);
|
api.delete(`file/EgZjaHJvbWUqCggBEAAYsQMYgAQyBggAEEUYOTIKCAE${macrosList}`);
|
||||||
this.config.non_macros_list = [];
|
this.config.non_macros_list = [];
|
||||||
|
|||||||
@@ -340,6 +340,7 @@ module.exports = {
|
|||||||
this.edited = false;
|
this.edited = false;
|
||||||
},
|
},
|
||||||
delete_all_macros: async function () {
|
delete_all_macros: async function () {
|
||||||
|
this.update_config();
|
||||||
this.config.macros = [
|
this.config.macros = [
|
||||||
{
|
{
|
||||||
name: "Macro 1",
|
name: "Macro 1",
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ html(lang="en")
|
|||||||
.brand
|
.brand
|
||||||
img(src="/images/onefinity_logo.png")
|
img(src="/images/onefinity_logo.png")
|
||||||
.version
|
.version
|
||||||
div Version: v{{config.full_version}} Alpha 6
|
div Version: v{{config.full_version}}
|
||||||
div IP Address: {{config.ip}}
|
div IP Address: {{config.ip}}
|
||||||
div WiFi: {{config.wifiName}}
|
div WiFi: {{config.wifiName}}
|
||||||
a.upgrade-link(v-if="show_upgrade()", href="#admin-general")
|
a.upgrade-link(v-if="show_upgrade()", href="#admin-general")
|
||||||
|
|||||||
Reference in New Issue
Block a user