From 16da372bbc0abba17ec1456604c832567488c4a7 Mon Sep 17 00:00:00 2001 From: SunWuyuan Date: Sat, 22 Mar 2025 18:21:51 +0800 Subject: [PATCH] 1 --- package.json | 1 + pnpm-lock.yaml | 87 ++ src/components/settings/AboutCard.vue | 247 +++- .../settings/cards/EchoChamberCard.vue | 158 +++ src/data/echoChamber.json | 1132 +++++++++++++++++ src/pages/settings.vue | 9 +- 6 files changed, 1587 insertions(+), 47 deletions(-) create mode 100644 src/components/settings/cards/EchoChamberCard.vue create mode 100644 src/data/echoChamber.json diff --git a/package.json b/package.json index 86957dd..286c0d7 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "idb": "^8.0.2", "pinyin-pro": "^3.26.0", "roboto-fontface": "*", + "typewriter-effect": "^2.21.0", "vue": "^3.4.31", "vue-masonry-wall": "^0.3.2", "vue-waterfall-plugin-next": "^2.6.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e73d4f..8dc9649 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,6 +23,9 @@ importers: roboto-fontface: specifier: '*' version: 0.10.0 + typewriter-effect: + specifier: ^2.21.0 + version: 2.21.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) vue: specifier: ^3.4.31 version: 3.5.13 @@ -1105,6 +1108,9 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + js-tokens@9.0.0: resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} @@ -1151,6 +1157,10 @@ packages: lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + loose-envify@1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + magic-string-ast@0.6.2: resolution: {integrity: sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==} engines: {node: '>=16.14.0'} @@ -1205,6 +1215,10 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + object-inspect@1.13.3: resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} engines: {node: '>= 0.4'} @@ -1259,6 +1273,9 @@ packages: pathe@1.1.2: resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + performance-now@2.1.0: + resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} + picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -1304,6 +1321,9 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} + prop-types@15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} @@ -1314,6 +1334,21 @@ packages: queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + raf@3.4.1: + resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} + + react-dom@18.3.1: + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} + peerDependencies: + react: ^18.3.1 + + react-is@16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + + react@18.3.1: + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} + engines: {node: '>=0.10.0'} + readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -1493,6 +1528,9 @@ packages: engines: {node: '>=14.0.0'} hasBin: true + scheduler@0.23.2: + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + scule@1.3.0: resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==} @@ -1605,6 +1643,12 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} + typewriter-effect@2.21.0: + resolution: {integrity: sha512-Y3VL1fuJpUBj0gS4OTXBLzy1gnYTYaBuVuuO99tGNyTkkub5CXi+b/hsV7Og9fp6HlhogOwWJwgq7iXI5sQlEg==} + peerDependencies: + react: ^17.x || ^18.x + react-dom: ^17.x || ^18.x + ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} @@ -2864,6 +2908,8 @@ snapshots: isexe@2.0.0: {} + js-tokens@4.0.0: {} + js-tokens@9.0.0: {} js-yaml@4.1.0: @@ -2904,6 +2950,10 @@ snapshots: lodash@4.17.21: {} + loose-envify@1.4.0: + dependencies: + js-tokens: 4.0.0 + magic-string-ast@0.6.2: dependencies: magic-string: 0.30.12 @@ -2954,6 +3004,8 @@ snapshots: dependencies: boolbase: 1.0.0 + object-assign@4.1.1: {} + object-inspect@1.13.3: {} object-keys@1.1.1: {} @@ -3013,6 +3065,8 @@ snapshots: pathe@1.1.2: {} + performance-now@2.1.0: {} + picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -3048,12 +3102,34 @@ snapshots: prelude-ls@1.2.1: {} + prop-types@15.8.1: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + proxy-from-env@1.1.0: {} punycode@2.3.1: {} queue-microtask@1.2.3: {} + raf@3.4.1: + dependencies: + performance-now: 2.1.0 + + react-dom@18.3.1(react@18.3.1): + dependencies: + loose-envify: 1.4.0 + react: 18.3.1 + scheduler: 0.23.2 + + react-is@16.13.1: {} + + react@18.3.1: + dependencies: + loose-envify: 1.4.0 + readdirp@3.6.0: dependencies: picomatch: 2.3.1 @@ -3224,6 +3300,10 @@ snapshots: immutable: 4.3.7 source-map-js: 1.2.1 + scheduler@0.23.2: + dependencies: + loose-envify: 1.4.0 + scule@1.3.0: {} semver@6.3.1: {} @@ -3355,6 +3435,13 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 + typewriter-effect@2.21.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + dependencies: + prop-types: 15.8.1 + raf: 3.4.1 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + ufo@1.5.4: {} unbox-primitive@1.0.2: diff --git a/src/components/settings/AboutCard.vue b/src/components/settings/AboutCard.vue index e2541a8..1bb6c9a 100644 --- a/src/components/settings/AboutCard.vue +++ b/src/components/settings/AboutCard.vue @@ -8,57 +8,162 @@ - - - - - + + +
+ + + -

Classworks

-

- 由 Sunwuyuan 开发 -

+

Classworks

+

适用于班级大屏的作业板小工具

+ +
+ + 报告问题 + + + 前端 + + + 后端 + +
+ + + +

备注与致谢

+ + + + 本项目受到 HomeworkBoard 的启发而开发 + + + 感谢 EnderWolf006 (@EnderWolf) fhzit(@Hellofhz) KeyFac + 等人的贡献 + + + + + Classworks 由厚浪云提供 + + + 长江后浪推前浪 浮事新人换旧人 + + + + + 感谢 ZeroCat 社区的开发者们 + + + 新一代,开源,编程社区 + + + + + + 本项目与 IslandCaller 无关 + + + IslandCaller 是由 HUSX100 开发的基于 ClassIsland + 提醒服务的轻量级点名器 + + + + + 本项目与 ClassIsland 无关 + + + ClassIsland 是由 HelloWRC + 开发的适用于班级大屏的课表信息显示工具 + + + -
- 前端 GitHub + 查看使用的第三方库 - - 后端 GitHub - - - 报告问题 - + + + 使用的第三方库 + + + + + + + {{ dep.name }} + + + v{{ dep.version }} + + + + + + + +

+ Copyright © {{ new Date().getFullYear() }} Sunwuyuan +

- -

- GPL License © 2024 -

