rename vic-app to vic-user
This commit is contained in:
@@ -5,10 +5,10 @@ module.exports={
|
|||||||
|
|
||||||
production: {
|
production: {
|
||||||
protocol: 'httpall',
|
protocol: 'httpall',
|
||||||
host: 'vic-app.bittic.org',
|
host: 'vic-user.bittic.org',
|
||||||
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
|
||||||
sslType: 'file', // greenlock or file
|
sslType: 'file', // greenlock or file
|
||||||
sslDomainList: ['vic-app.bittic.org'],
|
sslDomainList: ['vic-user.bittic.org'],
|
||||||
sslKey: '/etc/letsencrypt/live/vic-server.bittic.org/privkey.pem', // ssl key file,
|
sslKey: '/etc/letsencrypt/live/vic-server.bittic.org/privkey.pem', // ssl key file,
|
||||||
sslCert: '/etc/letsencrypt/live/vic-server.bittic.org/fullchain.pem', // ssl cert file,
|
sslCert: '/etc/letsencrypt/live/vic-server.bittic.org/fullchain.pem', // ssl cert file,
|
||||||
sslCA: '/etc/letsencrypt/live/vic-server.bittic.org/bundle.pem', // ssl ca file,
|
sslCA: '/etc/letsencrypt/live/vic-server.bittic.org/bundle.pem', // ssl ca file,
|
||||||
|
|||||||
@@ -4,15 +4,15 @@ module.exports = {
|
|||||||
gotoTarget: "github",
|
gotoTarget: "github",
|
||||||
github: {
|
github: {
|
||||||
targetType: "git",
|
targetType: "git",
|
||||||
repo: "https://github.com/tuc-vic/vic-app.bittic.org",
|
repo: "https://github.com/tuc-vic/vic-user.bittic.org",
|
||||||
branch: "main",
|
branch: "main",
|
||||||
gitname: "vic-team",
|
gitname: "vic-team",
|
||||||
gitemail: "vic-team@outlook.com",
|
gitemail: "vic-team@outlook.com",
|
||||||
url: 'http://vic-app.bittic.org'
|
url: 'http://vic-user.bittic.org'
|
||||||
},
|
},
|
||||||
vultr: {
|
vultr: {
|
||||||
targetType: "ssh",
|
targetType: "ssh",
|
||||||
host: "vic-app.bittic.org",
|
host: "vic-user.bittic.org",
|
||||||
targetPath: "/faronear/tuc-vic/vic.user.react",
|
targetPath: "/faronear/tuc-vic/vic.user.react",
|
||||||
targetDir: "dist",
|
targetDir: "dist",
|
||||||
user: "adot",
|
user: "adot",
|
||||||
@@ -21,8 +21,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
unicloud: {
|
unicloud: {
|
||||||
targetType: "serverless",
|
targetType: "serverless",
|
||||||
space: "cn-bittic-vic-app",
|
space: "cn-bittic-vic-user",
|
||||||
url: "http://vic-app.bittic.cn",
|
url: "http://vic-user.bittic.cn",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
vic-app.bittic.org
|
vic-user.bittic.org
|
||||||
@@ -10,8 +10,8 @@ export default {
|
|||||||
baseURL: 'https://vic-server.bittic.org/v1',
|
baseURL: 'https://vic-server.bittic.org/v1',
|
||||||
// baseURL: 'http://yapi.faronear.org/mock/20/v1',
|
// baseURL: 'http://yapi.faronear.org/mock/20/v1',
|
||||||
linkAndroid: 'https://vic.bittic.org/downloads/vic.apk',
|
linkAndroid: 'https://vic.bittic.org/downloads/vic.apk',
|
||||||
linkIOS: 'https://vic-app.bittic.org',
|
linkIOS: 'https://vic-user.bittic.org',
|
||||||
linkWeb: 'https://vic-app.bittic.org',
|
linkWeb: 'https://vic-user.bittic.org',
|
||||||
linkTelegram: 'https://t.me/vichome',
|
linkTelegram: 'https://t.me/vichome',
|
||||||
linkWechat: 'https://weixin.qq.com/g/AT997GKdoc9WnieL',
|
linkWechat: 'https://weixin.qq.com/g/AT997GKdoc9WnieL',
|
||||||
linkEmail: 'team-vic@outlook.com',
|
linkEmail: 'team-vic@outlook.com',
|
||||||
|
|||||||
@@ -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://vic-app.bittic.org/#${postfix}`;
|
return `https://vic-user.bittic.org/#${postfix}`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user