MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / htmlEscape

Function htmlEscape

zhijiao/zhijiao.ts:58–65  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

56 阳阴胜: "阳阴胜:劳碌又劳心,劳心终有成。清风来借力,欢笑见前程。先凶后吉。",
57 阴阳阴: "阴阳阴:秋叶无颜色,凋零一夜风。晨鸡醒午梦,心事总成空。梦难成真。",
58};
59
60function pickRandomToss(): TossResult {
61 const index = randomInt(TOSS_OPTIONS.length);
62 return TOSS_OPTIONS[index];
63}
64
65function getInterpretation(text: string): string {
66 const positiveKeywords = [
67 "大吉",
68 "上上",

Callers 1

ZhijiaoPluginClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected