消消方块阵换皮表情
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_zdtnl",
vsion: "2.1.22",
chanId: "tt",
themeId: "1",
useDoc: true,
noShare: false,
noChangeLang: false,
lang: "cn",
showAddToDesk: true,
showSidebar: true,
platformConf: {
gameName: "真的太难了",
appid: "tt371c41a1a829bf5e02",
shareData: [
//示例
{ id: 1, type: 1, wx: "", tt: "", res: "", desc: "真的太难了" },
// { id: 2, type: 1, wx: "", tt: "j5gfj8d1gc04g6tj3n", res: "share/share_1.jpg", desc: "他拿塔皮勾引我,我没去,因为我知道塔皮不能叠Q!" },
],
video: ["nnpo9j06l6e2didojr", 'l6n00l295n7c5aa30b', '47fi6ghc27474hiq4g'],
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_zdtnl",
}
}