Skip to content

Commit

Permalink
fix: update script title
Browse files Browse the repository at this point in the history
  • Loading branch information
orqfff committed Nov 17, 2019
1 parent 32d08f3 commit 9d0f14d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mzitu/mzitu.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

const current_version = "0.1";
const author = "YJluang";
const title = "mzitu";

//检测扩展更新
function scriptVersionUpdate() {
Expand All @@ -16,7 +17,7 @@ function scriptVersionUpdate() {
handler: resp => {
let box = resp.data;
$addin.save({
name: "妹子图",
name: "mzitu",
data: box,
version: resp.data.version,
author: author,
Expand Down Expand Up @@ -289,7 +290,7 @@ const template = {

$ui.render({
props: {
title: "妹子图",
title: "mzitu",
list: [],
navButtons: [
{
Expand Down

0 comments on commit 9d0f14d

Please sign in to comment.