@@ -66,7 +171,57 @@ diff --git a/src/components/settings/cards/EchoChamberCard.vue b/src/components/settings/cards/EchoChamberCard.vue new file mode 100644 index 0000000..97cd677 --- /dev/null +++ b/src/components/settings/cards/EchoChamberCard.vue @@ -0,0 +1,158 @@ + + + + + diff --git a/src/data/echoChamber.json b/src/data/echoChamber.json new file mode 100644 index 0000000..ae61f4f --- /dev/null +++ b/src/data/echoChamber.json @@ -0,0 +1,1132 @@ +{ + "quotes": [ + { + "text": "帝高阳之苗裔兮,朕皇考曰伯庸。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "摄提贞于孟陬兮,惟庚寅吾以降。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "皇览揆余初度兮,肇锡余以嘉名。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "名余曰正则兮,字余曰灵均。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "纷吾既有此内美兮,又重之以修能。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "扈江离与辟芷兮,纫秋兰以为佩。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "汩余若将不及兮,恐年岁之不吾与。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "朝搴阰之木兰兮,夕揽洲之宿莽。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "日月忽其不淹兮,春与秋其代序。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "惟草木之零落兮,恐美人之迟暮。(惟 通:唯)", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "不抚壮而弃秽兮,何不改此度?(改此度 一作:改乎此度)", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "乘骐骥以驰骋兮,来吾道夫先路!", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "昔三后之纯粹兮,固众芳之所在。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "杂申椒与菌桂兮,岂惟纫夫蕙茝!", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "彼尧舜之耿介兮,既遵道而得路。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "何桀纣之猖披兮,夫唯捷径以窘步。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "惟夫党人之偷乐兮,路幽昧以险隘。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "岂余身之惮殃兮,恐皇舆之败绩!", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "忽奔走以先后兮,及前王之踵武。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "荃不查余之中情兮,反信谗而齌怒。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "余固知謇謇之为患兮,忍而不能舍也。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "指九天以为正兮,夫唯灵修之故也。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "曰黄昏以为期兮,羌中道而改路!", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "初既与余成言兮,后悔遁而有他。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "余既不难夫离别兮,伤灵修之数化。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "余既滋兰之九畹兮,又树蕙之百亩。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "畦留夷与揭车兮,杂杜衡与芳芷。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "冀枝叶之峻茂兮,愿俟时乎吾将刈。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "虽萎绝其亦何伤兮,哀众芳之芜秽。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "众皆竞进以贪婪兮,凭不厌乎求索。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "羌内恕己以量人兮,各兴心而嫉妒。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "忽驰骛以追逐兮,非余心之所急。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "老冉冉其将至兮,恐修名之不立。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "朝饮木兰之坠露兮,夕餐秋菊之落英。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "苟余情其信姱以练要兮,长顑颔亦何伤。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "掔木根以结茝兮,贯薜荔之落蕊。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "矫菌桂以纫蕙兮,索胡绳之纚纚。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "謇吾法夫前修兮,非世俗之所服。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "虽不周于今之人兮,愿依彭咸之遗则。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "长太息以掩涕兮,哀民生之多艰。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "余虽好修姱以鞿羁兮,謇朝谇而夕替。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "既替余以蕙纕兮,又申之以揽茝。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "亦余心之所善兮,虽九死其犹未悔。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "怨灵修之浩荡兮,终不察夫民心。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "众女嫉余之蛾眉兮,谣诼谓余以善淫。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "固时俗之工巧兮,偭规矩而改错。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "背绳墨以追曲兮,竞周容以为度。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "忳郁邑余侘傺兮,吾独穷困乎此时也。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "宁溘死以流亡兮,余不忍为此态也。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "鸷鸟之不群兮,自前世而固然。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "何方圜之能周兮,夫孰异道而相安?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "屈心而抑志兮,忍尤而攘诟。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "伏清白以死直兮,固前圣之所厚。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "悔相道之不察兮,延伫乎吾将反。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "回朕车以复路兮,及行迷之未远。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "步余马于兰皋兮,驰椒丘且焉止息。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "进不入以离尤兮,退将复修吾初服。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "制芰荷以为衣兮,集芙蓉以为裳。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "不吾知其亦已兮,苟余情其信芳。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "高余冠之岌岌兮,长余佩之陆离。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "芳与泽其杂糅兮,唯昭质其犹未亏。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "忽反顾以游目兮,将往观乎四荒。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "佩缤纷其繁饰兮,芳菲菲其弥章。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "民生各有所乐兮,余独好修以为常。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "虽体解吾犹未变兮,岂余心之可惩。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "女媭之婵媛兮,申申其詈予,曰:", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "鲧婞直以亡身兮,终然夭乎羽之野。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "汝何博謇而好修兮,纷独有此姱节?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "薋菉葹以盈室兮,判独离而不服。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "众不可户说兮,孰云察余之中情?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "世并举而好朋兮,夫何茕独而不予听?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "依前圣以节中兮,喟凭心而历兹。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "济沅湘以南征兮,就重华而陈词:", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "启《九辩》与《九歌》兮,夏康娱以自纵。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "不顾难以图后兮,五子用失乎家衖。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "羿淫游以佚畋兮,又好射夫封狐。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "固乱流其鲜终兮,浞又贪夫厥家。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "浇身被服强圉兮,纵欲而不忍。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "日康娱而自忘兮,厥首用夫颠陨。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "夏桀之常违兮,乃遂焉而逢殃。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "后辛之菹醢兮,殷宗用而不长。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "汤禹俨而祗敬兮,周论道而莫差。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "举贤才而授能兮,循绳墨而不颇。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "皇天无私阿兮,览民德焉错辅。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "夫维圣哲以茂行兮,苟得用此下土。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "瞻前而顾后兮,相观民之计极。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "夫孰非义而可用兮?孰非善而可服?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "阽余身而危死兮,览余初其犹未悔。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "不量凿而正枘兮,固前修以菹醢。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "曾歔欷余郁邑兮,哀朕时之不当。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "揽茹蕙以掩涕兮,沾余襟之浪浪。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "跪敷衽以陈辞兮,耿吾既得此中正。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "驷玉虬以椉鹥兮,溘埃风余上征。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "朝发轫于苍梧兮,夕余至乎县圃。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "欲少留此灵琐兮,日忽忽其将暮。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "吾令羲和弭节兮,望崦嵫而勿迫。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "路曼曼其修远兮,吾将上下而求索。(曼曼 一作:漫漫)", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "饮余马于咸池兮,总余辔乎扶桑。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "折若木以拂日兮,聊逍遥以相羊。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "前望舒使先驱兮,后飞廉使奔属。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "鸾皇为余先戒兮,雷师告余以未具。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "吾令凤鸟飞腾兮,继之以日夜。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "飘风屯其相离兮,帅云霓而来御。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "纷总总其离合兮,斑陆离其上下。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "吾令帝阍开关兮,倚阊阖而望予。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "时暧暧其将罢兮,结幽兰而延伫。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "世溷浊而不分兮,好蔽美而嫉妒。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "朝吾将济于白水兮,登阆风而绁马。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "忽反顾以流涕兮,哀高丘之无女。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "溘吾游此春宫兮,折琼枝以继佩。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "及荣华之未落兮,相下女之可诒。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "吾令丰隆乘云兮,求宓妃之所在。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "解佩纕以结言兮,吾令謇修以为理。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "纷总总其离合兮,忽纬繣其难迁。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "夕归次于穷石兮,朝濯发乎洧盘。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "保厥美以骄傲兮,日康娱以淫游。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "虽信美而无礼兮,来违弃而改求。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "览相观于四极兮,周流乎天余乃下。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "望瑶台之偃蹇兮,见有娀之佚女。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "吾令鸩为媒兮,鸩告余以不好。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "雄鸠之鸣逝兮,余犹恶其佻巧。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "心犹豫而狐疑兮,欲自适而不可。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "凤皇既受诒兮,恐高辛之先我。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "欲远集而无所止兮,聊浮游以逍遥。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "及少康之未家兮,留有虞之二姚。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "理弱而媒拙兮,恐导言之不固。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "世溷浊而嫉贤兮,好蔽美而称恶。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "闺中既以邃远兮,哲王又不寤。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "怀朕情而不发兮,余焉能忍而与此终古?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "索琼茅以筳篿兮,命灵氛为余占之。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "曰:两美其必合兮,孰信修而慕之?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "思九州之博大兮,岂惟是其有女?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "曰:勉远逝而无狐疑兮,孰求美而释女?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "何所独无芳草兮,尔何怀乎故宇?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "世幽昧以昡曜兮,孰云察余之善恶?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "民好恶其不同兮,惟此党人其独异!", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "户服艾以盈要兮,谓幽兰其不可佩。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "览察草木其犹未得兮,岂珵美之能当?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "苏粪壤以充帏兮,谓申椒其不芳。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "欲从灵氛之吉占兮,心犹豫而狐疑。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "巫咸将夕降兮,怀椒糈而要之。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "百神翳其备降兮,九疑缤其并迎。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "皇剡剡其扬灵兮,告余以吉故。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "曰:勉升降以上下兮,求矩矱之所同。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "汤禹俨而求合兮,挚咎繇而能调。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "苟中情其好修兮,又何必用夫行媒?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "说操筑于傅岩兮,武丁用而不疑。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "吕望之鼓刀兮,遭周文而得举。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "宁戚之讴歌兮,齐桓闻以该辅。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "及年岁之未晏兮,时亦犹其未央。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "恐鹈鴂之先鸣兮,使夫百草为之不芳。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "何琼佩之偃蹇兮,众薆然而蔽之。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "惟此党人之不谅兮,恐嫉妒而折之。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "时缤纷其变易兮,又何可以淹留?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "兰芷变而不芳兮,荃蕙化而为茅。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "何昔日之芳草兮,今直为此萧艾也?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "岂其有他故兮,莫好修之害也!", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "余以兰为可恃兮,羌无实而容长。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "委厥美以从俗兮,苟得列乎众芳。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "椒专佞以慢慆兮,樧又欲充夫佩帏。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "既干进而务入兮,又何芳之能祗?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "固时俗之流从兮,又孰能无变化?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "览椒兰其若兹兮,又况揭车与江离?", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "惟兹佩之可贵兮,委厥美而历兹。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "芳菲菲而难亏兮,芬至今犹未沬。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "和调度以自娱兮,聊浮游而求女。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "及余饰之方壮兮,周流观乎上下。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "灵氛既告余以吉占兮,历吉日乎吾将行。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "折琼枝以为羞兮,精琼爢以为粻。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "为余驾飞龙兮,杂瑶象以为车。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "何离心之可同兮?吾将远逝以自疏。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "邅吾道夫昆仑兮,路修远以周流。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "扬云霓之晻蔼兮,鸣玉鸾之啾啾。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "朝发轫于天津兮,夕余至乎西极。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "凤皇翼其承旗兮,高翱翔之翼翼。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "忽吾行此流沙兮,遵赤水而容与。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "麾蛟龙使梁津兮,诏西皇使涉予。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "路修远以多艰兮,腾众车使径待。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "路不周以左转兮,指西海以为期。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "屯余车其千乘兮,齐玉轪而并驰。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "驾八龙之婉婉兮,载云旗之委蛇。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "抑志而弭节兮,神高驰之邈邈。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "奏《九歌》而舞《韶》兮,聊假日以媮乐。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "陟升皇之赫戏兮,忽临睨夫旧乡。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "仆夫悲余马怀兮,蜷局顾而不行。", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "乱曰:已矣哉!", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "国无人莫我知兮,又何怀乎故都!", + "author": "屈原", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + }, + { + "text": "既莫足与为美政兮,吾将从彭咸之所居!", + "author": "离骚", + "contributor": "Sunwuyuan", + "link":"https://www.gushiwen.cn/shiwenv.aspx?id=f5714bcd33e3" + } + ] + } diff --git a/src/pages/settings.vue b/src/pages/settings.vue index 7bd6103..883a29d 100644 --- a/src/pages/settings.vue +++ b/src/pages/settings.vue @@ -42,6 +42,7 @@ + + + + + @@ -152,6 +157,7 @@ import RefreshSettingsCard from '@/components/settings/cards/RefreshSettingsCard import DisplaySettingsCard from '@/components/settings/cards/DisplaySettingsCard.vue'; import DataProviderSettingsCard from '@/components/settings/cards/DataProviderSettingsCard.vue'; import ThemeSettingsCard from '@/components/settings/cards/ThemeSettingsCard.vue'; +import EchoChamberCard from '@/components/settings/cards/EchoChamberCard.vue'; import { getSetting, setSetting, @@ -177,7 +183,8 @@ export default { StudentListCard, AboutCard, DataProviderSettingsCard, - ThemeSettingsCard + ThemeSettingsCard, + EchoChamberCard }, setup() { const { mobile } = useDisplay();