批量重命名 npm/* 使用标准前缀 base|core|user

This commit is contained in:
陆柯 2021-09-16 21:53:46 +08:00
parent c8ae157906
commit e7eb619e94
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ module.exports = {
return thisPage.i18nText[thisPage.$store.state.i18n.mylang] 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 } = {}) { // setBarTitles({ windowTitle, pageTitle } = {}) {
// let page = getCurrentPages()[getCurrentPages().length - 1] // let page = getCurrentPages()[getCurrentPages().length - 1]
// uni.setNavigationBarTitle({ title: pageTitle || page.i18nText[page.$store.state.i18n.mylang].tPageTitle }) // uni.setNavigationBarTitle({ title: pageTitle || page.i18nText[page.$store.state.i18n.mylang].tPageTitle })

View File

@ -1,5 +1,5 @@
{ {
"name": "unip.tool", "name": "user.tool.uniapp",
"version": "1.0.0", "version": "1.0.0",
"description": "uniapp people side tools", "description": "uniapp people side tools",
"main": "index.js", "main": "index.js",
@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.faronear.org/npm/unip.tool.git" "url": "https://git.faronear.org/npm/user.tool.uniapp.git"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"