egg_server/constant/template.ts
zhaoyingbo 1153183869
All checks were successful
Egg Server CI/CD / build-image (push) Successful in 50s
Egg Server CI/CD / refresh-image (push) Successful in 14s
Egg Server CI/CD / fast-deploy (push) Successful in 2s
feat: 分离小煎蛋和michat的指令
2024-10-23 09:44:56 +00:00

24 lines
653 B
TypeScript

export enum CardTemplate {
groupSelector = "ctp_AA0LgXOkJpIn",
functionSelector = "ctp_AA0xqIITeUex",
timeScopeSelector = "ctp_AA00oqPWT1Hq",
resultReport = "ctp_AA00oqPWTHWP",
successMsg = "ctp_AA0LgXOkEOPK",
errorMsg = "ctp_AA0LgXOkEuqi",
}
const tempMap = {
groupSelector: "ctp_AA0LgXOkJpIn",
functionSelector: "ctp_AA0xqIITeUex",
timeScopeSelector: "ctp_AA00oqPWT1Hq",
resultReport: "ctp_AA00oqPWTHWP",
successMsg: "ctp_AA0LgXOkEOPK",
errorMsg: "ctp_AA0LgXOkEuqi",
chatId: "ctp_AAi3NnHb6zgK",
eggGuide: "ctp_AAyVx5R39xU9",
miChatGuide: "AAqDiiTs4kSN9",
createKVSuccess: "ctp_AA00oqPWPXtG",
}
export default tempMap