消消方块阵换皮表情
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.8 KiB

1 week ago
import { IConfigData } from "./IConfigData";
/**
*
*/
export const DefaultConfig: IConfigData = {
id: "",
name: "tt_bknsb",
vsion: "1.0.1",
1 week ago
chanId: "tt",
themeId: "1",
useDoc: true,
noShare: false,
noChangeLang: false,
lang: "cn",
showAddToDesk: true,
showSidebar: true,
platformConf: {
gameName: "不可能失败",
appid: "tt760800b5e93e72d802",
1 week ago
shareData: [
//示例
{ id: 1, type: 1, wx: "", tt: "", res: "", desc: "不可能失败" },
1 week ago
// { id: 2, type: 1, wx: "", tt: "j5gfj8d1gc04g6tj3n", res: "share/share_1.jpg", desc: "他拿塔皮勾引我,我没去,因为我知道塔皮不能叠Q!" },
],
video: ["2qhoewej2abhf2h82b", '24g326clnf7ikgdd12', 'g54696jc6b882d6rf4'],
interstitialAd: ["4grmk6vnub81tc37ej"],
1 week ago
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_bknsb",
1 week ago
}
}