refactor: SEE

This commit is contained in:
Tristan Yang
2024-03-15 21:56:41 +08:00
parent 6e0f225d1c
commit d13b7f86b7
10 changed files with 1936 additions and 1659 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import i18n from "../i18n";
import { Price } from "../types/common";
let prices: Price[] = [
const prices: Price[] = [
{
type: "payment",
limit: 999999,
@@ -13,7 +13,7 @@ let prices: Price[] = [
];
const official_dev = `https://dev.voce.chat`;
const local_dev = `https://dev.voce.chat`;
// const local_dev = `http://localhost:3000`;
// const local_dev = `https://cqvoce.com`;
const dev_origin = process.env.REACT_APP_OFFICIAL_DEMO ? official_dev : local_dev;
// const local_dev = `https://im.ttt.td`;