批量重命名 npm/* 使用标准前缀 base|core|user
This commit is contained in:
parent
c8ae157906
commit
e7eb619e94
2
index.js
2
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 })
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user