config.ts 32.1 KB
Newer Older
hcyhuchaoyue's avatar
hcyhuchaoyue committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
export const list = [
  {
    title: '一言',
    name: 'MyPoems',
    remark: null,
  },
];

export const poems = [
  {
    key: '1',
    author: '汪曾祺',
    content: ['人间烟火气,最抚凡人心'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #bc93a1, #b4a39b, #abb395, #a0c28e)',
      color: '#5e665b',
    },
  },
  {
    key: '2',
    author: '王国维',
    content: ['最是人间留不住,朱颜辞镜花辞树'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #681932, #873e41, #a76251, #c88661)',
      color: '#ad9e5f',
    },
  },
  {
    key: '3',
    author: '唐珙',
    content: ['醉后不知天在水,满船清梦压星河'],
    style: {
      color: '#4AA5DA',
      backgroundColor: '#292157',
    },
  },
  {
    key: '4',
    author: '白玉蟾',
    content: ['羽衣常带烟霞色,不惹人间桃李花'],
    style: {
      color: '#A9B69D',
      backgroundColor: '#CED2C5',
    },
  },
  {
    key: '5',
    author: '贯休',
    content: ['满堂花醉三千客,一剑霜寒十四州'],
    style: {
      backgroundColor: '#181F26',
      color: '#AE3F18',
    },
  },
  {
    key: '6',
    author: '纳兰性德',
    content: ['爱他明月好,憔悴也相关。', '西风多少恨,吹不散眉弯。'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #375444, #5d7c6f, #86a69d, #b1d2cd)',
      color: 'white',
    },
  },
  {
    key: '7',
    author: '陆凯',
    content: ['折花逢驿使,寄与陇头人。', '江南无所有,聊赠一枝春。'],
    style: {
      backgroundColor: '#4D373B',
      color: '#8B7460',
    },
  },
  {
    key: '8',
    author: '李白',
    content: ['盛气光引炉烟,素草寒生玉佩。', '应是天仙狂醉,乱把白云揉碎。'],
    style: {
      backgroundImage: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
      color: '#2470a0',
    },
  },
  {
    key: '9',
    author: '欧阳修',
    content: ['人间自是有情痴,此恨不关风与月'],
    style: {
      backgroundImage: 'linear-gradient(to top, #09203f 0%, #537895 100%)',
      color: '#a7535a',
    },
  },
  {
    key: '10',
    author: '白居易',
    content: ['绿蚁新醅酒,红泥小火炉。', '晚来天欲雪,能饮一杯无?'],
    style: {
      background:
        'linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%)',
      backgroundBlendMode: 'screen',
      color: '#eef7f2',
    },
  },
  {
    key: '11',
    author: '苏轼',
    content: ['休对故人思故国,且将新火试新茶。', '诗酒趁年华。'],
    style: {
      backgroundImage:
        'linear-gradient(20deg, #343a51, #3a696f, #349b8e, #00d0ae)',
      color: '#c6dfc8',
    },
  },
  {
    key: '12',
    author: '范成大',
    content: ['愿我如星君如月,夜夜流光相皎洁'],
    style: {
      backgroundImage: 'linear-gradient(to right, #d7d2cc 0%, #304352 100%)',
      color: '#FDFDEB',
    },
  },
  {
    key: '13',
    author: '李白',
    content: [
      '凤凰台上凤凰游,凤去台空江自流。',
      '吴宫花草埋幽径,晋代衣冠成古丘。',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #544f4d, #5d6870, #618196, #629cbd)',
      color: '#ecd6c7',
    },
  },
  {
    key: '14',
    author: '元稹',
    content: [
      '曾经沧海难为水,除却巫山不是云。',
      '取次花丛懒回顾,半缘修道半缘君。',
    ],
    style: {
      backgroundColor: '#4D5362',
      color: '#b5aa90',
    },
  },
  {
    key: '15',
    author: '李益',
    content: ['从此无心爱良夜,任他明月下西楼'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #5e6559, #747d64, #8a9670, #a0b07b)',
      color: '#CDDBD6',
    },
  },
  {
    key: '16',
    author: '陆龟蒙',
    content: ['觉后不知明月上,满身花影倩人扶'],
    style: {
      backgroundColor: '#984753',
      color: '#b4a992',
    },
  },
  {
    key: '17',
    author: '李白',
    content: ['天上白玉京,十二楼五城。', '仙人抚我顶,结发受长生。'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #634e72, #776e86, #8a909a, #9db2ae)',
      color: '#f9e8d0',
    },
  },
  {
    key: '18',
    author: '龚自珍',
    content: ['万一禅关砉然破,美人如玉剑如虹'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #794a70, #8c6e90, #9e92b1, #aeb7d3)',
      color: '#D0DFE6',
    },
  },
  {
    key: '19',
    author: '孙玉石',
    content: ['吹灭读书灯,一身都是月'],
    style: {
      backgroundImage: 'linear-gradient(to right, #868f96 0%, #596164 100%)',
      color: '#f3e8d6',
    },
  },
  {
    key: '20',
    author: '韦庄',
    content: ['春水碧于天,画船听雨眠。', '垆边人似月,皓腕凝霜雪。'],
    style: {
      backgroundColor: '#cabe8d',
      backgroundImage: 'linear-gradient(132deg, #cabe8d 0%, #2a574e 100%)',
      color: '#FFFFFF',
    },
  },
  {
    key: '21',
    author: '刘过',
    content: ['欲买桂花同载酒,终不似,少年游'],
    style: {
      backgroundColor: '#9fafa0',
      backgroundImage:
        'linear-gradient(163deg, #9fafa0 0%, #7ca5a5 69%, #ba9985 100%)',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
215
      color: '#F5F0F6',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
    },
  },
  {
    key: '22',
    author: '',
    content: ['人生天地间,忽如远行客'],
    style: {
      backgroundImage: 'linear-gradient(20deg, #ae9abc 19%, #555f9f 100%)',
      color: '#f0daf0',
    },
  },
  {
    key: '23',
    author: '苏轼',
    content: ['竹杖芒鞋轻胜马,谁怕?一蓑烟雨任平生'],
    style: {
      backgroundImage: 'linear-gradient(20deg, #525978 2%, #e8eaeb 100%)',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
233
      color: '#eaeaea',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282
    },
  },
  {
    key: '24',
    author: '白居易',
    content: ['君埋泉下泥销骨,我寄人间雪满头'],
    style: {
      backgroundColor: '#7F8F7D',
      color: '#C8BAA8',
    },
  },
  {
    key: '25',
    author: '贺铸',
    content: ['试问闲情都几许?', '一川烟草,满城风絮,梅子黄时雨。'],
    style: {
      backgroundImage:
        'linear-gradient(17deg, #06413c, #5e5647, #a26953, #e67a5e)',
      color: '#c2b9ac',
    },
  },
  {
    key: '26',
    author: '王勃',
    content: ['落霞与孤鹜齐飞,秋水共长天一色'],
    style: {
      background:
        'linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%)',
      backgroundBlendMode: 'screen',
      color: '#787069',
    },
  },
  {
    key: '27',
    author: '王雱',
    content: ['海棠未雨,梨花先雪,一半春休'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #021a02, #20523f, #3d937f, #5bdac5)',
      color: '#a0bda7',
    },
  },
  {
    key: '28',
    author: '苏轼',
    content: ['晓来雨过,遗踪何在?一池萍碎'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #218da5, #729a8c, #9ea871, #c1b652)',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
283
      color: '#f9eed3',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357
    },
  },
  {
    key: '29',
    author: '苏轼',
    content: ['春色三分,二分尘土,一分流水'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #113a44, #565b61, #947d7f, #d4a09f)',
      color: '#b8b5ba',
    },
  },
  {
    key: '30',
    author: '张可久',
    content: ['山中何事?松花酿酒,春水煎茶'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #1e524b, #4a7e7b, #77acae, #a6dde5)',
      color: '#a9c2c7',
    },
  },
  {
    key: '31',
    author: '张可久',
    content: ['几时亲到?松边弄水,月下敲门'],
    style: {
      backgroundImage: 'linear-gradient(0deg, #c0c6c9 0%, #657f86 100%)',
      color: '#556870',
    },
  },
  {
    key: '32',
    author: '卢挚',
    content: ['几许年华,三生醉梦,六月凉秋'],
    style: {
      backgroundImage: 'linear-gradient(63deg, #aeba81 0%, #ebd48d 100%)',
      color: '#eaebca',
    },
  },
  {
    key: '33',
    author: '余光中',
    content: [
      '酒入豪肠,七分酿成了月光',
      '余下的三分啸成剑气',
      '绣口一吐,就半个盛唐',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #4d213e, #743146, #9c414e, #c65355)',
      color: '#baa38f',
    },
  },
  {
    key: '34',
    author: '余光中',
    content: ['月光还是少年的月光', '九州一色还是李白的霜'],
    style: {
      backgroundImage:
        'linear-gradient(6deg, #536270, #657a7c, #789488, #8aae94)',
      color: '#e8e8da',
    },
  },
  {
    key: '35',
    author: '汪曾祺',
    content: [
      '春宜花,夏宜风,',
      '秋宜月,冬宜雪。',
      '四时佳兴,',
      '可与人同。',
    ],
    style: {
hcyhuchaoyue's avatar
hcyhuchaoyue committed
358 359
      backgroundImage: 'linear-gradient(15deg, #13547a 0%, #80d0c7 100%)',
      color: '#DADDD8',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588
    },
  },
  {
    key: '36',
    author: '汪曾祺',
    content: ['家人闲坐,灯火可亲'],
    style: {
      backgroundColor: '#3F143D',
      color: '#E2734E',
    },
  },
  {
    key: '37',
    author: '汪曾祺',
    content: ['愿少年,', '乘风破浪,', '他日勿忘化雨功。'],
    style: {
      backgroundImage:
        'linear-gradient(263deg, #9c1030, #b23740, #c85451, #de6f62)',
      color: '#ede2cc',
    },
  },
  {
    key: '38',
    author: '汪曾祺',
    content: [
      '人生如梦,',
      '我投入的却是真情。',
      '世界先爱了我,',
      '我不能不爱它。',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #006388, #297eae, #469bd6, #62b8ff)',
      color: '#c3d5e8',
    },
  },
  {
    key: '39',
    author: '余光中',
    content: [
      '你的眼睛可真好看',
      '里面有晴雨,日月,山川,江河,云雾,花鸟',
      '但我的眼睛更好看',
      '因为我的眼里有你',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #226c90, #6b90a7, #a4b6bd, #dcded4)',
      color: '#51543e',
    },
  },
  {
    key: '40',
    author: '汪曾祺',
    content: ['一定要爱点儿什么,恰似草木对光阴的钟情'],
    style: {
      backgroundImage:
        'linear-gradient(344deg, #1e504c, #4d7d7c, #7dadaf, #afdfe6)',
      color: '#374f34',
    },
  },
  {
    key: '41',
    author: '博尔赫斯',
    content: [
      '我用什么才能留住你?',
      '我给你瘦落的街道、绝望的落日、荒郊的月亮。',
      '我给你一个久久地望着孤月的人的悲哀。',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #192f74, #364a85, #4c6795, #6185a6)',
      color: '#ad9d8c',
    },
  },
  {
    key: '42',
    author: '季羡林',
    content: ['不是你考,就是我考,', '考他娘的什么东西?'],
    style: {
      backgroundImage:
        'linear-gradient(72deg, #141f76, #1b3594, #204bb2, #2362d2)',
      color: '#e8e3dc',
    },
  },
  {
    key: '43',
    author: null,
    content: [
      '既往不咎这个词太虚伪了,我不大度,',
      '我喜欢风水轮流转,往死里转。',
    ],
    style: {
      backgroundColor: '#D9AC25',
      color: '#675A5F',
    },
  },
  {
    key: '44',
    author: '韦庄',
    content: ['当时年少春衫薄。', '骑马倚斜桥,满楼红袖招。'],
    style: {
      backgroundColor: '#675A5F',
      color: '#D9AC25',
    },
  },
  {
    key: '45',
    author: '陈独秀',
    content: [
      '自由的而非奴隶的,进步的而非保守的',
      '进取的而非隐退的,世界的而非锁国的',
      '实利的而非虚文的,科学的而非想象的',
    ],
    style: {
      backgroundColor: '#57A5D1',
      color: '#F5F0E9',
    },
  },
  {
    key: '46',
    author: '吴庆坻',
    content: ['须知少日拏云志,曾许人间第一流'],
    style: {
      backgroundColor: '#F5F0E9',
      color: '#57A5D1',
    },
  },
  {
    key: '47',
    author: '毛泽东',
    content: [
      '恰同学少年,风华正茂。书生意气,挥斥方遒。',
      '指点江山,激扬文字,粪土当年万户侯。',
    ],
    style: {
      backgroundColor: '#2C937D',
      color: '#E3CB7A',
    },
  },
  {
    key: '48',
    author: '李白',
    content: ['希君生羽翼,一化北溟鱼'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #230037, #631c3e, #a33e42, #e66342)',
      color: '#cfccbe',
    },
  },
  {
    key: '49',
    author: '李鼐',
    content: ['从今把定春风笑,且作人间长寿仙'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #546896, #62829a, #6e9d9d, #78b99f)',
      color: '#edf2e6',
    },
  },
  {
    key: '50',
    author: '人民日报',
    content: ['于高山之巅,方见大河奔涌', '于群峰之上,更觉长风浩荡'],
    style: {
      backgroundColor: '#434342',
      color: '#E84F23',
    },
  },
  {
    key: '51',
    author: '人民日报',
    content: ['慢慢来,好戏都在烟火里'],
    style: {
      backgroundColor: '#C38D5C',
      color: '#D2D585',
    },
  },
  {
    key: '52',
    author: '人民日报',
    content: ['夜色难免黑凉,前行必有曙光'],
    style: {
      backgroundColor: '#413F42',
      color: '#A39577',
    },
  },
  {
    key: '53',
    author: '你好生活',
    content: [
      '为梦狂奔的路上,',
      '有风急雨骤,有孤夜寂寥。',
      '不要怕,回头看看,',
      '家人就在身后,打着那束温暖的光。',
    ],
    style: {
      backgroundColor: '#7F8F7D',
      color: '#C8BAA8',
    },
  },
  {
    key: '54',
    author: '汪曾祺',
    content: [
      '逝去的从容逝去,重来的依旧重来',
      '在沧桑的枝叶间',
      '择取一朵明媚,簪进岁月肌里',
      '许它疼痛又甜蜜',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #192b1c, #525a51, #918e8c, #d5c5cd)',
      color: '#adb8b2',
    },
  },
  {
    key: '55',
    author: '汪曾祺',
    content: [
      '如果你来访我',
      '我不在',
      '请和我门外的花坐一会儿',
      '它们很温暖',
      '我注视它们很多很多日子了',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #1098be, #7ca699, #aab572, #cdc541)',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
589
      color: '#e9e0d6',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611
    },
  },
  {
    key: '56',
    author: '五灯会元.卷二',
    content: ['万古长空,一朝风月'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #081035, #523855, #996676, #e49898)',
      color: '#b09b9b',
    },
  },
  {
    key: '57',
    author: '法华经',
    content: ['长夜安隐,多所饶益'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #543b58, #75516c, #976881, #bb8097)',
      color: '#bfab99',
    },
  },
hcyhuchaoyue's avatar
hcyhuchaoyue committed
612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739
  {
    key: '58',
    author: '汤显祖',
    content: ['情不知所起,一往而深', '生者可以死,死可以生'],
    style: {
      backgroundImage: 'linear-gradient(135deg, #6a849b 0%, #b8a796 100%)',
      color: '#8a4d66',
    },
  },
  {
    key: '59',
    author: '加缪',
    content: ['每个冬天的句点都是春暖花开'],
    style: {
      backgroundImage:
        'linear-gradient(to right, #c1c161 0%, #c1c161 0%, #d4d4b1 100%)',
      color: '#d69978',
    },
  },
  {
    key: '60',
    author: '舒亶',
    content: ['浮生只合尊前老,雪满长安道'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #ad2931, #bb5c56, #c4877e, #c7b1a9)',
      color: '#FCFCFC',
    },
  },
  {
    key: '61',
    author: '查辛香',
    content: ['何时杖尔看南雪,我与梅花两白头'],
    style: {
      backgroundImage:
        'linear-gradient(341deg, #165d6c, #437a91, #6a99b7, #91b8df)',
      color: '#e0c8c8',
    },
  },
  {
    key: '62',
    author: '李涉',
    content: ['因过竹院逢僧话,偷得浮生半日闲'],
    style: {
      backgroundColor: '#97AC91',
      color: '#62676C',
    },
  },
  {
    key: '63',
    author: '钱珝',
    content: ['莫愁千里路,自有到风来'],
    style: {
      backgroundColor: '#62676C',
      color: '#97AC91',
    },
  },
  {
    key: '64',
    author: '李清照',
    content: ['九万里风鹏正举,风休住,蓬舟吹取三山去'],
    style: {
      backgroundColor: '#72330C',
      color: '#D2CDC2',
    },
  },
  {
    key: '65',
    author: '刘禹锡',
    content: ['莫道桑榆晚,为霞尚满天'],
    style: {
      backgroundColor: '#D2CDC2',
      color: '#72330C',
    },
  },
  {
    key: '66',
    author: '韦庄',
    content: ['春水碧于天,画船听雨眠'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #3a4d21, #4e7154, #5d988b, #68c1c5)',
      color: '#FDFDEB',
    },
  },
  {
    key: '67',
    author: '曹植',
    content: ['愿为西南风,长逝入君怀'],
    style: {
      backgroundColor: '#826362',
      color: '#DC9B85',
    },
  },
  {
    key: '68',
    author: '陈与义',
    content: ['客子光阴诗卷里,杏花消息雨声中'],
    style: {
      backgroundColor: '#455B46',
      color: '#B9D1C8',
    },
  },
  {
    key: '69',
    author: '王昌龄',
    content: ['青山一道同云雨,明月何曾是两乡'],
    style: {
      backgroundColor: '#B9D1C8',
      color: '#455B46',
    },
  },
  {
    key: '70',
    author: '汤恢',
    content: ['羡青山有思,白鹤忘机'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #183631, #2e553e, #43754a, #599857)',
      color: '#82aba2',
    },
  },
  {
    key: '71',
    author: '韦应物',
    content: ['浮云一别后,流水十年间'],
    style: {
      backgroundImage:
hcyhuchaoyue's avatar
hcyhuchaoyue committed
740
        'linear-gradient(29deg, #2096bb, #77a39c, #a2b17a, #c3bf54)',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793
      color: '#FDFDEB',
    },
  },
  {
    key: '72',
    author: '地驱乐歌',
    content: ['月明光光星欲堕,欲来不来早语我'],
    style: {
      backgroundColor: '#4F364F',
      color: '#C4AF5A',
    },
  },
  {
    key: '73',
    author: '纳兰容若',
    content: ['我是人间惆怅客,知君何事泪纵横', '断肠声里忆平生'],
    style: {
      backgroundColor: '#354B5E',
      color: '#DCDDD8',
    },
  },
  {
    key: '74',
    author: '小品.笑谈人生',
    content: ['自古英雄出炼狱,从来富贵入凡尘'],
    style: {
      backgroundColor: '#F8D5D3',
      color: '#C84641',
    },
  },
  {
    key: '75',
    author: '姚鼐',
    content: ['苍山负雪,明烛天南'],
    style: {
      backgroundImage: 'linear-gradient(to right, #d7d2cc 0%, #304352 100%)',
      color: '#faf6eb',
    },
  },
  {
    key: '76',
    author: '周恩来',
    content: ['浮舟沧海,立马昆仑'],
    style: {
      backgroundColor: '#71352F',
      color: '#DDB3A0',
    },
  },
  {
    key: '77',
    author: '粤剧.客途秋恨',
    content: ['凉风有信,风月无边'],
    style: {
hcyhuchaoyue's avatar
hcyhuchaoyue committed
794 795
      backgroundImage:
        'linear-gradient(25deg, #2c5543, #537d70, #7da8a0, #a8d4d3)',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
796 797 798 799 800 801 802 803 804
      color: '#F5F0F6',
    },
  },
  {
    key: '78',
    author: '徐再思',
    content: ['半溪明月,一枕清风'],
    style: {
      backgroundImage:
hcyhuchaoyue's avatar
hcyhuchaoyue committed
805
        'linear-gradient(25deg, #0a6b57, #488580, #769fac, #a2b9da)',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822
      color: '#dfebe7',
    },
  },
  {
    key: '79',
    author: '你好生活',
    content: ['踏平山海,逐风挽浪', '从南到北,春来秋往'],
    style: {
      backgroundColor: '#1C3C69',
      color: '#DCBC43',
    },
  },
  {
    key: '80',
    author: '如果国宝会说话',
    content: ['我们哭着降临世界,却可以笑着走向永恒'],
    style: {
hcyhuchaoyue's avatar
hcyhuchaoyue committed
823 824
      backgroundColor: '#252B2A',
      color: '#B16B47',
hcyhuchaoyue's avatar
hcyhuchaoyue committed
825 826 827 828 829 830 831 832 833 834 835 836 837 838
    },
  },
  {
    key: '81',
    author: '林清和',
    content: [
      '你当然不是什么惊世骇俗之物,',
      '你只是凛冬中我愿“拥毳衣炉火”去看的白雪',
    ],
    style: {
      backgroundImage: 'linear-gradient(-20deg, #616161 0%, #9bc5c3 100%)',
      color: '#EAEAEF',
    },
  },
hcyhuchaoyue's avatar
hcyhuchaoyue committed
839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
  {
    key: '82',
    author: '七堇年',
    content: ['心之所向,素履以往,生如逆旅,', '一苇以航。'],
    style: {
      backgroundColor: '#87B5B6',
      color: '#fff7f7',
    },
  },
  {
    key: '83',
    author: '史记.春申君列传',
    content: ['当断不断,反受其乱'],
    style: {
      backgroundColor: '#BDB0AE',
      color: '#6b778d',
    },
  },
  {
    key: '84',
    author: '史记.淮阴侯列传',
    content: ['秦失其鹿,天下共逐之'],
    style: {
      backgroundColor: '#373F45',
      color: '#DAAE49',
    },
  },
  {
    key: '85',
    author: '史记.刺客列传',
    content: ['士为知己者死,女为知己者容'],
    style: {
      backgroundColor: '#BD8075',
      color: '#e8cccc',
    },
  },
  {
    key: '86',
    author: '史记.项羽本纪',
    content: ['大行不顾细谨,大礼不辞小让'],
    style: {
      backgroundColor: '#957E6F',
      color: '#dbbd97',
    },
  },
  {
    key: '87',
    author: '史记.高祖本纪',
    content: ['运筹帷幄之中,决胜千里之外'],
    style: {
      backgroundColor: '#1B3566',
      color: '#E87773',
    },
  },
  {
    key: '88',
    author: '嘉泰普灯录卷十八',
    content: ['千江有水千江月,万里无云万里天'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #1a6c98, #6892b0, #a3bbc8, #dbe5e0)',
      color: '#c8e0e8',
    },
  },
  {
    key: '89',
    author: '五灯会元.卷十九',
    content: ['乾坤大地,日月星辰,森罗万象'],
    style: {
      backgroundImage: 'linear-gradient(to right, #243949 0%, #517fa4 100%)',
      color: '#cfc2b6',
    },
  },
  {
    key: '90',
    author: '金刚经',
    content: ['一切有为法,如梦幻泡影', '如露亦如电,应作如是观'],
    style: {
      backgroundColor: '#20444D',
      color: '#5C9BAA',
    },
  },
  {
    key: '91',
    author: '慧能',
    content: ['不是风动,不是幡动,仁者心动'],
    style: {
      backgroundColor: '#6B665E',
      color: '#E7E1D8',
    },
  },
  {
    key: '92',
    author: '慧能',
    content: ['菩提本非树,明镜亦非台', '本来无一物,何处惹尘埃'],
    style: {
      backgroundColor: '#364733',
      color: '#abc4be',
    },
  },
  {
    key: '93',
    author: '华严经',
    content: ['一花一世界,一草一天堂'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #46a6db, #8bb4ba, #b3c398, #d2d273)',
      color: '#e8e4c8',
    },
  },
hcyhuchaoyue's avatar
hcyhuchaoyue committed
949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022
  {
    key: '94',
    author: '',
    content: ['万物更新,旧疾当愈,长安常安'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #4268de, #588cd1, #5fb0c4, #59d5b4)',
      color: '#f2f4f6',
    },
  },
  {
    key: '95',
    author: '卢照邻',
    content: ['愿得长如此,年年物候新'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #c6a300, #ceb466, #cfc5aa, #c5d8ef)',
      color: '#f4f0e6',
    },
  },
  {
    key: '96',
    author: '',
    content: ['年年无碍,岁岁无忧,', '四季冗长,万事顺意。'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #710d36, #91163d, #b21f43, #d4294a)',
      color: '#f4f0e6',
    },
  },
  {
    key: '97',
    author: '尼采',
    content: ['信仰就是不想知道真相是什么'],
    style: {
      backgroundColor: '#3D5DCE',
      color: '#D3F4EC',
    },
  },
  {
    key: '98',
    author: '鲁迅《热风》',
    content: [
      '愿中国青年都摆脱冷气,只是向上走,不必听自暴自弃者流的话。',
      '能做事的做事,能发声的发声。',
      '有一份热,发一份光,就令萤火一般,也可以在黑暗里发一点光,不必等候火炬。',
      '此后如竟没有火炬:我便是唯一的光。',
      '倘若有了火炬,出了太阳,我们自然心悦诚服的消失。',
      '不但毫无不平,而且还要随喜赞美这火炬和太阳。',
      '因为它照了人类,连我都在内。',
    ],
    style: {
      backgroundColor: '#079B84',
      color: '#EED362',
    },
  },
  {
    key: '99',
    author: '加布瑞埃拉.泽文',
    content: ['没有谁是一座孤岛,每本书都是一个世界'],
    style: {
      backgroundColor: '#080F37',
      color: '#1AB8BC',
    },
  },
  {
    key: '100',
    author: '陆游',
    content: ['画凌烟,上甘泉。自古功名属少年'],
    style: {
      backgroundColor: '#B0918D',
      color: '#F7EBD2',
    },
  },
hucy's avatar
hucy committed
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166
  {
    key: '101',
    author: '苏轼',
    content: ['枝上柳绵吹又少,天涯何处无芳草'],
    style: {
      backgroundColor: '#2B4C67',
      color: '#32BB95',
    },
  },
  {
    key: '102',
    author: '许浑',
    content: ['凌云初起日沉阁,山雨欲来风满楼'],
    style: {
      backgroundColor: '#323553',
      color: '#43BFC0',
    },
  },
  {
    key: '103',
    author: '李贺',
    content: ['衰兰送客咸阳道,天若有情天亦老'],
    style: {
      backgroundColor: '#053649',
      color: '#A3C4AB',
    },
  },
  {
    key: '104',
    author: '曹松',
    content: ['凭君莫话封侯事,一将功成万骨枯'],
    style: {
      backgroundColor: '#1A4F4A',
      color: '#E38672',
    },
  },
  {
    key: '105',
    author: '赵恒',
    content: ['安居不用架高堂,书中自有黄金屋'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #4f2d28, #7b5b51, #a98e7f, #d8c3af)',
      color: '#D8D8D8',
    },
  },
  {
    key: '106',
    author: '苏轼',
    content: ['粗缯大布裹生涯,腹有诗书气自华'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #1d6c99, #6d95b6, #aac1d4, #e7eff2)',
      color: '#EFF5F5',
    },
  },
  {
    key: '107',
    author: '李白',
    content: ['林深时见鹿,溪午不闻钟'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #6f8d34, #739364, #709a91, #62a1bf)',
      color: '#DEF5E5',
    },
  },
  {
    key: '108',
    author: '元稹',
    content: ['垂死病中惊坐起,暗风吹雨入窗寒'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #2f2d2e, #46413d, #5d554d, #766b5e)',
      color: '#F1D3B3',
    },
  },
  {
    key: '109',
    author: '吕布',
    content: ['大丈夫生居天地之间,岂能郁郁久居人下'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #984d21, #a07252, #a09684, #94bbb8)',
      color: '#FFF5E4',
    },
  },
  {
    key: '110',
    author: '罗素',
    content: ['你能在浪费时间中获得乐趣,', '就不是浪费时间'],
    style: {
      backgroundColor: '#223964',
      color: '#E3837F',
    },
  },
  {
    key: '111',
    author: '罗素',
    content: ['我绝不会为我的信仰而献身,', '因为我可能是错的。'],
    style: {
      backgroundColor: '#4A4971',
      color: '#ECCD69',
    },
  },
  {
    key: '112',
    author: '宋玉',
    content: ['风起于青萍之末,浪成于微澜之间'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #003f77, #4c6994, #7f96b1, #b1c7ce)',
      color: '#E1FFEE',
    },
  },
  {
    key: '113',
    author: '袁枚',
    content: ['学如弓弩,才如箭镞'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #624365, #846e8d, #a79cb6, #cbcce2)',
      color: '#FFFFDE',
    },
  },
  {
    key: '114',
    author: '张华',
    content: ['山不让川,川不辞盈'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #564756, #6a6775, #7f8897, #93abb9)',
      color: '#DAE5D0',
    },
  },
  {
    key: '115',
    author: '',
    content: ['星霜荏苒,居诸不息'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #2f2c38, #515666, #768499, #9cb5cf)',
      color: '#FFEBCC',
    },
  },
hcyhuchaoyue's avatar
hcyhuchaoyue committed
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253
  {
    key: '116',
    author: '',
    content: ['烟岚云岫'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #57ade1, #92c1bc, #b5d595, #cfeb67)',
      color: '#ffffff',
    },
  },
  {
    key: '117',
    author: '',
    content: ['月落星沈'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #688bdd, #8392c1, #9599a5, #a1a088)',
      color: '#FFFBEB',
    },
  },
  {
    key: '118',
    author: '',
    content: ['枕山栖谷'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #2b3c59, #336a79, #319b9a, #1bcfbd)',
      color: '#E3F6FF',
    },
  },
  {
    key: '120',
    author: '',
    content: ['海晏河清'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #184487, #6578aa, #a3b0cd, #e1edf1)',
      color: '#ffffff',
    },
  },
  {
    key: '121',
    author: '',
    content: ['高山景行'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #345047, #5f7a73, #8ca6a3, #bcd5d5)',
      color: '#E7F6F2',
    },
  },
  {
    key: '122',
    author: '',
    content: ['泮林革音'],
    style: {
      backgroundColor: '#576853',
      color: '#DCD7C9',
    },
  },
  {
    key: '123',
    author: '',
    content: ['丹书白马'],
    style: {
      backgroundColor: '#864537',
      color: '#D5CEA3',
    },
  },
  {
    key: '124',
    author: '大唐故昭容上官氏铭',
    content: ['千年万岁,椒花颂声'],
    style: {
      backgroundColor: '#0C4948',
      color: '#E38574',
    },
  },
  {
    key: '125',
    author: '张岱',
    content: ['林下漏月光,疏疏如残雪'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #003150, #395f6e, #64918d, #90c7ac)',
      color: '#E7F6F2',
    },
  },
hucy's avatar
hucy committed
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281
  {
    key: '126',
    author: '柳永',
    content: ['才子佳人,自是白衣卿相'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #0b6892, #6789af, #a5accd, #e2d0eb)',
      color: '#ffffff',
    },
  },
  {
    key: '127',
    author: '李白',
    content: ['事了拂衣去,深藏功与名'],
    style: {
      backgroundColor: '#615760',
      color: '#DBAE21',
    },
  },
  {
    key: '128',
    author: '苏轼',
    content: ['麤(cū)缯大布裹生涯,腹有诗书气自华'],
    style: {
      backgroundColor: '#6A5F5C',
      color: '#E18689',
    },
  },
hucy's avatar
hucy committed
1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375
  {
    key: '129',
    author: '博尔赫斯',
    content: [
      '我用什么才能留住你?',
      '我给你瘦落的街道、绝望的落日、荒郊的月亮。',
      '我给你一个久久地望着孤月的人的悲哀。',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #3e234a, #4d577a, #508dad, #43c7e4)',
      color: '#D0DFE6',
    },
  },
  {
    key: '130',
    author: '博尔赫斯',
    content: [
      '一朵玫瑰正马不停蹄地成为另一朵玫瑰',
      '你是云、是海、是忘却',
      '你也是你曾失去的每一个自己',
    ],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #001c48, #4b1e43, #7a193d, #a80037)',
      color: '#D65F00',
    },
  },
  {
    key: '131',
    author: '川端康成《雪国》',
    content: ['你连指尖都泛出好看的颜色'],
    style: {
      backgroundImage:
        'linear-gradient(25deg, #c16e80, #b68f77, #a6ad6d, #90c961)',
      color: '#FDFDEB',
    },
  },
  {
    key: '132',
    author: '粤剧《帝女花》',
    content: [
      '落花满天蔽月光,',
      '借一杯附荐凤台上。',
      '帝女花带泪上香,',
      '愿丧生回谢爹娘。',
    ],
    style: {
      backgroundColor: '#6D4659',
      color: '#CA798A',
    },
  },
  {
    key: '133',
    author: '京剧《锁麟囊》',
    content: [
      '他教我收余恨、免娇嗔、且自新、改性情、',
      '休恋逝水、苦海回身、早悟兰因。',
    ],
    style: {
      backgroundColor: '#809181',
      color: '#F1EFD7',
    },
  },
  {
    key: '134',
    author: '黄梅调电影《梁山伯与祝英台》',
    content: [
      '“英台不是女儿身,因何耳上有环痕?”',
      '“耳环痕有原因,梁兄何必起疑云,',
      '村里酬神多庙会,年年由我扮观音,',
      '梁兄做文章要专心,你前程不想想钗裙。”',
      '“我从此不敢看观音。”',
    ],
    style: {
      backgroundColor: '#716e77',
      color: '#e79686',
    },
  },
  {
    key: '135',
    author: '黄梅戏《女驸马》',
    content: [
      '我也曾赴过琼林宴,',
      '我也曾打马御街前,',
      '人人夸我潘安貌,',
      '原来纱帽罩哇',
      '罩婵娟哪',
    ],
    style: {
      backgroundColor: '#00818A',
      color: '#FCD271',
    },
  },
hcyhuchaoyue's avatar
hcyhuchaoyue committed
1376
];