mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
27 lines
1.1 KiB
JavaScript
27 lines
1.1 KiB
JavaScript
var data = [
|
||
"富强民主文明和谐, 自由平等公正法治, 爱国敬业诚信友善",
|
||
"解放思想, 实事求是, 与时俱进",
|
||
"绿水青山就是金山银山",
|
||
"为中华之崛起而读书!",
|
||
|
||
"<a id=quote href=https://www.bilibili.com/video/BV1vW411g7tN>谁甘人生黯淡无光 谁愿做叶不争艳芳</a>",
|
||
"Fly high my friend, until we meet again",
|
||
|
||
"The internet is FULL, go away!",
|
||
"May the --force be with you",
|
||
"Software that sucks less",
|
||
"Software should be FREE!",
|
||
"whoami: No system is safe",
|
||
"DROP it at <a id=quote href=https://lttstore.com>lttstore.com</a>",
|
||
"Can’t keep up! Is the server overloaded?\\n\nRunning 5000ms or 100 ticks behind",
|
||
"大炮做好了不放珍珠是什么意思?",
|
||
"write terrible nonsensical code to\\n\nensure the Copilot doesn't take over as captain",
|
||
"Automagically",
|
||
"<a id=quote href=https://www.curseforge.com/minecraft/mc-mods/carpet>NOT VANILLA!</a>",
|
||
"Big Brother is Watching You",
|
||
"Deep Dark Fantacies",
|
||
];
|
||
|
||
var index = Math.floor((Math.random() * data.length));
|
||
window.document.getElementById("quote").innerHTML = data[index];
|