You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.9 KiB
53 lines
1.9 KiB
import { IConfigData } from "./IConfigData";
|
|
|
|
|
|
/**
|
|
* 默认配置
|
|
*/
|
|
export const XiaoXiaoFangkuaiZhen: IConfigData = {
|
|
id: "",
|
|
name: "tt_xxfkz",
|
|
vsion: "2.1.5",
|
|
chanId: "tt",
|
|
themeId: "1",
|
|
useDoc: true,
|
|
noShare: false,
|
|
noChangeLang: false,
|
|
lang: "cn",
|
|
showAddToDesk: true,
|
|
showSidebar: true,
|
|
platformConf: {
|
|
gameName: "消消方块阵",
|
|
appid: "tte3f7954a7cff32d002",
|
|
shareData: [
|
|
//示例
|
|
{ id: 1, type: 1, wx: "", tt: "", res: "", desc: "消消方块阵" },
|
|
// { id: 2, type: 1, wx: "", tt: "j5gfj8d1gc04g6tj3n", res: "share/share_1.jpg", desc: "他拿塔皮勾引我,我没去,因为我知道塔皮不能叠Q!" },
|
|
],
|
|
video: ["el9418l42jii1n0fb5", '19e46ha50838g1en4a', '30l6tyjvtpa1s7dx36'],
|
|
interstitialAd: ["2feid96ncq3j031rp9"],
|
|
banner: [``],
|
|
contentIDs: ["CONTENT13670864130"],
|
|
notice: "<color=#90592D>版本更新内容到语言表进行修改。 修改的key是----版本更新内容<br/></color>",
|
|
//富文本配置标签:
|
|
//颜色设置: <color=#00ff00> 这是绿色文字</color>
|
|
//换行:<br/> 这是换行
|
|
//大小设置:<size=24> 这是24号文字</size>
|
|
//加粗:<b> 这是加粗文字</b>
|
|
//描边:<outline color=red width=4>这是描边文字</outline>
|
|
//斜体:<i> 这是斜体文字</i>
|
|
//下划线:<u> 这是下划线文字</u>
|
|
},
|
|
// serverConf: {
|
|
// use: true,
|
|
// baseUrl: "https://dycdn.ioe-times.com/",
|
|
// secret: "",
|
|
// testBaseUrl: "https://dycdn-1256464321.cos.ap-guangzhou.myqcloud.com/csjlnd/web_csjlnd/index.html",
|
|
// testSecret: "",
|
|
// },
|
|
pointData: {
|
|
gameName: "",
|
|
accessToken: "gw0MRpBbernhPztqHlulUYjLnwyAdvOm",
|
|
gid: "tt_xxfkz",
|
|
}
|
|
} |