From e7eb619e94c3d5f87f72003332daf8023b64f904 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Thu, 16 Sep 2021 21:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E9=87=8D=E5=91=BD=E5=90=8D?= =?UTF-8?q?=20npm/*=20=E4=BD=BF=E7=94=A8=E6=A0=87=E5=87=86=E5=89=8D?= =?UTF-8?q?=E7=BC=80=20base|core|user?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index faec331..63f5f44 100644 --- a/index.js +++ b/index.js @@ -58,7 +58,7 @@ module.exports = { return thisPage.i18nText[thisPage.$store.state.i18n.mylang] }, - // setBarTitles 迁移到 unip.i18n 库,通过 this.$store.commit('i18n/setBarTitles') 来调用 + // setBarTitles 迁移到 user.i18n.uniapp 库,通过 this.$store.commit('i18n/setBarTitles') 来调用 // setBarTitles({ windowTitle, pageTitle } = {}) { // let page = getCurrentPages()[getCurrentPages().length - 1] // uni.setNavigationBarTitle({ title: pageTitle || page.i18nText[page.$store.state.i18n.mylang].tPageTitle }) diff --git a/package.json b/package.json index acaeecc..06acd9f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "unip.tool", + "name": "user.tool.uniapp", "version": "1.0.0", "description": "uniapp people side tools", "main": "index.js", @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://git.faronear.org/npm/unip.tool.git" + "url": "https://git.faronear.org/npm/user.tool.uniapp.git" }, "author": "", "license": "ISC"