144 lines
2.7 KiB
JavaScript
144 lines
2.7 KiB
JavaScript
export default {
|
|
socketUrl: "http://192.168.31.100:3000",
|
|
theme: [
|
|
// 默认色 浅蓝黑字
|
|
{ background: "#f3f3f4", textColor: "#000", text: "默认配色" },
|
|
// 蓝底白字
|
|
{ background: "#03a9e3", textColor: "#fff", text: "QQ风格" },
|
|
// 白底黑字
|
|
{ background: "#fff", textColor: "#000", text: "白纸黑字" },
|
|
// 黑底白字
|
|
{ background: "#000", textColor: "#fff", text: "夜间专享" },
|
|
// 微信绿底黑字
|
|
{ background: "#94ed68", textColor: "#000", text: "微信风格" },
|
|
// 基佬紫
|
|
{ background: "#9d07e9", textColor: "#fff", text: "基佬紫" },
|
|
// 活力橙
|
|
{ background: "#fea674", textColor: "#000", text: "活力橙" },
|
|
// 青青草原
|
|
{ background: "#5ad6de", textColor: "#fff", text: "青青草原" },
|
|
// 土豪金
|
|
{ background: "#f2ca5b", textColor: "#663d00", text: "土豪金" },
|
|
// 红红火火
|
|
{ background: "#ff1459", textColor: "#fff", text: "红红火火" },
|
|
// 暗淡灰
|
|
{ background: "#5f5f5f", textColor: "#fff", text: "暗淡灰" },
|
|
// 少女粉
|
|
{ background: "#e1b0a7", textColor: "#fff", text: "少女粉" },
|
|
// 巧克力灰
|
|
{ background: "#624118", textColor: "#fff", text: "巧克力灰" },
|
|
],
|
|
portrait: [
|
|
"1.jpg",
|
|
"2.jpg",
|
|
"3.gif",
|
|
"4.gif",
|
|
"5.gif",
|
|
"6.jpg",
|
|
"7.jpg",
|
|
"8.jpg",
|
|
"9.jpg",
|
|
"10.jpg",
|
|
],
|
|
emoji: [
|
|
[
|
|
"😀",
|
|
"😁",
|
|
"😂",
|
|
"😃",
|
|
"😄",
|
|
"😅",
|
|
"😆",
|
|
"😉",
|
|
"😊",
|
|
"😋",
|
|
"😎",
|
|
"😍",
|
|
"😘",
|
|
"😗",
|
|
"😙",
|
|
"😚",
|
|
"😇",
|
|
"😐",
|
|
"😑",
|
|
"😶",
|
|
"😏",
|
|
"😣",
|
|
"😥",
|
|
"😮",
|
|
"😯",
|
|
"😪",
|
|
"😫",
|
|
"😴",
|
|
"😌",
|
|
"😛",
|
|
"😜",
|
|
"😝",
|
|
"😒",
|
|
"😓",
|
|
"😔",
|
|
"😕",
|
|
"😲",
|
|
"😷",
|
|
"😖",
|
|
"😞",
|
|
"😟",
|
|
"😤",
|
|
"😢",
|
|
"😭",
|
|
"😦",
|
|
"😧",
|
|
"😨",
|
|
"😬",
|
|
"😰",
|
|
"😱",
|
|
"😳",
|
|
"😵",
|
|
"😡",
|
|
"😠",
|
|
],
|
|
[
|
|
"👦",
|
|
"👧",
|
|
"👨",
|
|
"👩",
|
|
"👴",
|
|
"👵",
|
|
"👶",
|
|
"👱",
|
|
"👮",
|
|
"👲",
|
|
"👳",
|
|
"👷",
|
|
"👸",
|
|
"💂",
|
|
"🎅",
|
|
"👰",
|
|
"👼",
|
|
"💆",
|
|
"💇",
|
|
"🙍",
|
|
"🙎",
|
|
"🙅",
|
|
"🙆",
|
|
"💁",
|
|
"🙋",
|
|
"🙇",
|
|
"🙌",
|
|
"🙏",
|
|
"👤",
|
|
"👥",
|
|
"🚶",
|
|
"🏃",
|
|
"👯",
|
|
"💃",
|
|
"👫",
|
|
"👬",
|
|
"👭",
|
|
"💏",
|
|
"💑",
|
|
"👪",
|
|
],
|
|
],
|
|
};
|