rename fiv to vic.imo

This commit is contained in:
luk.lu
2019-09-27 07:17:01 +08:00
parent ecbfd03599
commit 1f9a622346
6 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ const config: IConfig = {
webpackChunkName: true, webpackChunkName: true,
loadingComponent: './components/PageLoading/index', loadingComponent: './components/PageLoading/index',
}, },
title: 'fiv', title: 'vic.imo',
dll: true, dll: true,
locale: { locale: {
enable: true, enable: true,

View File

@@ -103,7 +103,7 @@
"signature" : "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==", /*使*/ "signature" : "Sk9JTiBVUyBtYWlsdG86aHIyMDEzQGRjbG91ZC5pbw==", /*使*/
"distribute" : { "distribute" : {
"apple" : { "apple" : {
"appid" : "org.faronear.fiv", /*iOSappidio.dcloud.HelloH5*/ "appid" : "org.faronear.vic.imo", /*iOSappidio.dcloud.HelloH5*/
"mobileprovision" : "", /*iOS*/ "mobileprovision" : "", /*iOS*/
"password" : "", /*iOS*/ "password" : "", /*iOS*/
"p12" : "", /*iOS*/ "p12" : "", /*iOS*/
@@ -111,10 +111,10 @@
"frameworks" : [] /*Native.jsObjective-c APIFrameWorkGameCenter"GameKit.framework"*/ "frameworks" : [] /*Native.jsObjective-c APIFrameWorkGameCenter"GameKit.framework"*/
}, },
"google" : { "google" : {
"packagename" : "org.tacever.fiv", /*Androidio.dcloud.HelloH5*/ "packagename" : "org.tacever.vic.imo", /*Androidio.dcloud.HelloH5*/
"keystore" : "unpackage/key/fiv.keystore", /*Android使*/ "keystore" : "unpackage/key/vic.imo.keystore", /*Android使*/
"password" : "fiv2019lwhx", /*Android使*/ "password" : "vic.imo@2019", /*Android使*/
"aliasname" : "fiv", /*Android使*/ "aliasname" : "vic.imo", /*Android使*/
"permissions" : [ "permissions" : [
"<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",

View File

@@ -1,11 +1,11 @@
{ {
"private": true, "private": true,
"name": "fiv", "name": "vic.imo",
"scripts": { "scripts": {
"start": "umi dev", "start": "umi dev",
"build": "umi build", "build": "umi build",
"dist": "npm run build", "dist": "npm run build",
"deploy": "node ./node_modules/deployer/deploy.js --type git --repo 'https://github.com/fivhome/webapp' --local 'dist'", "deploy": "node ./node_modules/deployer/deploy.js --type git --repo 'https://github.com/vichome/webapp' --local 'dist'",
"pub": "node scripts/pub.js", "pub": "node scripts/pub.js",
"all": "npm run build && npm run pub", "all": "npm run build && npm run pub",
"test": "umi test", "test": "umi test",

View File

@@ -16,7 +16,7 @@ const swigHelpers = {
}; };
const args = { const args = {
repo: 'git@github.com:fivhome/webapp', repo: 'git@github.com:vichome/webapp',
name: 'Limo Saplf', name: 'Limo Saplf',
email: 'limosaplf@gmail.com', email: 'limosaplf@gmail.com',
}; };

View File

@@ -7,11 +7,11 @@ export default {
'/home/market', '/home/market',
'/home/profile', '/home/profile',
], ],
baseURL: 'https://server.fiv.tacever.org/v1', baseURL: 'https://server.vic.yuanjin.net/v1',
// baseURL: 'http://yapi.faronear.org/mock/20/v1', // baseURL: 'http://yapi.faronear.org/mock/20/v1',
linkAndroid: 'https://fiv.yuanjin.net/app/fiv.apk', linkAndroid: 'https://vic.yuanjin.net/app/vic.imo.apk',
linkIOS: 'https://fiv.yuanjin.net/webapp', linkIOS: 'https://vic.yuanjin.net/webapp',
linkWeb: 'https://fiv.yuanjin.net/webapp', linkWeb: 'https://vic.yuanjin.net/webapp',
linkTelegram: 'https://t.me/fivhome', linkTelegram: 'https://t.me/vichome',
linkEmail: 'team-fiv@outlook.com', linkEmail: 'team-vic@outlook.com',
}; };

View File

@@ -14,5 +14,5 @@ export function generateInviteHref(invite: string): string {
if (isLocalhost) { if (isLocalhost) {
return `${window.location.origin}${postfix}` return `${window.location.origin}${postfix}`
} }
return `https://fiv.yuanjin.net/webapp/#${postfix}`; return `https://vic.yuanjin.net/webapp/#${postfix}`;
} }