From 05728488033c55286e11a3e1f76463a62973ad5e Mon Sep 17 00:00:00 2001 From: pluvium27 Date: Sun, 19 Apr 2026 00:05:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20FAST-0=20=E7=89=B9=E6=AE=8A=E7=AE=97?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .python-version | 1 - CONTRIBUTING.md | 14 +- README.md | 39 +- data/config/config.toml | 7 +- data/config/data/config/config.toml | 0 data/data/config/config.toml | 0 data/repo/cngk-t/algodata.json | 11402 ++++++++++++++++++++ data/repo/cngk-t/manifest.toml | 3 + data/repo/cngk-t/payload.toml | 5705 ++++++++++ data/repo/cngk-t/schedule.toml | 11 + data/repo/{test => cngk-t}/typedef.toml | 0 data/repo/test/algodata.json | 1 - data/repo/test/manifest.toml | 3 - data/repo/test/payload.toml | 11 - data/repo/test/schedule.toml | 11 - glossary.md | 7 +- pyproject.toml | 25 +- src/heurams/interface/README.md | 1 + src/heurams/kernel/README.md | 2 +- src/heurams/kernel/algorithms/__init__.py | 3 + src/heurams/kernel/algorithms/fast0.py | 91 + src/heurams/kernel/reactor/README.md | 62 +- src/heurams/providers/README.md | 3 +- src/heurams/services/README.md | 3 +- uv.lock | 757 +- 25 files changed, 17580 insertions(+), 582 deletions(-) delete mode 100644 .python-version create mode 100644 data/config/data/config/config.toml create mode 100644 data/data/config/config.toml create mode 100644 data/repo/cngk-t/algodata.json create mode 100644 data/repo/cngk-t/manifest.toml create mode 100644 data/repo/cngk-t/payload.toml create mode 100644 data/repo/cngk-t/schedule.toml rename data/repo/{test => cngk-t}/typedef.toml (100%) delete mode 100644 data/repo/test/algodata.json delete mode 100644 data/repo/test/manifest.toml delete mode 100644 data/repo/test/payload.toml delete mode 100644 data/repo/test/schedule.toml create mode 100644 src/heurams/kernel/algorithms/fast0.py diff --git a/.python-version b/.python-version deleted file mode 100644 index e4fba21..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.12 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d50a01..7853516 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,22 +1,22 @@ # 贡献指南 -欢迎为此项目做出贡献! +欢迎为此项目做出贡献!\ 本项目是一个开源项目, 我们鼓励社区成员参与改进. ## 开发规范 -1. 分支划分: +1. 分支划分: - `main` 分支: 稳定版本 - `dev` 分支: 开发版本 - 功能分支: 从 `dev` 分支创建, 命名格式为 `feature/描述` 或 `fix/描述` 或 `refactor/描述` -2. 代码风格: +1. 代码风格: - 请使用 Black 格式化代码 - 遵循 PEP 8 规范 - - 添加适当的文档字符串 -3. 提交消息: + - 添加适当的文档字符串 +1. 提交消息: - 使用简体中文或英文撰写清晰的提交消息 - 格式: 遵循 Conventional Commits 规范 -4. 合并方式: +1. 合并方式: - 不使用 Fast-forward 合并 - 可以设置 `git config merge.ff false` @@ -39,4 +39,4 @@ pip install -e . ## 许可证 -贡献者同意其贡献将在 AGPL-3.0 许可证下发布. +贡献者同意其贡献将在 AGPL-3.0 许可证下发布. diff --git a/README.md b/README.md index 9cbbfae..58d09bd 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,26 @@ # 潜进 (HeurAMS) - 启发式辅助记忆程序 ## 概述 -"潜进" (HeurAMS: Heuristic Auxiliary Memorizing Scheduler, 启发式记忆辅助调度器) 是为习题册, 古诗词, 及其他问答/记忆/理解型知识设计的开放源代码多用途辅助记忆软件, 提供动态规划的优化记忆方案 + +"潜进" (HeurAMS: Heuristic Auxiliary Memorizing Scheduler, 启发式记忆辅助调度器) 是为习题册, 古诗词, 及其他问答/记忆/理解型知识设计的开放源代码多用途辅助记忆软件, 提供动态规划的优化记忆方案 ## 关于此仓库 -本仓库为 "潜进" 软件组项目的核心部分, 包含核心功能模块以及基于 Textual 框架的基础用户界面(heurams.interface)实现 -除了通过用户界面进行学习外, 你也可以在 Python 中导入 `heurams` 库, 使用其中实现的状态机, 算法迭代器和数据模型构建辅助记忆功能 + +本仓库为 "潜进" 软件组项目的核心部分, 包含核心功能模块以及基于 Textual 框架的基础用户界面(heurams.interface)实现\ +除了通过用户界面进行学习外, 你也可以在 Python 中导入 `heurams` 库, 使用其中实现的状态机, 算法迭代器和数据模型构建辅助记忆功能 ## 特性 ### 间隔迭代算法 -> 许多出版物都广泛讨论了不同重复间隔对学习效果的影响. 特别是, 间隔效应被认为是一种普遍现象. 间隔效应是指, 如果重复的间隔是分散/稀疏的, 而不是集中重复, 那么学习任务的表现会更好. 因此, 有观点提出, 学习中使用的最佳重复间隔是**最长的, 但不会导致遗忘的间隔**. + +> 许多出版物都广泛讨论了不同重复间隔对学习效果的影响. 特别是, 间隔效应被认为是一种普遍现象. 间隔效应是指, 如果重复的间隔是分散/稀疏的, 而不是集中重复, 那么学习任务的表现会更好. 因此, 有观点提出, 学习中使用的最佳重复间隔是**最长的, 但不会导致遗忘的间隔**. + - 采用经实证的 SM-2 间隔迭代算法, 此算法亦用作 Anki 闪卡记忆软件的默认闪卡调度器 - 动态规划每个记忆单元的记忆间隔时间表 - 动态跟踪记忆反馈数据, 优化长期记忆保留率与稳定性 ### 学习进程优化 + - 元数据配置: 支持配置详细附加数据 - 自然语音: 集成文本转语音 (TTS) 功能, 支持"电台"回顾功能 - 多种谜题类型: 选择题 (MCQ), 填空题 (Cloze), 识别题 (Recognition) @@ -23,6 +28,7 @@ - 云同步支持: 通过多种协议同步数据到远程服务器 ### 实用用户界面 + - 响应式 Textual 框架构建的跨平台 TUI 界面 - 支持触屏/鼠标/键盘多操作模式 - 简洁直观的复习流程设计 @@ -30,39 +36,45 @@ ## 安装 ### 从源码安装 -1. 克隆仓库: + +1. 克隆仓库: + ```bash git clone https://gitea.imwangzhiyu.xyz/ajax/HeurAMS cd HeurAMS ``` -2. 安装依赖: +1. 安装依赖: + ```bash pip install -r requirements.txt ``` -3. 以开发模式安装包: +1. 以开发模式安装包: + ```bash pip install -e . ``` ### 从包管理器安装 -暂时还没有:( + +暂时还没有:( ## 启动应用 + ```bash # 在任一目录(建议是空目录或者包根目录, 将被用作存放数据)下运行 python -m heurams.interface ``` -配置文件位于 `./data/config/config.toml`(相对于工作目录). +配置文件位于 `./data/config/config.toml`(相对于工作目录).\ 如果不存在, 会使用内置的默认配置. ## 项目结构 ### 架构图(待更新 0.5.0) -以下 Mermaid 图展示了 HeurAMS 的主要组件及其关系: +以下 Mermaid 图展示了 HeurAMS 的主要组件及其关系: ```mermaid graph TB @@ -123,23 +135,24 @@ graph TB ## 贡献 -欢迎贡献!请参阅 [CONTRIBUTING.md](CONTRIBUTING.md) 了解贡献指南. +欢迎贡献! 请参阅 [CONTRIBUTING.md](CONTRIBUTING.md) 了解贡献指南. ## 许可证 ### 项目本身 -本项目基于 AGPL-3.0 许可证开源. 详见根目录下 [LICENSE](LICENSE) 文件. +本项目基于 AGPL-3.0 许可证开源. 详见根目录下 [LICENSE](LICENSE) 文件. ### 第三方代码 项目在 `src/heurams/vendor/` 目录下嵌入了以下第三方代码(可能有修改): #### py-fsrs + - 上游版本: 6.3.1 - 位置: `src/heurams/vendor/pyfsrs/` - 原项目: [py-fsrs](https://github.com/open-spaced-repetition/py-fsrs) - 原许可证: Copyright (c) 2026 Open Spaced Repetition Contributors - 原许可证: MIT License, 详见 `src/heurams/vendor/pyfsrs/LICENSE` -本项目受益于他们无私且优秀的工作 \ No newline at end of file +本项目受益于他们无私且优秀的工作 diff --git a/data/config/config.toml b/data/config/config.toml index d6fd9f2..2e54fee 100644 --- a/data/config/config.toml +++ b/data/config/config.toml @@ -12,7 +12,7 @@ quick_pass = true auto_pass = false # 对于每个项目的默认新记忆原子数量 -scheduled_num = 8 +scheduled_num = 20 # UTC 时间戳修正 仅用于 UNIX 日时间戳的生成修正, 单位为秒 timezone_offset = +28800 # 中国标准时间 (UTC+8) @@ -20,10 +20,11 @@ timezone_offset = +28800 # 中国标准时间 (UTC+8) [interface] [interface.memorizor] -autovoice = false # 自动语音播放, 仅限于 recognition 组件 +autovoice = true # 自动语音播放, 仅限于 recognition 组件 [algorithm] -default = "SM-2" # 主要算法; 可选项: SM-2, SM-15M, FSRS +# default = "SM-2" # 主要算法; 可选项: SM-2, SM-15M, FSRS, FAST-0 +default = 'FAST-0' [puzzles] # 谜题默认配置 diff --git a/data/config/data/config/config.toml b/data/config/data/config/config.toml new file mode 100644 index 0000000..e69de29 diff --git a/data/data/config/config.toml b/data/data/config/config.toml new file mode 100644 index 0000000..e69de29 diff --git a/data/repo/cngk-t/algodata.json b/data/repo/cngk-t/algodata.json new file mode 100644 index 0000000..27df993 --- /dev/null +++ b/data/repo/cngk-t/algodata.json @@ -0,0 +1,11402 @@ +{ + "临安春雨初霁": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4164822 + } + }, + "世味年来薄似纱, 谁令骑马客京华.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4167655 + } + }, + "小楼一夜听春雨, 深巷明朝卖杏花.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.417041 + } + }, + "矮纸斜行闲作草, 晴窗细乳戏分茶.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4173286 + } + }, + "素衣莫起风尘叹, 犹及清明可到家.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4176028 + } + }, + "书愤": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4178832 + } + }, + "早岁那知世事艰, 中原北望气如山": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.418158 + } + }, + "楼船夜雪瓜洲渡, 铁马秋风大散关": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.41845 + } + }, + "塞上长城空自许, 镜中衰鬓已先斑": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.418725 + } + }, + "出师一表真名世, 千载谁堪伯仲间": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4190054 + } + }, + "五代史伶官传序": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4192874 + } + }, + "呜呼! 盛衰之理, 虽曰天命, 岂非人事哉!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4195747 + } + }, + "原庄宗之所以得天下, 与其所以失之者, 可以知之矣": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4198568 + } + }, + "世言晋王之将终也, 以三矢赐庄宗而告之曰:": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4201329 + } + }, + "梁, 吾仇也; 燕王, 吾所立; 契丹与吾约为兄弟; 而皆背晋以归梁": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4204254 + } + }, + "此三者, 吾遗恨也. 与尔三矢, 尔其无忘乃父之志!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4207032 + } + }, + "庄宗受而藏之于庙. 其后用兵, 则遣从事以一少牢告庙, 请其矢, 盛以锦囊, 负而前驱, 及凯旋而纳之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.420987 + } + }, + "方其系燕父子以组, 函梁君臣之首, 入于太庙, 还矢先王, 而告以成功, 其意气之盛, 可谓壮哉!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4212651 + } + }, + "及仇雠已灭, 天下已定, 一夫夜呼, 乱者四应, 仓皇东出, 未及见贼而士卒离散, 君臣相顾, 不知所归": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4215648 + } + }, + "至于誓天断发, 泣下沾襟, 何其衰也!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 2, + "rept": 0, + "interval": 1, + "last_date": 20561, + "next_date": 20562, + "is_activated": 1, + "last_modify": 1776527873.4218438 + } + }, + "岂得之难而失之易欤? 抑本其成败之迹, 而皆自于人欤?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "《书》曰: 满招损, 谦得益.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "忧劳可以兴国, 逸豫可以亡身, 自然之理也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故方其盛也, 举天下之豪杰, 莫能与之争;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "及其衰也, 数十伶人困之, 而身死国灭, 为天下笑": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "夫祸患常积于忽微, 而智勇多困于所溺, 岂独伶人也哉?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "六国论": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "六国破灭, 非兵不利, 战不善, 弊在赂秦.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "赂秦而力亏, 破灭之道也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "或曰: 六国互丧, 率赂秦耶?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "曰: 不赂者以赂者丧.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盖失强援, 不能独完.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故曰: 弊在赂秦也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "秦以攻取之外, 小则获邑, 大则得城.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "较秦之所得, 与战胜而得者, 其实百倍;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "诸侯之所亡, 与战败而亡者, 其实亦百倍.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "则秦之所大欲, 诸侯之所大患, 固不在战矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "思厥先祖父, 暴霜露, 斩荆棘, 以有尺寸之地.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "子孙视之不甚惜, 举以予人, 如弃草芥.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "今日割五城, 明日割十城, 然后得一夕安寝.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "起视四境, 而秦兵又至矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然则诸侯之地有限, 暴秦之欲无厌, 奉之弥繁, 侵之愈急.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故不战而强弱胜负已判矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "至于颠覆, 理固宜然.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "古人云: “以地事秦, 犹抱薪救火, 薪不尽, 火不灭.”": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "此言得之.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "齐人未尝赂秦, 终继五国迁灭, 何哉?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "与嬴而不助五国也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "五国既丧, 齐亦不免矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "燕赵之君, 始有远略, 能守其土, 义不赂秦.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是故燕虽小国而后亡, 斯用兵之效也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "至丹以荆卿为计, 始速祸焉.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "赵尝五战于秦, 二败而三胜.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "后秦击赵者再, 李牧连却之.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "洎牧以谗诛, 邯郸为郡, 惜其用武而不终也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "且燕赵处秦革灭殆尽之际, 可谓智力孤危, 战败而亡, 诚不得已.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "向使三国各爱其地, 齐人勿附于秦, 刺客不行, 良将犹在,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "则胜负之数, 存亡之理, 当与秦相较, 或未易量.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "呜呼! 以赂秦之地封天下之谋臣, 以事秦之心礼天下之奇才, 并力西向,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "则吾恐秦人食之不得下咽也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "悲夫! 有如此之势, 而为秦人积威之所劫, 日削月割, 以趋于亡.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "为国者无使为积威之所劫哉!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "夫六国与秦皆诸侯, 其势弱于秦, 而犹有可以不赂而胜之之势.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "苟以天下之大, 下而从六国破亡之故事, 是又在六国下矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "劝学": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君子曰: 学不可以已.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "青, 取之于蓝, 而青于蓝; 冰, 水为之, 而寒于水.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "木直中绳, 𫐓以为轮, 其曲中规.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "虽有槁暴, 不复挺者, 𫐓使之然也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故木受绳则直, 金就砺则利, 君子博学而日参省乎己, 则知明而行无过矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吾尝终日而思矣, 不如须臾之所学也; 吾尝跂而望矣, 不如登高之博见也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "登高而招, 臂非加长也, 而见者远; 顺风而呼, 声非加疾也, 而闻者彰.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "假舆马者, 非利足也, 而致千里; 假舟楫者, 非能水也, 而绝江河.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君子生非异也, 善假于物也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "积土成山, 风雨兴焉; 积水成渊, 蛟龙生焉; 积善成德, 而神明自得, 圣心备焉.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故不积跬步, 无以至千里; 不积小流, 无以成江海.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "骐骥一跃, 不能十步; 驽马十驾, 功在不舍.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "锲而舍之, 朽木不折; 锲而不舍, 金石可镂.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蚓无爪牙之利, 筋骨之强, 上食埃土, 下饮黄泉, 用心一也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蟹六跪而二螯, 非蛇鳝之穴无可寄托者, 用心躁也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "声声慢·寻寻觅觅": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "寻寻觅觅, 冷冷清清, 凄凄惨惨戚戚. 乍暖还寒时候, 最难将息. 三杯两盏淡酒, 怎敌他、晚来风急! 雁过也, 正伤心, 却是旧时相识.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "满地黄花堆积, 憔悴损, 如今有谁堪摘? 守着窗儿, 独自怎生得黑? 梧桐更兼细雨, 到黄昏、点点滴滴. 这次第, 怎一个愁字了得!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "大道之行也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "大道之行也, 天下为公.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "选贤与能, 讲信修睦.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故人不独亲其亲, 不独子其子.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "使老有所终, 壮有所用, 幼有所长.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "矜寡孤独废疾者皆有所养.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "男有分, 女有归.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "货恶其弃于地也, 不必藏于己; 力恶其不出于身也, 不必为己.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是故谋闭不兴, 盗窃乱贼而不作.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故外户而不闭, 是谓大同.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "客至": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "舍南舍北皆春水, 但见群鸥日日来.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "花径不曾缘客扫, 蓬门今始为君开.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盘飧市远无兼味, 樽酒家贫只旧醅.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "肯与邻翁相对饮, 隔篱呼取尽余杯.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "将进酒": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君不见, 黄河之水天上来, 奔流到海不复回.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君不见, 高堂明镜悲白发, 朝如青丝暮成雪!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人生得意须尽欢, 莫使金樽空对月.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "天生我材必有用, 千金散尽还复来.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "烹羊宰牛且为乐, 会须一饮三百杯.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "岑夫子, 丹丘生, 将进酒, 杯莫停.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "与君歌一曲, 请君为我倾耳听.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "钟鼓馔玉不足贵, 但愿长醉不复醒.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "古来圣贤皆寂寞, 惟有饮者留其名.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "陈王昔时宴平乐, 斗酒十千恣欢谑.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "主人何为言少钱, 径须沽取对君酌.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "五花马、千金裘, 呼儿将出换美酒, 与尔同销万古愁!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "屈原列传": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "屈平疾王听之不聪也, 谗谄之蔽明也, 邪曲之害公也, 方正之不容也, 故忧愁幽思而作《离骚》.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "离骚者, 犹离忧也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "夫天者, 人之始也; 父母者, 人之本也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人穷则反本, 故劳苦倦极, 未尝不呼天也; 疾痛惨怛, 未尝不呼父母也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "屈平正道直行, 竭忠尽智以事其君, 谗人间之, 可谓穷矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "信而见疑, 忠而被谤, 能无怨乎?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "屈平之作《离骚》, 盖自怨生也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "《国风》好色而不淫, 《小雅》怨诽而不乱.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "若《离骚》者, 可谓兼之矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "上称帝喾, 下道齐桓, 中述汤武, 以刺世事.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "明道德之广崇, 治乱之条贯, 靡不毕见.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其文约, 其辞微, 其志洁, 其行廉.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其称文小而其指极大, 举类迩而见义远.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其志洁, 故其称物芳; 其行廉, 故死而不容.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "自疏濯淖污泥之中, 蝉蜕于浊秽, 以浮游尘埃之外, 不获世之滋垢, 皭然泥而不滓者也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "推此志也, 虽与日月争光可也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "山居秋暝": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "空山新雨后, 天气晚来秋.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "明月松间照, 清泉石上流.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "竹喧归浣女, 莲动下渔舟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "随意春芳歇, 王孙自可留.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "师说": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "古之学者必有师.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "师者, 所以传道受业解惑也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人非生而知之者, 孰能无惑?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "惑而不从师, 其为惑也, 终不解矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "生乎吾前, 其闻道也固先乎吾, 吾从而师之;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "生乎吾后, 其闻道也亦先乎吾, 吾从而师之.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吾师道也, 夫庸知其年之先后生于吾乎?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是故无贵无贱, 无长无少, 道之所存, 师之所存也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "嗟乎! 师道之不传也久矣! 欲人之无惑也难矣!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "古之圣人, 其出人也远矣, 犹且从师而问焉;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "今之众人, 其下圣人也亦远矣, 而耻学于师.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是故圣益圣, 愚益愚.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "圣人之所以为圣, 愚人之所以为愚, 其皆出于此乎!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "爱其子, 择师而教之; 于其身也, 则耻师焉, 惑矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "彼童子之师, 授之书而习其句读者, 非吾所谓传其道解其惑者也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "句读之不知, 惑之不解, 或师焉, 或不焉, 小学而大遗, 吾未见其明也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "巫医乐师百工之人, 不耻相师.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "士大夫之族, 曰师曰弟子云者, 则群聚而笑之.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "问之, 则曰: “彼与彼年相若也, 道相似也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "位卑则足羞, 官盛则近谀.”": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "呜呼! 师道之不复, 可知矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "巫医乐师百工之人, 君子不齿, 今其智乃反不能及, 其可怪也欤!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "圣人无常师. 孔子师郯子、苌弘、师襄、老聃.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "郯子之徒, 其贤不及孔子.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "孔子曰: 三人行, 则必有我师.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是故弟子不必不如师, 师不必贤于弟子, 闻道有先后, 术业有专攻, 如是而已.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "李氏子蟠, 年十七, 好古文, 六艺经传皆通习之, 不拘于时, 学于余.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余嘉其能行古道, 作《师说》以贻之.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "归去来兮辞": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "归去来兮, 田园将芜胡不归?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "既自以心为形役, 奚惆怅而独悲?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "悟已往之不谏, 知来者之可追.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "实迷途其未远, 觉今是而昨非.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "舟遥遥以轻飏, 风飘飘而吹衣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "问征夫以前路, 恨晨光之熹微.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "乃瞻衡宇, 载欣载奔.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "僮仆欢迎, 稚子候门.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "三径就荒, 松菊犹存.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "携幼入室, 有酒盈樽.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "引壶觞以自酌, 眄庭柯以怡颜.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "倚南窗以寄傲, 审容膝之易安.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "园日涉以成趣, 门虽设而常关.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "策扶老以流憩, 时矫首而遐观.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "云无心以出岫, 鸟倦飞而知还.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "景翳翳以将入, 抚孤松而盘桓.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "归去来兮, 请息交以绝游.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "世与我而相违, 复驾言兮焉求?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "悦亲戚之情话, 乐琴书以消忧.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "农人告余以春及, 将有事于西畴.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "或命巾车, 或棹孤舟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "既窈窕以寻壑, 亦崎岖而经丘.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "木欣欣以向荣, 泉涓涓而始流.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "善万物之得时, 感吾生之行休.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "已矣乎! 寓形宇内复几时?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "曷不委心任去留?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "胡为乎遑遑欲何之?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "富贵非吾愿, 帝乡不可期.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "怀良辰以孤往, 或植杖而耘耔.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "登东皋以舒啸, 临清流而赋诗.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "聊乘化以归尽, 乐夫天命复奚疑!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "归园田居·其一": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "少无适俗韵, 性本爱丘山": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "误落尘网中, 一去三十年": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "羁鸟恋旧林, 池鱼思故渊": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "开荒南野际, 守拙归园田": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "方宅十余亩, 草屋八九间": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "榆柳荫后檐, 桃李罗堂前": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "暧暧远人村, 依依墟里烟": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "狗吠深巷中, 鸡鸣桑树颠": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "户庭无尘杂, 虚室有余闲": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "久在樊笼里, 复得返自然": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "念奴娇·赤壁怀古": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "大江东去, 浪淘尽, 千古风流人物.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故垒西边, 人道是, 三国周郎赤壁.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "乱石穿空, 惊涛拍岸, 卷起千堆雪.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "江山如画, 一时多少豪杰.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "遥想公瑾当年, 小乔初嫁了, 雄姿英发.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "羽扇纶巾, 谈笑间, 樯橹灰飞烟灭.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故国神游, 多情应笑我, 早生华发.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人生如梦, 一尊还酹江月.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "念奴娇·过洞庭": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "洞庭青草, 近中秋, 更无一点风色.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "玉鉴琼田三万顷, 着我扁舟一叶.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "素月分辉, 明河共影, 表里俱澄澈.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "悠然心会, 妙处难与君说.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "应念岭海经年, 孤光自照, 肝肺皆冰雪.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "短发萧骚襟袖冷, 稳泛沧浪空阔.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "尽挹西江, 细斟北斗, 万象为宾客.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "扣舷独啸, 不知今夕何夕!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "扬州慢": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "淮左名都, 竹西佳处, 解鞍少驻初程.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "过春风十里, 尽荠麦青青.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "自胡马窥江去后, 废池乔木, 犹厌言兵.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "渐黄昏, 清角吹寒, 都在空城.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "杜郎俊赏, 算而今, 重到须惊.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "纵豆蔻词工, 青楼梦好, 难赋深情.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "二十四桥仍在, 波心荡, 冷月无声.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "念桥边红药, 年年知为谁生?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "报任安书": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "古者富贵而名摩灭, 不可胜记, 唯倜傥非常之人称焉.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盖文王拘而演《周易》; 仲尼厄而作《春秋》; 屈原放逐, 乃赋《离骚》; 左丘失明, 厥有《国语》;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "孙子膑脚, 《兵法》修列; 不韦迁蜀, 世传《吕览》; 韩非囚秦, 《说难》《孤愤》;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "《诗》三百篇, 大底圣贤发愤之所为作也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "此人皆意有所郁结, 不得通其道, 故述往事, 思来者.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "乃如左丘无目, 孙子断足, 终不可用, 退而论书策, 以舒其愤, 思垂空文以自见.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "仆窃不逊, 近自托于无能之辞, 网罗天下放失旧闻, 略考其行事, 综其终始, 稽其成败兴坏之纪,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "上计轩辕, 下至于兹, 为十表, 本纪十二, 书八章, 世家三十, 列传七十, 凡百三十篇.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "亦欲以究天人之际, 通古今之变, 成一家之言.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "草创未就, 会遭此祸, 惜其不成, 是以就极刑而无愠色.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "仆诚以著此书, 藏之名山, 传之其人, 通邑大都, 则仆偿前辱之责, 虽万被戮, 岂有悔哉!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然此可为智者道, 难为俗人言也!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "拟行路难·其四": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "泻水置平地, 各自东西南北流.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人生亦有命, 安能行叹复坐愁?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "酌酒以自宽, 举杯断绝歌路难.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "心非木石岂无感, 吞声踯躅不敢言.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "无衣": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "岂曰无衣? 与子同袍. 王于兴师, 修我戈矛, 与子同仇!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "岂曰无衣? 与子同泽. 王于兴师, 修我矛戟, 与子偕作!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "岂曰无衣? 与子同裳. 王于兴师, 修我甲兵, 与子偕行!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "春江花月夜": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "春江潮水连海平, 海上明月共潮生.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "滟滟随波千万里, 何处春江无月明!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "江流宛转绕芳甸, 月照花林皆似霰.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "空里流霜不觉飞, 汀上白沙看不见.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "江天一色无纤尘, 皎皎空中孤月轮.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "江畔何人初见月? 江月何年初照人?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人生代代无穷已, 江月年年望相似.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "不知江月待何人, 但见长江送流水.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "白云一片去悠悠, 青枫浦上不胜愁.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "谁家今夜扁舟子? 何处相思明月楼?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "可怜楼上月徘徊, 应照离人妆镜台.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "玉户帘中卷不去, 捣衣砧上拂还来.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "此时相望不相闻, 愿逐月华流照君.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "鸿雁长飞光不度, 鱼龙潜跃水成文.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "昨夜闲潭梦落花, 可怜春半不还家.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "江水流春去欲尽, 江潭落月复西斜.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "斜月沉沉藏海雾, 碣石潇湘无限路.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "不知乘月几人归, 落月摇情满江树.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "望海潮·东南形胜": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "东南形胜, 三吴都会, 钱塘自古繁华.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "烟柳画桥, 风帘翠幕, 参差十万人家.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "云树绕堤沙, 怒涛卷霜雪, 天堑无涯.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "市列珠玑, 户盈罗绮, 竞豪奢.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "重湖叠𪩘清嘉, 有三秋桂子, 十里荷花.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "羌管弄晴, 菱歌泛夜, 嬉嬉钓叟莲娃.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "千骑拥高牙, 乘醉听箫鼓, 吟赏烟霞.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "异日图将好景, 归去凤池夸.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "朝天子·咏喇叭": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "喇叭, 唢呐, 曲儿小腔儿大": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "官船来往乱如麻, 全仗你抬声价": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "军听了军愁, 民听了民怕": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "哪里去辨甚么真共假?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "眼见的吹翻了这家, 吹伤了那家,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "只吹的水尽鹅飞罢!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "李凭箜篌引": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吴丝蜀桐张高秋, 空山凝云颓不流.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "江娥啼竹素女愁, 李凭中国弹箜篌.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "昆山玉碎凤凰叫, 芙蓉泣露香兰笑.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "十二门前融冷光, 二十三丝动紫皇.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "女娲炼石补天处, 石破天惊逗秋雨.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "梦入神山教神妪, 老鱼跳波瘦蛟舞.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吴质不眠倚桂树, 露脚斜飞湿寒兔.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "桂枝香·金陵怀古": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "登临送目, 正故国晚秋, 天气初肃.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "千里澄江似练, 翠峰如簇.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "归帆去棹残阳里, 背西风, 酒旗斜矗.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "彩舟云淡, 星河鹭起, 画图难足.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "念往昔, 繁华竞逐.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "叹门外楼头, 悲恨相续.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "千古凭高对此, 谩嗟荣辱.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "六朝旧事随流水, 但寒烟衰草凝绿.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "至今商女, 时时犹唱, 后庭遗曲.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "梦游天姥吟留别": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "海客谈瀛洲, 烟涛微茫信难求; 越人语天姥, 云霞明灭或可睹.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "天姥连天向天横, 势拔五岳掩赤城.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "天台四万八千丈, 对此欲倒东南倾.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "我欲因之梦吴越, 一夜飞度镜湖月.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "湖月照我影, 送我至剡溪.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "谢公宿处今尚在, 渌水荡漾清猿啼.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "脚著谢公屐, 身登青云梯.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "半壁见海日, 空中闻天鸡.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "千岩万转路不定, 迷花倚石忽已暝.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "熊咆龙吟殷岩泉, 栗深林兮惊层巅.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "云青青兮欲雨, 水澹澹兮生烟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "列缺霹雳, 丘峦崩摧.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "洞天石扉, 訇然中开.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "青冥浩荡不见底, 日月照耀金银台.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "霓为衣兮风为马, 云之君兮纷纷而来下.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "虎鼓瑟兮鸾回车, 仙之人兮列如麻.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "忽魂悸以魄动, 恍惊起而长嗟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "惟觉时之枕席, 失向来之烟霞.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "世间行乐亦如此, 古来万事东流水.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "别君去兮何时还? 且放白鹿青崖间, 须行即骑访名山.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "安能摧眉折腰事权贵, 使我不得开心颜?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "永遇乐·京口北固亭怀古": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "千古江山, 英雄无觅, 孙仲谋处.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "舞榭歌台, 风流总被, 雨打风吹去.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "斜阳草树, 寻常巷陌, 人道寄奴曾住.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "想当年, 金戈铁马, 气吞万里如虎.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "元嘉草草, 封狼居胥, 赢得仓皇北顾.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "四十三年, 望中犹记, 烽火扬州路.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "可堪回首, 佛狸祠下, 一片神鸦社鼓.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "凭谁问: 廉颇老矣, 尚能饭否?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "江城子·乙卯正月二十日夜记梦": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "十年生死两茫茫, 不思量, 自难忘": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "千里孤坟, 无处话凄凉": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "纵使相逢应不识, 尘满面, 鬓如霜": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "夜来幽梦忽还乡, 小轩窗, 正梳妆": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "相顾无言, 惟有泪千行": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "料得年年肠断处, 明月夜, 短松冈": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "涉江采芙蓉": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "涉江采芙蓉, 兰泽多芳草.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "采之欲遗谁? 所思在远道.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "还顾望旧乡, 长路漫浩浩.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "同心而离居, 忧伤以终老.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "燕歌行": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "开元二十六年, 客有从元戎出塞而还者, 作《燕歌行》以示, 适感征戍之事, 因而和焉.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "汉家烟尘在东北, 汉将辞家破残贼.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "男儿本自重横行, 天子非常赐颜色.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "摐金伐鼓下榆关, 旌旆逶迤碣石间.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "校尉羽书飞瀚海, 单于猎火照狼山.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "山川萧条极边土, 胡骑凭陵杂风雨.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "战士军前半死生, 美人帐下犹歌舞!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "大漠穷秋塞草腓, 孤城落日斗兵稀.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "身当恩遇常轻敌, 力尽关山未解围.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "铁衣远戍辛勤久, 玉箸应啼别离后.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "少妇城南欲断肠, 征人蓟北空回首.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "边庭飘飖那可度, 绝域苍茫无所有.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "杀气三时作阵云, 寒声一夜传刁斗.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "相看白刃血纷纷, 死节从来岂顾勋!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君不见沙场征战苦, 至今犹忆李将军.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "琵琶行": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "浔阳江头夜送客, 枫叶荻花秋瑟瑟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "主人下马客在船, 举酒欲饮无管弦.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "醉不成欢惨将别, 别时茫茫江浸月.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "忽闻水上琵琶声, 主人忘归客不发.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "寻声暗问弹者谁, 琵琶声停欲语迟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "移船相近邀相见, 添酒回灯重开宴.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "千呼万唤始出来, 犹抱琵琶半遮面.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "转轴拨弦三两声, 未成曲调先有情.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "弦弦掩抑声声思, 似诉平生不得志.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "低眉信手续续弹, 说尽心中无限事.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "轻拢慢捻抹复挑, 初为《霓裳》后《六幺》.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "大弦嘈嘈如急雨, 小弦切切如私语.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "嘈嘈切切错杂弹, 大珠小珠落玉盘.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "间关莺语花底滑, 幽咽泉流冰下难.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "冰泉冷涩弦凝绝, 凝绝不通声暂歇.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "别有幽愁暗恨生, 此时无声胜有声.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "银瓶乍破水浆迸, 铁骑突出刀枪鸣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "曲终收拨当心画, 四弦一声如裂帛.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "东船西舫悄无言, 唯见江心秋月白.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "沉吟放拨插弦中, 整顿衣裳起敛容.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "自言本是京城女, 家在虾蟆陵下住.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "十三学得琵琶成, 名属教坊第一部.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "曲罢曾教善才服, 妆成每被秋娘妒.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "五陵年少争缠头, 一曲红绡不知数.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "钿头银篦击节碎, 血色罗裙翻酒污.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "今年欢笑复明年, 秋月春风等闲度.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "弟走从军阿姨死, 暮去朝来颜色故.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "门前冷落鞍马稀, 老大嫁作商人妇.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "商人重利轻别离, 前月浮梁买茶去.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "去来江口守空船, 绕船月明江水寒.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "夜深忽梦少年事, 梦啼妆泪红阑干.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "我闻琵琶已叹息, 又闻此语重唧唧.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "同是天涯沦落人, 相逢何必曾相识!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "我从去年辞帝京, 谪居卧病浔阳城.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "浔阳地僻无音乐, 终岁不闻丝竹声.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "住近湓江地低湿, 黄芦苦竹绕宅生.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其间旦暮闻何物? 杜鹃啼血猿哀鸣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "春江花朝秋月夜, 往往取酒还独倾.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "岂无山歌与村笛, 呕哑嘲哳难为听.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "今夜闻君琵琶语, 如听仙乐耳暂明.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "莫辞更坐弹一曲, 为君翻作《琵琶行》.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "感我此言良久立, 却坐促弦弦转急.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "凄凄不似向前声, 满座重闻皆掩泣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "座中泣下谁最多? 江州司马青衫湿.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "登岳阳楼": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "昔闻洞庭水, 今上岳阳楼.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吴楚东南坼, 乾坤日夜浮.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "亲朋无一字, 老病有孤舟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "戎马关山北, 凭轩涕泗流.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "登快阁": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "痴儿了却公家事, 快阁东西倚晚晴.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "落木千山天远大, 澄江一道月分明.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "朱弦已为佳人绝, 青眼聊因美酒横.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "万里归船弄长笛, 此心吾与白鸥盟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "登泰山记": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "泰山之阳, 汶水西流; 其阴, 济水东流.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "阳谷皆入汶, 阴谷皆入济.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "当其南北分者, 古长城也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "最高日观峰, 在长城南十五里.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余以乾隆三十九年十二月, 自京师乘风雪, 历齐河、长清, 穿泰山西北谷, 越长城之限, 至于泰安.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是月丁未, 与知府朱孝纯子颍由南麓登.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "四十五里, 道皆砌石为磴, 其级七千有余.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "泰山正南面有三谷.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "中谷绕泰安城下, 郦道元所谓环水也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余始循以入, 道少半, 越中岭, 复循西谷, 遂至其巅.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "古时登山, 循东谷入, 道有天门.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "东谷者, 古谓之天门溪水, 余所不至也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "今所经中岭及山巅, 崖限当道者, 世皆谓之天门云.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "道中迷雾冰滑, 磴几不可登.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "及既上, 苍山负雪, 明烛天南.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "望晚日照城郭, 汶水、徂徕如画, 而半山居雾若带然.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "戊申晦, 五鼓, 与子颍坐日观亭, 待日出.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "大风扬积雪击面.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "亭东自足下皆云漫.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "稍见云中白若樗蒱数十立者, 山也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "极天云一线异色, 须臾成五采.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "日上, 正赤如丹, 下有红光动摇承之.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "或曰, 此东海也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "回视日观以西峰, 或得日或否, 绛皓驳色, 而皆若偻.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "亭西有岱祠, 又有碧霞元君祠.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "皇帝行宫在碧霞元君祠东.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是日观道中石刻, 自唐显庆以来, 其远古刻尽漫失.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "僻不当道者, 皆不及往.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "山多石, 少土.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "石苍黑色, 多平方, 少圜.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "少杂树, 多松, 生石罅, 皆平顶.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "冰雪, 无瀑水, 无鸟兽音迹.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "至日观数里内无树, 而雪与人膝齐.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "桐城姚鼐记.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "登高": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "风急天高猿啸哀, 渚清沙白鸟飞回.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "无边落木萧萧下, 不尽长江滚滚来.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "万里悲秋常作客, 百年多病独登台.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "艰难苦恨繁霜鬓, 潦倒新停浊酒杯.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "短歌行": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "对酒当歌, 人生几何!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "譬如朝露, 去日苦多.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "慨当以慷, 忧思难忘.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "何以解忧? 唯有杜康.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "青青子衿, 悠悠我心.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "但为君故, 沉吟至今.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "呦呦鹿鸣, 食野之苹.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "我有嘉宾, 鼓瑟吹笙.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "明明如月, 何时可掇?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "忧从中来, 不可断绝.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "越陌度阡, 枉用相存.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "契阔谈讌, 心念旧恩.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "月明星稀, 乌鹊南飞.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "绕树三匝, 何枝可依?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "山不厌高, 海不厌深.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "周公吐哺, 天下归心.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "石钟山记": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "《水经》云:\"彭蠡之口有石钟山焉\"": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "郦元以为下临深潭, 微风鼓浪, 水石相搏, 声如洪钟": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是说也, 人常疑之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "今以钟磬置水中, 虽大风浪不能鸣也, 而况石乎": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "至唐李渤始访其遗踪, 得双石于潭上": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "扣而聆之, 南声函胡, 北音清越, 桴止响腾, 余韵徐歇": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "自以为得之矣": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然是说也, 余尤疑之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "石之铿然有声者, 所在皆是也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "而此独以钟名, 何哉": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "元丰七年六月丁丑, 余自齐安舟行适临汝": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "而长子迈将赴饶之德兴尉, 送之至湖口": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "因得观所谓石钟者": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "寺僧使小童持斧, 于乱石间择其一二扣之, 硿硿焉": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余固笑而不信也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "至暮夜月明, 独与迈乘小舟, 至绝壁下": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "大石侧立千尺, 如猛兽奇鬼, 森然欲搏人": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "而山上栖鹘, 闻人声亦惊起, 磔磔云霄间": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "又有若老人咳且笑于山谷中者, 或曰此鹳鹤也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余方心动欲还, 而大声发于水上": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "噌吰如钟鼓不绝": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "舟人大恐": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "徐而察之, 则山下皆石穴罅": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "不知其浅深, 微波入焉, 涵澹澎湃而为此也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "舟回至两山间, 将入港口, 有大石当中流": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "可坐百人, 空中而多窍": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "与风水相吞吐, 有窾坎镗鞳之声": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "与向之噌吰者相应, 如乐作焉": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "因笑谓迈曰:\"汝识之乎\"": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "噌吰者, 周景王之无射也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "窾坎镗鞳者, 魏庄子之歌钟也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "古之人不余欺也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "事不目见耳闻, 而臆断其有无, 可乎": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "郦元之所见闻殆与余同, 而言之不详": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "士大夫终不肯以小舟夜泊绝壁之下": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故莫能知": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "而渔工水师虽知而不能言": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "此世所以不传也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "而陋者乃以斧斤考击而求之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "自以为得其实": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余是以记之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盖叹郦元之简, 而笑李渤之陋也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "离骚": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "帝高阳之苗裔兮, 朕皇考曰伯庸.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "摄提贞于孟陬兮, 惟庚寅吾以降.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "皇览揆余初度兮, 肇锡余以嘉名.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "名余曰正则兮, 字余曰灵均.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "纷吾既有此内美兮, 又重之以修能.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "扈江离与辟芷兮, 纫秋兰以为佩.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "汩余若将不及兮, 恐年岁之不吾与.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "朝搴阰之木兰兮, 夕揽洲之宿莽.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "日月忽其不淹兮, 春与秋其代序.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "惟草木之零落兮, 恐美人之迟暮.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "不抚壮而弃秽兮, 何不改此度?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "乘骐骥以驰骋兮, 来吾道夫先路!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "长太息以掩涕兮, 哀民生之多艰.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余虽好修姱以鞿羁兮, 謇朝谇而夕替.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "既替余以蕙纕兮, 又申之以揽茝.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "亦余心之所善兮, 虽九死其犹未悔.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "怨灵修之浩荡兮, 终不察夫民心.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "众女嫉余之蛾眉兮, 谣诼谓余以善淫.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "固时俗之工巧兮, 偭规矩而改错.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "背绳墨以追曲兮, 竞周容以为度.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "忳郁邑余侘傺兮, 吾独穷困乎此时也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "宁溘死以流亡兮, 余不忍为此态也!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "鸷鸟之不群兮, 自前世而固然.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "何方圜之能周兮, 夫孰异道而相安?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "屈心而抑志兮, 忍尤而攘诟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "伏清白以死直兮, 固前圣之所厚.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "悔相道之不察兮, 延伫乎吾将反.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "回朕车以复路兮, 及行迷之未远.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "步余马于兰皋兮, 驰椒丘且焉止息.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "进不入以离尤兮, 退将复修吾初服.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "制芰荷以为衣兮, 集芙蓉以为裳.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "不吾知其亦已兮, 苟余情其信芳.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "高余冠之岌岌兮, 长余佩之陆离.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "芳与泽其杂糅兮, 唯昭质其犹亏.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "忽反顾以游目兮, 将往观乎四荒.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "佩缤纷其繁饰兮, 芳菲菲其弥章.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "民生各有所乐兮, 余独好修以为常.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "虽体解吾犹未变兮, 岂余心之可惩?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "种树郭橐驼传": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "郭橐驼, 不知始何名.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "病瘘, 隆然伏行, 有类橐驼者, 故乡人号之'驼'.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "驼闻之, 曰:'甚善.名我固当.'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "因舍其名, 亦自谓橐驼云.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其乡曰丰乐乡, 在长安西.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "驼业种树, 凡长安豪富人为观游及卖果者, 皆争迎取养.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "视驼所种树, 或移徙, 无不活, 且硕茂, 早实以蕃.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "他植者虽窥伺效慕, 莫能如也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "有问之, 对曰:'橐驼非能使木寿且孳也, 能顺木之天, 以致其性焉尔.'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "凡植木之性, 其本欲舒, 其培欲平, 其土欲故, 其筑欲密.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "既然已, 勿动勿虑, 去不复顾.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其莳也若子, 其置也若弃, 则其天者全而其性得矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故吾不害其长而已, 非有能硕茂之也; 不抑耗其实而已, 非有能早而蕃之也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "他植者则不然, 根拳而土易, 其培之也, 若不过焉则不及.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "苟有能反是者, 则又爱之太恩, 忧之太勤, 旦视而暮抚, 已去而复顾,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "甚者爪其肤以验其生枯, 摇其本以观其疏密, 而木之性日以离矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "虽曰爱之, 其实害之; 虽曰忧之, 其实仇之, 故不我若也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吾又何能为哉!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "问者曰:'以子之道, 移之官理, 可乎?'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "驼曰:'我知种树而已, 官理, 非吾业也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然吾居乡, 见长人者好烦其令, 若甚怜焉, 而卒以祸.'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "旦暮吏来而呼曰:'官命促尔耕, 勖尔植, 督尔获, 早缫而绪, 早织而缕, 字而幼孩, 遂而鸡豚.'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "'鸣鼓而聚之, 击木而召之.'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吾小人辍飧饔以劳吏者, 且不得暇, 又何以蕃吾生而安吾性耶?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故病且怠.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "若是, 则与吾业者其亦有类乎?'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "问者曰:'嘻, 不亦善夫!吾问养树, 得养人术.'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "传其事以为官戒.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "答司马谏议书": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "某启: 昨日蒙教, 窃以为与君实游处相好之日久, 而议事每不合, 所操之术多异故也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "虽欲强聒, 终必不蒙见察, 故略上报, 不复一一自辨.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "重念蒙君实视遇厚, 于反覆不宜卤莽, 故今具道所以, 冀君实或见恕也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盖儒者所争, 尤在于名实, 名实已明, 而天下之理得矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "今君实所以见教者, 以为侵官、生事、征利、拒谏, 以致天下怨谤也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "某则以谓受命于人主, 议法度而修之于朝廷, 以授之于有司, 不为侵官;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "举先王之政, 以兴利除弊, 不为生事; 为天下理财, 不为征利;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "辟邪说, 难壬人, 不为拒谏.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "至于怨诽之多, 则固前知其如此也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人习于苟且非一日, 士大夫多以不恤国事、同俗自媚于众为善, 上乃欲变此, 而某不量敌之众寡, 欲出力助上以抗之, 则众何为而不汹汹然?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盘庚之迁, 胥怨者民也, 非特朝廷士大夫而已;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盘庚不为怨者故改其度, 度义而后动, 是而不见可悔故也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "如君实责我以在位久, 未能助上大有为, 以膏泽斯民, 则某知罪矣;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "如曰今日当一切不事事, 守前所为而已, 则非某之所敢知.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "无由会晤, 不任区区向往之至!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "苏幕遮·燎沉香": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "燎沉香, 消溽暑": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "鸟雀呼晴, 侵晓窥檐语": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "叶上初阳干宿雨, 水面清圆, 一一风荷举": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "故乡遥, 何日去?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "家住吴门, 久作长安旅": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "五月渔郎相忆否?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "小楫轻舟, 梦入芙蓉浦": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "菩萨蛮·书江西造口壁": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "郁孤台下清江水, 中间多少行人泪.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "西北望长安, 可怜无数山.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "青山遮不住, 毕竟东流去.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "江晚正愁余, 山深闻鹧鸪.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "菩萨蛮·小山重叠金明灭": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "鬓云欲度香腮雪": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "懒起画蛾眉, 弄妆梳洗迟": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "照花前后镜, 花面交相映": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "新帖绣罗襦, 双双金鹧鸪": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "虞美人": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "春花秋月何时了, 往事知多少.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "小楼昨夜又东风, 故国不堪回首月明中.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "雕阑玉砌应犹在, 只是朱颜改.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "问君能有几多愁, 恰是一江春水向东流.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蜀相": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "丞相祠堂何处寻? 锦官城外柏森森.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "映阶碧草自春色, 隔叶黄鹂空好音.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "三顾频烦天下计, 两朝开济老臣心.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "出师未捷身先死, 长使英雄泪满襟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蜀道难": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "噫吁嚱, 危乎高哉!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蜀道之难, 难于上青天!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蚕丛及鱼凫, 开国何茫然!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "尔来四万八千岁, 不与秦塞通人烟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "西当太白有鸟道, 可以横绝峨眉巅.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "地崩山摧壮士死, 然后天梯石栈相钩连.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "上有六龙回日之高标, 下有冲波逆折之回川.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "黄鹤之飞尚不得过, 猿猱欲度愁攀援.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "青泥何盘盘, 百步九折萦岩峦.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "扪参历井仰胁息, 以手抚膺坐长叹.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "问君西游何时还? 畏途巉岩不可攀.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "但见悲鸟号古木, 雄飞雌从绕林间.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "又闻子规啼夜月, 愁空山.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蜀道之难, 难于上青天, 使人听此凋朱颜!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "连峰去天不盈尺, 枯松倒挂倚绝壁.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "飞湍瀑流争喧豗, 砯崖转石万壑雷.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其险也如此, 嗟尔远道之人胡为乎来哉!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "剑阁峥嵘而崔嵬, 一夫当关, 万夫莫开.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "所守或匪亲, 化为狼与豺.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "朝避猛虎, 夕避长蛇, 磨牙吮血, 杀人如麻.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "锦城虽云乐, 不如早还家.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蜀道之难, 难于上青天, 侧身西望长咨嗟!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "论语·侍坐": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "子路、曾皙、冉有、公西华侍坐": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "子曰: 以吾一日长乎尔, 毋吾以也. 居则曰: 不吾知也. 如或知尔, 则何以哉?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "子路率尔而对曰: 千乘之国, 摄乎大国之间, 加之以师旅, 因之以饥馑; 由也为之, 比及三年, 可使有勇, 且知方也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "夫子哂之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "求! 尔何如?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "对曰: 方六七十, 如五六十, 求也为之, 比及三年, 可使足民. 如其礼乐, 以俟君子": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "赤! 尔何如?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "对曰: 非曰能之, 愿学焉. 宗庙之事, 如会同, 端章甫, 愿为小相焉": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "点! 尔何如?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "鼓瑟希, 铿尔, 舍瑟而作, 对曰: 异乎三子者之撰": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "子曰: 何伤乎? 亦各言其志也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "曰: 莫春者, 春服既成, 冠者五六人, 童子六七人, 浴乎沂, 风乎舞雩, 咏而归": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "夫子喟然叹曰: 吾与点也!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "三子者出, 曾皙后. 曾皙曰: 夫三子者之言何如?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "子曰: 亦各言其志也已矣": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "曰: 夫子何哂由也?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "曰: 为国以礼, 其言不让, 是故哂之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "唯求则非邦也与?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "安见方六七十如五六十而非邦也者?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "唯赤则非邦也与?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "宗庙会同, 非诸侯而何? 赤也为之小, 孰能为之大?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "论语·学而八佾": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君子食无求饱, 居无求安, 敏于事而慎于言, 就有道而正焉, 可谓好学也已.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人而不仁, 如礼何? 人而不仁, 如乐何?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "朝闻道, 夕死可矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君子喻于义, 小人喻于利.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "见贤思齐焉, 见不贤而内自省也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "质胜文则野, 文胜质则史. 文质彬彬, 然后君子.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "士不可以不弘毅, 任重而道远. 仁以为己任, 不亦重乎? 死而后已, 不亦远乎?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "譬如为山, 未成一篑, 止, 吾止也. 譬如平地, 虽覆一篑, 进, 吾往也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "知者不惑, 仁者不忧, 勇者不惧.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "克己复礼为仁. 一日克己复礼, 天下归仁焉. 为仁由己, 而由人乎哉?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "非礼勿视, 非礼勿听, 非礼勿言, 非礼勿动.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "有一言而可以终身行之者乎?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其'恕'乎! 己所不欲, 勿施于人.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "小子何莫学夫《诗》? 《诗》可以兴, 可以观, 可以群, 可以怨. 迩之事父, 远之事君. 多识于鸟兽草木之名.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "谏太宗十思疏": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣闻求木之长者, 必固其根本; 欲流之远者, 必浚其泉源; 思国之安者, 必积其德义.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "源不深而望流之远, 根不固而求木之长, 德不厚而思国之理, 臣虽下愚, 知其不可, 而况于明哲乎!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "人君当神器之重, 居域中之大, 将崇极天之峻, 永保无疆之休.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "不念居安思危, 戒奢以俭, 德不处其厚, 情不胜其欲, 斯亦伐根以求木茂, 塞源而欲流长者也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "凡百元首, 承天景命, 莫不殷忧而道著, 功成而德衰.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "有善始者实繁, 能克终者盖寡.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "岂取之易而守之难乎? 昔取之而有余, 今守之而不足, 何也?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "夫在殷忧, 必竭诚以待下; 既得志, 则纵情以傲物.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "竭诚则胡越为一体, 傲物则骨肉为行路.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "虽董之以严刑, 振之以威怒, 终苟免而不怀仁, 貌恭而不心服.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "怨不在大, 可畏惟人; 载舟覆舟, 所宜深慎; 奔车朽索, 其可忽乎!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君人者, 诚能见可欲则思知足以自戒, 将有作则思知止以安人, 念高危则思谦冲而自牧, 惧满溢则思江海下百川, 乐盘游则思三驱以为度, 忧懈怠则思慎始而敬终, 虑壅蔽则思虚心以纳下, 想谗邪则思正身以黜恶, 恩所加则思无因喜以谬赏, 罚所及则思无因怒而滥刑.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "总此十思, 弘兹九德, 简能而任之, 择善而从之, 则智者尽其谋, 勇者竭其力, 仁者播其惠, 信者效其忠.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "文武争驰, 在君无事, 可以尽豫游之乐, 可以养松乔之寿, 鸣琴垂拱, 不言而化.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "何必劳神苦思, 代下司职, 役聪明之耳目, 亏无为之大道哉!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "贺新郎·国脉微如缕": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "国脉微如缕": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "问长缨何时入手, 缚将戎主?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "未必人间无好汉, 谁与宽些尺度?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "试看取当年韩五": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "岂有谷城公付授, 也不干曾遇骊山母": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "谈笑起, 两河路": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "少时棋柝曾联句": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "叹而今登楼揽镜, 事机频误": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "闻说北风吹面急, 边上冲梯屡舞": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君莫道投鞭虚语": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "自古一贤能制难, 有金汤便可无张许?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "快投笔, 莫题柱": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "赤壁赋": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "壬戌之秋, 七月既望, 苏子与客泛舟游于赤壁之下": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "清风徐来, 水波不兴": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "举酒属客, 诵明月之诗, 歌窈窕之章": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "少焉, 月出于东山之上, 徘徊于斗牛之间": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "白露横江, 水光接天": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "纵一苇之所如, 凌万顷之茫然": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "浩浩乎如冯虚御风, 而不知其所止": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "飘飘乎如遗世独立, 羽化而登仙": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "于是饮酒乐甚, 扣舷而歌之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "歌曰: '桂棹兮兰桨, 击空明兮溯流光'": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "渺渺兮予怀, 望美人兮天一方": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "客有吹洞箫者, 倚歌而和之": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其声呜呜然, 如怨如慕, 如泣如诉": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余音袅袅, 不绝如缕": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "舞幽壑之潜蛟, 泣孤舟之嫠妇": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "苏子愀然, 正襟危坐而问客曰": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "何为其然也?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "客曰: '月明星稀, 乌鹊南飞', 此非曹孟德之诗乎?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "西望夏口, 东望武昌, 山川相缪, 郁乎苍苍": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "此非孟德之困于周郎者乎?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "方其破荆州, 下江陵, 顺流而东也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "舳舻千里, 旌旗蔽空": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "酾酒临江, 横槊赋诗": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "固一世之雄也, 而今安在哉?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "况吾与子渔樵于江渚之上, 侣鱼虾而友麋鹿": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "驾一叶之扁舟, 举匏樽以相属": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "寄蜉蝣于天地, 渺沧海之一粟": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "哀吾生之须臾, 羡长江之无穷": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "挟飞仙以遨游, 抱明月而长终": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "知不可乎骤得, 托遗响于悲风": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "苏子曰: '客亦知夫水与月乎?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "逝者如斯, 而未尝往也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盈虚者如彼, 而卒莫消长也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盖将自其变者而观之, 则天地曾不能以一瞬": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "自其不变者而观之, 则物与我皆无尽也": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "而又何羡乎!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "且夫天地之间, 物各有主": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "苟非吾之所有, 虽一毫而莫取": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "惟江上之清风, 与山间之明月": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "耳得之而为声, 目遇之而成色": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "取之无禁, 用之不竭": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "是造物者之无尽藏也, 而吾与子之所共适": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "客喜而笑, 洗盏更酌": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "肴核既尽, 杯盘狼籍": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "相与枕藉乎舟中, 不知东方之既白": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "过秦论": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "秦孝公据崤函之固, 拥雍州之地,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "君臣固守以窥周室,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "有席卷天下, 包举宇内, 囊括四海之意, 并吞八荒之心.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "当是时也, 商君佐之,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "内立法度, 务耕织, 修守战之具,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "外连衡而斗诸侯.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "于是秦人拱手而取西河之外.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "孝公既没, 惠文、武、昭襄蒙故业, 因遗策,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "南取汉中, 西举巴、蜀, 东割膏腴之地, 北收要害之郡.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "诸侯恐惧, 会盟而谋弱秦,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "不爱珍器重宝肥饶之地, 以致天下之士,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "合从缔交, 相与为一.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "当此之时, 齐有孟尝, 赵有平原, 楚有春申, 魏有信陵.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "此四君者, 皆明智而忠信, 宽厚而爱人, 尊贤而重士,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "约从离衡, 兼韩、魏、燕、楚、齐、赵、宋、卫、中山之众.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "于是六国之士, 有甯越、徐尚、苏秦、杜赫之属为之谋,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "齐明、周最、陈轸、召滑、楼缓、翟景、苏厉、乐毅之徒通其意,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吴起、孙膑、带佗、倪良、王廖、田忌、廉颇、赵奢之伦制其兵.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "尝以十倍之地, 百万之众, 叩关而攻秦.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "秦人开关延敌, 九国之师, 逡巡而不敢进.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "秦无亡矢遗镞之费, 而天下诸侯已困矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "于是从散约败, 争割地而赂秦.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "秦有余力而制其弊, 追亡逐北, 伏尸百万, 流血漂橹; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "因利乘便, 宰割天下, 分裂山河.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "强国请服, 弱国入朝.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "延及孝文王、庄襄王, 享国之日浅, 国家无事.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "及至始皇, 奋六世之余烈, 振长策而御宇内,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吞二周而亡诸侯, 履至尊而制六合,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "执敲扑而鞭笞天下, 威振四海.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "南取百越之地, 以为桂林、象郡; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "百越之君, 俯首系颈, 委命下吏.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "乃使蒙恬北筑长城而守藩篱, 却匈奴七百余里; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "胡人不敢南下而牧马, 士不敢弯弓而报怨.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "于是废先王之道, 焚百家之言, 以愚黔首; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "隳名城, 杀豪杰; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "收天下之兵, 聚之咸阳, 销锋镝, 铸以为金人十二, 以弱天下之民.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然后践华为城, 因河为池,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "据亿丈之城, 临不测之渊, 以为固.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "良将劲弩守要害之处, 信臣精卒陈利兵而谁何.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "天下已定, 始皇之心, 自以为关中之固, 金城千里, 子孙帝王万世之业也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "始皇既没, 余威震于殊俗.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然陈涉瓮牖绳枢之子, 氓隶之人, 而迁徙之徒也; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "才能不及中人, 非有仲尼、墨翟之贤, 陶朱、猗顿之富; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蹑足行伍之间, 而倔起阡陌之中,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "率疲弊之卒, 将数百之众, 转而攻秦; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "斩木为兵, 揭竿为旗,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "天下云集响应, 赢粮而景从.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "山东豪俊遂并起而亡秦族矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "且夫天下非小弱也, 雍州之地, 崤函之固, 自若也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "陈涉之位, 非尊于齐、楚、燕、赵、韩、魏、宋、卫、中山之君也; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "锄櫌棘矜, 非铦于钩戟长铩也; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "谪戍之众, 非抗于九国之师也; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "深谋远虑, 行军用兵之道, 非及乡时之士也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然而成败异变, 功业相反, 何也?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "试使山东之国与陈涉度长絜大, 比权量力,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "则不可同年而语矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然秦以区区之地, 致万乘之势, 序八州而朝同列, 百有余年矣; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然后以六合为家, 崤函为宫; ": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "一夫作难而七庙隳, 身死人手, 为天下笑者, 何也?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "仁义不施而攻守之势异也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "锦瑟": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "锦瑟无端五十弦, 一弦一柱思华年.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "庄生晓梦迷蝴蝶, 望帝春心托杜鹃.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "沧海月明珠有泪, 蓝田日暖玉生烟.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "此情可待成追忆, 只是当时已惘然.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "长亭送别": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "碧云天, 黄花地, 西风紧, 北雁南飞.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "晓来谁染霜林醉? 总是离人泪.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "阿房宫赋": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "六王毕, 四海一, 蜀山兀, 阿房出.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "覆压三百余里, 隔离天日.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "骊山北构而西折, 直走咸阳.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "二川溶溶, 流入宫墙.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "五步一楼, 十步一阁; 廊腰缦回, 檐牙高啄; 各抱地势, 钩心斗角.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "盘盘焉, 囷囷焉, 蜂房水涡, 矗不知其几千万落.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "长桥卧波, 未云何龙?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "复道行空, 不霁何虹?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "高低冥迷, 不知西东.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "歌台暖响, 春光融融; 舞殿冷袖, 风雨凄凄.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "一日之内, 一宫之间, 而气候不齐.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "妃嫔媵嫱, 王子皇孙, 辞楼下殿, 辇来于秦, 朝歌夜弦, 为秦宫人.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "明星荧荧, 开妆镜也;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "绿云扰扰, 梳晓鬟也;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "渭流涨腻, 弃脂水也;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "烟斜雾横, 焚椒兰也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "雷霆乍惊, 宫车过也; 辘辘远听, 杳不知其所之也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "一肌一容, 尽态极妍, 缦立远视, 而望幸焉.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "有不得见者, 三十六年.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "鼎铛玉石, 金块珠砾, 弃掷逦迤, 秦人视之, 亦不甚惜.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "使负栋之柱, 多于南亩之农夫;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "架梁之椽, 多于机上之工女;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "钉头磷磷, 多于在庾之粟粒;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "瓦缝参差, 多于周身之帛缕;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "直栏横槛, 多于九土之城郭;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "管弦呕哑, 多于市人之言语.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "使天下之人, 不敢言而敢怒.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "独夫之心, 日益骄固.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "戍卒叫, 函谷举, 楚人一炬, 可怜焦土!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "灭六国者六国也, 非秦也; 族秦者秦也, 非天下也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "嗟乎! 使六国各爱其人, 则足以拒秦;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "使秦复爱六国之人, 则递三世可至万世而为君,": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "谁得而族灭也?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "秦人不暇自哀, 而后人哀之;": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "后人哀之而不鉴之, 亦使后人而复哀后人也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "陈情表": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣密言: 臣以险衅, 夙遭闵凶.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "生孩六月, 慈父见背; 行年四岁, 舅夺母志.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "祖母刘愍臣孤弱, 躬亲抚养.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣少多疾病, 九岁不行, 零丁孤苦, 至于成立.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "既无伯叔, 终鲜兄弟, 门衰祚薄, 晚有儿息.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "外无期功强近之亲, 内无应门五尺之僮, 茕茕孑立, 形影相吊.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "而刘夙婴疾病, 常在床蓐, 臣侍汤药, 未曾废离.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "逮奉圣朝, 沐浴清化.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "前太守臣逵察臣孝廉; 后刺史臣荣举臣秀才.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣以供养无主, 辞不赴命.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "诏书特下, 拜臣郎中, 寻蒙国恩, 除臣洗马.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "猥以微贱, 当侍东宫, 非臣陨首所能上报.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣具以表闻, 辞不就职.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "诏书切峻, 责臣逋慢; 郡县逼迫, 催臣上道; 州司临门, 急于星火.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣欲奉诏奔驰, 则刘病日笃, 欲苟顺私情, 则告诉不许.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣之进退, 实为狼狈.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "伏惟圣朝以孝治天下, 凡在故老, 犹蒙矜育, 况臣孤苦, 特为尤甚.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "且臣少仕伪朝, 历职郎署, 本图宦达, 不矜名节.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "今臣亡国贱俘, 至微至陋, 过蒙拔擢, 宠命优渥, 岂敢盘桓, 有所希冀!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "但以刘日薄西山, 气息奄奄, 人命危浅, 朝不虑夕.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣无祖母, 无以至今日, 祖母无臣, 无以终余年.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "母孙二人, 更相为命, 是以区区不能废远.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣密今年四十有四, 祖母今年九十有六, 是臣尽节于陛下之日长, 报养刘之日短.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "乌鸟私情, 愿乞终养.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣之辛苦, 非独蜀之人士及二州牧伯所见明知, 皇天后土, 实所共鉴.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "愿陛下矜悯愚诚, 听臣微志, 庶刘侥幸, 保卒余年.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣生当陨首, 死当结草.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "臣不胜犬马怖惧之情, 谨拜表以闻.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "青玉案·元夕": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "东风夜放花千树, 更吹落、星如雨": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "宝马雕车香满路": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "凤箫声动, 玉壶光转, 一夜鱼龙舞": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蛾儿雪柳黄金缕, 笑语盈盈暗香去": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "众里寻他千百度": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "蓦然回首, 那人却在, 灯火阑珊处": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "静女": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "静女其姝, 俟我于城隅. 爱而不见, 搔首踟蹰.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "静女其娈, 贻我彤管. 彤管有炜, 说怿女美.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "自牧归荑, 洵美且异. 匪女之为美, 美人之贻.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "项脊轩志": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "项脊轩, 旧南阁子也.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "室仅方丈, 可容一人居.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "百年老屋, 尘泥渗漉, 雨泽下注; 每移案, 顾视无可置者.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "又北向, 不能得日, 日过午已昏.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余稍为修葺, 使不上漏.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "前辟四窗, 垣墙周庭, 以当南日, 日影反照, 室始洞然.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "又杂植兰桂竹木于庭, 旧时栏楯, 亦遂增胜.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "借书满架, 偃仰啸歌, 冥然兀坐, 万籁有声; 而庭阶寂寂, 小鸟时来啄食, 人至不去.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "三五之夜, 明月半墙, 桂影斑驳, 风移影动, 珊珊可爱.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "然余居于此, 多可喜, 亦多可悲.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "先是庭中通南北为一.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "迨诸父异爨, 内外多置小门墙, 往往而是.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "东犬西吠, 客逾庖而宴, 鸡栖于厅.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "庭中始为篱, 已为墙, 凡再变矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "家有老妪, 尝居于此.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "妪, 先大母婢也, 乳二世, 先妣抚之甚厚.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "室西连于中闺, 先妣尝一至.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余自束发读书轩中, 一日, 大母过余曰:": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吾儿, 久不见若影, 何竟日默默在此, 大类女郎也?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "比去, 以手阖门, 自语曰:": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吾家读书久不效, 儿之成, 则可待乎!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "顷之, 持一象笏至, 曰:": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "此吾祖太常公宣德间执此以朝, 他日汝当用之!": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "瞻顾遗迹, 如在昨日, 令人长号不自禁.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余扃牖而居, 久之, 能以足音辨人.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "轩凡四遭火, 得不焚, 殆有神护者.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "余既为此志, 后五年, 吾妻来归, 时至轩中, 从余问古事, 或凭几学书.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "吾妻归宁, 述诸小妹语曰:": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "闻姊家有阁子, 且何谓阁子也?": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "其后六年, 吾妻死, 室坏不修.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "庭有枇杷树, 吾妻死之年所手植也, 今已亭亭如盖矣.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "鹊桥仙": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "纤云弄巧, 飞星传恨, 银汉迢迢暗度.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "金风玉露一相逢, 便胜却人间无数.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "柔情似水, 佳期如梦, 忍顾鹊桥归路.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + }, + "两情若是久长时, 又岂在朝朝暮暮.": { + "SM-2": { + "efactor": 2.5, + "real_rept": 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": 1776527865.8334022 + } + } +} \ No newline at end of file diff --git a/data/repo/cngk-t/manifest.toml b/data/repo/cngk-t/manifest.toml new file mode 100644 index 0000000..4a5e9c3 --- /dev/null +++ b/data/repo/cngk-t/manifest.toml @@ -0,0 +1,3 @@ +title = "高考必背古诗文-0" +author = "__heurams__" +desc = "高考古诗文 60 篇" diff --git a/data/repo/cngk-t/payload.toml b/data/repo/cngk-t/payload.toml new file mode 100644 index 0000000..d97b218 --- /dev/null +++ b/data/repo/cngk-t/payload.toml @@ -0,0 +1,5705 @@ +["临安春雨初霁"] +note = ['陆游〔宋代〕'] +content = "临安/春雨/初霁/" +translation = "临安春雨初霁" +keyword_note = { "临安" = "南宋都城, 今杭州", "霁" = "雨后或雪后转晴" } + +["世味年来薄似纱, 谁令骑马客京华."] +note = [] +content = "世味/年来/薄似纱/, 谁令/骑马/客/京华./" +translation = "这些年世态人情淡薄得似纱, 谁又让我乘马来到京都作客沾染繁华? " +keyword_note = { "世味" = "人世滋味; 社会人情", "客" = "客居", "京华" = "京城之美称, 这里指当时的京城临安" } + +["小楼一夜听春雨, 深巷明朝卖杏花."] +note = [] +content = "小楼/一夜/听/春雨/, 深巷/明朝/卖/杏花./" +translation = "住在小楼听尽了一夜的春雨淅沥滴答, 明日一早, 深幽的小巷便有人叫卖杏花. " +keyword_note = { "深巷" = "很长的巷道", "明朝" = "明日早晨" } + +["矮纸斜行闲作草, 晴窗细乳戏分茶."] +note = [] +content = "矮纸/斜行/闲/作草/, 晴窗/细乳/戏/分茶./" +translation = "铺开小纸从容地斜写着草书, 在小雨初晴的窗边细细地煮水、沏茶、撇沫, 试品名茶. " +keyword_note = { "矮纸" = "短纸、小纸", "斜行" = "倾斜的行列", "草" = "指草书", "晴窗" = "明亮的窗户", "细乳" = "沏茶时水面呈白色的小泡沫", "分茶" = "宋元时煎茶之法" } + +["素衣莫起风尘叹, 犹及清明可到家."] +note = [] +content = "素衣/莫起/风尘/叹/, 犹及/清明/可/到家./" +translation = "不要叹息那京都的尘土会弄脏洁白的衣衫, 清明时节还来得及回到镜湖边的山阴故家. " +keyword_note = { "素衣" = "原指白色的衣服, 这里用作代称. 是诗人对自己的谦称", "风尘叹" = "因风尘而叹息. 暗指不必担心京城的不良风气会污染自己的品质" } + +["书愤"] +note = [] +content = "书愤/" +translation = "书愤" +keyword_note = {} + +["早岁那知世事艰, 中原北望气如山"] +note = [] +content = "早岁/那知/世事/艰/, 中原/北望/气/如山/" +translation = "年轻时就立志北伐中原, 哪想到竟然是如此艰难. 我常常北望那中原大地, 热血沸腾啊怨气如山啊" +keyword_note = { "早岁" = "年轻时", "世事艰" = "世事艰难 (指北伐中原的艰难) ", "气如山" = "豪气如山涌" } + +["楼船夜雪瓜洲渡, 铁马秋风大散关"] +note = ['瓜洲渡: 宋军在东南抗击金兵进犯之地', '大散关: 陆游在南郑参加王炎军幕事时与金兵发生遭遇战之地'] +content = "楼船/夜雪/瓜洲/渡/, 铁马/秋风/大散关/" +translation = "记得在瓜州渡痛击金兵, 雪夜里飞奔着楼船战舰. 秋风中跨战马纵横驰骋, 收复了大散关捷报频传" +keyword_note = { "楼船" = "雄伟的战舰", "铁马" = "披铁甲的战马", "瓜洲渡" = "东南抗金要地", "大散关" = "西北抗金关隘" } + +["塞上长城空自许, 镜中衰鬓已先斑"] +note = ["塞上长城: 用南朝刘宋名将檀道济自称'万里长城'的典故"] +content = "塞上/长城/空/自许/, 镜中/衰鬓/已/先斑/" +translation = "想当初我自比万里长城, 立壮志为祖国扫除边患. 到如今垂垂老鬓发如霜, 盼北伐盼恢复都成空谈" +keyword_note = { "塞上长城" = "自比为保卫国家的长城", "空自许" = "徒然自许", "衰鬓" = "衰老的鬓发", "先斑" = "先已花白" } + +["出师一表真名世, 千载谁堪伯仲间"] +note = ['出师一表: 指诸葛亮的《出师表》', '伯仲间: 相提并论的意思'] +content = "出师/一表/真/名世/, 千载/谁堪/伯仲/间/" +translation = "不由人缅怀那诸葛孔明, 出师表真可谓名不虚传, 有谁像诸葛亮鞠躬尽瘁, 率三军复汉室北定中原" +keyword_note = { "出师一表" = "诸葛亮的《出师表》", "名世" = "名传于世", "伯仲间" = "相提并论" } + +["五代史伶官传序"] +note = [] +content = "五代史伶官传序/" +translation = "五代史伶官传序" +keyword_note = {} + +["呜呼! 盛衰之理, 虽曰天命, 岂非人事哉!"] +note = ['《五代史伶官传序》开篇提出中心论点'] +content = "呜呼! /盛衰/之/理/, 虽/曰/天命/, 岂非/人事/哉!/" +translation = "唉! 盛衰的道理, 虽说是天命决定的, 难道说不是人事造成的吗? " +keyword_note = { "盛衰" = "兴盛和衰败", "理" = "道理", "虽" = "虽然", "天命" = "天意", "岂非" = "难道不是", "人事" = "人的作为" } + +["原庄宗之所以得天下, 与其所以失之者, 可以知之矣"] +note = [] +content = "原/庄宗/之所以/得/天下/, 与/其/所以/失之/者/, 可以/知/之/矣/" +translation = "推究庄宗取得天下的原因, 与他失去天下的原因, 就可以明白了" +keyword_note = { "原" = "推究", "庄宗" = "后唐庄宗李存勖", "所以" = "...的原因", "得" = "取得", "失" = "失去" } + +["世言晋王之将终也, 以三矢赐庄宗而告之曰:"] +note = [] +content = "世言/晋王/之/将终/也/, 以/三矢/赐/庄宗/而/告之/曰/:/" +translation = "世人传说晋王临死时, 把三支箭赐给庄宗, 并告诉他说" +keyword_note = { "世言" = "世人传说", "晋王" = "李克用", "将终" = "临死", "矢" = "箭", "赐" = "赏赐" } + +["梁, 吾仇也; 燕王, 吾所立; 契丹与吾约为兄弟; 而皆背晋以归梁"] +note = [] +content = "梁/, 吾/仇/也; /燕王/, 吾/所立; /契丹/与/吾/约/为/兄弟; /而/皆/背/晋/以/归/梁/" +translation = "梁王朱温是我的仇敌, 燕王是我推立的, 契丹与我约为兄弟, 可是后来都背叛我去投靠了梁" +keyword_note = { "梁" = "后梁太祖朱温", "仇" = "仇敌", "燕王" = "刘仁恭", "所立" = "所推立", "契丹" = "北方部族", "约" = "订立盟约", "背" = "背叛", "归" = "归顺" } + +["此三者, 吾遗恨也. 与尔三矢, 尔其无忘乃父之志!"] +note = [] +content = "此/三者/, 吾/遗恨/也. /与/尔/三矢/, 尔/其/无忘/乃父/之/志!/" +translation = "这三件事是我的遗恨. 交给你三支箭, 你千万不要忘记你父亲报仇的志向" +keyword_note = { "三者" = "三件事", "遗恨" = "遗留的恨事", "与" = "给", "尔" = "你", "其" = "一定 (表祈使) ", "无忘" = "不要忘记", "乃父" = "你的父亲" } + +["庄宗受而藏之于庙. 其后用兵, 则遣从事以一少牢告庙, 请其矢, 盛以锦囊, 负而前驱, 及凯旋而纳之"] +note = [] +content = "庄宗/受/而/藏之/于/庙. /其后/用兵/, 则/遣/从事/以/一少牢/告庙/, 请/其/矢/, 盛/以/锦囊/, 负/而/前驱/, 及/凯旋/而/纳之/" +translation = "庄宗接受了箭, 把它收藏在祖庙里. 以后庄宗出兵打仗, 便派手下的随从官员, 用猪羊去祭告祖先, 从宗庙里恭敬地取出箭来, 用漂亮的锦囊装着, 背着它走在前面, 等到凯旋时再把箭藏入祖庙" +keyword_note = { "受" = "接受", "庙" = "祖庙", "从事" = "随从官员", "少牢" = "用猪羊祭祀", "告庙" = "祭告祖庙", "锦囊" = "丝绸袋子", "负" = "背着", "前驱" = "在前面走", "凯旋" = "胜利归来", "纳" = "收藏" } + +["方其系燕父子以组, 函梁君臣之首, 入于太庙, 还矢先王, 而告以成功, 其意气之盛, 可谓壮哉!"] +note = [] +content = "方/其/系/燕/父子/以/组/, 函/梁/君臣/之/首/, 入于/太庙/, 还矢/先王/, 而/告以/成功/, 其/意气/之/盛/, 可谓/壮/哉!/" +translation = "当他用绳子绑住燕王父子, 用小木匣装着梁国君臣的头, 走进祖庙, 把箭交还到晋王的灵座前, 告诉他生前报仇的志向已经完成, 他那神情气概, 是多么威风" +keyword_note = { "方" = "当", "系" = "捆绑", "组" = "绳索", "函" = "用木匣装", "太庙" = "祖庙", "还矢" = "交还箭", "先王" = "指晋王", "意气" = "神情气概", "壮" = "威武" } + +["及仇雠已灭, 天下已定, 一夫夜呼, 乱者四应, 仓皇东出, 未及见贼而士卒离散, 君臣相顾, 不知所归"] +note = [] +content = "及/仇雠/已/灭/, 天下/已/定/, 一夫/夜呼/, 乱者/四应/, 仓皇/东出/, 未及/见贼/而/士卒/离散/, 君臣/相顾/, 不知/所归/" +translation = "等到仇敌已经消灭, 天下已经安定, 一人在夜里发难, 作乱的人四面响应, 他慌慌张张的出兵向东逃跑, 还没见到乱贼, 部下的兵士就纷纷逃散, 君臣们你看着我, 我看着你, 不知道哪里去好" +keyword_note = { "仇雠" = "仇敌", "一夫" = "一个人", "夜呼" = "在夜里呼喊", "乱者" = "作乱的人", "四应" = "在四面响应", "仓皇" = "慌张", "东出" = "向东出逃", "士卒" = "士兵", "离散" = "分散逃离", "相顾" = "互相看着" } + +["至于誓天断发, 泣下沾襟, 何其衰也!"] +note = [] +content = "至于/誓天/断发/, 泣下/沾襟/, 何其/衰/也!/" +translation = "到了割下头发来对天发誓, 抱头痛哭, 眼泪沾湿衣襟的可怜地步, 怎么那样的衰败差劲呢" +keyword_note = { "誓天" = "对天发誓", "断发" = "割断头发", "泣下" = "眼泪流下", "沾襟" = "沾湿衣襟", "何其" = "多么", "衰" = "衰败" } + +["岂得之难而失之易欤? 抑本其成败之迹, 而皆自于人欤?"] +note = [] +content = "岂/得之/难/而/失之/易/欤? /抑/本/其/成败/之/迹/, 而/皆/自于/人/欤?/" +translation = "难道说是因为取得天下难, 而失去天下容易才像这样的吗? 还是认真推究他成功失败的原因, 都是由于人事呢" +keyword_note = { "岂" = "难道", "得" = "取得", "失" = "失去", "抑" = "还是", "本" = "推究", "成败" = "成功失败", "迹" = "事迹", "自于" = "来自于" } + +["《书》曰: 满招损, 谦得益."] +note = ['引用《尚书》名言'] +content = "《/书/》/曰/: 满/招/损/, 谦/得/益./" +translation = "《尚书》上说: '自满会招来损害, 谦虚能得到益处'" +keyword_note = { "《书》" = "《尚书》", "满" = "自满", "招" = "招来", "损" = "损害", "谦" = "谦虚", "得" = "得到", "益" = "益处" } + +["忧劳可以兴国, 逸豫可以亡身, 自然之理也"] +note = [] +content = "忧劳/可以/兴国/, 逸豫/可以/亡身/, 自然/之/理/也/" +translation = "忧劳可以使国家兴盛, 安乐可以使自身灭亡, 这是自然的道理" +keyword_note = { "忧劳" = "忧虑勤劳", "兴国" = "使国家兴盛", "逸豫" = "安逸享乐", "亡身" = "使自身灭亡", "自然" = "理所当然" } + +["故方其盛也, 举天下之豪杰, 莫能与之争;"] +note = [] +content = "故/方/其/盛/也/, 举/天下/之/豪杰/, 莫/能/与/之/争;/" +translation = "因此, 当他兴盛时, 普天下的豪杰, 没有谁能和他相争" +keyword_note = { "故" = "因此", "方" = "当", "盛" = "兴盛", "举" = "全", "豪杰" = "英雄豪杰", "莫" = "没有谁" } + +["及其衰也, 数十伶人困之, 而身死国灭, 为天下笑"] +note = [] +content = "及/其/衰/也/, 数十/伶人/困之/, 而/身死/国灭/, 为/天下/笑/" +translation = "到他衰败时, 数十个乐官就把他困住, 最后身死国灭, 被天下人耻笑" +keyword_note = { "及" = "等到", "衰" = "衰败", "伶人" = "乐官", "困" = "围困", "身死" = "自身死亡", "国灭" = "国家灭亡", "为" = "被" } + +["夫祸患常积于忽微, 而智勇多困于所溺, 岂独伶人也哉?"] +note = ['文章结尾点明主旨'] +content = "夫/祸患/常/积/于/忽微/, 而/智勇/多/困/于/所溺/, 岂/独/伶人/也/哉?/" +translation = "祸患常常是由一点一滴极小的错误积累而酿成的, 纵使是聪明有才能和英勇果敢的人, 也多半沉溺于某种爱好之中, 受其迷惑而结果陷于困穷, 难道只有乐工吗" +keyword_note = { "祸患" = "灾祸", "积" = "积累", "忽微" = "极小的事情", "智勇" = "智勇的人", "困" = "受困", "所溺" = "所沉溺的事物", "岂独" = "难道只有", "伶人" = "乐工" } + +["六国论"] +note = [] +content = "六国论/" +translation = "六国论" +keyword_note = {} + +["六国破灭, 非兵不利, 战不善, 弊在赂秦."] +note = [] +content = "六国/破灭/, 非/兵/不利/, 战/不善/, 弊/在/赂秦./" +translation = "六国的灭亡, 不是 (因为他们的) 武器不锋利, 仗打得不好, 弊端在于用土地来贿赂秦国. " +keyword_note = { "兵" = "兵器", "利" = "锋利", "善" = "好", "弊" = "弊端", "赂秦" = "贿赂秦国" } + +["赂秦而力亏, 破灭之道也."] +note = [] +content = "赂秦/而/力亏/, 破灭/之/道/也./" +translation = "拿土地贿赂秦国亏损了自己的力量, (这就) 是灭亡的原因. " +keyword_note = { "力亏" = "力量亏损", "道" = "原因, 途径" } + +["或曰: 六国互丧, 率赂秦耶?"] +note = [] +content = "或/曰:/ 六国/互丧/, 率/赂秦/耶?/" +translation = "有人问: “六国一个接一个的灭亡, 难道全部是因为贿赂秦国吗? ”" +keyword_note = { "或" = "有人", "互丧" = "相继灭亡", "率" = "全都" } + +["曰: 不赂者以赂者丧."] +note = [] +content = "曰:/ 不赂者/以/赂者/丧./" +translation = " (回答) 说: “不贿赂秦国的国家因为有贿赂秦国的国家而灭亡. ”" +keyword_note = { "以" = "因为" } + +["盖失强援, 不能独完."] +note = [] +content = "盖/失/强援/, 不能/独完./" +translation = "原因是不贿赂秦国的国家失掉了强有力的外援, 不能独自保全. " +keyword_note = { "盖" = "承接上文, 表示原因", "强援" = "强有力的外援", "独完" = "独自保全" } + +["故曰: 弊在赂秦也."] +note = [] +content = "故/曰:/ 弊/在/赂秦/也./" +translation = "所以说: 弊病在于贿赂秦国. ”" +keyword_note = { "故" = "所以" } + +["秦以攻取之外, 小则获邑, 大则得城."] +note = [] +content = "秦/以/攻取/之外/, 小/则/获邑/, 大/则/得城./" +translation = "秦国除了用战争夺取土地以外, (还受到诸侯的贿赂) , 小的贿赂就获得邑镇, 大的贿赂就获得城池. " +keyword_note = { "攻取" = "用战争夺取", "邑" = "小城镇", "城" = "大城池" } + +["较秦之所得, 与战胜而得者, 其实百倍;"] +note = [] +content = "较/秦之/所得/, 与/战胜/而/得者/, 其/实/百倍;/" +translation = "比较秦国受贿赂所得到的土地与战胜别国所得到的土地, (前者)实际多百倍. " +keyword_note = { "较" = "比较", "所得" = "得到的土地", "其实" = "它实际的数量" } + +["诸侯之所亡, 与战败而亡者, 其实亦百倍."] +note = [] +content = "诸侯/之/所亡/, 与/战败/而/亡者/, 其/实/亦/百倍./" +translation = "六国诸侯 (贿赂秦国) 所丧失的土地与战败所丧失的土地相比, 实际也要多百倍. " +keyword_note = { "所亡" = "丧失的土地" } + +["则秦之所大欲, 诸侯之所大患, 固不在战矣."] +note = [] +content = "则/秦之/所/大欲/, 诸侯/之/所/大患/, 固/不/在/战/矣./" +translation = "那么秦国最想要的, 与六国诸侯最担心的, 本来就不在于战争. " +keyword_note = { "大欲" = "最想要的", "大患" = "最担心的", "固" = "本来" } + +["思厥先祖父, 暴霜露, 斩荆棘, 以有尺寸之地."] +note = [] +content = "思/厥/先祖父/, 暴/霜露/, 斩/荆棘/, 以/有/尺寸/之/地./" +translation = "想到他们的祖辈和父辈, 冒着寒霜雨露, 披荆斩棘, 才有了很少的一点土地. " +keyword_note = { "厥" = "他们的", "先祖父" = "祖辈和父辈", "暴霜露" = "暴露在霜露之中, 形容艰苦", "尺寸之地" = "很少的土地" } + +["子孙视之不甚惜, 举以予人, 如弃草芥."] +note = [] +content = "子孙/视之/不/甚惜/, 举/以/予人/, 如/弃/草芥./" +translation = "子孙对那些土地却不很爱惜, 全都拿来送给别人, 就像扔掉小草一样不珍惜. " +keyword_note = { "视" = "对待", "举" = "拿", "予" = "给", "草芥" = "小草, 比喻微不足道的东西" } + +["今日割五城, 明日割十城, 然后得一夕安寝."] +note = [] +content = "今日/割/五城/, 明日/割/十城/, 然后/得/一夕/安寝./" +translation = "今天割掉五座城, 明天割掉十座城, 这才能睡一夜安稳觉. " +keyword_note = { "割" = "割让", "安寝" = "安稳睡觉" } + +["起视四境, 而秦兵又至矣."] +note = [] +content = "起/视/四境/, 而/秦兵/又/至/矣./" +translation = "明天起床一看四周边境, 秦国的军队又来了. " +keyword_note = { "四境" = "四方边境" } + +["然则诸侯之地有限, 暴秦之欲无厌, 奉之弥繁, 侵之愈急."] +note = [] +content = "然则/诸侯/之/地/有限/, 暴秦/之/欲/无厌/, 奉之/弥繁/, 侵之/愈急./" +translation = "既然这样, 那么诸侯的土地有限, 强暴的秦国的欲望永远不会满足, (诸侯) 送给他的越多, 他侵犯得就越急迫. " +keyword_note = { "然则" = "既然这样, 那么", "暴秦" = "强暴的秦国", "无厌" = "不满足", "奉" = "奉献", "弥" = "更加", "繁" = "多", "侵" = "侵犯", "愈" = "越发" } + +["故不战而强弱胜负已判矣."] +note = [] +content = "故/不战/而/强弱/胜负/已/判/矣./" +translation = "所以用不着战争, 谁强谁弱, 谁胜谁负就已经决定了. " +keyword_note = { "判" = "决定, 分清" } + +["至于颠覆, 理固宜然."] +note = [] +content = "至于/颠覆/, 理/固/宜然./" +translation = "到了覆灭的地步,道理本来就是这样子的. " +keyword_note = { "颠覆" = "灭亡", "理" = "道理", "固" = "本来", "宜然" = "应该这样" } + +["古人云: “以地事秦, 犹抱薪救火, 薪不尽, 火不灭.”"] +note = [] +content = "古人/云:/ “以/地/事秦/, 犹/抱薪/救火/, 薪/不尽/, 火/不灭.”/" +translation = "古人说: “用土地侍奉秦国, 就好像抱柴救火, 柴不烧完, 火就不会灭. ”" +keyword_note = { "事" = "侍奉", "犹" = "好像", "抱薪救火" = "抱着柴草救火" } + +["此言得之."] +note = [] +content = "此/言/得之./" +translation = "这话说的很正确. " +keyword_note = { "得之" = "得其理, 说对了" } + +["齐人未尝赂秦, 终继五国迁灭, 何哉?"] +note = [] +content = "齐人/未尝/赂秦/, 终/继/五国/迁灭/, 何哉?/" +translation = "齐国不曾贿赂秦国, (可是) 最终也随着五国灭亡了, 为什么呢? " +keyword_note = { "未尝" = "不曾", "终" = "最终", "继" = "跟着", "迁灭" = "灭亡" } + +["与嬴而不助五国也."] +note = [] +content = "与嬴/而/不助/五国/也./" +translation = " (是因为齐国) 跟秦国交好而不帮助其他五国. " +keyword_note = { "与嬴" = "亲附秦国 (嬴是秦国的姓) " } + +["五国既丧, 齐亦不免矣."] +note = [] +content = "五国/既丧/, 齐/亦/不免/矣./" +translation = "五国已经灭亡了, 齐国也就没法幸免了. " +keyword_note = { "既" = "已经", "免" = "幸免" } + +["燕赵之君, 始有远略, 能守其土, 义不赂秦."] +note = [] +content = "燕赵/之君/, 始/有/远略/, 能/守/其土/, 义/不/赂秦./" +translation = "燕国和赵国的国君, 起初有长远的谋略, 能够守住他们的国土, 坚持正义, 不贿赂秦国. " +keyword_note = { "始" = "起初", "远略" = "长远的谋略", "义" = "坚持正义 (名词作动词) " } + +["是故燕虽小国而后亡, 斯用兵之效也."] +note = [] +content = "是故/燕/虽/小国/而/后亡/, 斯/用兵/之/效/也./" +translation = "因此燕虽然是个小国, 却后来才灭亡, 这就是用兵抗秦的效果. " +keyword_note = { "是故" = "因此", "斯" = "这", "效" = "效果, 成效" } + +["至丹以荆卿为计, 始速祸焉."] +note = [] +content = "至/丹/以/荆卿/为/计/, 始/速/祸/焉./" +translation = "等到后来燕太子丹用派遣荆轲刺杀秦王作对付秦国的计策, 这才招致了 (灭亡的) 祸患. " +keyword_note = { "丹" = "燕太子丹", "荆卿" = "荆轲", "速" = "招致" } + +["赵尝五战于秦, 二败而三胜."] +note = [] +content = "赵/尝/五战/于秦/, 二败/而/三胜./" +translation = "赵国曾经与秦国交战五次, 打了两次败仗, 三次胜仗. " +keyword_note = { "尝" = "曾经", "于" = "和, 同" } + +["后秦击赵者再, 李牧连却之."] +note = [] +content = "后/秦/击赵/者/再/, 李牧/连/却之./" +translation = "后来秦国又两次打赵国. (赵国大将) 李牧接连打退秦国的进攻. " +keyword_note = { "再" = "两次", "却之" = "使之退却, 打退它" } + +["洎牧以谗诛, 邯郸为郡, 惜其用武而不终也."] +note = [] +content = "洎/牧/以/谗/诛/, 邯郸/为/郡/, 惜/其/用武/而/不终/也./" +translation = "等到李牧因为谗言陷害被诛杀, (赵国都城) 邯郸变成 (秦国的一个) 郡, 可惜赵国用武力抗秦而没能坚持到底. " +keyword_note = { "洎" = "等到", "谗" = "谗言", "诛" = "被杀", "为郡" = "成为 (秦国的) 一个郡", "不终" = "没有坚持到底" } + +["且燕赵处秦革灭殆尽之际, 可谓智力孤危, 战败而亡, 诚不得已."] +note = [] +content = "且/燕赵/处/秦/革灭/殆尽/之际/, 可谓/智力/孤危/, 战败/而亡/, 诚/不得已./" +translation = "而且燕赵两国正处在秦国把其他国家快要消灭干净的时候, 可以说是智谋穷竭, 国势孤立危急, 战败了而亡国, 确实是不得已的事. " +keyword_note = { "革灭" = "消灭", "殆尽" = "几乎完了", "智力" = "智谋和力量", "孤危" = "孤立危急", "诚" = "确实" } + +["向使三国各爱其地, 齐人勿附于秦, 刺客不行, 良将犹在,"] +note = [] +content = "向使/三国/各/爱/其地/, 齐人/勿/附/于秦/, 刺客/不行/, 良将/犹在,/" +translation = "假使韩、魏、楚三国都爱惜他们的国土, 齐国不依附秦国. (燕国的) 刺客不去 (刺秦王) , (赵国的) 良将李牧还活着, " +keyword_note = { "向使" = "假使", "附" = "依附", "不行" = "不去", "犹" = "还" } + +["则胜负之数, 存亡之理, 当与秦相较, 或未易量."] +note = [] +content = "则/胜负/之数/, 存亡/之理/, 当/与/秦/相较/, 或/未/易量./" +translation = "那么胜负存亡的命运, 倘若与秦国相比较, 也许还不容易衡量 (出高低来) 呢. " +keyword_note = { "数" = "天数, 命运", "理" = "理数, 命运", "当" = "倘若", "或" = "或许", "易量" = "容易判断" } + +["呜呼! 以赂秦之地封天下之谋臣, 以事秦之心礼天下之奇才, 并力西向,"] +note = [] +content = "呜呼/! 以/赂秦/之/地/封/天下/之/谋臣/, 以/事秦/之/心/礼/天下/之/奇才/, 并力/西向,/" +translation = "唉! (如果六国诸侯) 用贿赂秦国的土地来封给天下的谋臣, 用侍奉秦国的心来礼遇天下的奇才, 齐心合力地向西 (对付秦国) , " +keyword_note = { "呜呼" = "叹词, 唉", "封" = "封赏", "礼" = "礼遇 (名词作动词) ", "并力" = "合力", "西向" = "向西 (对抗秦国) " } + +["则吾恐秦人食之不得下咽也."] +note = [] +content = "则/吾/恐/秦人/食之/不得/下咽/也./" +translation = "那么, 我恐怕秦国人饭也不能咽下去. " +keyword_note = { "恐" = "恐怕", "下咽" = "咽下" } + +["悲夫! 有如此之势, 而为秦人积威之所劫, 日削月割, 以趋于亡."] +note = [] +content = "悲夫/! 有/如此/之势/, 而/为/秦人/积威/之/所劫/, 日/削/月/割/, 以/趋于/亡./" +translation = "真可悲啊! 有这样的有利形势, 却被秦国积久的威势所胁迫, 每日每月割让土地, 以至于走向灭亡. " +keyword_note = { "悲夫" = "可悲啊", "积威" = "积久而成的威势", "劫" = "胁迫", "日削月割" = "一天天地削减, 一月月地割让" } + +["为国者无使为积威之所劫哉!"] +note = [] +content = "为/国者/无/使/为/积威/之/所劫/哉!/" +translation = "治理国家的人不要被积久的威势所胁迫啊! " +keyword_note = { "为国者" = "治理国家的人", "无使" = "不要让自己" } + +["夫六国与秦皆诸侯, 其势弱于秦, 而犹有可以不赂而胜之之势."] +note = [] +content = "夫/六国/与/秦/皆/诸侯/, 其/势/弱于/秦/, 而/犹有/可以/不赂/而/胜之/之/势./" +translation = "六国和秦国都是诸侯之国, 他们的势力比秦国弱, 却还有可以不贿赂秦国而战胜它的优势. " +keyword_note = { "夫" = "句首发语词", "势" = "势力", "弱于秦" = "比秦国弱", "犹" = "仍然", "可以" = "可以凭借" } + +["苟以天下之大, 下而从六国破亡之故事, 是又在六国下矣."] +note = [] +content = "苟/以/天下/之/大/, 下/而/从/六国/破亡/之/故事/, 是/又/在/六国/下/矣./" +translation = "如果凭借偌大国家, 却追随六国灭亡的前例, 这就比不上六国了. " +keyword_note = { "苟" = "如果", "天下之大" = "偌大的天下 (指宋朝) ", "下" = "降低身份, 这里指追随", "从" = "跟随", "故事" = "旧事, 先例", "是" = "这" } + +["劝学"] +note = [] +content = "劝学/" +translation = "劝学" +keyword_note = {} + +["君子曰: 学不可以已."] +note = [] +content = "君子/曰: /学/不可以/已./" +translation = "君子说: 学习是不可以停止的" +keyword_note = { "君子" = "指有学问有修养的人", "已" = "停止" } + +["青, 取之于蓝, 而青于蓝; 冰, 水为之, 而寒于水."] +note = [] +content = "青/, 取之/于蓝/, 而/青/于蓝; /冰/, 水/为之/, 而/寒/于水./" +translation = "靛青是从蓝草里提取的, 可是比蓝草的颜色更深; 冰是水凝结而成的, 却比水还要寒冷" +keyword_note = { "青" = "靛青, 一种染料", "蓝" = "蓼蓝, 一年生草本植物, 叶子含蓝汁, 可以做蓝色染料" } + +["木直中绳, 𫐓以为轮, 其曲中规."] +note = [] +content = "木直/中绳/, 𫐓/以为/轮/, 其曲/中规./" +translation = "一块木材直得合乎墨线, 假如用火烤使它弯曲做成车轮, 它的弧度就可以符合圆规的标准" +keyword_note = { "中绳" = "合乎拉直的墨线", "𫐓" = "通'煣', 古代用火烤使木条弯曲的一种工艺", "规" = "圆规, 画圆的工具" } + +["虽有槁暴, 不复挺者, 𫐓使之然也."] +note = [] +content = "虽/有/槁暴/, 不复/挺者/, 𫐓/使之/然也./" +translation = "即使又被风吹日晒而干枯了, 木材也不会再挺直, 是因为经过加工使它成为这样的" +keyword_note = { "有" = "通'又'", "槁暴" = "晒干. 槁, 枯. 暴, 同'曝', 晒干", "挺" = "直" } + +["故木受绳则直, 金就砺则利, 君子博学而日参省乎己, 则知明而行无过矣."] +note = [] +content = "故/木/受绳/则直/, 金/就砺/则利/, 君子/博学/而/日/参省/乎己/, 则/知明/而/行/无过矣./" +translation = "所以木材用墨线量过再经辅具加工就能取直, 刀剑在磨刀石上磨过就能变得锋利, 君子广泛地学习并且每天检验反省自己, 那么他就会智慧明达而且行为没有过失了" +keyword_note = { "受绳" = "用墨线量过", "金" = "指金属制的刀剑等", "就砺" = "拿到磨刀石上去磨", "博学" = "广泛地学习", "参省" = "检验反省. 参, 一译检验, 检查; 二译同'叁', 多次", "知" = "同'智', 见识" } + +["吾尝终日而思矣, 不如须臾之所学也; 吾尝跂而望矣, 不如登高之博见也."] +note = [] +content = "吾尝/终日/而思矣/, 不如/须臾/之所学也; /吾尝/跂/而望矣/, 不如/登高/之博见也./" +translation = "我曾经整天思索, 却不如片刻学到的知识多; 我曾经踮起脚远望, 却不如登到高处看得广阔" +keyword_note = { "须臾" = "片刻, 一会儿", "跂" = "踮起脚后跟", "博见" = "看见的范围广, 见得广" } + +["登高而招, 臂非加长也, 而见者远; 顺风而呼, 声非加疾也, 而闻者彰."] +note = [] +content = "登高/而招/, 臂/非加长也/, 而/见者/远; /顺风/而呼/, 声/非加疾也/, 而/闻者/彰./" +translation = "登到高处招手, 胳膊没有加长, 可是别人在远处也能看见; 顺着风呼叫, 声音没有变得洪亮, 可是听的人在远处也能听得很清楚" +keyword_note = { "疾" = "声音洪大", "彰" = "明显, 清楚. 这里指听得更清楚" } + +["假舆马者, 非利足也, 而致千里; 假舟楫者, 非能水也, 而绝江河."] +note = [] +content = "假/舆马者/, 非/利足也/, 而/致/千里; /假/舟楫者/, 非/能水也/, 而/绝/江河./" +translation = "借助车马的人, 并不是脚走得快, 却可以达到千里之外; 借助舟船的人, 并不善于游泳, 却可以横渡江河" +keyword_note = { "假" = "凭借, 利用", "舆" = "车厢, 这里指车", "利足" = "脚走得快", "水" = "游泳", "绝" = "横渡" } + +["君子生非异也, 善假于物也."] +note = [] +content = "君子/生/非异也/, 善/假于/物也./" +translation = "君子的资质秉性跟一般人没有不同, 只是君子善于借助外物罢了" +keyword_note = { "生" = "通'性', 天赋, 资质" } + +["积土成山, 风雨兴焉; 积水成渊, 蛟龙生焉; 积善成德, 而神明自得, 圣心备焉."] +note = [] +content = "积土/成山/, 风雨/兴焉; /积水/成渊/, 蛟龙/生焉; /积善/成德/, 而/神明/自得/, 圣心/备焉./" +translation = "堆积土石成了高山, 风雨从这里兴起; 汇积水流成为深渊, 蛟龙从这儿产生; 积累善行养成高尚的道德, 精神得到提升, 圣人的心境由此具备" +keyword_note = { "神明" = "精神", "圣心" = "圣人的心境" } + +["故不积跬步, 无以至千里; 不积小流, 无以成江海."] +note = [] +content = "故/不积/跬步/, 无以/至/千里; /不积/小流/, 无以/成/江海./" +translation = "所以不积累一步半步的行程, 就没有办法达到千里之远; 不积累细小的流水, 就没有办法汇成江河大海" +keyword_note = { "跬" = "行走时两脚之间的距离, 等于现在所说的一步、古人所说的半步", "步" = "古人说一步, 指左右脚都向前迈一次的距离, 等于现在的两步" } + +["骐骥一跃, 不能十步; 驽马十驾, 功在不舍."] +note = [] +content = "骐骥/一跃/, 不能/十步; /驽马/十驾/, 功在/不舍./" +translation = "骏马一跨跃, 也不足十步远; 劣马连走十天, 它的成功在于不停止" +keyword_note = { "骐骥" = "骏马, 千里马", "驽马" = "劣马", "十驾" = "劣马拉车连走十天也能到达. 驾, 古代马拉车时, 早晨套一上车, 晚上卸去. 套车叫驾, 所以这里用'驾'指代马车一天的行程", "舍" = "舍弃. 指不放弃行路" } + +["锲而舍之, 朽木不折; 锲而不舍, 金石可镂."] +note = [] +content = "锲/而舍之/, 朽木/不折; /锲/而不舍/, 金石/可镂./" +translation = "如果刻几下就停下来了, 那么腐朽的木头也刻不断. 如果不停地刻下去, 那么金石也能雕刻成功" +keyword_note = { "锲" = "用刀雕刻", "镂" = "原指在金属上雕刻, 泛指雕刻" } + +["蚓无爪牙之利, 筋骨之强, 上食埃土, 下饮黄泉, 用心一也."] +note = [] +content = "蚓/无/爪牙/之利/, 筋骨/之强/, 上/食/埃土/, 下/饮/黄泉/, 用心/一也./" +translation = "蚯蚓没有锐利的爪子和牙齿, 强健的筋骨, 却能向上吃到泥土, 向下喝到地下的泉水, 这是由于它用心专一" +keyword_note = { "黄泉" = "地下的泉水", "一" = "专一" } + +["蟹六跪而二螯, 非蛇鳝之穴无可寄托者, 用心躁也."] +note = [] +content = "蟹/六跪/而/二螯/, 非/蛇鳝/之穴/无可/寄托者/, 用心/躁也./" +translation = "螃蟹有六条腿, 两个蟹钳, 但是没有蛇、鳝的洞穴它就无处藏身, 这是因为它用心浮躁" +keyword_note = { "六跪" = "六条腿. 蟹实际上是八条腿. 跪, 蟹脚", "螯" = "螃蟹等节肢动物身前的大爪, 形如钳", "蛇鳝" = "异文'蛇蟮'", "躁" = "浮躁, 不专心" } + +["声声慢·寻寻觅觅"] +note = [] +content = "声声慢·寻寻觅觅/" +translation = "声声慢·寻寻觅觅" +keyword_note = {} + +["寻寻觅觅, 冷冷清清, 凄凄惨惨戚戚. 乍暖还寒时候, 最难将息. 三杯两盏淡酒, 怎敌他、晚来风急! 雁过也, 正伤心, 却是旧时相识."] +note = [] +content = "寻寻觅觅/, 冷冷清清/, 凄凄惨惨戚戚. /乍暖还寒时候/, 最难将息. /三杯两盏淡酒/, 怎敌他/、晚来风急/! /雁过也/, 正伤心/, 却是旧时相识./" +translation = "苦苦寻觅, 却只见冷冷清清, 怎不让人凄惨悲戚. 秋天的天气, 总是忽然变暖又转寒, 最难休养调理. 喝几杯淡酒, 怎么能抵挡得住傍晚的寒风紧吹? 一行大雁从头顶上飞过, 更让人伤心, 竟然都是当年为我传递书信的旧相识. " +keyword_note = { "寻寻觅觅" = "意谓想把失去的一切都找回来, 表现非常空虚怅惘、迷茫失落的心态", "凄凄惨惨戚戚" = "忧愁苦闷的样子", "乍暖还寒" = "指秋天的天气, 忽然变暖, 又转寒冷", "将息" = "旧时方言, 休养调理之意", "怎敌他" = "对付, 抵挡" } + +["满地黄花堆积, 憔悴损, 如今有谁堪摘? 守着窗儿, 独自怎生得黑? 梧桐更兼细雨, 到黄昏、点点滴滴. 这次第, 怎一个愁字了得!"] +note = ['守着窗儿 一作: 守著窗儿'] +content = "满地黄花堆积/, 憔悴损/, 如今有谁堪摘? /守着窗儿/, 独自怎生得黑? /梧桐更兼细雨/, 到黄昏/、点点滴滴. /这次第/, 怎一个愁字了得!/" +translation = "园中菊花堆积满地, 唯独我因忧伤而憔悴瘦损, 如今有谁可以摘取? 孤独地守在窗前, 一个人怎样才能熬到天黑? 梧桐叶上细雨淋漓, 到黄昏时分, 那雨声还是点点滴滴. 这般光景, 一个'愁'字怎么能概括得尽! " +keyword_note = { "憔悴损" = "表示程度很深", "堪" = "可以, 能够", "怎生" = "怎样的. 生: 语助词", "梧桐更兼细雨" = "暗用白居易《长恨歌》'秋雨梧桐叶落时'诗意", "这次第" = "这光景、这情形", "怎一个愁字了得" = "一个'愁'字怎么能概括得尽呢" } + +["大道之行也"] +note = [] +content = "大道之行也/" +translation = "大道之行也" +keyword_note = {} + +["大道之行也, 天下为公."] +note = [] +content = "大道/之行/也/, 天下/为公./" +translation = "大道实行的时代, 是以天下为大家所共有" +keyword_note = { "大道" = "上古帝王所遵行的礼乐准则", "天下为公" = "天下成为公共的" } + +["选贤与能, 讲信修睦."] +note = [] +content = "选贤/与能/, 讲信/修睦./" +translation = "选举贤能者共同治理, 人人心口如一, 彼此合作" +keyword_note = { "选贤与能" = "选拔贤才推举能人", "讲信修睦" = "讲求信用增进和睦" } + +["故人不独亲其亲, 不独子其子."] +note = [] +content = "故/人/不独/亲其亲/, 不独/子其子./" +translation = "于是大家不独敬奉自己的父母, 不独扶养自己的儿女" +keyword_note = { "亲其亲" = "敬奉自己的父母", "子其子" = "抚养自己的子女" } + +["使老有所终, 壮有所用, 幼有所长."] +note = [] +content = "使/老/有所终/, 壮/有所用/, 幼/有所长./" +translation = "使社会上的老者各得安享天年, 壮者各能贡献才力, 儿童得到良好的教育" +keyword_note = { "有所终" = "有善终", "有所用" = "有用处", "有所长" = "使成长" } + +["矜寡孤独废疾者皆有所养."] +note = [] +content = "矜寡/孤独/废疾者/皆/有所养./" +translation = "鳏、寡、孤、独以及残疾人都能得到供养" +keyword_note = { "矜" = "同'鳏', 老而无妻", "寡" = "老而无夫", "孤" = "幼而无父", "独" = "老而无子", "废疾" = "残废的人" } + +["男有分, 女有归."] +note = [] +content = "男/有分/, 女/有归./" +translation = "男人各尽自己的职分, 女人各有自己的家庭" +keyword_note = { "分" = "职分", "归" = "女子出嫁" } + +["货恶其弃于地也, 不必藏于己; 力恶其不出于身也, 不必为己."] +note = [] +content = "货/恶其/弃于地/也/, 不必/藏于己/; 力/恶其/不出于身/也/, 不必/为己./" +translation = "既不把财物委弃于无用之地, 也不把财物私藏于己身. 既嫌恶有力不肯出力, 也不能为私人出力才算是效劳" +keyword_note = { "货" = "财物", "力" = "劳力" } + +["是故谋闭不兴, 盗窃乱贼而不作."] +note = [] +content = "是故/谋闭/不兴/, 盗窃/乱贼/而不作./" +translation = "因此, 就不会有钩心斗角、损人利己的阴谋发生, 也不会有劫持、偷盗、杀人越货的勾当出现" +keyword_note = { "谋闭" = "阴谋闭藏", "作" = "发生" } + +["故外户而不闭, 是谓大同."] +note = [] +content = "故/外户/而不闭/, 是谓/大同./" +translation = "纵有门窗的设置, 也只是便于起居, 并无需防备歹人. 那样的世界才真是大同的世界" +keyword_note = { "闭" = "关闭", "大同" = "儒家的理想社会, 实际是理想化了的原始社会" } + +["客至"] +note = [] +content = "客至/" +translation = "客至" +keyword_note = {} + +["舍南舍北皆春水, 但见群鸥日日来."] +note = ["杜甫〔唐代']"] +content = "舍南/舍北/皆/春水/, 但见/群鸥/日日/来./" +translation = "草堂的南北绿水缭绕、春意荡漾, 只见鸥群日日结队飞来. " +keyword_note = { "舍" = "指家", "但见" = "只见. 此句意为平时交游很少, 只有鸥鸟不嫌弃能与之相亲" } + +["花径不曾缘客扫, 蓬门今始为君开."] +note = [] +content = "花径/不曾/缘客/扫/, 蓬门/今始/为君/开./" +translation = "长满花草的庭院小路不曾因为迎客而打扫, 只是为了你的到来, 我家草门首次打开. " +keyword_note = { "花径" = "长满花草的小路", "蓬门" = "用蓬草编成的门户, 以示房子的简陋" } + +["盘飧市远无兼味, 樽酒家贫只旧醅."] +note = [] +content = "盘飧/市远/无/兼味/, 樽酒/家贫/只/旧醅./" +translation = "离集市太远盘中没好菜肴, 家境贫寒只有隔年的陈酒招待. " +keyword_note = { "市远" = "离市集远", "兼味" = "多种美味佳肴. 无兼味, 谦言菜少", "樽" = "酒器", "旧醅" = "旧酿之酒. 醅, 没有过滤的酒, 也泛指酒" } + +["肯与邻翁相对饮, 隔篱呼取尽余杯."] +note = [] +content = "肯与/邻翁/相对/饮/, 隔篱/呼取/尽/余杯./" +translation = "如肯与邻家老翁举杯对饮, 那我就隔着篱笆将他唤来. " +keyword_note = { "肯" = "能否允许, 这是向客人征询", "余杯" = "余下来的酒" } + +["将进酒"] +note = [] +content = "将进酒/" +translation = "将进酒" +keyword_note = {} + +["君不见, 黄河之水天上来, 奔流到海不复回."] +note = ['黄河发源于青海, 因那里地势极高, 故称天上来'] +content = "君不见/, 黄河之水/天上来/, 奔流到海/不复回./" +translation = "你没见那黄河之水从天上奔腾而来, 波涛翻滚直奔东海, 再也没有回来" +keyword_note = { "君不见" = "乐府中常用的一种夸语", "天上来" = "黄河发源于青海, 因那里地势极高, 故称" } + +["君不见, 高堂明镜悲白发, 朝如青丝暮成雪!"] +note = [] +content = "君不见/, 高堂明镜/悲白发/, 朝如青丝/暮成雪!/" +translation = "你没见那年迈的父母, 对着明镜感叹自己的白发, 年轻时候的满头青丝如今已是雪白一片" +keyword_note = { "高堂" = "指的是父母", "青丝" = "黑发" } + +["人生得意须尽欢, 莫使金樽空对月."] +note = [] +content = "人生得意/须尽欢/, 莫使金樽/空对月./" +translation = "人生得意之时应当纵情欢乐, 莫要让这金杯无酒空对明月" +keyword_note = { "得意" = "适意高兴的时候", "金樽" = "精美的酒器" } + +["天生我材必有用, 千金散尽还复来."] +note = [] +content = "天生我材/必有用/, 千金散尽/还复来./" +translation = "每个人只要生下来就必有用处, 黄金千两一挥而尽还能够再来" +keyword_note = {} + +["烹羊宰牛且为乐, 会须一饮三百杯."] +note = [] +content = "烹羊宰牛/且为乐/, 会须一饮/三百杯./" +translation = "我们烹羊宰牛姑且作乐, 一次痛饮三百杯也不为多" +keyword_note = { "会须" = "应当" } + +["岑夫子, 丹丘生, 将进酒, 杯莫停."] +note = [] +content = "岑夫子/, 丹丘生/, 将进酒/, 杯莫停./" +translation = "岑夫子和丹丘生啊! 快喝吧! 别停下杯子" +keyword_note = { "岑夫子" = "指岑勋", "丹丘生" = "元丹丘", "将进酒" = "请饮酒", "杯莫停" = "别停下杯子" } + +["与君歌一曲, 请君为我倾耳听."] +note = [] +content = "与君歌/一曲/, 请君为我/倾耳听./" +translation = "我为你们高歌一曲, 请你们都来侧耳倾听" +keyword_note = { "与君" = "给你们, 为你们", "倾耳听" = "侧耳倾听" } + +["钟鼓馔玉不足贵, 但愿长醉不复醒."] +note = [] +content = "钟鼓馔玉/不足贵/, 但愿长醉/不复醒./" +translation = "钟鸣馔食的豪华生活有何珍贵, 只希望长驻醉乡不再清醒" +keyword_note = { "钟鼓" = "富贵人家宴会中奏乐使用的乐器", "馔玉" = "美好的食物", "不复醒" = "不再清醒" } + +["古来圣贤皆寂寞, 惟有饮者留其名."] +note = [] +content = "古来圣贤/皆寂寞/, 惟有饮者/留其名./" +translation = "自古以来圣贤这两种酒是寂寞的, 只有那喝酒的人才能够留传美名" +keyword_note = {} + +["陈王昔时宴平乐, 斗酒十千恣欢谑."] +note = [] +content = "陈王昔时/宴平乐/, 斗酒十千/恣欢谑./" +translation = "陈王曹植当年宴设乐平关你可知道, 斗酒万钱也豪饮宾主尽情欢乐" +keyword_note = { "陈王" = "指陈思王曹植", "平乐" = "观名", "恣" = "放纵, 无拘无束", "谑" = "玩笑" } + +["主人何为言少钱, 径须沽取对君酌."] +note = [] +content = "主人何为/言少钱/, 径须沽取/对君酌./" +translation = "主人呀, 你为何说我的钱不多? 你只管端出酒来让我喝" +keyword_note = { "径须" = "干脆, 只管", "沽" = "买酒" } + +["五花马、千金裘, 呼儿将出换美酒, 与尔同销万古愁!"] +note = [] +content = "五花马/、千金裘/, 呼儿将出/换美酒/, 与尔同销/万古愁!/" +translation = "五花千里马, 千金狐皮裘, 快叫那侍儿拿去换美酒, 我和你们共同消解这万古愁" +keyword_note = { "五花马" = "指名贵的马", "千金裘" = "珍贵的皮衣", "销" = "同'消'" } + +["屈原列传"] +note = [] +content = "屈原列传/" +translation = "屈原列传" +keyword_note = {} + +["屈平疾王听之不聪也, 谗谄之蔽明也, 邪曲之害公也, 方正之不容也, 故忧愁幽思而作《离骚》."] +note = [] +content = "屈平/疾/王听之/不聪也/, 谗谄之/蔽明也/, 邪曲之/害公也/, 方正之/不容也/, 故/忧愁/幽思/而作/《离骚》./" +translation = "屈原痛心楚怀王听信谗言, 不能分辨是非, 谄媚国君的人遮蔽了楚怀王的明见, 品行不正的小人损害国家, 端方正直的人不被昏君谗臣所容, 所以忧愁深思, 就创作了《离骚》. " +keyword_note = { "疾" = "痛心", "不聪" = "不能分辨是非", "谗谄" = "说人坏话、奉承献媚", "蔽明" = "蒙蔽明见", "邪曲" = "品行不正", "方正" = "端方正直" } + +["离骚者, 犹离忧也."] +note = [] +content = "离骚者/, 犹/离忧也./" +translation = "'离骚', 就是遭遇忧愁的意思. " +keyword_note = { "离忧" = "遭遇忧患" } + +["夫天者, 人之始也; 父母者, 人之本也."] +note = [] +content = "夫/天者/, 人之/始也/; 父母者/, 人之/本也./" +translation = "上天, 是人的原始; 父母, 是人的根本. " +keyword_note = {} + +["人穷则反本, 故劳苦倦极, 未尝不呼天也; 疾痛惨怛, 未尝不呼父母也."] +note = [] +content = "人穷/则反本/, 故/劳苦/倦极/, 未尝/不呼天也/; 疾痛/惨怛/, 未尝/不呼/父母也./" +translation = "人处境困难时, 总是要追念上天和父母 (希望给以援助) , 所以劳累疲倦时, 没有不呼叫上天的; 病痛和内心悲伤时, 没有不呼叫父母的. " +keyword_note = { "人穷则反本" = "人困窘没有出路, 就会追念根本", "倦极" = "疲倦困苦", "惨怛" = "忧伤, 悲痛" } + +["屈平正道直行, 竭忠尽智以事其君, 谗人间之, 可谓穷矣."] +note = [] +content = "屈平/正道/直行/, 竭忠/尽智/以事/其君/, 谗人/间之/, 可谓/穷矣./" +translation = "屈原使 (自己) 道德端正, 使 (自己) 品行正直, 竭尽忠心用尽智慧来侍奉他的国君, 却被小人离间, 可以说处境很困难. " +keyword_note = {} + +["信而见疑, 忠而被谤, 能无怨乎?"] +note = [] +content = "信而/见疑/, 忠而/被谤/, 能无/怨乎?/" +translation = "诚信而被怀疑, 尽忠却被诽谤, 能没有怨愤吗? " +keyword_note = { "信而见疑" = "诚实不欺却被怀疑" } + +["屈平之作《离骚》, 盖自怨生也."] +note = [] +content = "屈平/之作/《离骚》/, 盖自/怨生也./" +translation = "屈原作《离骚》, 大概是自己的怨愤所引起的. " +keyword_note = {} + +["《国风》好色而不淫, 《小雅》怨诽而不乱."] +note = [] +content = "《国风》/好色/而不淫/, 《小雅》/怨诽/而不乱./" +translation = "《诗经》中的《国风》, 写男女恋情而不过度, 《小雅》有怨刺之言, 但不直接愤怒. " +keyword_note = { "淫" = "过度、无节制" } + +["若《离骚》者, 可谓兼之矣."] +note = [] +content = "若/《离骚》者/, 可谓/兼之矣./" +translation = "屈原的《离骚》诗, 则两者之美兼而有之. " +keyword_note = {} + +["上称帝喾, 下道齐桓, 中述汤武, 以刺世事."] +note = [] +content = "上称/帝喾/, 下道/齐桓/, 中述/汤/武/, 以刺/世事./" +translation = " (他) 远古提到帝喾, 近古提到齐桓公, 中古提到商汤、周武王, 利用古代帝王这些事用来讽刺当世社会. " +keyword_note = { "帝喾" = "传说中的五帝之一", "汤武" = "商汤、周武王" } + +["明道德之广崇, 治乱之条贯, 靡不毕见."] +note = [] +content = "明/道德之/广崇/, 治乱之/条贯/, 靡不/毕见./" +translation = "阐明道德的广大崇高, 治乱的条理, 没有不全表现出来的. " +keyword_note = { "广崇" = "广大崇高", "条贯" = "条理", "靡" = "无, 没有" } + +["其文约, 其辞微, 其志洁, 其行廉."] +note = [] +content = "其文/约/, 其辞/微/, 其志/洁/, 其行/廉./" +translation = "他的文章简约, 语言含蓄, 他的志趣高洁, 行为正直. " +keyword_note = { "约" = "简约", "微" = "含蓄隐晦" } + +["其称文小而其指极大, 举类迩而见义远."] +note = [] +content = "其称文/小而/其指/极大/, 举类/迩而/见义/远./" +translation = "就其文字来看, 不过是寻常事情, 但是它的旨趣是极大的, 列举的是近事, 而表达的意思却十分深远. " +keyword_note = { "指" = "同'旨', 意旨", "迩" = "近" } + +["其志洁, 故其称物芳; 其行廉, 故死而不容."] +note = [] +content = "其志/洁/, 故其/称物/芳/; 其行/廉/, 故死/而不容./" +translation = "他的志趣高洁, 所以作品中多用美人芳草作比喻; 他的行为正直, 所以至死不容于世. " +keyword_note = { "称物芳" = "多用美人香草来比喻" } + +["自疏濯淖污泥之中, 蝉蜕于浊秽, 以浮游尘埃之外, 不获世之滋垢, 皭然泥而不滓者也."] +note = [] +content = "自疏/濯淖/污泥/之中/, 蝉蜕/于/浊秽/, 以/浮游/尘埃/之外/, 不获/世之/滋垢/, 皭然/泥而/不滓者/也./" +translation = "他自动地远离污泥浊水, 像蝉脱壳那样摆脱污秽环境, 以便超脱世俗之外, 不沾染尘世的污垢, 出于污泥而不染, 依旧保持高洁的品德. " +keyword_note = { "自疏" = "自动地远离", "濯淖污泥" = "污浊", "蝉蜕" = "像蝉脱壳那样摆脱", "浊秽" = "污秽的境地", "滋垢" = "尘世的污垢", "皭然" = "清白、洁净的样子", "泥而不滓" = "出淤泥而不染" } + +["推此志也, 虽与日月争光可也."] +note = [] +content = "推/此志也/, 虽与/日月/争光/可也./" +translation = "推赞这种志行, 即使同日月争光都可以. " +keyword_note = { "推" = "推赞, 推许" } + +["山居秋暝"] +note = [] +content = "山居秋暝/" +translation = "山居秋暝" +keyword_note = {} + +["空山新雨后, 天气晚来秋."] +note = [] +content = "空山/新雨/后/, 天气/晚来/秋./" +translation = "新雨过后山谷里空旷清新, 初秋傍晚的天气特别凉爽. " +keyword_note = { "空山" = "空旷, 空寂的山野", "新" = "刚刚", "晚来秋" = "初秋傍晚的天气特别凉爽" } + +["明月松间照, 清泉石上流."] +note = [] +content = "明月/松间/照/, 清泉/石上/流./" +translation = "明月映照着幽静的松林间, 清澈泉水在山石上淙淙淌流. " +keyword_note = { "清泉石上流" = "写的正是雨后的景色" } + +["竹喧归浣女, 莲动下渔舟."] +note = [] +content = "竹喧/归/浣女/, 莲动/下/渔舟./" +translation = "竹林里传来喧闹声, 知是少女洗衣归来, 莲叶轻摇知是上游荡下轻舟. " +keyword_note = { "竹喧" = "竹林中笑语喧哗", "喧" = "笑语喧哗", "浣女" = "洗衣服的女子", "浣" = "洗涤衣物" } + +["随意春芳歇, 王孙自可留."] +note = [] +content = "随意/春芳/歇/, 王孙/自可/留./" +translation = "任凭春天的花草消失, 眼前的秋景足以让我流连久居. " +keyword_note = { "随意" = "任凭", "春芳" = "春天的花草", "歇" = "消散, 消失", "王孙" = "原指贵族子弟, 此处指诗人自己", "留" = "居" } + +["师说"] +note = [] +content = "师说/" +translation = "师说" +keyword_note = {} + +["古之学者必有师."] +note = ['学者: 求学的人'] +content = "古之/学者/必有/师./" +translation = "古代求学的人一定有老师" +keyword_note = { "学者" = "求学的人" } + +["师者, 所以传道受业解惑也."] +note = ["受: 通'授', 传授, 讲授"] +content = "师者/, 所以/传道/受业/解惑/也./" +translation = "老师是传授道理, 教授学业, 解决疑难问题的人" +keyword_note = { "传道" = "传授道理", "受业" = "教授学业", "解惑" = "解决疑难问题", "受" = "通'授', 传授" } + +["人非生而知之者, 孰能无惑?"] +note = [] +content = "人非/生而/知之/者/, 孰能/无惑?/" +translation = "人不是生下来就懂得道理的, 谁能没有疑惑" +keyword_note = { "孰能" = "谁能" } + +["惑而不从师, 其为惑也, 终不解矣."] +note = [] +content = "惑而/不从/师/, 其/为惑/也/, 终/不解/矣./" +translation = "有疑惑却不跟从老师学习, 他所存在的疑惑, 就始终不能解决" +keyword_note = { "终" = "始终" } + +["生乎吾前, 其闻道也固先乎吾, 吾从而师之;"] +note = [] +content = "生乎/吾前/, 其/闻道/也/固/先乎/吾/, 吾/从而/师之;/" +translation = "在我之前出生的人, 他懂得道理本来就比我早, 我跟从他, 拜他为师" +keyword_note = { "闻道" = "懂得道理", "固" = "本来", "师之" = "以他为师" } + +["生乎吾后, 其闻道也亦先乎吾, 吾从而师之."] +note = [] +content = "生乎/吾后/, 其/闻道/也/亦/先乎/吾/, 吾/从而/师之./" +translation = "在我之后出生的人, 他懂得道理如果也比我早, 我也跟从他学习, 把他当作老师" +keyword_note = { "亦" = "也" } + +["吾师道也, 夫庸知其年之先后生于吾乎?"] +note = [] +content = "吾/师道/也/, 夫/庸知/其年/之/先后/生于/吾乎?/" +translation = "我学习的是道理, 哪里管他的年龄比我大还是比我小呢" +keyword_note = { "师道" = "学习道理", "庸知" = "哪里管" } + +["是故无贵无贱, 无长无少, 道之所存, 师之所存也."] +note = [] +content = "是故/无贵/无贱/, 无长/无少/, 道之/所存/, 师之/所存/也./" +translation = "因此, 不论地位显贵还是地位低下, 不论年长年少, 道理存在的地方, 就是老师存在的地方" +keyword_note = { "是故" = "因此", "所存" = "存在的地方" } + +["嗟乎! 师道之不传也久矣! 欲人之无惑也难矣!"] +note = [] +content = "嗟乎!/ 师道/之/不传/也/久矣!/ 欲人/之/无惑/也/难矣!/" +translation = "唉! 从师学习的风尚没有流传已经很久了, 想要人们没有疑惑很难呐" +keyword_note = { "嗟乎" = "感叹词, 唉", "师道" = "从师学习的风尚" } + +["古之圣人, 其出人也远矣, 犹且从师而问焉;"] +note = [] +content = "古之/圣人/, 其/出人/也/远矣/, 犹且/从师/而问/焉;/" +translation = "古代的圣人, 他们超过一般人很远了, 尚且跟从老师向老师请教" +keyword_note = { "出人" = "超出一般人", "犹且" = "尚且" } + +["今之众人, 其下圣人也亦远矣, 而耻学于师."] +note = [] +content = "今之/众人/, 其/下/圣人/也/亦/远矣/, 而/耻学/于师./" +translation = "现在的一般人, 他们跟圣人相比相差很远了, 却以向老师学为羞耻" +keyword_note = { "众人" = "一般人", "下" = "低于, 不如", "耻学于师" = "以向老师学习为耻" } + +["是故圣益圣, 愚益愚."] +note = [] +content = "是故/圣/益圣/, 愚/益愚./" +translation = "所以圣人就更加圣明, 愚人就更加愚昧" +keyword_note = { "益" = "更加" } + +["圣人之所以为圣, 愚人之所以为愚, 其皆出于此乎!"] +note = [] +content = "圣人/之/所以/为圣/, 愚人/之/所以/为愚/, 其/皆/出于/此乎!/" +translation = "圣人之所以成为圣人, 愚人之所以成为愚人, 大概都是这个原因引起的吧" +keyword_note = { "所以" = "...的原因", "其" = "大概" } + +["爱其子, 择师而教之; 于其身也, 则耻师焉, 惑矣."] +note = [] +content = "爱/其子/, 择师/而教/之;/ 于/其身/也/, 则/耻师/焉/, 惑矣./" +translation = "众人喜爱他们的孩子, 选择老师教育孩子; 他们自己呢, 却以从师学习为耻, 这真是糊涂啊" +keyword_note = { "其身" = "他们自己", "耻师" = "以从师为耻", "惑" = "糊涂" } + +["彼童子之师, 授之书而习其句读者, 非吾所谓传其道解其惑者也."] +note = ['句读: 也叫句逗. 古代称文辞意尽处为句, 语意未尽而须停顿处为读'] +content = "彼/童子/之师/, 授之/书/而习/其/句读/者/, 非/吾/所谓/传其道/解其惑/者也./" +translation = "那孩子的老师, 教他们读书, 学习书中的文句, 并不是我所说的给人传授道理, 给人解释疑惑的老师" +keyword_note = { "句读" = "文句停顿", "所谓" = "所说的" } + +["句读之不知, 惑之不解, 或师焉, 或不焉, 小学而大遗, 吾未见其明也."] +note = ["不: 通'否', 表否定"] +content = "句读/之/不知/, 惑之/不解/, 或/师焉/, 或/不焉/, 小学/而/大遗/, 吾/未见/其明/也./" +translation = "不理解文句, 疑惑得不到解决, 有的向老师学习, 有的却不向老师求教, 小的方面学习, 大的方面却放弃了, 我看不出他们有什么明智的呢" +keyword_note = { "或" = "有的", "不" = "通'否'", "小学" = "小的方面学习", "大遗" = "大的方面放弃" } + +["巫医乐师百工之人, 不耻相师."] +note = ['巫医: 古代用祝祷、占卜等迷信方法或兼用药物医治疾病为业的人', '百工: 泛指手工业者'] +content = "巫医/乐师/百工/之人/, 不耻/相师./" +translation = "医生, 乐师及各种工匠, 不以互相学习为耻" +keyword_note = { "巫医" = "医生", "乐师" = "音乐师", "百工" = "各种工匠", "不耻相师" = "不以互相学习为耻" } + +["士大夫之族, 曰师曰弟子云者, 则群聚而笑之."] +note = [] +content = "士大夫/之族/, 曰师/曰弟子/云者/, 则/群聚/而笑/之./" +translation = "士大夫这类人中, 如有人称人家为老师, 称自己为学生, 这些人就聚集在一起嘲笑他" +keyword_note = { "族" = "类", "云者" = "如此说" } + +["问之, 则曰: “彼与彼年相若也, 道相似也."] +note = [] +content = "问之/, 则曰/: “彼与/彼年/相若/也/, 道/相似/也./" +translation = "问那些嘲笑者, 他们就说: 那个人与某人年龄相近, 修养和学业也差不多" +keyword_note = { "相若" = "相近", "相似" = "差不多" } + +["位卑则足羞, 官盛则近谀.”"] +note = [] +content = "位卑/则/足羞/, 官盛/则/近谀/.”/" +translation = "以地位低的人为师, 足以感到羞愧, 称官位高的人为师就近于谄媚" +keyword_note = { "位卑" = "地位低", "足羞" = "足以羞愧", "官盛" = "官位高", "近谀" = "近于谄媚" } + +["呜呼! 师道之不复, 可知矣."] +note = [] +content = "呜呼!/ 师道/之/不复/, 可知/矣./" +translation = "啊! 从师学习的风尚不能恢复, 由此就可以知道了" +keyword_note = { "不复" = "不能恢复" } + +["巫医乐师百工之人, 君子不齿, 今其智乃反不能及, 其可怪也欤!"] +note = ['不齿: 不屑与之同列, 表示鄙视'] +content = "巫医/乐师/百工/之人/, 君子/不齿/, 今/其智/乃/反不能/及/, 其/可怪/也欤!/" +translation = "医生、乐师及各种工匠, 士大夫之类的人是不屑与他们为伍的, 现在士大夫们的智慧反而不如他们. 难道值得奇怪吗" +keyword_note = { "君子" = "士大夫", "不齿" = "不屑为伍", "乃" = "反而", "及" = "如" } + +["圣人无常师. 孔子师郯子、苌弘、师襄、老聃."] +note = ['郯子: 春秋时郯国国君', '苌弘: 周敬王大夫', '师襄: 鲁国乐官', '老聃: 即老子'] +content = "圣人/无常/师./ 孔子/师/郯子/、苌弘/、师襄/、老聃./" +translation = "圣人没有固定的老师, 孔子曾经以郯子、苌弘、师襄、老聃为师" +keyword_note = { "常师" = "固定的老师" } + +["郯子之徒, 其贤不及孔子."] +note = [] +content = "郯子/之徒/, 其/贤/不及/孔子./" +translation = "郯子这一类人, 他们的道德才能不如孔子" +keyword_note = { "之徒" = "这一类人", "贤" = "道德才能", "不及" = "不如" } + +["孔子曰: 三人行, 则必有我师."] +note = [] +content = "孔子/曰/: 三人/行/, 则/必有/我师./" +translation = "孔子说: 几个人走在一起, 其中就一定有我的老师" +keyword_note = { "三人行" = "几个人一起走" } + +["是故弟子不必不如师, 师不必贤于弟子, 闻道有先后, 术业有专攻, 如是而已."] +note = [] +content = "是故/弟子/不必/不如/师/, 师/不必/贤于/弟子/, 闻道/有/先后/, 术业/有/专攻/, 如是/而已./" +translation = "因此学生不一定不如老师, 老师也不一定比弟子强, 听闻道理有先有后, 学问和技艺上各有各的主攻方向, 像这样罢了" +keyword_note = { "不必" = "不一定", "贤于" = "比...强", "术业" = "学问技艺", "专攻" = "专门研究", "而已" = "罢了" } + +["李氏子蟠, 年十七, 好古文, 六艺经传皆通习之, 不拘于时, 学于余."] +note = ['六艺经传: 六经的经文和传文'] +content = "李氏/子蟠/, 年/十七/, 好/古文/, 六艺/经传/皆/通习/之/, 不拘/于时/, 学/于余./" +translation = "李蟠, 十七岁, 爱好古文, 六经的经文和传文都普遍学习了, 不被世俗的限制, 向我学习" +keyword_note = { "好" = "爱好", "古文" = "先秦文章", "六艺经传" = "六经的经文和传文", "通习" = "普遍学习", "不拘于时" = "不被时俗限制" } + +["余嘉其能行古道, 作《师说》以贻之."] +note = [] +content = "余/嘉/其/能行/古道/, 作/《师说》/以/贻之./" +translation = "我赞许他能遵行古人从师学习的风尚, 特别写了这篇《师说》来赠给他" +keyword_note = { "嘉" = "赞许", "古道" = "古人风尚", "贻" = "赠送" } + +["归去来兮辞"] +note = [] +content = "归去来兮辞/" +translation = "归去来兮辞" +keyword_note = {} + +["归去来兮, 田园将芜胡不归?"] +note = [] +content = "归去/来兮/, 田园/将芜/胡不归?/" +translation = "回家去吧! 田园快要荒芜了, 为什么不回去呢? " +keyword_note = { "归去来兮" = "回去吧", "将芜" = "快要荒芜", "胡不归" = "为什么不回去" } + +["既自以心为形役, 奚惆怅而独悲?"] +note = [] +content = "既/自以/心为/形役/, 奚/惆怅/而/独悲?/" +translation = "既然自己使心为身所驱役, 又何必怅惘而独自悲戚呢? " +keyword_note = { "心为形役" = "心神被形体役使", "奚" = "为什么", "惆怅" = "怅惘", "独悲" = "独自悲戚" } + +["悟已往之不谏, 知来者之可追."] +note = [] +content = "悟/已往/之/不谏/, 知/来者/之/可追./" +translation = "我已明悟过去的错误已经不可挽回, 未来的事还来得及补救" +keyword_note = { "已往" = "过去", "不谏" = "不可挽回", "来者" = "未来的事", "可追" = "可以补救" } + +["实迷途其未远, 觉今是而昨非."] +note = [] +content = "实/迷途/其/未远/, 觉/今是/而/昨非./" +translation = "我确实走入了迷途, 但还不算太远, 已觉悟如今的做法是对的, 而曾经的行为是错的" +keyword_note = { "迷途" = "走入迷途", "其" = "但", "未远" = "不算太远", "今是" = "现在正确", "昨非" = "过去错误" } + +["舟遥遥以轻飏, 风飘飘而吹衣."] +note = [] +content = "舟/遥遥/以/轻飏/, 风/飘飘/而/吹衣./" +translation = "船在水面上轻轻地飘荡着前进, 微风吹拂着衣裳, 衣袂翩翩" +keyword_note = { "遥遥" = "飘摇放流", "轻飏" = "轻轻地飘荡", "飘飘" = "微风吹拂" } + +["问征夫以前路, 恨晨光之熹微."] +note = [] +content = "问/征夫/以/前路/, 恨/晨光/之/熹微./" +translation = "向行人打听前面的路程, 遗憾的是天刚刚放亮" +keyword_note = { "征夫" = "行人", "前路" = "前面的路程", "恨" = "遗憾", "熹微" = "天色微明" } + +["乃瞻衡宇, 载欣载奔."] +note = [] +content = "乃/瞻/衡宇/, 载欣/载奔./" +translation = "刚刚看到自己简陋的家门, 心中欣喜, 奔跑过去" +keyword_note = { "乃" = "刚刚", "瞻" = "看见", "衡宇" = "横木为门的简陋房屋", "载欣载奔" = "一边高兴一边奔跑" } + +["僮仆欢迎, 稚子候门."] +note = [] +content = "僮仆/欢迎/, 稚子/候门./" +translation = "家中童仆欢喜地前来迎接, 孩子们守候在门前" +keyword_note = { "僮仆" = "童仆", "欢迎" = "欢喜迎接", "稚子" = "幼儿", "候门" = "在门前等候" } + +["三径就荒, 松菊犹存."] +note = [] +content = "三径/就荒/, 松菊/犹存./" +translation = "院子里的小路快要荒芜了, 松菊还长在那里" +keyword_note = { "三径" = "院中小路", "就荒" = "快要荒芜", "犹存" = "还存在" } + +["携幼入室, 有酒盈樽."] +note = [] +content = "携幼/入室/, 有酒/盈樽./" +translation = "带着孩子们进了屋, 美酒已经盛满了酒樽" +keyword_note = { "携幼" = "带着孩子", "入室" = "进屋", "盈樽" = "满杯" } + +["引壶觞以自酌, 眄庭柯以怡颜."] +note = [] +content = "引/壶觞/以/自酌/, 眄/庭柯/以/怡颜./" +translation = "我端起酒壶酒杯自斟自饮, 看看院子里的树木, 觉得很愉快" +keyword_note = { "引" = "端起", "壶觞" = "酒壶酒杯", "自酌" = "自斟自饮", "眄" = "随便看看", "庭柯" = "院子里的树木", "怡颜" = "使面容愉快" } + +["倚南窗以寄傲, 审容膝之易安."] +note = [] +content = "倚/南窗/以/寄傲/, 审/容膝/之/易安./" +translation = "倚着南窗寄托我的傲世之情, 深知这狭小之地容易使我心安" +keyword_note = { "寄傲" = "寄托傲世之情", "审" = "深知", "容膝" = "仅能容膝的小屋", "易安" = "容易安适" } + +["园日涉以成趣, 门虽设而常关."] +note = [] +content = "园/日涉/以/成趣/, 门/虽设/而/常关./" +translation = "天天到园里行走, 自成一种乐趣, 小园的门经常地关闭着" +keyword_note = { "日涉" = "天天走到", "成趣" = "自成乐趣", "虽设" = "虽然设置", "常关" = "经常关闭" } + +["策扶老以流憩, 时矫首而遐观."] +note = [] +content = "策/扶老/以/流憩/, 时/矫首/而/遐观./" +translation = "拄着拐杖出去走走, 随时随地休息, 时时抬头望着远方 (的天空) " +keyword_note = { "策" = "拄着", "扶老" = "手杖", "流憩" = "到处走走歇歇", "矫首" = "抬头", "遐观" = "远望" } + +["云无心以出岫, 鸟倦飞而知还."] +note = [] +content = "云/无心/以/出岫/, 鸟/倦飞/而/知还./" +translation = "云气自然而然地从山峰飘浮而出, 倦飞的鸟儿也知道飞回巢中" +keyword_note = { "无心" = "自然而然", "出岫" = "从山中冒出", "倦飞" = "飞累了", "知还" = "知道返回" } + +["景翳翳以将入, 抚孤松而盘桓."] +note = [] +content = "景/翳翳/以/将入/, 抚/孤松/而/盘桓./" +translation = "日光暗淡, 太阳快要落下去了, 我手抚着孤松徘徊着不忍离去" +keyword_note = { "景" = "日光", "翳翳" = "阴暗的样子", "将入" = "快要落下", "抚" = "手抚", "孤松" = "孤立的松树", "盘桓" = "徘徊" } + +["归去来兮, 请息交以绝游."] +note = [] +content = "归去/来兮/, 请/息交/以/绝游./" +translation = "回家去吧! 请让我同外界断绝交游" +keyword_note = { "息交" = "停止交往", "绝游" = "断绝交游" } + +["世与我而相违, 复驾言兮焉求?"] +note = [] +content = "世/与我/而/相违/, 复/驾言/兮/焉求?/" +translation = "世事与我所想的相违背, 还要驾车出去追求什么? " +keyword_note = { "相违" = "相违背", "驾言" = "驾车出游", "焉求" = "追求什么" } + +["悦亲戚之情话, 乐琴书以消忧."] +note = [] +content = "悦/亲戚/之/情话/, 乐/琴书/以/消忧./" +translation = "以亲人间的知心话为愉悦, 以弹琴读书为乐来消除忧愁" +keyword_note = { "悦" = "以...为愉悦", "情话" = "知心话", "乐" = "以...为乐", "琴书" = "弹琴读书", "消忧" = "消除忧愁" } + +["农人告余以春及, 将有事于西畴."] +note = [] +content = "农人/告余/以/春及/, 将/有事/于/西畴./" +translation = "农夫告诉我春天到了, 西边田野里要开始耕种了" +keyword_note = { "告余" = "告诉我", "春及" = "春天到了", "有事" = "指耕种之事", "西畴" = "西边田野" } + +["或命巾车, 或棹孤舟."] +note = [] +content = "或/命/巾车/, 或/棹/孤舟./" +translation = "有时驾着有布篷的小车, 有时划着一条小船" +keyword_note = { "或" = "有时", "命" = "叫上", "巾车" = "有帷的小车", "棹" = "划船" } + +["既窈窕以寻壑, 亦崎岖而经丘."] +note = [] +content = "既/窈窕/以/寻壑/, 亦/崎岖/而/经丘./" +translation = "有时经过幽深曲折的山谷, 有时走过高低不平的山路" +keyword_note = { "窈窕" = "幽深曲折", "寻壑" = "经过山谷", "崎岖" = "高低不平", "经丘" = "走过山路" } + +["木欣欣以向荣, 泉涓涓而始流."] +note = [] +content = "木/欣欣/以/向荣/, 泉/涓涓/而/始流./" +translation = "草木茂盛, 细水缓流" +keyword_note = { "欣欣" = "草木茂盛", "向荣" = "滋长茂盛", "涓涓" = "水流细微", "始流" = "开始流动" } + +["善万物之得时, 感吾生之行休."] +note = [] +content = "善/万物/之/得时/, 感/吾生/之/行休./" +translation = " (我) 羡慕自然界的万物一到春天便及时生长茂盛, 感叹自己的一生行将结束" +keyword_note = { "善" = "羡慕", "得时" = "及时生长", "感" = "感叹", "行休" = "行将结束" } + +["已矣乎! 寓形宇内复几时?"] +note = [] +content = "已矣乎/! / 寓形/宇内/复/几时?/" +translation = "算了吧! 活在世上还能有多久? " +keyword_note = { "已矣乎" = "算了吧", "寓形宇内" = "活在世上", "复几时" = "还能有多久" } + +["曷不委心任去留?"] +note = [] +content = "曷不/委心/任/去留?/" +translation = "为什么不随心所欲, 听凭自然的生死? " +keyword_note = { "曷不" = "为什么不", "委心" = "随心所欲", "任去留" = "听凭生死" } + +["胡为乎遑遑欲何之?"] +note = [] +content = "胡为乎/遑遑/欲/何之?/" +translation = "为什么心神不定, 想要到哪里去呢? " +keyword_note = { "胡为乎" = "为什么", "遑遑" = "心神不定", "欲何之" = "想要到哪里去" } + +["富贵非吾愿, 帝乡不可期."] +note = [] +content = "富贵/非/吾愿/, 帝乡/不可/期./" +translation = "富贵不是我所求, 修成神仙是没有希望的" +keyword_note = { "非吾愿" = "不是我的愿望", "帝乡" = "仙境", "不可期" = "不可企及" } + +["怀良辰以孤往, 或植杖而耘耔."] +note = [] +content = "怀/良辰/以/孤往/, 或/植杖/而/耘耔./" +translation = "爱惜那良辰美景我独自去欣赏, 有时放下手杖, 拿起农具除草培土" +keyword_note = { "怀" = "爱惜", "良辰" = "美好时光", "孤往" = "独自外出", "植杖" = "放下手杖", "耘耔" = "除草培土" } + +["登东皋以舒啸, 临清流而赋诗."] +note = [] +content = "登/东皋/以/舒啸/, 临/清流/而/赋诗./" +translation = "登上东边的山坡我放声呼啸, 傍着清清的溪流把诗歌吟唱" +keyword_note = { "东皋" = "东边高地", "舒啸" = "放声长啸", "临" = "面对", "清流" = "清清溪流", "赋诗" = "吟诗" } + +["聊乘化以归尽, 乐夫天命复奚疑!"] +note = [] +content = "聊/乘化/以/归尽/, 乐夫/天命/复/奚疑!/" +translation = "姑且顺随自然的变化, 走到生命的尽头. 乐天安命, 还有什么可疑虑的呢? " +keyword_note = { "聊" = "姑且", "乘化" = "顺随自然变化", "归尽" = "走到生命尽头", "乐夫天命" = "乐天安命", "复奚疑" = "还有什么疑虑" } + +["归园田居·其一"] +note = [] +content = "归园田居·其一/" +translation = "归园田居·其一" +keyword_note = {} + +["少无适俗韵, 性本爱丘山"] +note = [] +content = "少/无/适俗/韵/, 性/本/爱/丘山/" +translation = "年少时就没有适应世俗的性情, 生来就喜爱大自然的风物" +keyword_note = { "少" = "指少年时代", "适俗" = "适应世俗", "韵" = "气质、情致. 一作'愿'", "丘山" = "指山林" } + +["误落尘网中, 一去三十年"] +note = ['误落 一作: 误入'] +content = "误落/尘网/中/, 一去/三十年/" +translation = "错误地陷落到世俗的种种束缚中, 转眼间远离田园已十余年" +keyword_note = { "尘网" = "世俗的种种束缚", "三十年" = "有人认为是'十三年'之误 (陶渊明做官十三年) . 一说, 此处是三又十年之意" } + +["羁鸟恋旧林, 池鱼思故渊"] +note = [] +content = "羁鸟/恋/旧林/, 池鱼/思/故渊/" +translation = "笼中之鸟怀念以前生活的树林, 池塘之鱼思念旧日嬉戏的深潭" +keyword_note = { "羁鸟" = "笼中之鸟", "恋" = "一作'眷'", "池鱼" = "池塘之鱼", "旧林、故渊" = "借喻自己怀恋旧居" } + +["开荒南野际, 守拙归园田"] +note = [] +content = "开荒/南野/际/, 守拙/归/园田/" +translation = "我愿到南面的田野去开荒, 依着拙朴的心性回家耕种田园" +keyword_note = { "南野" = "南面的田野. 一作'南亩', 指农田", "野" = "一作'亩'", "际" = "间", "守拙" = "意思是不随波逐流, 固守节操" } + +["方宅十余亩, 草屋八九间"] +note = [] +content = "方宅/十余/亩/, 草屋/八九/间/" +translation = "围绕着房宅方圆有十余亩地, 还有八九间茅草屋" +keyword_note = { "方宅" = "宅地方圆. 一说, '方'通'旁'" } + +["榆柳荫后檐, 桃李罗堂前"] +note = [] +content = "榆柳/荫/后檐/, 桃李/罗/堂前/" +translation = "生长茂盛的榆树柳树遮蔽了后屋檐, 桃树李树整齐的罗列在屋前" +keyword_note = { "荫" = "遮蔽", "罗" = "罗列" } + +["暧暧远人村, 依依墟里烟"] +note = [] +content = "暧暧/远人/村/, 依依/墟里/烟/" +translation = "远处邻村的屋舍依稀可见, 村落上方轻柔而缓慢的飘升着袅袅炊烟" +keyword_note = { "暧暧" = "迷蒙隐约的样子", "依依" = "轻柔而缓慢的飘升", "墟里" = "村落" } + +["狗吠深巷中, 鸡鸣桑树颠"] +note = [] +content = "狗吠/深巷/中/, 鸡鸣/桑树/颠/" +translation = "深深的街巷中传来了几声狗吠, 桑树顶端有雄鸡不停啼鸣" +keyword_note = { "颠" = "顶端" } + +["户庭无尘杂, 虚室有余闲"] +note = [] +content = "户庭/无/尘杂/, 虚室/有/余闲/" +translation = "庭院内没有尘俗杂事烦扰, 静室里有的是安适悠闲" +keyword_note = { "户庭" = "门户庭院", "尘杂" = "尘俗杂事", "虚室" = "空室, 比喻心境", "余闲" = "闲暇" } + +["久在樊笼里, 复得返自然"] +note = [] +content = "久在/樊笼/里/, 复得/返/自然/" +translation = "久久困于官场生活, 毫无自由, 我今日总算又归耕园田" +keyword_note = { "樊笼" = "蓄鸟工具, 这里比喻官场生活. 樊, 藩篱, 栅栏", "返自然" = "指归耕园田" } + +["念奴娇·赤壁怀古"] +note = [] +content = "念奴娇·赤壁怀古/" +translation = "念奴娇·赤壁怀古" +keyword_note = {} + +["大江东去, 浪淘尽, 千古风流人物."] +note = [] +content = "大江/东去/, 浪/淘尽/, 千古/风流/人物./" +translation = "滚滚长江向东奔流而去, 千百年来奔腾不息的滔滔巨浪淘尽了多少杰出的英雄人物" +keyword_note = { "大江" = "指长江", "淘" = "冲洗, 冲刷", "风流人物" = "指杰出的历史名人" } + +["故垒西边, 人道是, 三国周郎赤壁."] +note = [] +content = "故垒/西边/, 人道是/, 三国/周郎/赤壁./" +translation = "旧日营垒的西边, 有人说, 那儿是三国时周瑜大破曹军的赤壁" +keyword_note = { "故垒" = "过去遗留下来的营垒", "周郎" = "指三国时吴国名将周瑜, 字公瑾" } + +["乱石穿空, 惊涛拍岸, 卷起千堆雪."] +note = ['穿空 一作: 崩云'] +content = "乱石/穿空/, 惊涛/拍岸/, 卷起/千堆雪./" +translation = "只见陡峭纷乱的岩壁耸入云霄, 汹涌澎湃的巨浪拍打着江岸, 卷起无数堆雪白的浪花" +keyword_note = { "雪" = "比喻浪花" } + +["江山如画, 一时多少豪杰."] +note = [] +content = "江山/如画/, 一时/多少/豪杰./" +translation = "雄壮的江山奇丽如画, 一时间涌现了多少英雄豪杰" +keyword_note = { "豪杰" = "英雄豪杰" } + +["遥想公瑾当年, 小乔初嫁了, 雄姿英发."] +note = [] +content = "遥想/公瑾/当年/, 小乔/初嫁了/, 雄姿/英发./" +translation = "我不禁遥想起当年的周公瑾, 美丽的小乔刚嫁给他, 英姿雄健风度翩翩神采照人" +keyword_note = { "公瑾" = "周瑜字公瑾", "小乔" = "周瑜之妻", "雄姿英发" = "谓周瑜体貌不凡, 言谈卓绝" } + +["羽扇纶巾, 谈笑间, 樯橹灰飞烟灭."] +note = ['樯橹 一作: 强虏'] +content = "羽扇/纶巾/, 谈笑间/, 樯橹/灰飞/烟灭./" +translation = "手摇羽扇, 头戴纶巾, 谈笑之间, 就将曹军的战船烧得灰飞烟灭" +keyword_note = { "羽扇纶巾" = "古代儒将的便装打扮", "樯橹" = "这里代指曹操的水军战船" } + +["故国神游, 多情应笑我, 早生华发."] +note = [] +content = "故国/神游/, 多情/应笑我/, 早生/华发./" +translation = "如今我身临古战场神游往昔, 应笑我多愁善感, 以至于过早生出了白发" +keyword_note = { "故国神游" = "'神游故国'的倒文, 指当年的赤壁战场", "华发" = "花白的头发" } + +["人生如梦, 一尊还酹江月."] +note = ['人生 一作: 人间; 尊 同: 樽'] +content = "人生/如梦/, 一尊/还酹/江月./" +translation = "人生在世犹如大梦一场, 还是洒一杯酒祭献给江中伴我的明月吧" +keyword_note = { "尊" = "同'樽', 酒杯", "酹" = "洒酒于地, 表示祭奠或立誓" } + +["念奴娇·过洞庭"] +note = [] +content = "念奴娇·过洞庭/" +translation = "念奴娇·过洞庭" +keyword_note = {} + +["洞庭青草, 近中秋, 更无一点风色."] +note = [] +content = "洞庭/青草/, 近/中秋/, 更/无/一点/风色./" +translation = "洞庭湖与青草湖相连, 浩瀚无边, 在这中秋将至的时节, 更是没有一点风势" +keyword_note = { "洞庭" = "湖名, 在湖南岳阳西南", "青草" = "青草湖, 与洞庭湖相连", "风色" = "风势" } + +["玉鉴琼田三万顷, 着我扁舟一叶."] +note = ['着 同: 著', '玉鉴 一作: 玉界'] +content = "玉鉴/琼田/三万顷/, 着/我/扁舟/一叶./" +translation = "平静清澈的湖面像白玉磨成的镜子, 像美玉铺成的田地, 有几万顷那么宽阔, 湖上只漂浮着我的一叶扁舟" +keyword_note = { "玉鉴" = "像白玉磨成的镜子", "琼田" = "像美玉铺成的田地", "扁舟" = "小船" } + +["素月分辉, 明河共影, 表里俱澄澈."] +note = ['明河 一作: 银河'] +content = "素月/分辉/, 明河/共影/, 表里/俱/澄澈./" +translation = "皎洁的明月和灿烂的银河, 在这浩瀚的玉镜中映出她们的芳姿, 水面上下一片澄明" +keyword_note = { "素月" = "洁白的月亮", "明河" = "天河", "表里" = "里里外外, 此处指天上月亮和银河的光辉映入湖中, 上下一片澄明" } + +["悠然心会, 妙处难与君说."] +note = [] +content = "悠然/心会/, 妙处/难/与/君/说./" +translation = "体会着万物的空明, 这种美妙的体验却不知如何与君分享" +keyword_note = { "悠然" = "闲适自得的样子", "心会" = "内心领会" } + +["应念岭海经年, 孤光自照, 肝肺皆冰雪."] +note = ['岭海 一作: 岭表', '肝肺 一作: 肝胆'] +content = "应念/岭海/经年/, 孤光/自照/, 肝肺/皆/冰雪./" +translation = "感怀这一轮孤光自照的明月啊, 多少年徘徊于岭海之间, 胸襟仍像冰雪一样透明" +keyword_note = { "岭海" = "岭外, 即五岭以南的两广地区, 作者此前为官广西", "孤光" = "指月光", "冰雪" = "比喻心地光明磊落像冰雪般纯洁" } + +["短发萧骚襟袖冷, 稳泛沧浪空阔."] +note = ['短发 一作: 短鬓', '沧浪 一作: 沧冥'] +content = "短发/萧骚/襟袖/冷/, 稳/泛/沧浪/空阔./" +translation = "如今我 (虽) 因年老而深感短发稀疏, 衣襟单薄透着寒意, (但) 我仍能平静地泛舟在这广阔浩淼的苍溟之中" +keyword_note = { "萧骚" = "稀疏", "沧浪" = "青苍色的水" } + +["尽挹西江, 细斟北斗, 万象为宾客."] +note = ['尽挹 一作: 尽吸'] +content = "尽挹/西江/, 细斟/北斗/, 万象/为/宾客./" +translation = "让我捧尽西江清澈的江水, 细细地斟在北斗星做成的酒勺中, 请天地万象统统来做我的宾客" +keyword_note = { "挹" = "舀", "西江" = "长江连通洞庭湖, 中上游在洞庭以西, 故称西江", "北斗" = "星座名. 由七颗星排成像舀酒的斗的形状", "万象" = "万物" } + +["扣舷独啸, 不知今夕何夕!"] +note = ['扣 一作: 叩', '啸 一作: 笑'] +content = "扣舷/独啸/, 不知/今夕/何夕!/" +translation = "我尽情地拍打着我的船舷, 独自地放声高歌啊, 不知道今夕是何年! " +keyword_note = { "扣舷" = "敲击船舷", "啸" = "撮口作声", "不知今夕何夕" = "赞叹夜色美好, 使人沉醉, 竟忘掉一切 (包括时间) " } + +["扬州慢"] +note = [] +content = "扬州慢/" +translation = "扬州慢" +keyword_note = {} + +["淮左名都, 竹西佳处, 解鞍少驻初程."] +note = [] +content = "淮左/名都/, 竹西/佳处/, 解鞍/少驻/初程./" +translation = "扬州自古是著名的都会, 这里有著名游览胜地竹西亭, 初到扬州我解鞍下马停留一会儿. " +keyword_note = { "淮左名都" = "指扬州, 宋朝淮南东路的首府", "竹西" = "竹西亭, 扬州著名游览胜地", "解鞍少驻初程" = "解下马鞍稍作停留, 初段行程" } + +["过春风十里, 尽荠麦青青."] +note = [] +content = "过/春风/十里/, 尽/荠麦/青青./" +translation = "昔日繁华热闹的扬州路, 如今长满了青青荠麦, 一片荒凉. " +keyword_note = { "春风十里" = "借指扬州, 出自杜牧《赠别》诗" } + +["自胡马窥江去后, 废池乔木, 犹厌言兵."] +note = [] +content = "自/胡马/窥江/去后/, 废池/乔木/, 犹厌/言兵./" +translation = "金兵侵略长江流域地区, 洗劫扬州后, 只留下残存的古树和废毁的池台, 都不愿再谈论那残酷的战争. " +keyword_note = { "胡马窥江" = "指金兵侵略长江流域地区", "废池" = "废毁的池台", "乔木" = "残存的古树" } + +["渐黄昏, 清角吹寒, 都在空城."] +note = [] +content = "渐/黄昏/, 清角/吹寒/, 都在/空城./" +translation = "临近黄昏, 凄清的号角声响起, 回荡在这座凄凉残破的空城. " +keyword_note = { "清角" = "凄清的号角声", "空城" = "凄凉残破的空城" } + +["杜郎俊赏, 算而今, 重到须惊."] +note = [] +content = "杜郎/俊赏/, 算/而今/, 重到/须惊./" +translation = "杜牧俊逸清赏, 料想他现在再来的话也会感到震惊. " +keyword_note = { "杜郎" = "杜牧", "俊赏" = "俊逸清赏" } + +["纵豆蔻词工, 青楼梦好, 难赋深情."] +note = [] +content = "纵/豆蔻/词工/, 青楼/梦好/, 难赋/深情./" +translation = "即使'豆蔻'词语精工, 青楼美梦的诗意很好, 也难抒写此刻深沉悲怆感情. " +keyword_note = { "豆蔻词工" = "杜牧《赠别》诗词语精工", "青楼梦好" = "杜牧《遣怀》诗意境很好" } + +["二十四桥仍在, 波心荡, 冷月无声."] +note = [] +content = "二十四桥/仍在/, 波心/荡/, 冷月/无声./" +translation = "二十四桥依然还在, 桥下江水水波荡漾, 月色凄冷, 四周寂静无声. " +keyword_note = { "二十四桥" = "扬州城内古桥" } + +["念桥边红药, 年年知为谁生?"] +note = [] +content = "念/桥边/红药/, 年年/知为/谁生?/" +translation = "想那桥边红色的芍药花年年花叶繁荣, 可它们是为谁生长为谁开放呢? " +keyword_note = { "红药" = "红芍药花, 扬州繁华时期的名花" } + +["报任安书"] +note = [] +content = "报任安书/" +translation = "报任安书" +keyword_note = {} + +["古者富贵而名摩灭, 不可胜记, 唯倜傥非常之人称焉."] +note = ["摩: 通'磨'"] +content = "古者/富贵/而/名/摩灭/, 不可/胜记/, 唯/倜傥/非常/之/人称焉./" +translation = "古时候虽富贵但名字磨灭不传的人, 多得数不清, 只有那些卓异而不平常的人才在世上著称" +keyword_note = { "摩灭" = "磨灭", "胜记" = "尽记", "倜傥" = "卓越豪迈", "非常" = "非同寻常" } + +["盖文王拘而演《周易》; 仲尼厄而作《春秋》; 屈原放逐, 乃赋《离骚》; 左丘失明, 厥有《国语》;"] +note = [] +content = "盖/文王/拘/而/演/《周易》; /仲尼/厄/而/作/《春秋》; /屈原/放逐/, 乃/赋/《离骚》; /左丘/失明/, 厥/有/《国语》;/" +translation = "西伯姬昌被拘禁而扩写《周易》; 孔子受困窘而作《春秋》; 屈原被放逐, 才写了《离骚》; 左丘明失去视力, 才有《国语》" +keyword_note = { "拘" = "被拘禁", "演" = "推演", "厄" = "困厄", "放逐" = "被流放", "厥" = "才" } + +["孙子膑脚, 《兵法》修列; 不韦迁蜀, 世传《吕览》; 韩非囚秦, 《说难》《孤愤》;"] +note = ['膑脚: 名词作动词, 古代剔去膝盖骨的酷刑'] +content = "孙子/膑脚/, 《兵法》/修列; /不韦/迁蜀/, 世传/《吕览》; /韩非/囚秦/, 《说难》《孤愤》;/" +translation = "孙膑被截去膝盖骨, 《兵法》才撰写出来; 吕不韦被贬谪蜀地, 后世才流传着《吕览》; 韩非被囚禁在秦国, 写出《说难》《孤愤》" +keyword_note = { "膑脚" = "剔去膝盖骨", "修列" = "撰写出来", "迁蜀" = "被贬到蜀地" } + +["《诗》三百篇, 大底圣贤发愤之所为作也."] +note = ["底: 通'抵', 大抵, 大都"] +content = "《诗》/三百篇/, 大底/圣贤/发愤/之/所为作也./" +translation = "《诗经》三百篇, 大抵是一些圣贤们抒发愤懑而写作的" +keyword_note = { "大底" = "大抵, 大都", "发愤" = "抒发愤懑" } + +["此人皆意有所郁结, 不得通其道, 故述往事, 思来者."] +note = [] +content = "此人/皆/意/有/所郁结/, 不得/通其道/, 故/述往事/, 思来者./" +translation = "这些人都是心情郁结, 不能实现理想, 所以记述过去的事迹, 让将来的人了解自己的志向" +keyword_note = { "郁结" = "心情郁闷", "通其道" = "实现理想", "思来者" = "让后人思考" } + +["乃如左丘无目, 孙子断足, 终不可用, 退而论书策, 以舒其愤, 思垂空文以自见."] +note = ["见: 通'现', 表现"] +content = "乃如/左丘/无目/, 孙子/断足/, 终/不可用/, 退而/论书策/, 以/舒其愤/, 思/垂空文/以/自见./" +translation = "就像左丘明没有了视力, 孙膑断了双脚, 终究不能为世所用, 便退而著书立说来抒发怨愤, 想让文章流传后世来表现自己的志向" +keyword_note = { "论书策" = "著书立说", "舒其愤" = "抒发怨愤", "垂空文" = "流传文章", "自见" = "表现自己" } + +["仆窃不逊, 近自托于无能之辞, 网罗天下放失旧闻, 略考其行事, 综其终始, 稽其成败兴坏之纪,"] +note = ["失: 通'佚', 散乱的文献"] +content = "仆/窃/不逊/, 近/自托/于/无能之辞/, 网罗/天下/放失旧闻/, 略/考其行事/, 综/其终始/, 稽/其成败兴坏之纪,/" +translation = "我私下里不自量力, 近来用我那不高明的文辞, 收集天下散失的历史传闻, 粗略地考订其事实, 综述其本末, 推究其成败盛衰的道理" +keyword_note = { "不逊" = "不自量力", "网罗" = "收集", "放失" = "散失", "稽" = "考察", "纪" = "规律" } + +["上计轩辕, 下至于兹, 为十表, 本纪十二, 书八章, 世家三十, 列传七十, 凡百三十篇."] +note = [] +content = "上计/轩辕/, 下/至于兹/, 为/十表/, 本纪十二/, 书八章/, 世家三十/, 列传七十/, 凡/百三十篇./" +translation = "上自黄帝, 下至当今, 写成表十篇, 本纪十二篇, 书八篇, 世家三十篇, 列传七十篇, 一共一百三十篇" +keyword_note = { "轩辕" = "黄帝", "兹" = "现在", "凡" = "总共" } + +["亦欲以究天人之际, 通古今之变, 成一家之言."] +note = [] +content = "亦欲/以/究天人之际/, 通/古今之变/, 成/一家之言./" +translation = "也就是想要探究自然和人间的关系, 弄通由古至今的变化规律, 自成一家之见解" +keyword_note = { "究" = "探究", "天人之际" = "自然与人的关系", "通" = "通晓" } + +["草创未就, 会遭此祸, 惜其不成, 是以就极刑而无愠色."] +note = [] +content = "草创/未就/, 会/遭此祸/, 惜其/不成/, 是以/就极刑/而/无愠色./" +translation = "此书已经起草, 尚未完成, 就碰上这祸事, 惋惜它没有写成, 因此宁愿接受宫刑而没有怨怒的表情" +keyword_note = { "草创" = "起草", "未就" = "未完成", "会" = "恰逢", "极刑" = "宫刑", "愠色" = "怨怒表情" } + +["仆诚以著此书, 藏之名山, 传之其人, 通邑大都, 则仆偿前辱之责, 虽万被戮, 岂有悔哉!"] +note = ["责: 通'债', 债务"] +content = "仆/诚/以/著此书/, 藏之/名山/, 传之/其人/, 通邑/大都/, 则/仆/偿前辱之责/, 虽/万被戮/, 岂有/悔哉!/" +translation = "我确实想完成这本书, 把它藏在名山之中, 传给可靠的人, 再让它流传进都市之中, 那么我就偿还了以前受辱的债, 即使一万次遭到杀戮, 哪里有后悔呢!" +keyword_note = { "诚" = "确实", "其人" = "可靠的人", "通邑" = "大都市", "偿" = "偿还", "戮" = "杀戮" } + +["然此可为智者道, 难为俗人言也!"] +note = [] +content = "然/此/可/为/智者道/, 难/为/俗人言也!/" +translation = "然而这些只能向有见识的人诉说, 却很难向世俗之人讲清楚啊!" +keyword_note = { "智者" = "有见识的人", "俗人" = "世俗之人" } + +["拟行路难·其四"] +note = [] +content = "拟行路难·其四/" +translation = "拟行路难·其四" +keyword_note = {} + +["泻水置平地, 各自东西南北流."] +note = [] +content = "泻水/置/平地/, 各自/东西/南北/流./" +translation = "往平地上倒水, 水会向不同方向流散" +keyword_note = { "泻水" = "倒水", "置" = "放置" } + +["人生亦有命, 安能行叹复坐愁?"] +note = [] +content = "人生/亦/有/命/, 安能/行叹/复/坐愁?/" +translation = "人生的际遇是既定的, 怎么能行止间叹息、惆怅呢? " +keyword_note = { "安能" = "怎么能", "行叹" = "行走时叹息", "坐愁" = "坐着发愁" } + +["酌酒以自宽, 举杯断绝歌路难."] +note = [] +content = "酌酒/以/自宽/, 举杯/断绝/歌/路难./" +translation = "喝点酒来自我宽慰, 因要饮酒而中断了《行路难》的歌唱" +keyword_note = { "酌酒" = "斟酒饮酒", "自宽" = "自我宽慰", "断绝" = "中断停止", "歌路难" = "歌唱《行路难》" } + +["心非木石岂无感, 吞声踯躅不敢言."] +note = [] +content = "心/非/木石/岂/无/感/, 吞声/踯躅/不敢/言./" +translation = "人心又不是草木, 怎么会没有感情? 欲说还休欲行又止不敢再多说什么" +keyword_note = { "木石" = "草木石头, 喻无情之物", "吞声" = "欲言又止", "踯躅" = "徘徊不前", "不敢言" = "不敢说出来" } + +["无衣"] +note = [] +content = "无衣/" +translation = "无衣" +keyword_note = {} + +["岂曰无衣? 与子同袍. 王于兴师, 修我戈矛, 与子同仇!"] +note = ['诗经·国风·秦风〔先秦〕'] +content = "岂曰/无衣? /与子/同袍. /王于/兴师/, 修我/戈矛/, 与子/同仇!/" +translation = "谁说没有衣服穿? 与你同穿战袍. 君王出兵打仗, 修整我那戈与矛, 与你共同对敌. " +keyword_note = { "袍" = "长袍, 即今之斗篷", "王" = "此指秦君. 一说指周天子", "于" = "语助词", "兴师" = "起兵", "同仇" = "共同对敌" } + +["岂曰无衣? 与子同泽. 王于兴师, 修我矛戟, 与子偕作!"] +note = [] +content = "岂曰/无衣? /与子/同泽. /王于/兴师/, 修我/矛戟/, 与子/偕作!/" +translation = "谁说没有衣服穿? 与你同穿内衣. 君王出兵打仗, 修整我那矛与戟, 与你一起出发. " +keyword_note = { "泽" = "通'襗', 内衣, 如今指汗衫", "偕作" = "一起出发" } + +["岂曰无衣? 与子同裳. 王于兴师, 修我甲兵, 与子偕行!"] +note = [] +content = "岂曰/无衣? /与子/同裳. /王于/兴师/, 修我/甲兵/, 与子/偕行!/" +translation = "谁说没有衣服穿? 与你同穿战裙. 君王出兵打仗, 修整甲胄与兵器, 杀敌与你共前进. " +keyword_note = { "裳" = "下衣, 此指战袍", "甲兵" = "铠甲与兵器", "偕行" = "一同前往" } + +["春江花月夜"] +note = [] +content = "春江花月夜/" +translation = "春江花月夜" +keyword_note = {} + +["春江潮水连海平, 海上明月共潮生."] +note = ['诗歌开篇描绘春江月夜的壮丽画面'] +content = "春江/潮水/连海/平/, 海上/明月/共潮/生./" +translation = "春天的江潮水势浩荡, 与大海连成一片, 一轮明月从海上升起, 好像与潮水一起涌出来. " +keyword_note = { "春江" = "春天的江水", "连海平" = "与海平面相连", "共潮生" = "与潮水一同升起" } + +["滟滟随波千万里, 何处春江无月明!"] +note = [] +content = "滟滟/随波/千万/里/, 何处/春江/无月/明!/" +translation = "月光照耀着春江, 随着波浪闪耀千万里, 所有地方的春江都有明亮的月光. " +keyword_note = { "滟滟" = "波光荡漾的样子", "随波" = "随着波浪", "何处" = "什么地方" } + +["江流宛转绕芳甸, 月照花林皆似霰."] +note = [] +content = "江流/宛转/绕芳/甸/, 月照/花林/皆似/霰./" +translation = "江水曲曲折折地绕着花草丛生的原野流淌, 月光照射着开遍鲜花的树林好像细密的雪珠在闪烁. " +keyword_note = { "宛转" = "曲折蜿蜒", "芳甸" = "芳草丰茂的原野", "霰" = "白色不透明的小冰粒, 形容月光下的花朵" } + +["空里流霜不觉飞, 汀上白沙看不见."] +note = [] +content = "空里/流霜/不觉/飞/, 汀上/白沙/看不/见./" +translation = "月色如霜, 所以霜飞无从觉察. 洲上的白沙和月色融合在一起, 看不分明. " +keyword_note = { "流霜" = "飞霜, 比喻月光皎洁", "汀" = "水边平地, 小洲", "看不见" = "看不分明" } + +["江天一色无纤尘, 皎皎空中孤月轮."] +note = [] +content = "江天/一色/无纤/尘/, 皎皎/空中/孤月/轮./" +translation = "江水、天空成一色, 没有一点微小灰尘, 明亮的天空中只有一轮孤月高悬空中. " +keyword_note = { "江天一色" = "江水和天空同一个颜色", "无纤尘" = "没有一点灰尘", "皎皎" = "明亮洁白", "孤月轮" = "孤独的月亮" } + +["江畔何人初见月? 江月何年初照人?"] +note = ['诗人开始哲学思考, 追问月亮与人类的关系'] +content = "江畔/何人/初见/月/? 江月/何年/初照/人?/" +translation = "江边上什么人最初看见月亮, 江上的月亮哪一年最初照耀着人? " +keyword_note = { "江畔" = "江边", "初见月" = "第一次看见月亮", "初照人" = "第一次照耀人间" } + +["人生代代无穷已, 江月年年望相似."] +note = [] +content = "人生/代代/无穷/已/, 江月/年年/望相/似./" +translation = "人生一代代地无穷无尽, 只有江上的月亮一年年地总是相像. " +keyword_note = { "代代" = "一代又一代", "无穷已" = "没有穷尽", "望相似" = "看起来相似" } + +["不知江月待何人, 但见长江送流水."] +note = [] +content = "不知/江月/待何/人/, 但见/长江/送流/水./" +translation = "不知江上的月亮等待着什么人, 只见长江不断地一直运输着流水. " +keyword_note = { "待何人" = "等待什么人", "但见" = "只见", "送流水" = "输送着流水" } + +["白云一片去悠悠, 青枫浦上不胜愁."] +note = ['转入游子思妇的离别相思之情'] +content = "白云/一片/去悠/悠/, 青枫/浦上/不胜/愁./" +translation = "游子像一片白云缓缓地离去, 只剩下思妇站在离别的青枫浦不胜忧愁. " +keyword_note = { "去悠悠" = "缓缓离去", "青枫浦" = "泛指离别的地方", "不胜愁" = "承受不住忧愁" } + +["谁家今夜扁舟子? 何处相思明月楼?"] +note = [] +content = "谁家/今夜/扁舟/子/? 何处/相思/明月/楼?/" +translation = "哪家的游子今晚坐着小船在漂流? 什么地方有人在明月照耀的楼上相思? " +keyword_note = { "谁家" = "哪一家", "扁舟子" = "漂泊江湖的游子", "明月楼" = "月夜下的闺楼" } + +["可怜楼上月徘徊, 应照离人妆镜台."] +note = [] +content = "可怜/楼上/月徘/徊/, 应照/离人/妆镜/台./" +translation = "可怜楼上不停移动的月光, 应该照耀着离人的梳妆台. " +keyword_note = { "可怜" = "可爱, 令人怜惜", "月徘徊" = "月光移动徘徊", "离人" = "离别的人, 指思妇", "妆镜台" = "梳妆台" } + +["玉户帘中卷不去, 捣衣砧上拂还来."] +note = [] +content = "玉户/帘中/卷不/去/, 捣衣/砧上/拂还/来./" +translation = "月光照进思妇的门帘, 卷不走, 照在她的捣衣砧上, 拂不掉. " +keyword_note = { "玉户" = "华美的门户", "卷不去" = "卷不走 (月光) ", "捣衣砧" = "捶布石", "拂还来" = "拂去了又回来" } + +["此时相望不相闻, 愿逐月华流照君."] +note = [] +content = "此时/相望/不相/闻/, 愿逐/月华/流照/君./" +translation = "这时互相望着月亮可是互相听不到声音, 我希望随着月光流去照耀着您. " +keyword_note = { "相望" = "互相望着", "不相闻" = "听不到彼此", "愿逐" = "愿意追随", "月华" = "月光" } + +["鸿雁长飞光不度, 鱼龙潜跃水成文."] +note = ['暗含鱼雁不能传信之意, 写月光之清澈无边'] +content = "鸿雁/长飞/光不/度/, 鱼龙/潜跃/水成/文./" +translation = "鸿雁不停地飞翔, 而不能飞出无边的月光; 月照江面, 鱼龙在水中跳跃, 激起阵阵波纹. " +keyword_note = { "鸿雁" = "大雁", "长飞" = "远飞", "光不度" = "飞不出月光", "潜跃" = "潜游跳跃", "水成文" = "水面形成波纹" } + +["昨夜闲潭梦落花, 可怜春半不还家."] +note = [] +content = "昨夜/闲潭/梦落/花/, 可怜/春半/不还/家./" +translation = "昨天夜里梦见花落闲潭, 可惜的是春天过了一半自己还不能回家. " +keyword_note = { "闲潭" = "幽静的水潭", "梦落花" = "梦见花落", "春半" = "春天过半", "不还家" = "不能回家" } + +["江水流春去欲尽, 江潭落月复西斜."] +note = [] +content = "江水/流春/去欲/尽/, 江潭/落月/复西/斜./" +translation = "江水带着春光将要流尽, 水潭上的月亮又要西落. " +keyword_note = { "流春" = "流淌着春光", "去欲尽" = "将要流尽", "复西斜" = "又向西倾斜" } + +["斜月沉沉藏海雾, 碣石潇湘无限路."] +note = ['碣石在北, 潇湘在南, 极言路途遥远'] +content = "斜月/沉沉/藏海/雾/, 碣石/潇湘/无限/路./" +translation = "斜月慢慢下沉, 藏在海雾里, 碣石与潇湘的离人距离无限遥远. " +keyword_note = { "沉沉" = "深沉, 慢慢下沉", "藏海雾" = "隐藏在海雾中", "碣石" = "山名, 在北方", "潇湘" = "水名, 在南方", "无限路" = "极远的道路" } + +["不知乘月几人归, 落月摇情满江树."] +note = ['以景结情, 余韵悠长'] +content = "不知/乘月/几人/归/, 落月/摇情/满江/树./" +translation = "不知有几人能趁着月光回家, 唯有那西落的月亮摇荡着离情, 洒满了江边的树林. " +keyword_note = { "乘月" = "趁着月光", "几人归" = "有几个人回家", "落月" = "西沉的月亮", "摇情" = "激荡情思", "满江树" = "洒满江边的树林" } + +["望海潮·东南形胜"] +note = [] +content = "望海潮·东南形胜/" +translation = "望海潮·东南形胜" +keyword_note = {} + +["东南形胜, 三吴都会, 钱塘自古繁华."] +note = ['开篇总写杭州的地理优势和繁华历史'] +content = "东南/形胜/, 三吴/都会/, 钱塘/自古/繁华./" +translation = "杭州地处东南方, 地理形势优越, 风景优美, 是三吴的都会, 这里自古以来就十分繁华. " +keyword_note = { "形胜" = "地理形势优越", "三吴" = "吴兴、吴郡、会稽三郡的合称", "钱塘" = "杭州的古称", "繁华" = "繁荣热闹" } + +["烟柳画桥, 风帘翠幕, 参差十万人家."] +note = [] +content = "烟柳/画桥/, 风帘/翠幕/, 参差/十万/人家./" +translation = "如烟一般的柳色、装饰华美的桥梁, 挡风的帘子、青绿色的帐幕, 楼阁高高低低, 大约有十万户人家. " +keyword_note = { "烟柳" = "如烟的柳色", "画桥" = "装饰华美的桥", "风帘" = "挡风的帘子", "翠幕" = "青绿色的帷幕", "参差" = "高低不齐的样子" } + +["云树绕堤沙, 怒涛卷霜雪, 天堑无涯."] +note = ['描写钱塘江的壮丽景色'] +content = "云树/绕/堤沙/, 怒涛/卷/霜雪/, 天堑/无涯./" +translation = "高耸入云的树, 环绕着钱塘江沙堤, 又高又急的潮头冲过来, 浪花像霜雪在滚动, 宽广的江面一望无涯. " +keyword_note = { "云树" = "高耸入云的树", "堤沙" = "江边的沙堤", "怒涛" = "汹涌的波涛", "卷霜雪" = "卷起霜雪般的浪花", "天堑" = "天然的壕沟, 指钱塘江", "无涯" = "无边无际" } + +["市列珠玑, 户盈罗绮, 竞豪奢."] +note = ['表现杭州的富庶和奢华'] +content = "市列/珠玑/, 户盈/罗绮/, 竞/豪奢./" +translation = "市场上陈列着琳琅满目的珠玉珍宝, 家家户户都存满了绫罗绸缎, 争相比奢华. " +keyword_note = { "市列" = "市场上陈列", "珠玑" = "珍珠和玉玑, 泛指珍宝", "户盈" = "家家户户充满", "罗绮" = "丝织品, 绫罗绸缎", "竞" = "竞争, 比赛", "豪奢" = "豪华奢侈" } + +["重湖叠𪩘清嘉, 有三秋桂子, 十里荷花."] +note = ['描写西湖的秀丽景色和四季美景'] +content = "重湖/叠𪩘/清嘉/, 有/三秋/桂子/, 十里/荷花./" +translation = "里湖、外湖与重重叠叠的山岭非常清秀美丽. 秋天桂花飘香, 夏季十里荷花. " +keyword_note = { "重湖" = "西湖分里湖和外湖", "叠𪩘" = "重叠的山峰", "清嘉" = "清秀美丽", "三秋" = "秋季, 农历九月", "桂子" = "桂花", "十里荷花" = "绵延十里的荷花" } + +["羌管弄晴, 菱歌泛夜, 嬉嬉钓叟莲娃."] +note = ['描绘杭州人民的游乐生活'] +content = "羌管/弄晴/, 菱歌/泛夜/, 嬉嬉/钓叟/莲娃./" +translation = "晴天欢快地吹奏羌笛, 夜晚划船采菱唱歌, 钓鱼的老翁、采莲的姑娘都喜笑颜开. " +keyword_note = { "羌管" = "羌笛, 泛指乐器", "弄晴" = "在晴日吹奏", "菱歌" = "采菱时唱的歌", "泛夜" = "在夜晚飘荡", "嬉嬉" = "喜笑颜开的样子", "钓叟" = "钓鱼的老翁", "莲娃" = "采莲的姑娘" } + +["千骑拥高牙, 乘醉听箫鼓, 吟赏烟霞."] +note = ['描写孙何出巡的威仪和雅兴'] +content = "千骑/拥/高牙/, 乘醉/听/箫鼓/, 吟赏/烟霞./" +translation = "孙何外出时, 成群的马队簇拥着高高的牙旗, 缓缓而来, 声势煊赫. 在微醺中听着箫鼓管弦, 吟诗作词, 赞赏着美丽的水色山光. " +keyword_note = { "千骑" = "众多的骑从", "拥" = "簇拥", "高牙" = "高大的牙旗", "乘醉" = "趁着醉意", "箫鼓" = "箫和鼓, 泛指音乐", "吟赏" = "吟诗歌赏", "烟霞" = "山水景色" } + +["异日图将好景, 归去凤池夸."] +note = ['结尾表达祝愿之词'] +content = "异日/图将/好景/, 归去/凤池/夸./" +translation = "他日把这美好的景致画出来, 回京升官时向人们夸耀. " +keyword_note = { "异日" = "他日, 日后", "图将" = "描绘出来", "好景" = "美好景致", "归去" = "回去", "凤池" = "凤凰池, 指中书省, 代指朝廷", "夸" = "夸耀" } + +["朝天子·咏喇叭"] +note = [] +content = "朝天子·咏喇叭/" +translation = "朝天子·咏喇叭" +keyword_note = {} + +["喇叭, 唢呐, 曲儿小腔儿大"] +note = ['用喇叭唢呐比喻宦官, 表面写乐器, 实则讽刺宦官本事小却官腔十足'] +content = "喇叭/, 唢呐/, 曲儿/小/腔儿/大/" +translation = "喇叭和唢呐, 吹的曲子虽短, 声音却很响亮" +keyword_note = { "喇叭" = "铜制管乐器, 比喻宦官", "唢呐" = "管乐器, 同'锁呐'", "曲儿小" = "曲子很短", "腔儿大" = "声音很响, 暗指官腔十足" } + +["官船来往乱如麻, 全仗你抬声价"] +note = ['揭露宦官倚仗皇帝权势作威作福的丑态'] +content = "官船/来往/乱如麻/, 全仗/你/抬/声价/" +translation = "官船来往频繁乱如麻, 全凭借你抬高名誉地位" +keyword_note = { "官船" = "官府衙门的船只", "乱如麻" = "形容来往频繁", "仗" = "倚仗, 凭借", "声价" = "名誉地位, 同'身价'" } + +["军听了军愁, 民听了民怕"] +note = ['表现宦官监军扰民, 令军民都感到恐惧和忧愁'] +content = "军/听了/军愁/, 民/听了/民怕/" +translation = "军队听了军队发愁, 百姓听了百姓害怕" +keyword_note = { "军愁" = "军队因受宦官监军搅扰而发愁", "民怕" = "百姓害怕宦官的欺压" } + +["哪里去辨甚么真共假?"] +note = ['讽刺世人无法分辨宦官传达的旨意真假, 暗指宦官常常假传圣旨'] +content = "哪里/去辨/甚么/真共假?/" +translation = "哪里会去辨别什么真和假? " +keyword_note = { "辨" = "分辨、分别", "甚么" = "同'什么'", "真共假" = "真和假" } + +["眼见的吹翻了这家, 吹伤了那家,"] +note = ['具体描写宦官欺压百姓造成的严重后果'] +content = "眼见/的/吹翻了/这家/, 吹伤了/那家,/" +translation = "眼看着使有的人家倾家荡产, 有的人家元气大伤" +keyword_note = { "吹翻了" = "使倾家荡产", "吹伤了" = "使元气大伤" } + +["只吹的水尽鹅飞罢!"] +note = ['用比喻手法表现宦官欺压导致民穷财尽、家破人亡的悲惨结局'] +content = "只吹/的/水尽/鹅飞/罢!/" +translation = "直吹得江水枯竭鹅飞跑, 家破人亡啊! " +keyword_note = { "水尽鹅飞" = "比喻民穷财尽, 家破人亡", "罢" = "语气词, 表示完结" } + +["李凭箜篌引"] +note = [] +content = "李凭箜篌引/" +translation = "李凭箜篌引" +keyword_note = {} + +["吴丝蜀桐张高秋, 空山凝云颓不流."] +note = [] +content = "吴丝/蜀桐/张/高秋/, 空山/凝云/颓/不流./" +translation = "秋夜弹奏起吴丝蜀桐制成的精美箜篌, 听到美妙的乐声, 山上的白云都凝聚起来不再飘游" +keyword_note = { "吴丝蜀桐" = "吴地之丝, 蜀地之桐, 指制作箜篌的材料", "张" = "调好弦, 准备调奏", "高秋" = "指弹奏时间, 深秋天气", "空山" = "一作'空白', 指山中的行云" } + +["江娥啼竹素女愁, 李凭中国弹箜篌."] +note = [] +content = "江娥/啼竹/素女/愁/, 李凭/中国/弹/箜篌./" +translation = "湘娥把点点泪珠洒满斑竹, 九天素女也被牵动满腔忧愁; 这高妙的乐声从哪儿传出? 是乐工李凭在京城弹奏箜篌" +keyword_note = { "江娥" = "一作'湘娥', 指舜的妃子娥皇、女英", "素女" = "传说中的神女", "中国" = "即国之中央, 意谓在京城" } + +["昆山玉碎凤凰叫, 芙蓉泣露香兰笑."] +note = [] +content = "昆山/玉碎/凤凰/叫/, 芙蓉/泣露/香兰/笑./" +translation = "乐声清脆得就像昆仑山的美玉被击碎, 凤凰在鸣叫; 时而又像芙蓉在露水中饮泣, 像兰花迎风开放笑语轻柔" +keyword_note = { "昆山玉碎" = "昆仑玉碎, 形容乐音清脆", "凤凰叫" = "形容乐音和缓", "芙蓉泣露" = "形容乐声低回", "香兰笑" = "形容乐声轻快" } + +["十二门前融冷光, 二十三丝动紫皇."] +note = [] +content = "十二门/前/融/冷光/, 二十三丝/动/紫皇./" +translation = "笼罩整个长安城的月光变得温煦; 高弹轻拨箜篌, 帝王的心弦也被乐声打动" +keyword_note = { "十二门" = "长安城东西南北每一面各三门, 共十二门", "二十三丝" = "竖箜篌有二十三弦", "紫皇" = "道教称天上最尊的神, 这里用来指皇帝" } + +["女娲炼石补天处, 石破天惊逗秋雨."] +note = [] +content = "女娲/炼石/补天/处/, 石破/天惊/逗/秋雨./" +translation = "高亢的乐声直冲云霄, 冲上女娲炼石补过的天际; 好似补天的五彩石被击破, 引落了漫天绵绵秋雨" +keyword_note = { "女娲" = "中华上古之神, 人首蛇身", "石破天惊" = "补天的五色石被震破", "逗" = "引" } + +["梦入神山教神妪, 老鱼跳波瘦蛟舞."] +note = [] +content = "梦入/神山/教/神妪/, 老鱼/跳波/瘦蛟/舞./" +translation = "幻觉中仿佛看见乐工进入了神山, 把技艺向神女传授; 湖中老鱼兴奋得在波中跳跃, 潭中瘦蛟也翩翩起舞乐悠悠" +keyword_note = { "神妪" = "神仙老妇", "老鱼跳波" = "鱼随着乐声跳跃" } + +["吴质不眠倚桂树, 露脚斜飞湿寒兔."] +note = [] +content = "吴质/不眠/倚/桂树/, 露脚/斜飞/湿/寒兔./" +translation = "月宫中吴刚被乐声吸引, 彻夜不眠在桂树下徘徊逗留; 露滴斜斜坠落, 打湿了 (全神贯注聆听箜篌演奏的) 玉兔" +keyword_note = { "吴质" = "即吴刚", "露脚" = "露珠下滴的形象说法", "寒兔" = "指秋月, 传说月中有玉兔" } + +["桂枝香·金陵怀古"] +note = [] +content = "桂枝香·金陵怀古/" +translation = "桂枝香·金陵怀古" +keyword_note = {} + +["登临送目, 正故国晚秋, 天气初肃."] +note = [] +content = "登临/送目/, 正/故国/晚秋/, 天气/初肃./" +translation = "登山临水, 举目望远, 故都金陵正是深秋, 天气已变得飒爽清凉" +keyword_note = { "登临" = "登山临水", "送目" = "举目望远", "故国" = "旧时的都城, 指金陵", "初肃" = "开始变得飒爽清凉" } + +["千里澄江似练, 翠峰如簇."] +note = [] +content = "千里/澄江/似练/, 翠峰/如簇./" +translation = "奔腾千里的长江澄澈得像一匹长长的白绢, 青翠的山峰俊伟峭拔犹如一束束的箭簇" +keyword_note = { "澄江似练" = "清澈的长江像白绢. 语出谢朓《晚登三山还望京邑》", "如簇" = "像箭簇一样丛聚" } + +["归帆去棹残阳里, 背西风, 酒旗斜矗."] +note = ['归帆 一作: 征帆'] +content = "归帆/去棹/残阳里/, 背/西风/, 酒旗/斜矗./" +translation = "船只在夕阳下往来穿梭, 酒楼外斜插的酒旗随着西风飘扬" +keyword_note = { "归帆去棹" = "往来的船只", "酒旗" = "酒楼外悬挂的旗帜", "斜矗" = "斜插着" } + +["彩舟云淡, 星河鹭起, 画图难足."] +note = [] +content = "彩舟/云淡/, 星河/鹭起/, 画图/难足./" +translation = "华丽的画船如同在淡云中浮游, 江中洲上的白鹭时而停歇时而飞起, 这清丽的景色就是丹青妙笔也难描画" +keyword_note = { "彩舟" = "华丽的画船", "星河鹭起" = "白鹭从水中沙洲上飞起", "画图难足" = "用图画也难以完美地表现" } + +["念往昔, 繁华竞逐."] +note = [] +content = "念/往昔/, 繁华/竞逐./" +translation = "遥想当年, 达官贵人争着过豪华的生活" +keyword_note = { "繁华竞逐" = "争着过豪华的生活" } + +["叹门外楼头, 悲恨相续."] +note = [] +content = "叹/门外/楼头/, 悲恨/相续./" +translation = "可叹在朱雀门外结绮阁楼, 亡国的悲剧连续发生" +keyword_note = { "门外楼头" = "指南朝陈亡国惨剧. 语出杜牧《台城曲》", "悲恨相续" = "亡国悲剧连续发生" } + +["千古凭高对此, 谩嗟荣辱."] +note = [] +content = "千古/凭高/对此/, 谩嗟/荣辱./" +translation = "自古多少人在此登高怀古, 无不对历代荣辱喟叹感伤" +keyword_note = { "凭高" = "登高", "谩嗟荣辱" = "空叹什么荣耀耻辱" } + +["六朝旧事随流水, 但寒烟衰草凝绿."] +note = ['衰草 一作: 芳草'] +content = "六朝/旧事/随流水/, 但/寒烟/衰草/凝绿./" +translation = "六朝的风云变化全都随着流水消逝, 唯有江上的烟波与草上凝结的露珠常在" +keyword_note = { "六朝" = "指三国吴、东晋、南朝宋、齐、梁、陈六个朝代", "寒烟衰草" = "江上的烟波与衰败的草" } + +["至今商女, 时时犹唱, 后庭遗曲."] +note = [] +content = "至今/商女/, 时时/犹唱/, 后庭/遗曲./" +translation = "如今的商女, 还不知亡国的悲恨, 时时放声歌唱《玉树后庭花》" +keyword_note = { "商女" = "歌女", "后庭遗曲" = "指歌曲《玉树后庭花》, 传为陈后主所作, 被认为是亡国之音" } + +["梦游天姥吟留别"] +note = [] +content = "梦游天姥吟留别/" +translation = "梦游天姥吟留别" +keyword_note = {} + +["海客谈瀛洲, 烟涛微茫信难求; 越人语天姥, 云霞明灭或可睹."] +note = [] +content = "海客/谈/瀛洲/, 烟涛/微茫/信/难求; /越人/语/天姥/, 云霞/明灭/或/可睹./" +translation = "听海外来客们谈起瀛洲, 烟波渺茫实在难以寻求. 越中来人说起天姥山, 在云雾忽明忽暗间有时能看见. " +keyword_note = { "海客" = "海外来客", "瀛洲" = "古代传说中的东海三座仙山之一", "烟涛" = "波涛渺茫, 远看像烟雾笼罩的样子", "微茫" = "景象模糊不清", "信" = "确实, 实在", "越人" = "指浙江一带的人", "天姥" = "天姥山, 在浙江新昌东面", "明灭" = "忽明忽暗", "或" = "有时", "睹" = "看见" } + +["天姥连天向天横, 势拔五岳掩赤城."] +note = [] +content = "天姥/连天/向天/横/, 势/拔/五岳/掩/赤城./" +translation = "天姥山仿佛连接着天遮断了天空, 山势高峻超过五岳, 遮掩过赤城山. " +keyword_note = { "向天横" = "遮蔽天空", "拔" = "超出", "五岳" = "指东岳泰山、西岳华山、中岳嵩山、北岳恒山、南岳衡山", "掩" = "遮掩", "赤城" = "山名, 在今浙江天台北部" } + +["天台四万八千丈, 对此欲倒东南倾."] +note = [] +content = "天台/四万/八千/丈/, 对此/欲倒/东南/倾./" +translation = "天台山虽高四万八千丈, 面对着它好像要向东南倾斜拜倒一样. " +keyword_note = { "天台" = "山名, 在今浙江天台北部", "四万八千丈" = "极言其高", "对此" = "对着天姥山", "欲" = "好像要", "东南倾" = "向东南方向倾斜" } + +["我欲因之梦吴越, 一夜飞度镜湖月."] +note = [] +content = "我/欲/因之/梦/吴越/, 一夜/飞度/镜湖/月./" +translation = "我想依据越人说的话梦游到吴越, 一天夜晚飞渡过明月映照下的镜湖. " +keyword_note = { "因之" = "依据越人的话", "梦" = "梦游", "吴越" = "指越地", "飞度" = "飞渡", "镜湖" = "又名鉴湖, 在浙江绍兴南面" } + +["湖月照我影, 送我至剡溪."] +note = [] +content = "湖月/照/我影/, 送我/至/剡溪./" +translation = "镜湖上的月光照着我的身影, 一直送我到了剡溪. " +keyword_note = { "湖月" = "镜湖上的月光", "照我影" = "照着我的身影", "剡溪" = "水名, 在浙江嵊州南面" } + +["谢公宿处今尚在, 渌水荡漾清猿啼."] +note = [] +content = "谢公/宿处/今/尚在/, 渌水/荡漾/清猿/啼./" +translation = "谢灵运住的地方如今还在, 清澈的湖水荡漾, 猿猴凄清啼叫. " +keyword_note = { "谢公" = "指南朝诗人谢灵运", "宿处" = "住宿的地方", "尚" = "还", "渌水" = "清澈的水", "荡漾" = "水波摇动的样子", "清猿" = "叫声凄清的猿猴" } + +["脚著谢公屐, 身登青云梯."] +note = [] +content = "脚/著/谢公/屐/, 身/登/青云/梯./" +translation = "我脚上穿着谢公当年特制的木鞋, 攀登直上云霄的山路. " +keyword_note = { "著" = "穿", "谢公屐" = "谢灵运特制的木屐", "青云梯" = "指直上云霄的山路" } + +["半壁见海日, 空中闻天鸡."] +note = [] +content = "半壁/见/海日/, 空中/闻/天鸡./" +translation = "上到半山腰就看见了从海上升起的太阳, 空中传来天鸡报晓的啼鸣之声. " +keyword_note = { "半壁" = "半山腰", "海日" = "从海上升起的太阳", "天鸡" = "古代传说中的神鸡" } + +["千岩万转路不定, 迷花倚石忽已暝."] +note = [] +content = "千岩/万转/路/不定/, 迷花/倚石/忽/已暝./" +translation = "无数山岩重叠, 山道曲折, 盘旋变化不定. 迷恋着花, 依倚着石, 不觉天色已晚. " +keyword_note = { "千岩万转" = "山岩重叠, 道路曲折", "不定" = "变化不定", "迷花" = "迷恋花草", "倚石" = "倚靠石头", "忽" = "忽然", "暝" = "天黑" } + +["熊咆龙吟殷岩泉, 栗深林兮惊层巅."] +note = [] +content = "熊咆/龙吟/殷/岩泉/, 栗/深林/兮/惊/层巅./" +translation = "熊在怒吼, 龙在长鸣, 岩中的泉水在震响, 使深林战栗, 使高耸而重叠的山峰惊颤. " +keyword_note = { "熊咆" = "熊的怒吼", "龙吟" = "龙的鸣叫", "殷" = "震响", "岩泉" = "山岩中的泉水", "栗" = "使...战栗", "惊" = "使...惊颤", "层巅" = "重叠的山峰" } + +["云青青兮欲雨, 水澹澹兮生烟."] +note = [] +content = "云/青青/兮/欲雨/, 水/澹澹/兮/生烟./" +translation = "云层黑沉沉的, 像是要下雨, 水波动荡生起了薄薄的烟雾. " +keyword_note = { "青青" = "黑沉沉的样子", "欲雨" = "将要下雨", "澹澹" = "水波荡漾的样子", "生烟" = "产生烟雾" } + +["列缺霹雳, 丘峦崩摧."] +note = [] +content = "列缺/霹雳/, 丘峦/崩摧./" +translation = "电光闪闪, 雷声轰鸣, 山峰好像要崩塌似的. " +keyword_note = { "列缺" = "闪电", "霹雳" = "雷声", "丘峦" = "山峰", "崩摧" = "崩塌" } + +["洞天石扉, 訇然中开."] +note = [] +content = "洞天/石扉/, 訇然/中开./" +translation = "仙府的石门, “訇”的一声从中间打开. " +keyword_note = { "洞天" = "仙人居住的洞府", "石扉" = "石门", "訇然" = "巨大的响声", "中开" = "从中间打开" } + +["青冥浩荡不见底, 日月照耀金银台."] +note = [] +content = "青冥/浩荡/不见/底/, 日月/照耀/金银/台./" +translation = "洞中蔚蓝的天空广阔无际, 看不到尽头, 日月照耀着金银做的宫阙. " +keyword_note = { "青冥" = "天空", "浩荡" = "广阔无边的样子", "不见底" = "看不到尽头", "金银台" = "金银铸成的宫阙" } + +["霓为衣兮风为马, 云之君兮纷纷而来下."] +note = [] +content = "霓/为衣/兮/风/为马/, 云之/君兮/纷纷/而来下./" +translation = "用彩虹做衣裳, 将风作为马来乘, 云中的神仙们纷纷下来. " +keyword_note = { "霓" = "彩虹", "为衣" = "做衣裳", "为马" = "作为马", "云之君" = "云中的神仙", "纷纷" = "众多的样子", "来下" = "下来" } + +["虎鼓瑟兮鸾回车, 仙之人兮列如麻."] +note = [] +content = "虎/鼓瑟/兮/鸾/回车/, 仙之/人兮/列/如麻./" +translation = "老虎弹奏着琴瑟, 鸾鸟驾着车. 仙人们排成列, 密密麻麻. " +keyword_note = { "鼓瑟" = "弹奏琴瑟", "鸾" = "传说中的神鸟", "回车" = "驾车", "列如麻" = "排列得像麻一样密集" } + +["忽魂悸以魄动, 恍惊起而长嗟."] +note = [] +content = "忽/魂悸/以/魄动/, 恍/惊起/而/长嗟./" +translation = "忽然魂魄惊动, 我猛然惊醒, 不禁长声叹息. " +keyword_note = { "魂悸" = "魂魄惊动", "魄动" = "精神震动", "恍" = "恍然", "惊起" = "惊醒坐起", "长嗟" = "长声叹息" } + +["惟觉时之枕席, 失向来之烟霞."] +note = [] +content = "惟/觉时/之/枕席/, 失/向来/之/烟霞./" +translation = "醒来时只有身边的枕席, 刚才梦中所见的烟雾云霞全都消失了. " +keyword_note = { "惟" = "只有", "觉时" = "醒来时", "向来" = "刚才", "烟霞" = "指梦中的仙境景象" } + +["世间行乐亦如此, 古来万事东流水."] +note = [] +content = "世间/行乐/亦/如此/, 古来/万事/东流/水./" +translation = "人世间的欢乐也是像梦中的幻境这样, 自古以来万事都像东流的水一样一去不复返. " +keyword_note = { "行乐" = "人世欢乐", "如此" = "像这样", "古来" = "自古以来", "东流水" = "向东流去的水" } + +["别君去兮何时还? 且放白鹿青崖间, 须行即骑访名山."] +note = [] +content = "别君/去兮/何时/还? /且/放/白鹿/青崖/间/, 须/行/即骑/访/名山./" +translation = "告别诸君, 此番远去不知何时才能回来? 暂且把白鹿放牧在青崖间, 等到要远行时就骑上它寻访名山. " +keyword_note = { "别君" = "告别诸君", "去兮" = "离去啊", "还" = "回来", "且" = "暂且", "白鹿" = "传说神仙或隐士多骑白鹿", "青崖" = "青翠的山崖", "须" = "等待", "即" = "就", "访" = "寻访" } + +["安能摧眉折腰事权贵, 使我不得开心颜?"] +note = [] +content = "安能/摧眉/折腰/事/权贵/, 使我/不得/开心/颜?/" +translation = "岂能卑躬屈膝去侍奉权贵, 让自己不能有舒心畅意的笑颜! " +keyword_note = { "安能" = "怎么能", "摧眉折腰" = "低头弯腰", "事" = "侍奉", "权贵" = "有权势的贵族", "开心颜" = "心情愉快, 笑逐颜开" } + +["永遇乐·京口北固亭怀古"] +note = [] +content = "永遇乐·京口北固亭怀古/" +translation = "永遇乐·京口北固亭怀古" +keyword_note = {} + +["千古江山, 英雄无觅, 孙仲谋处."] +note = [] +content = "千古/江山/, 英雄/无觅/, 孙仲谋/处./" +translation = "历经千古的江山, 再也难以寻觅到像孙权那样的英雄" +keyword_note = { "千古" = "年代久远", "无觅" = "难以寻找", "孙仲谋" = "三国时的吴王孙权, 字仲谋" } + +["舞榭歌台, 风流总被, 雨打风吹去."] +note = [] +content = "舞榭/歌台/, 风流/总被/, 雨打/风吹/去./" +translation = "当年的舞榭歌台还在, 英雄人物却早已随着岁月的流逝不复存在了" +keyword_note = { "舞榭歌台" = "歌舞的台榭", "风流" = "指英雄的流风余韵" } + +["斜阳草树, 寻常巷陌, 人道寄奴曾住."] +note = [] +content = "斜阳/草树/, 寻常/巷陌/, 人道/寄奴/曾住./" +translation = "斜阳照着长满草树的普通街道, 人们说那里是刘裕曾经住过的地方" +keyword_note = { "寻常" = "普通", "巷陌" = "街道", "寄奴" = "南朝宋武帝刘裕小名" } + +["想当年, 金戈铁马, 气吞万里如虎."] +note = [] +content = "想/当年/, 金戈/铁马/, 气吞/万里/如虎./" +translation = "遥想当年, 他指挥着强劲精良的兵马, 气吞骄虏一如猛虎" +keyword_note = { "金戈铁马" = "指精锐的部队", "气吞万里" = "形容气势磅礴" } + +["元嘉草草, 封狼居胥, 赢得仓皇北顾."] +note = [] +content = "元嘉/草草/, 封/狼居胥/, 赢得/仓皇/北顾./" +translation = "宋文帝兴兵北伐多么轻率鲁莽, 想建立不朽战功封狼居胥, 却落得仓皇逃命, 北望追兵泪下无数的结果" +keyword_note = { "元嘉" = "刘裕子刘义隆年号", "草草" = "轻率", "封狼居胥" = "指立大功", "赢得" = "剩得, 落得" } + +["四十三年, 望中犹记, 烽火扬州路."] +note = [] +content = "四十/三年/, 望中/犹记/, 烽火/扬州/路./" +translation = "四十三年过去了, 如今瞭望长江北岸, 仍然记得当年扬州地区金兵南侵时烽火连天的情景" +keyword_note = { "四十三年" = "作者于1162年南归, 到写该词时正好为四十三年", "烽火" = "战火", "扬州路" = "扬州地区" } + +["可堪回首, 佛狸祠下, 一片神鸦社鼓."] +note = [] +content = "可堪/回首/, 佛狸/祠下/, 一片/神鸦/社鼓./" +translation = "不堪回首, 拓跋焘的行宫下, 神鸦叫声应和着喧闹的社鼓" +keyword_note = { "可堪" = "怎能忍受", "佛狸祠" = "北魏太武帝拓跋焘小名佛狸, 在瓜步山上建立的行宫", "神鸦" = "在庙里吃祭品的乌鸦", "社鼓" = "祭祀时的鼓声" } + +["凭谁问: 廉颇老矣, 尚能饭否?"] +note = [] +content = "凭谁/问:/ 廉颇/老矣/, 尚能/饭否?/" +translation = "还有谁会询问, 廉颇将军已老, 他的身体是否强健如故" +keyword_note = { "廉颇" = "战国时赵国名将", "尚能饭否" = "还能吃饭吗 (指身体是否强健) " } + +["江城子·乙卯正月二十日夜记梦"] +note = [] +content = "江城子·乙卯正月二十日夜记梦/" +translation = "江城子·乙卯正月二十日夜记梦" +keyword_note = {} + +["十年生死两茫茫, 不思量, 自难忘"] +note = [] +content = "十年/生死/两/茫茫/, 不/思量/, 自/难忘/" +translation = "你我夫妻诀别已经整整十年, 强忍不去思念可终究难以忘怀" +keyword_note = { "十年" = "指结发妻子王弗去世已十年", "思量" = "想念", "茫茫" = "模糊不清的样子" } + +["千里孤坟, 无处话凄凉"] +note = [] +content = "千里/孤坟/, 无处/话/凄凉/" +translation = "你的坟墓远在千里之外, 没有地方能诉说我心中的悲伤凄凉" +keyword_note = { "千里" = "王弗葬地四川眉山与苏轼任所山东密州, 相隔遥远", "孤坟" = "其妻王氏之墓", "凄凉" = "悲伤寂寞" } + +["纵使相逢应不识, 尘满面, 鬓如霜"] +note = [] +content = "纵使/相逢/应/不识/, 尘/满面/, 鬓/如霜/" +translation = "即使你我夫妻相逢怕是也认不出我来了, 我四处奔波早已是灰尘满面两鬓如霜" +keyword_note = { "纵使" = "即使", "尘满面" = "形容奔波劳碌", "鬓如霜" = "两鬓斑白如霜" } + +["夜来幽梦忽还乡, 小轩窗, 正梳妆"] +note = [] +content = "夜来/幽梦/忽/还乡/, 小轩窗/, 正/梳妆/" +translation = "昨夜在梦中回到了家乡, 看见你正在小室的窗前对镜梳妆" +keyword_note = { "幽梦" = "梦境隐约, 故云幽梦", "小轩窗" = "指小室的窗前", "梳妆" = "梳洗打扮" } + +["相顾无言, 惟有泪千行"] +note = [] +content = "相顾/无言/, 惟有/泪/千行/" +translation = "你我二人默默相对无言, 只有泪落千行" +keyword_note = { "相顾" = "互相看着", "无言" = "没有说话", "泪千行" = "形容泪水极多" } + +["料得年年肠断处, 明月夜, 短松冈"] +note = [] +content = "料得/年年/肠断/处/, 明月夜/, 短松冈/" +translation = "料想你年年都为我柔肠寸断, 在那凄冷的月明之夜, 在那长满矮松的山冈上" +keyword_note = { "料得" = "预料到", "肠断" = "形容极度悲痛", "短松冈" = "苏轼葬妻之地, 矮小的松树山冈" } + +["涉江采芙蓉"] +note = [] +content = "涉江采芙蓉/" +translation = "涉江采芙蓉" +keyword_note = {} + +["涉江采芙蓉, 兰泽多芳草."] +note = [] +content = "涉江/采芙蓉/, 兰泽/多芳草./" +translation = "我涉过江水去采荷花, 生有兰草的水泽中长满了香草" +keyword_note = { "芙蓉" = "荷花的别名", "兰泽" = "生有兰草的沼泽地" } + +["采之欲遗谁? 所思在远道."] +note = [] +content = "采之/欲遗谁/? 所思/在远道./" +translation = "采了荷花想要送给谁呢? 想要送给远方的爱人" +keyword_note = { "遗" = "赠", "远道" = "远方" } + +["还顾望旧乡, 长路漫浩浩."] +note = [] +content = "还顾/望旧乡/, 长路/漫浩浩./" +translation = "回头看那一起生活过的故乡, 路途遥远没有尽头" +keyword_note = { "还顾" = "回顾, 回头看", "旧乡" = "故乡", "漫浩浩" = "形容路途的遥远无尽头, 形容无边无际" } + +["同心而离居, 忧伤以终老."] +note = [] +content = "同心/而离居/, 忧伤/以终老./" +translation = "两心相爱却要分隔两地不能在一起, 愁苦忧伤以至终老异乡" +keyword_note = { "同心" = "古代习用的成语, 多用于男女之间的爱情或夫妇感情融洽指感情深厚", "终老" = "度过晚年直至去世" } + +["燕歌行"] +note = [] +content = "燕歌行/" +translation = "燕歌行" +keyword_note = {} + +["开元二十六年, 客有从元戎出塞而还者, 作《燕歌行》以示, 适感征戍之事, 因而和焉."] +note = ['序言部分'] +content = "开元/二十六年/, 客/有/从/元戎/出塞/而还/者/, 作/《燕歌行》/以/示/, 适/感/征戍/之事/, 因而/和/焉./" +translation = "唐玄宗开元二十六年, 有个随从主帅出塞回来的人, 写了一首《燕歌行》给我看. 我感慨于边疆戍守的事, 因而写了这首《燕歌行》应和他. " +keyword_note = { "元戎" = "军事元帅", "征戍" = "边疆戍守", "和" = "应和" } + +["汉家烟尘在东北, 汉将辞家破残贼."] +note = [] +content = "汉家/烟尘/在/东北/, 汉将/辞家/破/残贼./" +translation = "汉朝东北边境战事又起, 将军离家前去征讨贼寇. " +keyword_note = { "汉家" = "汉朝, 唐人诗中经常借汉说唐", "烟尘" = "代指战争", "残贼" = "凶残的敌人" } + +["男儿本自重横行, 天子非常赐颜色."] +note = [] +content = "男儿/本自/重/横行/, 天子/非常/赐/颜色./" +translation = "男儿本来就看重驰骋沙场, 杀敌打仗, 皇帝又特别给予他们丰厚的赏赐. " +keyword_note = { "横行" = "任意驰走, 无所阻挡", "非常赐颜色" = "超过平常的厚赐礼遇" } + +["摐金伐鼓下榆关, 旌旆逶迤碣石间."] +note = [] +content = "摐金/伐鼓/下/榆关/, 旌旆/逶迤/碣石/间./" +translation = "擂响金鼓, 军队浩浩荡荡开出山海关外, 旌旗舒展飘扬在碣石山间. " +keyword_note = { "摐金" = "撞击金属乐器", "伐鼓" = "敲击战鼓", "榆关" = "山海关", "旌旆" = "各种旗帜", "逶迤" = "舒展的样子" } + +["校尉羽书飞瀚海, 单于猎火照狼山."] +note = [] +content = "校尉/羽书/飞/瀚海/, 单于/猎火/照/狼山./" +translation = "校尉飞奔过浩瀚沙海, 紧急传递文书, 匈奴单于打猎时点燃的火光已照到我狼山. " +keyword_note = { "校尉" = "次于将军的武官", "羽书" = "插有鸟羽的紧急文书", "瀚海" = "沙漠", "单于" = "匈奴首领", "猎火" = "打猎时点燃的火光" } + +["山川萧条极边土, 胡骑凭陵杂风雨."] +note = [] +content = "山川/萧条/极/边土/, 胡骑/凭陵/杂/风雨./" +translation = "山河荒芜多萧条, 满目凄凉到边土, 胡人的骑兵来势凶猛, 如风雨交加. " +keyword_note = { "极" = "穷尽", "凭陵" = "仗势侵凌", "杂风雨" = "如风雨交加般凶猛" } + +["战士军前半死生, 美人帐下犹歌舞!"] +note = [] +content = "战士/军前/半/死生/, 美人/帐下/犹/歌舞!/" +translation = "战士在前线杀得昏天黑地, 不辨死生; 将军们依然逍遥自在地在营帐中观赏美人的歌舞! " +keyword_note = { "半死生" = "半生半死, 伤亡惨重" } + +["大漠穷秋塞草腓, 孤城落日斗兵稀."] +note = [] +content = "大漠/穷秋/塞草/腓/, 孤城/落日/斗兵/稀./" +translation = "深秋季节, 塞外沙漠上草木枯萎; 日落时分, 边城孤危, 作战的士兵越打越少. " +keyword_note = { "穷秋" = "深秋", "腓" = "枯萎", "斗兵稀" = "作战的士兵越打越少" } + +["身当恩遇常轻敌, 力尽关山未解围."] +note = ['常轻敌 一作: 恒轻敌'] +content = "身当/恩遇/常/轻敌/, 力尽/关山/未/解围./" +translation = "身受朝廷恩宠厚遇的主将常常不畏惧强敌, 战士筋疲力尽仍难解关山之围. " +keyword_note = { "身当恩遇" = "主将受朝廷的恩宠厚遇" } + +["铁衣远戍辛勤久, 玉箸应啼别离后."] +note = [] +content = "铁衣/远戍/辛勤/久/, 玉箸/应啼/别离/后./" +translation = "身披铁甲的征夫, 不知道守卫边疆多少年了, 那家中的思妇自丈夫被征走后, 应该一直在悲痛啼哭吧. " +keyword_note = { "铁衣" = "铁甲, 代指征夫", "玉箸" = "玉筷, 比喻思妇的泪水如注" } + +["少妇城南欲断肠, 征人蓟北空回首."] +note = [] +content = "少妇/城南/欲/断肠/, 征人/蓟北/空/回首./" +translation = "思妇独守故乡, 悲苦地牵肠挂肚, 征夫在边疆遥望家园空自回头. " +keyword_note = { "城南" = "京城长安的住宅区", "蓟北" = "唐朝东北边地" } + +["边庭飘飖那可度, 绝域苍茫无所有."] +note = ['飘飖 一作: 飘摇; 无所 一作: 更何'] +content = "边庭/飘飖/那/可/度/, 绝域/苍茫/无/所有./" +translation = "边塞战场动荡不安哪里能够轻易归来, 更遥远的边陲更加荒凉不毛. " +keyword_note = { "边庭" = "边塞战场", "飘飖" = "动荡不安", "绝域" = "更遥远的边陲", "无所有" = "更加荒凉不毛" } + +["杀气三时作阵云, 寒声一夜传刁斗."] +note = [] +content = "杀气/三时/作/阵云/, 寒声/一夜/传/刁斗./" +translation = "从早到晚杀气腾腾战云密布, 整夜里只听到巡更的刁斗声声悲伤. " +keyword_note = { "三时" = "晨、午、晚, 从早到夜", "阵云" = "战场上象征杀气的云", "刁斗" = "军中巡更报时和煮饭的两用铜器" } + +["相看白刃血纷纷, 死节从来岂顾勋!"] +note = ['血 一作: 雪'] +content = "相看/白刃/血/纷纷/, 死节/从来/岂/顾/勋!/" +translation = "战士们互相对望, 雪亮的战刀上染满了斑斑血迹; 坚守节操, 为国捐躯, 岂是为了个人的名利功勋? " +keyword_note = { "死节" = "为国捐躯", "岂顾勋" = "难道还顾及自己的功勋" } + +["君不见沙场征战苦, 至今犹忆李将军."] +note = [] +content = "君/不见/沙场/征战/苦/, 至今/犹忆/李将军./" +translation = "你没看见拼杀在沙场战斗多惨苦, 现在还在思念有勇有谋的李将军. " +keyword_note = { "李将军" = "指汉朝李广, 他能捍御强敌, 爱抚士卒" } + +["琵琶行"] +note = [] +content = "琵琶行/" +translation = "琵琶行" +keyword_note = {} + +["浔阳江头夜送客, 枫叶荻花秋瑟瑟."] +note = [] +content = "浔阳/江头/夜/送客/, 枫叶/荻花/秋/瑟瑟./" +translation = "夜晚到浔阳江头送别客人, 枫树、芦荻被秋风吹得飒飒作响" +keyword_note = { "浔阳江" = "万里长江流经江西省九江市北的一段", "瑟瑟" = "形容枫树、芦荻被秋风吹动的声音" } + +["主人下马客在船, 举酒欲饮无管弦."] +note = [] +content = "主人/下马/客/在船/, 举酒/欲饮/无/管弦./" +translation = "我和客人下马在船上设宴饯别, 举起酒杯想要饮酒却无助兴的音乐" +keyword_note = { "管弦" = "指音乐" } + +["醉不成欢惨将别, 别时茫茫江浸月."] +note = [] +content = "醉/不成欢/惨/将别/, 别时/茫茫/江/浸月./" +translation = "酒喝得不痛快更伤心将要分别, 临别时茫茫江水中浸着一轮冷月" +keyword_note = { "不成欢" = "不痛快", "江浸月" = "月亮倒映在江水中" } + +["忽闻水上琵琶声, 主人忘归客不发."] +note = [] +content = "忽闻/水上/琵琶/声/, 主人/忘归/客/不发./" +translation = "忽然听见江面传来阵阵琵琶声, 我忘却了回归, 客人也不想动身" +keyword_note = { "不发" = "不动身" } + +["寻声暗问弹者谁, 琵琶声停欲语迟."] +note = [] +content = "寻声/暗问/弹者/谁/, 琵琶/声停/欲语/迟./" +translation = "寻着声源探问弹琵琶的是何人? 琵琶声停了许久却迟迟不语" +keyword_note = { "暗问" = "轻声询问", "欲语迟" = "想说又迟疑" } + +["移船相近邀相见, 添酒回灯重开宴."] +note = [] +content = "移船/相近/邀/相见/, 添酒/回灯/重/开宴./" +translation = "我们移船靠近邀请她出来相见, 重新拨亮灯光再添酒摆开宴席" +keyword_note = { "回灯" = "重新拨亮灯光" } + +["千呼万唤始出来, 犹抱琵琶半遮面."] +note = [] +content = "千呼/万唤/始/出来/, 犹抱/琵琶/半/遮面./" +translation = "千呼万唤她才缓缓地走出来, 用怀里抱着的琵琶半遮着面" +keyword_note = { "始" = "才", "犹" = "还" } + +["转轴拨弦三两声, 未成曲调先有情."] +note = [] +content = "转轴/拨弦/三两/声/, 未成/曲调/先/有情./" +translation = "她拧转弦轴, 拨动弦丝, 试弹了几声, 还没弹成曲调却先有了感情" +keyword_note = { "转轴拨弦" = "调弦校音" } + +["弦弦掩抑声声思, 似诉平生不得志."] +note = [] +content = "弦弦/掩抑/声声/思/, 似诉/平生/不得/志./" +translation = "一弦弦凄楚悲切的声音隐含着深长的情思, 似乎在诉说着她一生的不如意" +keyword_note = { "掩抑" = "声音低沉", "思" = "深长的情思" } + +["低眉信手续续弹, 说尽心中无限事."] +note = [] +content = "低眉/信手/续续/弹/, 说尽/心中/无限/事./" +translation = "她低着眉头随手慢慢地连续弹奏, 尽情地倾诉心底无限的伤心事" +keyword_note = { "信手" = "随手", "续续" = "连续" } + +["轻拢慢捻抹复挑, 初为《霓裳》后《六幺》."] +note = [] +content = "轻拢/慢捻/抹/复挑/, 初为/《霓裳》/后/《六幺》./" +translation = "轻轻抚拢慢慢捻揉下抹又上挑, 初弹《霓裳羽衣曲》接着再弹《六幺》" +keyword_note = { "拢" = "扣弦", "捻" = "揉弦", "抹" = "顺手下拨", "挑" = "反手回拨", "《霓裳》" = "《霓裳羽衣曲》", "《六幺》" = "大曲名" } + +["大弦嘈嘈如急雨, 小弦切切如私语."] +note = [] +content = "大弦/嘈嘈/如/急雨/, 小弦/切切/如/私语./" +translation = "大弦声音沉重抑扬如暴风骤雨, 小弦细促轻幽、急切细碎, 如人窃窃私语" +keyword_note = { "大弦" = "最粗的弦", "嘈嘈" = "声音沉重抑扬", "小弦" = "最细的弦", "切切" = "细促轻幽" } + +["嘈嘈切切错杂弹, 大珠小珠落玉盘."] +note = [] +content = "嘈嘈/切切/错杂/弹/, 大珠/小珠/落/玉盘./" +translation = "嘈嘈声切切声互为交错地弹奏, 就像大珠小珠一颗颗掉落玉盘" +keyword_note = { "错杂" = "交错" } + +["间关莺语花底滑, 幽咽泉流冰下难."] +note = [] +content = "间关/莺语/花底/滑/, 幽咽/泉流/冰下/难./" +translation = "一会儿像黄鹂在花下啼鸣婉转流利, 一会儿又像泉水在冰下流动滞涩不畅" +keyword_note = { "间关" = "鸟鸣声", "幽咽" = "遏塞不畅状" } + +["冰泉冷涩弦凝绝, 凝绝不通声暂歇."] +note = [] +content = "冰泉/冷涩/弦/凝绝/, 凝绝/不通/声/暂歇./" +translation = "好像冰泉冷涩琵琶声开始凝滞, 凝滞而不通畅声音渐渐地停歇" +keyword_note = { "凝绝" = "凝滞" } + +["别有幽愁暗恨生, 此时无声胜有声."] +note = [] +content = "别有/幽愁/暗恨/生/, 此时/无声/胜/有声./" +translation = "像另有一种愁思幽恨暗暗滋生, 此时闷闷无声却比有声更动人" +keyword_note = { "幽愁" = "深藏的愁思", "暗恨" = "隐秘的怨恨" } + +["银瓶乍破水浆迸, 铁骑突出刀枪鸣."] +note = [] +content = "银瓶/乍破/水浆/迸/, 铁骑/突出/刀枪/鸣./" +translation = "突然间好像银瓶撞破水浆四溅, 又好像铁甲骑兵厮杀刀枪齐鸣" +keyword_note = { "乍破" = "突然破裂", "迸" = "溅射" } + +["曲终收拨当心画, 四弦一声如裂帛."] +note = [] +content = "曲终/收拨/当心/画/, 四弦/一声/如/裂帛./" +translation = "一曲终了拨子从弦索中间划过四弦, 一声轰鸣好像撕裂了布帛" +keyword_note = { "收拨" = "结束弹奏", "当心画" = "在琵琶中部划过四弦" } + +["东船西舫悄无言, 唯见江心秋月白."] +note = [] +content = "东船/西舫/悄/无言/, 唯见/江心/秋月/白./" +translation = "东西面的画舫、游船都静悄悄的, 只看见江心之中映着的秋月泛着白光" +keyword_note = { "舫" = "船" } + +["沉吟放拨插弦中, 整顿衣裳起敛容."] +note = [] +content = "沉吟/放拨/插/弦中/, 整顿/衣裳/起/敛容./" +translation = "她沉吟着收起拨片插在琴弦中; 然后整理一下衣服起身站立, 收敛面部表情" +keyword_note = { "敛容" = "收敛表情" } + +["自言本是京城女, 家在虾蟆陵下住."] +note = [] +content = "自言/本是/京城/女/, 家在/虾蟆陵/下/住./" +translation = "她说她本是京城负有盛名的歌女, 老家住在长安城东南的虾蟆陵" +keyword_note = { "虾蟆陵" = "在长安城东南, 是当时有名的游乐地区" } + +["十三学得琵琶成, 名属教坊第一部."] +note = [] +content = "十三/学得/琵琶/成/, 名属/教坊/第一/部./" +translation = "十三岁就已学会弹奏琵琶技艺, 名字登记在教坊乐团的第一部里" +keyword_note = { "教坊" = "唐代官办管领音乐杂技、教练歌舞的机关" } + +["曲罢曾教善才服, 妆成每被秋娘妒."] +note = [] +content = "曲罢/曾教/善才/服/, 妆成/每被/秋娘/妒./" +translation = "每曲弹罢都令艺术大师们叹服, 每次妆成都被同行歌伎们嫉妒" +keyword_note = { "善才" = "对琵琶师或曲师的通称", "秋娘" = "唐代歌妓女伶的通称" } + +["五陵年少争缠头, 一曲红绡不知数."] +note = [] +content = "五陵/年少/争/缠头/, 一曲/红绡/不知/数./" +translation = "京城的富贵子弟争着赠送财物, 每当一曲弹罢, 不知要给多少彩绸" +keyword_note = { "五陵" = "在长安城外, 汉代五个皇帝的陵墓", "缠头" = "送给歌舞妓女的财物", "红绡" = "精细轻美的丝织品" } + +["钿头银篦击节碎, 血色罗裙翻酒污."] +note = [] +content = "钿头/银篦/击节/碎/, 血色/罗裙/翻酒/污./" +translation = "打拍子敲碎了镶嵌着花钿的篦形发饰, 吃美酒染污了红色罗裙" +keyword_note = { "钿头银篦" = "镶嵌着花钿的篦形发饰", "击节" = "打拍子" } + +["今年欢笑复明年, 秋月春风等闲度."] +note = [] +content = "今年/欢笑/复/明年/, 秋月/春风/等闲/度./" +translation = "年复一年都在欢笑打闹中度过, 秋去春来美好的时光白白消磨" +keyword_note = { "等闲" = "随便, 轻易" } + +["弟走从军阿姨死, 暮去朝来颜色故."] +note = [] +content = "弟走/从军/阿姨/死/, 暮去/朝来/颜色/故./" +translation = "教坊的兄弟参军去了, 当家的阿姨也死了, 暮去朝来我也年老色衰" +keyword_note = { "颜色故" = "容貌衰老" } + +["门前冷落鞍马稀, 老大嫁作商人妇."] +note = [] +content = "门前/冷落/鞍马/稀/, 老大/嫁作/商人/妇./" +translation = "门前车马减少, 光顾者寥寥, 年岁大了我只得嫁给商人为妻" +keyword_note = { "老大" = "年纪大了" } + +["商人重利轻别离, 前月浮梁买茶去."] +note = [] +content = "商人/重利/轻/别离/, 前月/浮梁/买茶/去./" +translation = "商人重利不重情常常轻易别离, 上个月他到浮梁买茶办货去了" +keyword_note = { "浮梁" = "古县名, 在今江西省景德镇市, 盛产茶叶" } + +["去来江口守空船, 绕船月明江水寒."] +note = [] +content = "去来/江口/守/空船/, 绕船/月明/江水/寒./" +translation = "他去了留下我在江口孤守空船, 只有秋月与我作伴, 绕船的秋水凄寒" +keyword_note = { "去来" = "走了以后" } + +["夜深忽梦少年事, 梦啼妆泪红阑干."] +note = [] +content = "夜深/忽梦/少年/事/, 梦啼/妆泪/红/阑干./" +translation = "深夜常常梦到少年时作乐狂欢, 梦中哭醒涕泪纵横污损了粉颜" +keyword_note = { "梦啼妆泪" = "梦中啼哭, 匀过脂粉的脸上带着泪痕", "阑干" = "纵横散乱的样子" } + +["我闻琵琶已叹息, 又闻此语重唧唧."] +note = [] +content = "我闻/琵琶/已/叹息/, 又闻/此语/重/唧唧./" +translation = "我听了琵琶声早已摇头叹息, 又听到她这番诉说更加歔欷" +keyword_note = { "唧唧" = "叹息声" } + +["同是天涯沦落人, 相逢何必曾相识!"] +note = [] +content = "同是/天涯/沦落/人/, 相逢/何必/曾/相识!/" +translation = "同样都是天涯沦落的可怜人, 今日相逢何必问曾经是否相识" +keyword_note = { "天涯" = "指远离家乡的地方", "沦落" = "流落, 漂泊" } + +["我从去年辞帝京, 谪居卧病浔阳城."] +note = [] +content = "我从/去年/辞/帝京/, 谪居/卧病/浔阳/城./" +translation = "自从去年我离开繁华长安京城, 被贬居住在浔阳江畔便一直因病卧床" +keyword_note = { "帝京" = "指长安", "谪居" = "被贬官后居住" } + +["浔阳地僻无音乐, 终岁不闻丝竹声."] +note = [] +content = "浔阳/地僻/无/音乐/, 终岁/不闻/丝竹/声./" +translation = "浔阳这地方荒凉偏僻没有音乐, 一年到头也听不见管弦奏鸣" +keyword_note = { "丝竹" = "指音乐" } + +["住近湓江地低湿, 黄芦苦竹绕宅生."] +note = [] +content = "住近/湓江/地/低湿/, 黄芦/苦竹/绕宅/生./" +translation = "居住在湓江附近, 低洼潮湿, 院子周围, 尽长些黄芦苦竹" +keyword_note = { "湓江" = "河流名", "黄芦" = "芦苇", "苦竹" = "竹的一种" } + +["其间旦暮闻何物? 杜鹃啼血猿哀鸣."] +note = [] +content = "其间/旦暮/闻/何物/? 杜鹃/啼血/猿/哀鸣./" +translation = "在这里早晚能听到的是什么呢? 尽是杜鹃猿猴那些悲凄的哀鸣" +keyword_note = { "杜鹃啼血" = "杜鹃鸟啼声悲切" } + +["春江花朝秋月夜, 往往取酒还独倾."] +note = [] +content = "春江/花朝/秋月/夜/, 往往/取酒/还/独倾./" +translation = "在春天江边花儿开放的早上, 或在秋天明月高悬的夜晚, 我常常取酒独酌独饮" +keyword_note = { "花朝" = "花开的早晨", "独倾" = "独自饮酒" } + +["岂无山歌与村笛, 呕哑嘲哳难为听."] +note = [] +content = "岂无/山歌/与/村笛/, 呕哑/嘲哳/难为/听./" +translation = "难道这里就没有山歌和村笛吗? 只是那音调嘶哑粗涩实在难听" +keyword_note = { "呕哑嘲哳" = "形容声音噪杂" } + +["今夜闻君琵琶语, 如听仙乐耳暂明."] +note = [] +content = "今夜/闻君/琵琶/语/, 如听/仙乐/耳/暂明./" +translation = "今晚我听你弹奏琵琶诉说衷情, 就像听到了天上的仙乐, 让我的耳朵暂时得到了清明" +keyword_note = { "琵琶语" = "琵琶声, 琵琶所弹奏的乐曲", "暂" = "突然" } + +["莫辞更坐弹一曲, 为君翻作《琵琶行》."] +note = [] +content = "莫辞/更坐/弹/一曲/, 为君/翻作/《琵琶行》./" +translation = "请你不要推辞坐下来再弹一曲; 我要为你创作一首新诗《琵琶行》" +keyword_note = { "翻作" = "创作" } + +["感我此言良久立, 却坐促弦弦转急."] +note = [] +content = "感我/此言/良久/立/, 却坐/促弦/弦/转急./" +translation = "被我的话所感动她站立了好久; 回身坐下再转紧琴弦拨出急声" +keyword_note = { "却坐" = "退回原处坐下", "促弦" = "把弦拧紧" } + +["凄凄不似向前声, 满座重闻皆掩泣."] +note = [] +content = "凄凄/不似/向前/声/, 满座/重闻/皆/掩泣./" +translation = "凄凄切切不似刚才奏过的单调, 在座的人重听都掩面哭泣不停" +keyword_note = { "向前声" = "刚才奏过的单调", "掩泣" = "掩面哭泣" } + +["座中泣下谁最多? 江州司马青衫湿."] +note = [] +content = "座中/泣下/谁/最多/? 江州/司马/青衫/湿./" +translation = "要问在座之中谁流的眼泪最多? 江州司马的青衫已被泪水浸湿" +keyword_note = { "青衫" = "唐朝八品、九品文官的服色" } + +["登岳阳楼"] +note = [] +content = "登岳阳楼/" +translation = "登岳阳楼" +keyword_note = {} + +["昔闻洞庭水, 今上岳阳楼."] +note = [] +content = "昔闻/洞庭水/, 今上/岳阳楼./" +translation = "以前就听说洞庭湖波澜壮阔, 今日终于如愿登上岳阳楼" +keyword_note = { "洞庭水" = "即洞庭湖, 在今湖南北部, 长江南岸, 是中国第二淡水湖" } + +["吴楚东南坼, 乾坤日夜浮."] +note = [] +content = "吴楚/东南/坼/, 乾坤/日夜/浮./" +translation = "浩瀚的湖水把吴楚两地分隔开来, 整个天地仿似在湖中日夜浮动" +keyword_note = { "坼" = "分裂", "乾坤" = "天地, 或指日月", "浮" = "日月星辰和大地昼夜都飘浮在洞庭湖上" } + +["亲朋无一字, 老病有孤舟."] +note = [] +content = "亲朋/无/一字/, 老病/有/孤舟./" +translation = "亲朋好友音信全无, 年老多病唯有孤舟一叶飘零无定" +keyword_note = { "一字" = "音讯全无, 这里指书信", "老病" = "杜甫时年五十七岁, 身患肺病, 风痹, 右耳已聋", "孤舟" = "唯有孤舟一叶飘零无定" } + +["戎马关山北, 凭轩涕泗流."] +note = [] +content = "戎马/关山/北/, 凭轩/涕泗/流./" +translation = "北方边境的战争仍未止息, 凭栏遥望, 胸怀家国泪水横流" +keyword_note = { "戎马" = "指战争", "关山北" = "北方边境", "凭轩" = "凭栏", "涕泗流" = "眼泪禁不住地流淌" } + +["登快阁"] +note = [] +content = "登快阁/" +translation = "登快阁" +keyword_note = {} + +["痴儿了却公家事, 快阁东西倚晚晴."] +note = [] +content = "痴儿/了却/公家事/, 快阁/东西/倚/晚晴./" +translation = "我办完了公事, 登上快阁, 在这晚晴的余辉里倚栏远眺" +keyword_note = { "痴儿" = "作者自指", "了却" = "完成", "东西" = "东边和西边, 指在阁中四处周览", "倚" = "倚靠" } + +["落木千山天远大, 澄江一道月分明."] +note = [] +content = "落木/千山/天/远大/, 澄江/一道/月/分明./" +translation = "远望秋山无数, 落叶飘零, 天地更加辽远阔大. 朗朗明月下澄江淙淙流过, 月光下显得更加空明澄澈" +keyword_note = { "落木" = "落叶", "澄江" = "指赣江, 澄澈清澈" } + +["朱弦已为佳人绝, 青眼聊因美酒横."] +note = [] +content = "朱弦/已为/佳人/绝/, 青眼/聊因/美酒/横./" +translation = "友人远离, 早已没有弄弦吹箫的兴致了, 只有见到美酒, 眼中才流露出喜色" +keyword_note = { "朱弦" = "这里指琴", "佳人" = "美人, 引申为知己、知音", "青眼" = "黑色的眼珠在眼眶中间, 表示对人的喜爱或重视", "聊" = "姑且" } + +["万里归船弄长笛, 此心吾与白鸥盟."] +note = [] +content = "万里/归船/弄/长笛/, 此心/吾与/白鸥/盟./" +translation = "我从万里之外的远地乘船归来, 在船上吹起长笛; 我的这颗心, 将愿与白鸥结为朋友" +keyword_note = { "弄" = "演奏", "与白鸥盟" = "指无利禄之心, 借指归隐" } + +["登泰山记"] +note = [] +content = "登泰山记/" +translation = "登泰山记" +keyword_note = {} + +["泰山之阳, 汶水西流; 其阴, 济水东流."] +note = [] +content = "泰山/之阳/, 汶水/西流; /其阴/, 济水/东流./" +translation = "泰山的南面, 汶水向西流; 它的北面, 济水向东流" +keyword_note = { "阳" = "山的南面", "汶水" = "也叫汶河, 发源于山东莱芜东北原山", "西流" = "向西流 (西: 名词作状语) ", "阴" = "山的北面", "济水" = "发源于河南省济源市王屋山" } + +["阳谷皆入汶, 阴谷皆入济."] +note = [] +content = "阳谷/皆入/汶/, 阴谷/皆入/济./" +translation = "南面山谷的水都流入汶水, 北面山谷的水都流入济水" +keyword_note = { "阳谷" = "指山南面谷中的水", "阴谷" = "指山北面谷中的水" } + +["当其南北分者, 古长城也."] +note = [] +content = "当其/南北/分者/, 古长城/也./" +translation = "在那南北山谷分界的地方, 是古长城" +keyword_note = { "当其南北分者" = "在那 (阳谷和阴谷) 南北分界处的", "古长城" = "指春秋时期齐国所筑长城的遗址" } + +["最高日观峰, 在长城南十五里."] +note = [] +content = "最高/日观峰/, 在/长城/南/十五里./" +translation = "最高处的日观峰, 在古长城南面十五里" +keyword_note = { "日观峰" = "在山顶东岩, 是泰山观日出的地方" } + +["余以乾隆三十九年十二月, 自京师乘风雪, 历齐河、长清, 穿泰山西北谷, 越长城之限, 至于泰安."] +note = [] +content = "余/以/乾隆/三十九年/十二月/, 自/京师/乘/风雪/, 历/齐河/、长清/, 穿/泰山/西北/谷/, 越/长城/之限/, 至于/泰安./" +translation = "我在乾隆三十九年十二月, 从京城冒着风雪启程, 经过齐河、长清两县, 穿过泰山西北面的山谷, 越过长城的城墙, 到了泰安" +keyword_note = { "以" = "在", "乾隆三十九年" = "即1774年", "乘" = "趁, 这里有'冒着'的意思", "限" = "门槛, 这里指像一道门槛的城墙", "至于" = "到, 到达 (古今异义) " } + +["是月丁未, 与知府朱孝纯子颍由南麓登."] +note = [] +content = "是月/丁未/, 与/知府/朱孝纯/子颍/由/南麓/登./" +translation = "这月丁未日, 我同知府朱孝纯从南面的山脚上山" +keyword_note = { "丁未" = "丁未日 (十二月二十八日) ", "朱孝纯子颍" = "朱孝纯, 字子颖. 当时是泰安府的知府" } + +["四十五里, 道皆砌石为磴, 其级七千有余."] +note = [] +content = "四十五里/, 道/皆/砌石/为磴/, 其级/七千/有余./" +translation = "四十五里长的路上, 都是石头砌的台阶, 有七千多级" +keyword_note = { "磴" = "石阶", "级" = "石级", "有" = "通'又', 用来连接整数和零数" } + +["泰山正南面有三谷."] +note = [] +content = "泰山/正南面/有/三谷./" +translation = "泰山正南面有三个山谷" +keyword_note = {} + +["中谷绕泰安城下, 郦道元所谓环水也."] +note = [] +content = "中谷/绕/泰安/城下/, 郦道元/所谓/环水/也./" +translation = "中谷的水环绕泰安城, 这就是郦道元书中所说的环水" +keyword_note = { "环水" = "即中溪, 俗称梳洗河, 流出泰山" } + +["余始循以入, 道少半, 越中岭, 复循西谷, 遂至其巅."] +note = [] +content = "余/始/循/以入/, 道/少半/, 越/中岭/, 复/循/西谷/, 遂/至/其巅./" +translation = "我起初沿着中间的山谷进山, 走了一小半段, 越过中岭, 又沿着西面的山谷走, 就到了山顶" +keyword_note = { "循以入" = "顺着 (中谷) 进去", "道少半" = "路不到一半", "中岭" = "即黄岘岭, 又名中溪山", "复" = "再, 又 (古今异义) " } + +["古时登山, 循东谷入, 道有天门."] +note = [] +content = "古时/登山/, 循/东谷/入/, 道/有/天门./" +translation = "古时候登泰山, 是沿着东面的山谷进去, 路上有个天门" +keyword_note = { "天门" = "泰山峰名" } + +["东谷者, 古谓之天门溪水, 余所不至也."] +note = [] +content = "东谷者/, 古/谓之/天门/溪水/, 余/所/不至/也./" +translation = "这东边的山谷, 古时候称它为'天门溪水', 我没有到过那里" +keyword_note = {} + +["今所经中岭及山巅, 崖限当道者, 世皆谓之天门云."] +note = [] +content = "今/所经/中岭/及/山巅/, 崖限/当道者/, 世/皆谓/之/天门/云./" +translation = "现在 (我) 经过的中岭和山顶, 有山崖像门槛一样横在路上的, 人们都叫它天门" +keyword_note = { "崖限当道者" = "挡在路上的像门槛一样的山崖 (限: 名词作状语) ", "云" = "语气助词" } + +["道中迷雾冰滑, 磴几不可登."] +note = [] +content = "道中/迷雾/冰滑/, 磴/几/不可/登./" +translation = "一路上大雾弥漫、冰冻溜滑, 石阶几乎无法攀登" +keyword_note = { "几" = "几乎" } + +["及既上, 苍山负雪, 明烛天南."] +note = [] +content = "及/既上/, 苍山/负雪/, 明烛/天南./" +translation = "等到已经登上山顶, 只见青山上覆盖着白雪, (雪) 光照亮了南面的天空" +keyword_note = { "负" = "背", "烛" = "动词, 照" } + +["望晚日照城郭, 汶水、徂徕如画, 而半山居雾若带然."] +note = [] +content = "望/晚日/照/城郭/, 汶水/、徂徕/如画/, 而/半山/居雾/若带/然./" +translation = "远望夕阳映照着泰安城, 汶水、徂徕山就像是一幅美丽的山水画, 停留在半山腰处的云雾, 又像是一条舞动的飘带似的" +keyword_note = { "徂徕" = "山名, 在泰安东南", "居" = "停留" } + +["戊申晦, 五鼓, 与子颍坐日观亭, 待日出."] +note = [] +content = "戊申/晦/, 五鼓/, 与/子颍/坐/日观亭/, 待/日出./" +translation = "戊申这一天是月底, 五更的时候, 我和子颍坐在日观亭里, 等待日出" +keyword_note = { "戊申晦" = "戊申这一天是月底. 晦: 农历每月最后一天 (古今异义) ", "五鼓" = "五更", "日观亭" = "亭名, 在日观峰上" } + +["大风扬积雪击面."] +note = [] +content = "大风/扬/积雪/击面./" +translation = "这时大风扬起的积雪扑面打来" +keyword_note = {} + +["亭东自足下皆云漫."] +note = [] +content = "亭东/自/足下/皆/云漫./" +translation = "日观亭东面从脚底往下一片云雾弥漫" +keyword_note = { "漫" = "弥漫" } + +["稍见云中白若樗蒱数十立者, 山也."] +note = [] +content = "稍见/云中/白若/樗蒱/数十/立者/, 山/也./" +translation = "依稀可见云中几十个白色的像骰子似的东西, 那是山峰" +keyword_note = { "樗蒲" = "古代的一种赌博游戏, 这里指博戏用的'五木'. 五木两头尖, 中间广平, 立起来很像山峰" } + +["极天云一线异色, 须臾成五采."] +note = [] +content = "极天/云/一线/异色/, 须臾/成/五采./" +translation = "天边的云彩形成一条线 (呈现出) 奇异的颜色, 一会儿又变成五颜六色的" +keyword_note = { "极天" = "天边", "采" = "通'彩'" } + +["日上, 正赤如丹, 下有红光动摇承之."] +note = [] +content = "日上/, 正赤/如丹/, 下/有/红光/动摇/承之./" +translation = "太阳升上来了, 红的像朱砂一样, 下面有红光晃动摇荡着托着它" +keyword_note = { "丹" = "朱砂" } + +["或曰, 此东海也."] +note = [] +content = "或曰/, 此/东海/也./" +translation = "有人说, 这是东海" +keyword_note = { "东海" = "泛指东面的海. 这里是想象, 实际上在泰山顶上看不见东海" } + +["回视日观以西峰, 或得日或否, 绛皓驳色, 而皆若偻."] +note = [] +content = "回视/日观/以西/峰/, 或/得日/或否/, 绛皓/驳色/, 而/皆/若偻./" +translation = "回头看日观峰以西的山峰, 有的被日光照到, 有的没照到, 或红或白, 颜色错杂, 都像弯腰曲背鞠躬致敬的样子" +keyword_note = { "或得日或否" = "有的被日光照着, 有的没有照着", "绛皓驳色" = "或红或白, 颜色错杂. 绛, 大红. 皓: 白色. 驳: 杂", "若偻" = "像脊背弯曲的样子. 引申为鞠躬、致敬的样子" } + +["亭西有岱祠, 又有碧霞元君祠."] +note = [] +content = "亭西/有/岱祠/, 又/有/碧霞/元君/祠./" +translation = "日观亭西面有岱祠, 还有碧霞元君祠" +keyword_note = { "岱祠" = "东岳大帝庙", "碧霞元君" = "传说是东岳大帝的女儿" } + +["皇帝行宫在碧霞元君祠东."] +note = [] +content = "皇帝/行宫/在/碧霞/元君/祠/东./" +translation = "皇帝的行宫在碧霞元君祠的东面" +keyword_note = { "行宫" = "皇帝出外巡行时居住的住所" } + +["是日观道中石刻, 自唐显庆以来, 其远古刻尽漫失."] +note = [] +content = "是日/观/道中/石刻/, 自/唐/显庆/以来/, 其/远古/刻/尽/漫失./" +translation = "这一天, (还) 观看了路上的石刻, 都是从唐朝显庆年间以来的, 那些更古老的石碑都已经模糊或缺失了" +keyword_note = { "显庆" = "唐高宗的年号", "漫失" = "模糊或缺失. 漫: 磨灭" } + +["僻不当道者, 皆不及往."] +note = [] +content = "僻/不当/道者/, 皆/不及/往./" +translation = "那些偏僻不对着道路的石刻, 都赶不上去看了" +keyword_note = { "僻不当道者" = "偏僻, 不在道路附近的", "不及" = "赶不上" } + +["山多石, 少土."] +note = [] +content = "山/多石/, 少土./" +translation = "山上石头多, 泥土少" +keyword_note = {} + +["石苍黑色, 多平方, 少圜."] +note = [] +content = "石/苍黑色/, 多/平方/, 少/圜./" +translation = "山石都呈青黑色, 大多是平的、方形的, 很少有圆形的" +keyword_note = { "平方" = "方方整整的, 指山石 (古今异义) ", "圜" = "通'圆'" } + +["少杂树, 多松, 生石罅, 皆平顶."] +note = [] +content = "少/杂树/, 多/松/, 生/石罅/, 皆/平顶./" +translation = "杂树很少, 多是松树, 松树都生长在石头的缝隙里, 树顶是平的" +keyword_note = { "石罅" = "石缝" } + +["冰雪, 无瀑水, 无鸟兽音迹."] +note = [] +content = "冰雪/, 无/瀑水/, 无/鸟兽/音迹./" +translation = "冰天雪地, 没有瀑布, 没有飞鸟走兽的声音和踪迹" +keyword_note = { "瀑水" = "瀑布" } + +["至日观数里内无树, 而雪与人膝齐."] +note = [] +content = "至/日观/数里/内/无树/, 而/雪/与/人膝/齐./" +translation = "日观峰附近几里以内没有树木, 积雪厚得同人的膝盖一样平齐" +keyword_note = {} + +["桐城姚鼐记."] +note = [] +content = "桐城/姚鼐/记./" +translation = "桐城姚鼐记述" +keyword_note = { "姚鼐" = "字姬传, 一字梦谷, 室名惜抱轩, 清代桐城人. 桐城派古文家" } + +["登高"] +note = [] +content = "登高/" +translation = "登高" +keyword_note = {} + +["风急天高猿啸哀, 渚清沙白鸟飞回."] +note = ['诗题一作《九日登高》. 古代农历九月九日有登高习俗. 选自《杜诗详注》. 作于唐代宗大历二年 (767) 秋天的重阳节./'] +content = "风急/天高/猿啸哀/, 渚清/沙白/鸟飞回./" +translation = "风急天高猿猴啼叫显得十分悲哀, 水清沙白的河洲上有鸟儿在急风中飞舞盘旋. " +keyword_note = { "猿啸哀" = "猿凄厉的叫声. 《水经注·江水》引民谣云: '巴东三峡巫峡长, 猿鸣三声泪沾裳. '", "渚" = "水中的小洲; 水中的小块陆地", "鸟飞回" = "鸟在急风中飞舞盘旋. 回: 回旋" } + +["无边落木萧萧下, 不尽长江滚滚来."] +note = [] +content = "无边/落木/萧萧下/, 不尽/长江/滚滚来./" +translation = "无边无际的树木萧萧地飘下落叶, 望不到头的长江水滚滚奔腾而来. " +keyword_note = { "落木" = "指秋天飘落的树叶", "萧萧" = "模拟草木飘落的声音" } + +["万里悲秋常作客, 百年多病独登台."] +note = [] +content = "万里/悲秋/常作客/, 百年/多病/独登台./" +translation = "悲对秋景感慨远离故乡长期漂泊, 晚年疾病缠身今日独上高台. " +keyword_note = { "万里" = "指远离故乡", "常作客" = "长期漂泊他乡", "百年" = "犹言一生, 这里借指晚年" } + +["艰难苦恨繁霜鬓, 潦倒新停浊酒杯."] +note = [] +content = "艰难/苦恨/繁霜鬓/, 潦倒/新停/浊酒杯./" +translation = "艰难至极, 愁苦繁多, 苍白鬓发如霜雪; 生活潦倒失意, 刚停下手里装着浊酒的酒杯. " +keyword_note = { "艰难" = "兼指国运和自身命运", "苦恨" = "极恨, 极其遗憾. 苦, 极", "繁霜鬓" = "像浓霜一样的鬓发", "潦倒" = "衰颓, 失意. 这里指衰老多病, 志不得伸", "新停" = "刚刚停止. 重阳登高, 按惯例应当喝酒. 可杜甫晚年因肺病戒酒, 所以说'新停'" } + +["短歌行"] +note = [] +content = "短歌行/" +translation = "短歌行" +keyword_note = {} + +["对酒当歌, 人生几何!"] +note = ['开篇抒发人生短暂的感慨'] +content = "对酒/当歌/, 人生/几何!/" +translation = "一边喝着酒, 一边唱着歌, 人生的岁月有多少. " +keyword_note = { "对酒" = "面对着酒", "当歌" = "应当唱歌", "几何" = "多少 (指岁月) " } + +["譬如朝露, 去日苦多."] +note = [] +content = "譬如/朝露/, 去日/苦多./" +translation = "好比晨露转瞬即逝, 已经逝去的时光实在太多! " +keyword_note = { "譬如" = "比如, 好比", "朝露" = "早晨的露水", "去日" = "逝去的日子", "苦多" = "实在太多" } + +["慨当以慷, 忧思难忘."] +note = [] +content = "慨当/以慷/, 忧思/难忘./" +translation = "宴会上的歌声激昂慷慨, 心中的忧愁却难以遗忘. " +keyword_note = { "慨当以慷" = "慷慨激昂", "忧思" = "忧愁思绪", "难忘" = "难以忘怀" } + +["何以解忧? 唯有杜康."] +note = ['杜康代指酒, 用具体代抽象'] +content = "何以/解忧/? 唯有/杜康./" +translation = "靠什么来排解忧闷? 唯有豪饮美酒. " +keyword_note = { "何以" = "用什么", "解忧" = "解除忧愁", "杜康" = "传说中造酒的人, 代指酒" } + +["青青子衿, 悠悠我心."] +note = ['化用《诗经》诗句, 表达对贤才的思慕'] +content = "青青/子衿/, 悠悠/我心./" +translation = "有学识的才子们啊, 你们令我朝夕思慕. " +keyword_note = { "子衿" = "读书人的衣领", "青青" = "青色的", "悠悠" = "长久的思念" } + +["但为君故, 沉吟至今."] +note = [] +content = "但为/君故/, 沉吟/至今./" +translation = "只是因为你们的缘故, 让我沉痛吟诵至今. " +keyword_note = { "但为" = "只因为", "君" = "您, 指贤才", "沉吟" = "深沉地吟诵" } + +["呦呦鹿鸣, 食野之苹."] +note = ['再次化用《诗经》, 表达礼遇贤才的诚意'] +content = "呦呦/鹿鸣/, 食野/之苹./" +translation = "阳光下鹿群呦呦欢鸣, 在原野吃着艾蒿. " +keyword_note = { "呦呦" = "鹿鸣声", "食野" = "在野外吃草", "苹" = "艾蒿" } + +["我有嘉宾, 鼓瑟吹笙."] +note = [] +content = "我有/嘉宾/, 鼓瑟/吹笙./" +translation = "一旦四方贤才光临舍下, 我将奏瑟吹笙宴请嘉宾. " +keyword_note = { "嘉宾" = "尊贵的客人", "鼓瑟" = "弹奏瑟", "吹笙" = "吹奏笙" } + +["明明如月, 何时可掇?"] +note = ['以明月喻贤才, 表达求贤若渴的心情'] +content = "明明/如月/, 何时/可掇?/" +translation = "高悬夜空的明月哟, 什么时候可以摘取呢? " +keyword_note = { "明明" = "明亮", "如月" = "像月亮", "可掇" = "可以摘取" } + +["忧从中来, 不可断绝."] +note = [] +content = "忧从/中来/, 不可/断绝./" +translation = "心中深深的忧思, 喷涌而出不能停止. " +keyword_note = { "忧" = "忧愁", "中" = "心中", "断绝" = "停止" } + +["越陌度阡, 枉用相存."] +note = [] +content = "越陌/度阡/, 枉用/相存./" +translation = "远方宾客穿越纵横交错的小路, 屈驾前来探望我. " +keyword_note = { "越陌度阡" = "穿过纵横小路", "枉用" = "屈驾", "相存" = "探望我" } + +["契阔谈讌, 心念旧恩."] +note = [] +content = "契阔/谈讌/, 心念/旧恩./" +translation = "久别重逢谈心宴饮, 重温那往日的恩情. " +keyword_note = { "契阔" = "久别", "谈讌" = "谈心宴饮", "旧恩" = "往日的情谊" } + +["月明星稀, 乌鹊南飞."] +note = ['以乌鹊南飞喻贤才寻找明主'] +content = "月明/星稀/, 乌鹊/南飞./" +translation = "月光明亮星光稀疏, 一群寻巢的喜鹊向南飞去. " +keyword_note = { "月明" = "月光明亮", "星稀" = "星星稀少", "乌鹊" = "乌鸦喜鹊" } + +["绕树三匝, 何枝可依?"] +note = [] +content = "绕树/三匝/, 何枝/可依?/" +translation = "环绕着树反复盘旋, 哪里才有它们栖身之处? " +keyword_note = { "绕树" = "绕着树飞", "三匝" = "三圈", "何枝" = "哪个树枝", "可依" = "可以依靠" } + +["山不厌高, 海不厌深."] +note = ['以山海为喻, 表达广纳贤才的胸怀'] +content = "山不/厌高/, 海不/厌深./" +translation = "高山不辞土石才见巍峨, 大海不弃涓流才见壮阔. " +keyword_note = { "厌" = "满足", "山不厌高" = "山不嫌高", "海不厌深" = "海不嫌深" } + +["周公吐哺, 天下归心."] +note = ['用周公典故, 表明自己礼贤下士的决心'] +content = "周公/吐哺/, 天下/归心./" +translation = "我愿如周公一般礼贤下士, 愿天下的英杰都真心归顺于我. " +keyword_note = { "周公" = "周文王之子", "吐哺" = "吐出食物 (接待贤士) ", "归心" = "真心归顺" } + +["石钟山记"] +note = [] +content = "石钟山记/" +translation = "石钟山记" +keyword_note = {} + +['《水经》云:"彭蠡之口有石钟山焉"'] +note = [] +content = '《水经》/云:/"彭蠡/之口/有/石钟山/焉/"/' +translation = "《水经》中说: '鄱阳湖的湖口有一座石钟山在那里. '" +keyword_note = { "彭蠡" = "鄱阳湖的又一名称", "焉" = "兼词, 相当于'于此', 在那里" } + +["郦元以为下临深潭, 微风鼓浪, 水石相搏, 声如洪钟"] +note = [] +content = "郦元/以为/下临/深潭/, 微风/鼓浪/, 水石/相搏/, 声如/洪钟/" +translation = "郦道元认为石钟山下面靠近深潭, 微风振动波浪, 水和石头互相拍打, 发出的声音好像大钟一般. " +keyword_note = { "郦元" = "即郦道元, 《水经注》的作者", "鼓" = "振动", "搏" = "击, 拍", "洪钟" = "大钟" } + +["是说也, 人常疑之"] +note = [] +content = "是/说/也/, 人/常/疑之/" +translation = "这个说法, 人们常常怀疑它. " +keyword_note = { "是说" = "这个说法", "疑之" = "怀疑它" } + +["今以钟磬置水中, 虽大风浪不能鸣也, 而况石乎"] +note = [] +content = "今/以/钟磬/置/水中/, 虽/大风浪/不能/鸣/也/, 而况/石乎/" +translation = "现在如果把钟磬放在水中, 即使大风大浪也不能使它发出声响, 何况是石头呢! " +keyword_note = { "磬" = "古代打击乐器, 形状像曲尺, 用玉或石制成", "鸣" = "使...鸣响 (使动用法) " } + +["至唐李渤始访其遗踪, 得双石于潭上"] +note = [] +content = "至/唐/李渤/始/访/其/遗踪/, 得/双石/于/潭上/" +translation = "到了唐代李渤才访求石钟山的旧址. 在深潭边找到两块山石. " +keyword_note = { "李渤" = "唐朝洛阳人, 写过一篇《辨石钟山记》", "遗踪" = "旧址, 陈迹. 这里指所在地" } + +["扣而聆之, 南声函胡, 北音清越, 桴止响腾, 余韵徐歇"] +note = [] +content = "扣/而/聆之/, 南声/函胡/, 北音/清越/, 桴止/响腾/, 余韵/徐歇/" +translation = "敲击它们, 聆听它们的声音, 南边那座山石的声音重浊而模糊, 北边那座山石的声音清脆而响亮, 鼓槌停止了敲击, 声音还在传播, 余音慢慢地消失. " +keyword_note = { "函胡" = "通'含糊', 重浊而模糊", "清越" = "清脆而响亮", "桴" = "鼓槌", "响腾" = "声音传播", "余韵" = "余音", "徐歇" = "慢慢消失" } + +["自以为得之矣"] +note = [] +content = "自以为/得之/矣/" +translation = "他自己认为找到了这个石钟山命名的原因. " +keyword_note = { "得之" = "找到了这个 (原因) " } + +["然是说也, 余尤疑之"] +note = [] +content = "然/是/说/也/, 余/尤/疑之/" +translation = "但是这个说法, 我更加怀疑. " +keyword_note = { "尤" = "更加" } + +["石之铿然有声者, 所在皆是也"] +note = [] +content = "石之/铿然/有声/者/, 所在/皆是/也/" +translation = "敲击后能发出声响的石头, 到处都是这样. " +keyword_note = { "铿然" = "敲击金石所发出的响亮的声音", "所在皆是" = "到处都 (是) 这样" } + +["而此独以钟名, 何哉"] +note = [] +content = "而/此/独/以/钟/名/, 何哉/" +translation = "可唯独这座山用钟来命名, 这是为什么呢? " +keyword_note = { "名" = "命名, 取名 (名词作动词) " } + +["元丰七年六月丁丑, 余自齐安舟行适临汝"] +note = [] +content = "元丰/七年/六月/丁丑/, 余/自/齐安/舟行/适/临汝/" +translation = "元丰七年六月丁丑日, 我从齐安坐船到临汝去. " +keyword_note = { "元丰" = "宋神宗的年号", "六月丁丑" = "农历六月初九", "齐安" = "在今湖北黄州", "舟行" = "乘船行走 (名词作状语) ", "适" = "往" } + +["而长子迈将赴饶之德兴尉, 送之至湖口"] +note = [] +content = "而/长子/迈/将/赴/饶之/德兴/尉/, 送之/至/湖口/" +translation = "大儿子苏迈将要去就任饶州德兴县的县尉, 我送他到湖口. " +keyword_note = { "赴" = "赴任、就职", "湖口" = "今江西湖口" } + +["因得观所谓石钟者"] +note = [] +content = "因/得/观/所谓/石钟者/" +translation = "因而能够观察这座称为'石钟'的山. " +keyword_note = { "因" = "因而", "得" = "能够" } + +["寺僧使小童持斧, 于乱石间择其一二扣之, 硿硿焉"] +note = [] +content = "寺僧/使/小童/持斧/, 于/乱石间/择其/一二/扣之/, 硿硿/焉/" +translation = "庙里的和尚叫小孩拿着斧头, 在乱石中间选一两处敲打它, 硿硿地发出的响声. " +keyword_note = { "硿硿焉" = "硿硿地 (发出响声) . 焉, 相当于'然'" } + +["余固笑而不信也"] +note = [] +content = "余/固/笑/而/不信/也/" +translation = "我本来就觉得可笑, 并不相信. " +keyword_note = { "固" = "本来" } + +["至暮夜月明, 独与迈乘小舟, 至绝壁下"] +note = [] +content = "至/暮夜/月明/, 独/与/迈/乘/小舟/, 至/绝壁/下/" +translation = "到了晚上, 月光明亮, 我独自和苏迈坐着小船来到绝壁下面. " +keyword_note = { "暮夜" = "晚上", "独" = "独自" } + +["大石侧立千尺, 如猛兽奇鬼, 森然欲搏人"] +note = [] +content = "大石/侧立/千尺/, 如/猛兽/奇鬼/, 森然/欲/搏人/" +translation = "巨大的山石在旁边耸立着, 高达千尺, 好像凶猛的野兽和奇异的鬼怪, 阴森森地要向人扑过来. " +keyword_note = { "侧立" = "在旁边耸立 (名词作状语) ", "森然" = "阴森森的样子", "搏人" = "扑向人" } + +["而山上栖鹘, 闻人声亦惊起, 磔磔云霄间"] +note = [] +content = "而/山上/栖鹘/, 闻/人声/亦/惊起/, 磔磔/云霄间/" +translation = "山上宿巢的老鹰听到人声, 也受惊飞起来, 在云霄中磔磔地鸣叫. " +keyword_note = { "栖鹘" = "宿巢的老鹰. 鹘, 鹰的一种", "磔磔" = "鸟鸣声" } + +["又有若老人咳且笑于山谷中者, 或曰此鹳鹤也"] +note = [] +content = "又有/若/老人/咳/且/笑/于/山谷中/者/, 或曰/此/鹳鹤/也/" +translation = "又有像老人在山谷中边咳边笑的声音, 有人说这是鹳鹤. " +keyword_note = { "鹳鹤" = "水鸟名, 似鹤而顶不红, 颈和嘴都比鹤长" } + +["余方心动欲还, 而大声发于水上"] +note = [] +content = "余/方/心动/欲还/, 而/大声/发/于/水上/" +translation = "我正心惊想要回去, 忽然巨大的声音从水上发出. " +keyword_note = { "方" = "正", "心动" = "内心惊恐", "欲还" = "想要回去" } + +["噌吰如钟鼓不绝"] +note = [] +content = "噌吰/如/钟鼓/不绝/" +translation = "噌地响着像钟鼓的声音连续不断. " +keyword_note = { "噌吰" = "形容钟声洪亮" } + +["舟人大恐"] +note = [] +content = "舟人/大恐/" +translation = "船夫非常害怕. " +keyword_note = { "舟人" = "船夫" } + +["徐而察之, 则山下皆石穴罅"] +note = [] +content = "徐/而/察之/, 则/山下/皆/石穴/罅/" +translation = "我慢慢地观察, 原来山脚下都是石头的洞穴和裂缝. " +keyword_note = { "徐" = "慢慢地", "察" = "观察", "罅" = "裂缝" } + +["不知其浅深, 微波入焉, 涵澹澎湃而为此也"] +note = [] +content = "不知/其/浅深/, 微波/入焉/, 涵澹/澎湃/而/为此/也/" +translation = "不知它们的深浅, 微微的水波涌进洞穴和裂缝, 激荡撞击便产生这样的声音. " +keyword_note = { "浅深" = "深度 (形容词作名词) ", "涵澹澎湃" = "波浪激荡", "为此" = "形成这种声音" } + +["舟回至两山间, 将入港口, 有大石当中流"] +note = [] +content = "舟/回/至/两山间/, 将/入/港口/, 有/大石/当/中流/" +translation = "船绕到两山之间, 将要进入港口, 有块大石头挡在水流的中央. " +keyword_note = { "中流" = "水流的中心" } + +["可坐百人, 空中而多窍"] +note = [] +content = "可/坐/百人/, 空中/而/多窍/" +translation = "上面可坐百来个人, 中间是空的, 而且有许多窟窿. " +keyword_note = { "空中" = "中间是空的", "窍" = "窟窿" } + +["与风水相吞吐, 有窾坎镗鞳之声"] +note = [] +content = "与/风水/相/吞吐/, 有/窾坎/镗鞳/之/声/" +translation = "把风浪吞进去又吐出来, 发出窾坎镗鞳的声音. " +keyword_note = { "窾坎镗鞳" = "击物声和钟鼓声" } + +["与向之噌吰者相应, 如乐作焉"] +note = [] +content = "与/向之/噌吰者/相应/, 如/乐作/焉/" +translation = "同先前噌吰的声音相互应和, 好像音乐演奏. " +keyword_note = { "向" = "先前", "相应" = "相互应和", "乐作" = "音乐演奏" } + +['因笑谓迈曰:"汝识之乎"'] +note = [] +content = '因/笑/谓/迈/曰:/"汝/识之/乎/"/' +translation = "我于是笑着对苏迈说: '你知道吗? '" +keyword_note = { "因" = "于是", "识" = "知道" } + +["噌吰者, 周景王之无射也"] +note = [] +content = "噌吰/者/, 周景王/之/无射/也/" +translation = "那噌吰的响声, 是周景王无射钟的声音. " +keyword_note = { "无射" = "周景王所铸钟名" } + +["窾坎镗鞳者, 魏庄子之歌钟也"] +note = [] +content = "窾坎/镗鞳/者/, 魏庄子/之/歌钟/也/" +translation = "窾坎镗鞳的响声, 是魏庄子歌钟的声音. " +keyword_note = { "歌钟" = "古乐器" } + +["古之人不余欺也"] +note = [] +content = "古之/人/不余欺/也/" +translation = "古人没有欺骗我啊! " +keyword_note = { "不余欺" = "不欺余 (宾语前置) " } + +["事不目见耳闻, 而臆断其有无, 可乎"] +note = [] +content = "事/不/目见/耳闻/, 而/臆断/其/有无/, 可乎/" +translation = "凡事不亲眼看到亲耳听到, 却根据主观猜测去来判断它的有或没有, 可以吗? " +keyword_note = { "目见" = "用眼睛看 (名词作状语) ", "耳闻" = "用耳朵听 (名词作状语) ", "臆断" = "根据主观猜测来判断" } + +["郦元之所见闻殆与余同, 而言之不详"] +note = [] +content = "郦元/之/所见闻/殆/与/余/同/, 而/言/之/不详/" +translation = "郦道元见到和听到的, 大概和我一样, 但是说得不详细. " +keyword_note = { "殆" = "大概" } + +["士大夫终不肯以小舟夜泊绝壁之下"] +note = [] +content = "士大夫/终/不肯/以/小舟/夜泊/绝壁/之下/" +translation = "士大夫终究不愿夜晚乘着小船停靠在悬崖绝壁下面. " +keyword_note = { "终" = "终究", "夜泊" = "在夜晚停泊 (名词作状语) " } + +["故莫能知"] +note = [] +content = "故/莫/能知/" +translation = "所以不能知道真相. " +keyword_note = { "莫" = "没有人" } + +["而渔工水师虽知而不能言"] +note = [] +content = "而/渔工/水师/虽/知/而/不能/言/" +translation = "而渔人和船工, 虽然知道却又不能用文字表达、记载. " +keyword_note = { "渔工水师" = "渔人和船工", "言" = "用文字表述、记载" } + +["此世所以不传也"] +note = [] +content = "此/世/所以/不传/也/" +translation = "这就是世上没有流传下来 (石钟山得名由来) 的缘故. " +keyword_note = { "所以" = "...的缘故" } + +["而陋者乃以斧斤考击而求之"] +note = [] +content = "而/陋者/乃/以/斧斤/考击/而/求之/" +translation = "而浅陋的人用斧头敲打石头的办法来寻求 (石钟山得名的) 原因. " +keyword_note = { "陋者" = "浅陋的人", "斧斤" = "斧头", "考击" = "敲击" } + +["自以为得其实"] +note = [] +content = "自以为/得/其实/" +translation = "自以为得到了事情的真相. " +keyword_note = { "其实" = "那事情的真相" } + +["余是以记之"] +note = [] +content = "余/是以/记之/" +translation = "我因此记下以上的经过. " +keyword_note = { "是以" = "以是, 因此 (宾语前置) " } + +["盖叹郦元之简, 而笑李渤之陋也"] +note = [] +content = "盖/叹/郦元/之/简/, 而/笑/李渤/之/陋/也/" +translation = "是因为叹惜郦道元的解释过于简略, 也嘲笑李渤的解释太浅陋了. " +keyword_note = { "盖" = "表原因", "叹" = "叹惜", "简" = "简略", "笑" = "嘲笑", "陋" = "浅陋" } + +["离骚"] +note = [] +content = "离骚/" +translation = "离骚" +keyword_note = {} + +["帝高阳之苗裔兮, 朕皇考曰伯庸."] +note = ['高阳: 传说中的古代帝王颛顼', '朕: 我', '皇考: 对已故父亲的美称'] +content = "帝/高阳/之/苗裔/兮/, 朕/皇考/曰/伯庸./" +translation = "我是古帝高阳氏的子孙, 我已去世的父亲字伯庸" +keyword_note = { "高阳" = "颛顼帝", "苗裔" = "远代子孙", "朕" = "我", "皇考" = "对已故父亲的美称" } + +["摄提贞于孟陬兮, 惟庚寅吾以降."] +note = ["摄提: 即'摄提格', 寅年的别称", '孟陬: 孟春正月, 是寅月'] +content = "摄提/贞/于/孟陬/兮/, 惟/庚寅/吾/以/降./" +translation = "摄提那年正当孟陬啊, 就在庚寅那天我降生" +keyword_note = { "摄提" = "寅年的别称", "贞" = "当、正当", "孟陬" = "孟春正月", "降" = "降生" } + +["皇览揆余初度兮, 肇锡余以嘉名."] +note = ["皇: '皇考'的简称", '览揆: 观察衡量'] +content = "皇/览/揆/余/初度/兮/, 肇/锡/余/以/嘉名./" +translation = "父亲仔细揣度我的生辰, 于是赐予我贞祥的美名" +keyword_note = { "皇" = "皇考的简称", "览揆" = "观察衡量", "初度" = "出生时的情况", "肇" = "开始", "锡" = "赐给", "嘉名" = "美名" } + +["名余曰正则兮, 字余曰灵均."] +note = [] +content = "名/余/曰/正则/兮/, 字/余/曰/灵均./" +translation = "父亲把我的名取为正则, 同时把我的字叫作灵均" +keyword_note = { "正则" = "屈原的名", "灵均" = "屈原的字" } + +["纷吾既有此内美兮, 又重之以修能."] +note = ['修能: 美好的容态, 一说指优秀的才能'] +content = "纷/吾/既/有/此/内美/兮/, 又/重之/以/修能./" +translation = "天赋给我很多良好素质, 我不断加强自己的修养" +keyword_note = { "纷" = "盛多", "内美" = "内在的美好品质", "重" = "加", "修能" = "美好的容态" } + +["扈江离与辟芷兮, 纫秋兰以为佩."] +note = ['扈: 楚地方言, 披', '辟芷: 生于幽僻之处的白芷'] +content = "扈/江离/与/辟芷/兮/, 纫/秋兰/以为/佩./" +translation = "我把江离芷草披在肩上, 把秋兰结成索佩挂身旁" +keyword_note = { "扈" = "披", "江离" = "一种香草", "辟芷" = "幽僻处的白芷", "纫" = "连缀", "秋兰" = "秋天的兰花" } + +["汩余若将不及兮, 恐年岁之不吾与."] +note = ['汩: 水流很快的样子, 比喻时间过得飞快'] +content = "汩/余/若将/不及/兮/, 恐/年岁/之/不吾与./" +translation = "光阴似箭我好像跟不上, 岁月不等待人令我心慌" +keyword_note = { "汩" = "水流很快的样子", "不吾与" = "不等待我" } + +["朝搴阰之木兰兮, 夕揽洲之宿莽."] +note = ['搴: 拔取', '宿莽: 一种香草'] +content = "朝/搴/阰/之/木兰/兮/, 夕/揽/洲/之/宿莽./" +translation = "早晨我在大坡采集木兰, 傍晚在小洲中摘取宿莽" +keyword_note = { "朝搴" = "早晨采集", "夕揽" = "傍晚摘取", "木兰" = "一种香木", "宿莽" = "一种香草" } + +["日月忽其不淹兮, 春与秋其代序."] +note = [] +content = "日月/忽/其/不淹/兮/, 春/与/秋/其/代序./" +translation = "时光迅速逝去不能久留, 四季更相代谢变化有常" +keyword_note = { "忽" = "迅速", "淹" = "久留", "代序" = "时序更替" } + +["惟草木之零落兮, 恐美人之迟暮."] +note = ['美人: 代指有才德、有作为的人'] +content = "惟/草木/之/零落/兮/, 恐/美人/之/迟暮./" +translation = "我想到草木已由盛到衰, 恐怕自己身体逐渐衰老" +keyword_note = { "惟" = "想到", "零落" = "凋零", "美人" = "有才德的人", "迟暮" = "衰老" } + +["不抚壮而弃秽兮, 何不改此度?"] +note = [] +content = "不/抚壮/而/弃秽/兮/, 何/不/改/此/度?/" +translation = "何不利用盛时扬弃秽政, 为何还不改变这些法度" +keyword_note = { "抚壮" = "把握壮年", "弃秽" = "抛弃污秽", "度" = "法度" } + +["乘骐骥以驰骋兮, 来吾道夫先路!"] +note = [] +content = "乘/骐骥/以/驰骋/兮/, 来/吾/道/夫/先路!/" +translation = "乘上千里马纵横驰骋吧, 来呀, 我在前引导开路" +keyword_note = { "骐骥" = "千里马", "道" = "同'导', 引导", "先路" = "前驱" } + +["长太息以掩涕兮, 哀民生之多艰."] +note = ['太息: 叹息', '掩涕: 掩面而泣'] +content = "长/太息/以/掩涕/兮/, 哀/民生/之/多艰./" +translation = "长长地叹息而掩面拭泪, 哀叹人生道路多么艰难" +keyword_note = { "太息" = "叹息", "掩涕" = "掩面拭泪", "民生" = "人生", "多艰" = "多艰难" } + +["余虽好修姱以鞿羁兮, 謇朝谇而夕替."] +note = ['修姱: 美好', '鞿羁: 束缚、约束'] +content = "余/虽/好/修姱/以/鞿羁/兮/, 謇/朝谇/而/夕替./" +translation = "我虽爱好修洁严于责己, 早晨直言进谏晚上就被罢免" +keyword_note = { "修姱" = "美好", "鞿羁" = "束缚", "謇" = "助词无实义", "朝谇" = "早上进谏", "夕替" = "晚上被罢免" } + +["既替余以蕙纕兮, 又申之以揽茝."] +note = ['蕙纕: 用香蕙作的佩带'] +content = "既/替/余/以/蕙纕/兮/, 又/申之/以/揽茝./" +translation = "他们攻击我佩带蕙草啊, 又指责我爱好采集茝兰" +keyword_note = { "替" = "贬黜", "蕙纕" = "香蕙佩带", "申" = "加上", "揽茝" = "采摘白芷" } + +["亦余心之所善兮, 虽九死其犹未悔."] +note = [] +content = "亦/余心/之/所善/兮/, 虽/九死/其/犹未悔./" +translation = "我真心爱好修身洁行, 即使死多次也不会后悔" +keyword_note = { "所善" = "所爱好的", "九死" = "死多次", "未悔" = "不后悔" } + +["怨灵修之浩荡兮, 终不察夫民心."] +note = ['灵修: 指楚怀王', '浩荡: 荒唐'] +content = "怨/灵修/之/浩荡/兮/, 终/不察/夫/民心./" +translation = "怨就怨楚王这样糊涂啊, 他始终不体察别人心情" +keyword_note = { "灵修" = "楚怀王", "浩荡" = "荒唐", "民心" = "人心" } + +["众女嫉余之蛾眉兮, 谣诼谓余以善淫."] +note = ['众女: 喻指小人', '蛾眉: 喻指美好的品德'] +content = "众女/嫉/余/之/蛾眉/兮/, 谣诼/谓/余/以/善淫./" +translation = "那些小人妒忌我的丰姿, 造谣诬蔑说我妖艳好淫" +keyword_note = { "众女" = "小人", "蛾眉" = "美好品德", "谣诼" = "毁谤", "善淫" = "好做淫邪之事" } + +["固时俗之工巧兮, 偭规矩而改错."] +note = [] +content = "固/时俗/之/工巧/兮/, 偭/规矩/而/改错./" +translation = "庸人本来善于投机取巧, 背弃规矩而又改变政策" +keyword_note = { "时俗" = "世俗", "工巧" = "善于取巧", "偭" = "违背", "规矩" = "规则", "改错" = "改变措施" } + +["背绳墨以追曲兮, 竞周容以为度."] +note = ['绳墨: 木匠画直线用的工具, 喻指准绳'] +content = "背/绳墨/以/追曲/兮/, 竞/周容/以/为度./" +translation = "违背是非标准追求邪曲, 争着苟合取悦作为法则" +keyword_note = { "绳墨" = "准绳", "追曲" = "追随邪佞", "周容" = "迎合讨好", "度" = "法度" } + +["忳郁邑余侘傺兮, 吾独穷困乎此时也."] +note = ['忳郁邑: 忧愁烦闷', '侘傺: 失意的样子'] +content = "忳/郁邑/余/侘傺/兮/, 吾/独/穷困/乎/此时/也./" +translation = "忧愁烦闷啊我失意不安, 现在孤独穷困多么艰难" +keyword_note = { "忳郁邑" = "忧愁烦闷", "侘傺" = "失意", "穷困" = "走投无路" } + +["宁溘死以流亡兮, 余不忍为此态也!"] +note = ['溘: 突然', '此态: 指迎合讨好他人的丑态'] +content = "宁/溘死/以/流亡/兮/, 余/不忍/为/此态/也!/" +translation = "宁可马上死去魂魄离散, 媚俗取巧啊我坚决不干" +keyword_note = { "溘死" = "突然死去", "流亡" = "随流水消逝", "此态" = "丑态" } + +["鸷鸟之不群兮, 自前世而固然."] +note = ['鸷鸟: 凶猛的鸟, 指鹰、雕等'] +content = "鸷鸟/之/不群/兮/, 自/前世/而/固然./" +translation = "雄鹰不与那些燕雀同群, 原本自古以来就是这般" +keyword_note = { "鸷鸟" = "猛禽", "不群" = "不与凡鸟同群", "固然" = "本来如此" } + +["何方圜之能周兮, 夫孰异道而相安?"] +note = ['方圜: 方枘和圆凿'] +content = "何/方圜/之/能周/兮/, 夫/孰/异道/而/相安?/" +translation = "哪有方枘和圆凿能够相合, 哪有道不同却能够相互安处的" +keyword_note = { "方圜" = "方枘圆凿", "周" = "相合", "异道" = "不同道路", "相安" = "相互安处" } + +["屈心而抑志兮, 忍尤而攘诟."] +note = ['尤: 责备', '攘: 容忍', '诟: 辱骂'] +content = "屈心/而/抑志/兮/, 忍/尤/而/攘诟./" +translation = "宁愿委曲心志压抑情感, 宁把斥责咒骂统统承担" +keyword_note = { "屈心" = "委屈心志", "抑志" = "压抑情感", "忍尤" = "忍受责备", "攘诟" = "容忍辱骂" } + +["伏清白以死直兮, 固前圣之所厚."] +note = ["伏: 同'服', 保持"] +content = "伏/清白/以/死直/兮/, 固/前圣/之/所厚./" +translation = "保持清白节操死于直道, 这本为古代圣贤所称赞" +keyword_note = { "伏" = "保持", "死直" = "死于直道", "前圣" = "古代圣贤", "所厚" = "所推崇" } + +["悔相道之不察兮, 延伫乎吾将反."] +note = ['相: 观察', '延伫: 久立'] +content = "悔/相道/之/不察/兮/, 延伫/乎/吾/将反./" +translation = "后悔选择道路时没有看清, 我久久伫立而想返回" +keyword_note = { "相道" = "观察道路", "不察" = "没有看清", "延伫" = "久立", "将反" = "想返回" } + +["回朕车以复路兮, 及行迷之未远."] +note = [] +content = "回/朕车/以/复路/兮/, 及/行迷/之/未远./" +translation = "掉转我的车子返回原路, 趁着迷路还不算远的时候" +keyword_note = { "回" = "掉转", "复路" = "回原路", "及" = "趁着", "行迷" = "走入迷途" } + +["步余马于兰皋兮, 驰椒丘且焉止息."] +note = ['步: 缓行', '皋: 水边地'] +content = "步/余马/于/兰皋/兮/, 驰/椒丘/且/焉/止息./" +translation = "让我的马缓缓走在长着兰草的水边, 驱马疾行到长着椒树的山冈暂且在那里休息" +keyword_note = { "步" = "缓行", "兰皋" = "长兰草的水边", "驰" = "疾行", "椒丘" = "长椒树的山冈", "止息" = "休息" } + +["进不入以离尤兮, 退将复修吾初服."] +note = ['不入: 不被容纳', '初服: 出仕前的服饰, 比喻原先的志向'] +content = "进/不入/以/离尤/兮/, 退/将/复修/吾/初服./" +translation = "到朝廷做官不被接纳而又遭受指责, 退下来重新整理我当初的衣服" +keyword_note = { "不入" = "不被容纳", "离尤" = "遭受指责", "复修" = "重新整理", "初服" = "原先的志向" } + +["制芰荷以为衣兮, 集芙蓉以为裳."] +note = ['芰荷: 菱叶与荷叶'] +content = "制/芰荷/以/为衣/兮/, 集/芙蓉/以/为裳./" +translation = "我要把菱叶裁剪成上衣, 我并用荷花把下裳织就" +keyword_note = { "制" = "裁剪", "芰荷" = "菱叶荷叶", "集" = "收集", "芙蓉" = "荷花" } + +["不吾知其亦已兮, 苟余情其信芳."] +note = [] +content = "不/吾知/其/亦已/兮/, 苟/余情/其/信芳./" +translation = "没有人了解我也就罢了, 只要内心真正馥郁芳柔" +keyword_note = { "不吾知" = "不了解我", "亦已" = "也就算了", "苟" = "只要", "信芳" = "确实美好" } + +["高余冠之岌岌兮, 长余佩之陆离."] +note = ['岌岌: 高耸的样子', '陆离: 修长的样子'] +content = "高/余冠/之/岌岌/兮/, 长/余佩/之/陆离./" +translation = "把我的帽子加得高高的, 把我的佩带增得长悠悠" +keyword_note = { "高" = "加高", "岌岌" = "高耸", "长" = "加长", "陆离" = "修长" } + +["芳与泽其杂糅兮, 唯昭质其犹亏."] +note = ['昭质: 光明纯洁的本质'] +content = "芳/与/泽/其/杂糅/兮/, 唯/昭质/其/犹亏./" +translation = "虽然芳洁污垢混杂一起, 只有纯洁品质不会腐朽" +keyword_note = { "芳" = "芳香", "泽" = "润泽", "杂糅" = "混杂", "昭质" = "光明纯洁的本质", "亏" = "减损" } + +["忽反顾以游目兮, 将往观乎四荒."] +note = ['游目: 放眼观看'] +content = "忽/反顾/以/游目/兮/, 将/往观/乎/四荒./" +translation = "我忽然回头啊纵目远望, 我将游观四面遥远地方" +keyword_note = { "反顾" = "回头", "游目" = "纵目远望", "往观" = "去观看", "四荒" = "四方遥远之地" } + +["佩缤纷其繁饰兮, 芳菲菲其弥章."] +note = ['菲菲: 香气浓烈', "章: 同'彰'"] +content = "佩/缤纷/其/繁饰/兮/, 芳/菲菲/其/弥章./" +translation = "佩着五彩缤纷华丽装饰, 散发出一阵阵浓郁清香" +keyword_note = { "缤纷" = "五彩缤纷", "繁饰" = "华丽装饰", "菲菲" = "香气浓烈", "弥章" = "更加显著" } + +["民生各有所乐兮, 余独好修以为常."] +note = [] +content = "民生/各/有/所乐/兮/, 余/独/好修/以/为常./" +translation = "人们各有自己的爱好啊, 我独爱好修饰习以为常" +keyword_note = { "民生" = "人生", "所乐" = "所爱好的", "好修" = "爱好修饰", "为常" = "习以为常" } + +["虽体解吾犹未变兮, 岂余心之可惩?"] +note = ['惩: 因受创而戒止'] +content = "虽/体解/吾/犹未变/兮/, 岂/余心/之/可惩?/" +translation = "即使粉身碎骨也不改变, 难道我能受警戒而彷徨" +keyword_note = { "体解" = "肢解", "未变" = "不改变", "余心" = "我的心", "可惩" = "会因惩罚而停止" } + +["种树郭橐驼传"] +note = [] +content = "种树郭橐驼传/" +translation = "种树郭橐驼传" +keyword_note = {} + +["郭橐驼, 不知始何名."] +note = [] +content = "郭橐驼/, 不知/始/何名./" +translation = "郭橐驼, 不知道他起初叫什么名字. " +keyword_note = {} + +["病瘘, 隆然伏行, 有类橐驼者, 故乡人号之'驼'."] +note = [] +content = "病瘘/, 隆然/伏行/, 有类/橐驼者/, 故/乡人/号之/'驼'./" +translation = "他患了脊背弯曲的病, 脊背突起而弯腰行走, 就像骆驼一样, 所以乡里人称呼他叫'橐驼'. " +keyword_note = { "病瘘" = "患了脊背弯曲的病", "隆然" = "脊背突起的样子", "伏行" = "弯腰行走", "橐驼" = "骆驼" } + +["驼闻之, 曰:'甚善.名我固当.'"] +note = [] +content = "驼/闻之/, 曰:/'甚善./名我/固当.'/" +translation = "橐驼听说后, 说: '这个名字很好啊, 这样称呼我确实恰当. '" +keyword_note = { "固当" = "确实恰当" } + +["因舍其名, 亦自谓橐驼云."] +note = [] +content = "因/舍其名/, 亦/自谓/橐驼/云./" +translation = "于是他舍弃了他原来的名字, 也自称起'橐驼'来. " +keyword_note = {} + +["其乡曰丰乐乡, 在长安西."] +note = [] +content = "其乡/曰/丰乐乡/, 在/长安西./" +translation = "他的家乡叫丰乐乡, 在长安城西边. " +keyword_note = {} + +["驼业种树, 凡长安豪富人为观游及卖果者, 皆争迎取养."] +note = [] +content = "驼/业种树/, 凡/长安/豪富人/为观游/及/卖果者/, 皆/争迎取养./" +translation = "郭橐驼以种树为职业, 凡是长安城里的富豪人家, 从事园林游览和做水果买卖的人, 都争着迎接他, 雇佣他. " +keyword_note = { "业种树" = "以种树为职业", "观游" = "园林游览", "争迎取养" = "争着迎接雇佣" } + +["视驼所种树, 或移徙, 无不活, 且硕茂, 早实以蕃."] +note = [] +content = "视/驼/所种树/, 或/移徙/, 无不活/, 且/硕茂/, 早实/以蕃./" +translation = "观察橐驼种的树, 即使是移植来的, 也没有不成活的; 而且长得高大茂盛, 结果实早而且多. " +keyword_note = { "硕茂" = "高大茂盛", "早实以蕃" = "结果实早而且多" } + +["他植者虽窥伺效慕, 莫能如也."] +note = [] +content = "他植者/虽/窥伺效慕/, 莫能/如也./" +translation = "其他种树的人即使暗中观察, 羡慕效仿, 也没有谁能比得上. " +keyword_note = { "窥伺效慕" = "暗中观察羡慕效仿" } + +["有问之, 对曰:'橐驼非能使木寿且孳也, 能顺木之天, 以致其性焉尔.'"] +note = [] +content = "有问之/, 对曰:/'橐驼/非能/使木/寿且孳也/, 能/顺木之天/, 以/致其性/焉尔.'/" +translation = "有人问他种树种得好的原因, 他回答说: '橐驼我不是能够使树木活得长久而且长得很快, 只不过能够顺应树木的天性, 来实现其自身的习性罢了. '" +keyword_note = { "寿且孳" = "活得长久而且长得很快", "顺木之天" = "顺应树木的天性", "致其性" = "实现其习性" } + +["凡植木之性, 其本欲舒, 其培欲平, 其土欲故, 其筑欲密."] +note = [] +content = "凡/植木之性/, 其本/欲舒/, 其培/欲平/, 其土/欲故/, 其筑/欲密./" +translation = "但凡种树的方法, 它的树根要舒展, 它的培土要平匀, 它根下的土要用原来培育树苗的土, 它捣土要结实. " +keyword_note = { "本欲舒" = "树根要舒展", "培欲平" = "培土要平匀", "土欲故" = "用原来的土", "筑欲密" = "捣土要结实" } + +["既然已, 勿动勿虑, 去不复顾."] +note = [] +content = "既然已/, 勿动/勿虑/, 去/不复顾./" +translation = "已经这样做了, 就不要再动, 不要再忧虑它, 离开它不再回顾. " +keyword_note = {} + +["其莳也若子, 其置也若弃, 则其天者全而其性得矣."] +note = [] +content = "其莳也/若子/, 其置也/若弃/, 则/其天者全/而/其性得矣./" +translation = "栽种时要像对待孩子一样细心, 栽好后置于一旁要像抛弃了它们一样, 那么树木的天性就得以保全, 它的习性就得以实现. " +keyword_note = { "莳" = "栽种", "若子" = "像对待孩子一样", "若弃" = "像抛弃了一样" } + +["故吾不害其长而已, 非有能硕茂之也; 不抑耗其实而已, 非有能早而蕃之也."] +note = [] +content = "故/吾/不害其长/而已/, 非有能/硕茂之也/; 不抑耗/其实/而已/, 非有能/早而蕃之也./" +translation = "所以我只不过不妨害它的生长罢了, 并不是有能使它长得高大茂盛的办法; 只不过不抑制、减少它的结果罢了, 也并不是有能使它果实结得早又多的办法. " +keyword_note = { "不害其长" = "不妨害它的生长", "抑耗" = "抑制减少" } + +["他植者则不然, 根拳而土易, 其培之也, 若不过焉则不及."] +note = [] +content = "他植者/则不然/, 根拳/而/土易/, 其培之也/, 若/不过焉/则不及./" +translation = "别的种树人却不是这样, 树根拳曲又换了生土; 他培土的时候, 不是过紧就是太松. " +keyword_note = { "根拳" = "树根拳曲", "土易" = "换了生土" } + +["苟有能反是者, 则又爱之太恩, 忧之太勤, 旦视而暮抚, 已去而复顾,"] +note = [] +content = "苟/有能/反是者/, 则又/爱之太恩/, 忧之太勤/, 旦视/而/暮抚/, 已去/而/复顾,/" +translation = "如果有能够和这种做法相反的人, 就又太过于吝惜它们了, 在早晨去看了, 在晚上又去摸摸, 已经离开了, 又回头去看看. " +keyword_note = { "反是者" = "和这种做法相反的人", "爱之太恩" = "太过于吝惜它们", "忧之太勤" = "担心得太勤" } + +["甚者爪其肤以验其生枯, 摇其本以观其疏密, 而木之性日以离矣."] +note = [] +content = "甚者/爪其肤/以验/其生枯/, 摇其本/以观/其疏密/, 而/木之性/日以离矣./" +translation = "更严重的, 甚至掐破树皮来观察它是死是活着, 摇晃树干来看它是否栽结实了, 这样树木的天性就一天天远去了. " +keyword_note = { "爪其肤" = "掐破树皮", "验其生枯" = "观察它是死是活", "摇其本" = "摇晃树干", "日以离" = "一天天远去" } + +["虽曰爱之, 其实害之; 虽曰忧之, 其实仇之, 故不我若也."] +note = [] +content = "虽曰/爱之/, 其实/害之/; 虽曰/忧之/, 其实/仇之/, 故/不我若也./" +translation = "虽然说是喜爱它, 这实际上是害了它, 虽说是担心它, 这实际上是仇恨它. 所以他们都不如我. " +keyword_note = { "不我若" = "不如我" } + +["吾又何能为哉!"] +note = [] +content = "吾/又何能为哉!/" +translation = "我又能做什么呢? '" +keyword_note = {} + +["问者曰:'以子之道, 移之官理, 可乎?'"] +note = [] +content = "问者曰:/'以子之道/, 移之/官理/, 可乎?'/" +translation = "问的人说: '把你种树的方法, 转用到做官治民上, 可行吗? '" +keyword_note = { "官理" = "做官治民" } + +["驼曰:'我知种树而已, 官理, 非吾业也."] +note = [] +content = "驼曰:/'我知/种树/而已/, 官理/, 非吾业也./" +translation = "橐驼说: '我只知道种树罢了, 做官治民,不是我的职业. " +keyword_note = {} + +["然吾居乡, 见长人者好烦其令, 若甚怜焉, 而卒以祸.'"] +note = [] +content = "然/吾居乡/, 见/长人者/好烦其令/, 若/甚怜焉/, 而/卒以祸.'/" +translation = "但是我住在乡里, 看见那些官吏喜欢不断地发号施令, 好像是很怜爱(百姓)啊, 但百姓最终反因此受到祸害. '" +keyword_note = { "长人者" = "官吏", "好烦其令" = "喜欢不断地发号施令", "甚怜" = "很怜爱", "卒以祸" = "最终受到祸害" } + +["旦暮吏来而呼曰:'官命促尔耕, 勖尔植, 督尔获, 早缫而绪, 早织而缕, 字而幼孩, 遂而鸡豚.'"] +note = [] +content = "旦暮/吏来/而呼曰:/'官命/促尔耕/, 勖尔植/, 督尔获/, 早缫/而绪/, 早织/而缕/, 字/而幼孩/, 遂/而鸡豚.'/" +translation = "在早上在晚上那些小吏跑来大喊: '长官命令: 催促你们耕地, 勉励你们种植, 督促你们收获, 早些煮茧抽丝, 早些织你们的布, 养育你们的小孩, 喂大你们的鸡和猪. '" +keyword_note = { "促尔耕" = "催促你们耕地", "勖尔植" = "勉励你们种植", "督尔获" = "督促你们收获", "早缫而绪" = "早些煮茧抽丝", "早织而缕" = "早些织布", "字而幼孩" = "养育你们的小孩", "遂而鸡豚" = "喂大你们的鸡和猪" } + +["'鸣鼓而聚之, 击木而召之.'"] +note = [] +content = "'鸣鼓/而聚之/, 击木/而召之.'/" +translation = "'一会儿打鼓招聚大家, 一会儿鼓梆召集大家, '" +keyword_note = {} + +["吾小人辍飧饔以劳吏者, 且不得暇, 又何以蕃吾生而安吾性耶?"] +note = [] +content = "吾/小人/辍/飧饔/以劳吏者/, 且/不得暇/, 又/何以/蕃吾生/而/安吾性/耶?/" +translation = "我们这些小百姓停止吃早、晚饭去慰劳那些小吏尚且不得空暇, 又怎能使我们繁衍生息, 民心安定呢? " +keyword_note = { "小人" = "小百姓", "辍飧饔" = "停止吃早晚饭", "劳吏" = "慰劳官吏", "蕃吾生" = "使我们繁衍生息", "安吾性" = "使民心安定" } + +["故病且怠."] +note = [] +content = "故/病且怠./" +translation = "所以我们既困苦又疲乏," +keyword_note = { "病且怠" = "困苦又疲乏" } + +["若是, 则与吾业者其亦有类乎?'"] +note = [] +content = "若是/, 则/与吾业者/其/亦有类乎?'/" +translation = "像这样 (治民反而扰民) , 它与我种树的行当大概也有相似的地方吧? '" +keyword_note = {} + +["问者曰:'嘻, 不亦善夫!吾问养树, 得养人术.'"] +note = [] +content = "问者曰:/'嘻/, 不亦/善夫!/吾/问养树/, 得/养人术.'/" +translation = "问的人说: '不也是很好吗! 我问种树的方法, 得到了治民的方法. '" +keyword_note = { "养人术" = "治民的方法" } + +["传其事以为官戒."] +note = [] +content = "传其事/以为/官戒./" +translation = "我记录这件事把它作为官吏们的警戒. " +keyword_note = { "官戒" = "官吏们的警戒" } + +["答司马谏议书"] +note = [] +content = "答司马谏议书/" +translation = "答司马谏议书" +keyword_note = {} + +["某启: 昨日蒙教, 窃以为与君实游处相好之日久, 而议事每不合, 所操之术多异故也."] +note = ['某: 自称', '启: 写信说明事情', '君实: 司马光的字'] +content = "某/启: /昨日/蒙教/, 窃/以为/与/君实/游处/相好/之/日/久/, 而/议事/每/不合/, 所操之术/多异/故也./" +translation = "鄙人王安石请启: 昨天承蒙 (您来信) 指教, 我私下认为与君实您交往相好的日子很久了, 但是议论起政事来 (意见) 常常不一致, (这是因为我们) 所持的政治主张和方法大多不同的缘故啊" +keyword_note = { "蒙教" = "承蒙指教", "窃" = "私下, 谦词", "游处" = "同游共处, 即同事交往", "所操之术" = "所持的政治主张和方法" } + +["虽欲强聒, 终必不蒙见察, 故略上报, 不复一一自辨."] +note = ["辨通'辩', 辩解"] +content = "虽/欲/强聒/, 终/必/不蒙/见察/, 故/略/上报/, 不复/一一/自辨./" +translation = "虽然想要勉强劝说几句, 最终也必定不被您所谅解, 所以只简单地给您回信, 不再逐一替自己辩护" +keyword_note = { "强聒" = "硬在耳边啰嗦, 强作解说", "见察" = "被谅解", "上报" = "写回信", "自辨" = "自我辩护" } + +["重念蒙君实视遇厚, 于反覆不宜卤莽, 故今具道所以, 冀君实或见恕也."] +note = ["卤通'鲁', 粗鲁", "具通'俱', 详细"] +content = "重念/蒙/君实/视遇/厚/, 于/反覆/不宜/卤莽/, 故/今/具道/所以/, 冀/君实/或/见恕/也./" +translation = "后来又考虑到蒙您一向看重和厚待我, 在书信往来上不宜马虎草率, 所以我现在详细地说出我这样做的原因, 希望您看后或许能谅解我吧" +keyword_note = { "重念" = "再三想想", "视遇厚" = "看重", "反覆" = "书信往来", "具道" = "详细说明", "所以" = "原因", "冀" = "希望", "见恕" = "原谅我" } + +["盖儒者所争, 尤在于名实, 名实已明, 而天下之理得矣."] +note = [] +content = "盖/儒者/所争/, 尤/在/于/名实/, 名实/已明/, 而/天下/之/理/得/矣./" +translation = "读书人所争辩的, 尤其在于名气是否符合 (实际) , 名气符合实际后, 天下之间的道理就清晰了" +keyword_note = { "儒者" = "读书人", "名实" = "名义和实际" } + +["今君实所以见教者, 以为侵官、生事、征利、拒谏, 以致天下怨谤也."] +note = [] +content = "今/君实/所以/见教/者/, 以为/侵官/、生事/、征利/、拒谏/, 以/致/天下/怨谤/也./" +translation = "如今您来指教我的, 是认为我的做法侵犯了官吏们的职权, 惹是生非制造事端, 聚敛钱财与民争利, 拒不接受意见, 因此招致天下人的怨恨和指责" +keyword_note = { "见教" = "指教我", "侵官" = "侵犯官权", "生事" = "惹是生非", "征利" = "聚敛钱财", "拒谏" = "拒不接受意见", "怨谤" = "怨恨和指责" } + +["某则以谓受命于人主, 议法度而修之于朝廷, 以授之于有司, 不为侵官;"] +note = [] +content = "某/则/以谓/受命/于/人主/, 议/法度/而/修之/于/朝廷/, 以/授之/于/有司/, 不为/侵官;/" +translation = "我却认为从皇帝那里接受命令, 在朝堂上公开议订法令制度并在朝廷上修改, 把它交给有关部门官吏去执行, 这不属侵犯官权" +keyword_note = { "人主" = "皇帝", "法度" = "法令制度", "有司" = "有关部门官吏" } + +["举先王之政, 以兴利除弊, 不为生事; 为天下理财, 不为征利;"] +note = [] +content = "举/先王/之政/, 以/兴利/除弊/, 不为/生事; /为/天下/理财/, 不为/征利;/" +translation = "效法先皇的贤明政治, 用来兴办好事, 革除弊端, 这不是惹是生非; 替国家理财政, 这不是搜刮钱财" +keyword_note = { "举" = "效法", "兴利除弊" = "兴办好事, 革除弊端", "理财" = "管理财政" } + +["辟邪说, 难壬人, 不为拒谏."] +note = [] +content = "辟/邪说/, 难/壬人/, 不为/拒谏./" +translation = "驳斥错误言论, 责难奸佞小人, 这不是拒听意见" +keyword_note = { "辟邪说" = "批驳不正确的言论", "难壬人" = "排斥巧辩的佞人" } + +["至于怨诽之多, 则固前知其如此也."] +note = [] +content = "至于/怨诽/之/多/, 则/固/前知/其/如此/也./" +translation = "至于那么多的怨恨和诽谤, 那本来预料到它会这样的" +keyword_note = { "怨诽" = "怨恨和诽谤", "固" = "本来", "前知" = "预料" } + +["人习于苟且非一日, 士大夫多以不恤国事、同俗自媚于众为善, 上乃欲变此, 而某不量敌之众寡, 欲出力助上以抗之, 则众何为而不汹汹然?"] +note = [] +content = "人/习于/苟且/非/一日/, 士大夫/多/以/不恤/国事/、同俗/自媚/于众/为/善/, 上/乃/欲/变此/, 而/某/不量/敌之/众寡/, 欲/出力/助上/以/抗之/, 则/众/何为/而/不/汹汹/然?/" +translation = "人们习惯于苟且偷安、得过且过 (已) 不是一天 (的事) 了. 士大夫们多数把不顾国家大事、附和世俗 (的见解) , 向众人献媚讨好当做好事, (因而) 陛下才要改变这种 (不良) 风气, 那么我不去估量反对者的多少, 想拿出 (自己的) 力量帮助陛下来抵制这股势力, (这样一来) 那么那些人又为什么不 (对我) 大吵大闹呢" +keyword_note = { "苟且" = "苟且偷安", "不恤国事" = "不顾国家大事", "同俗自媚于众" = "附和世俗, 向众人献媚", "上" = "陛下", "汹汹" = "大吵大闹" } + +["盘庚之迁, 胥怨者民也, 非特朝廷士大夫而已;"] +note = [] +content = "盘庚/之/迁/, 胥怨/者/民/也/, 非特/朝廷/士大夫/而已;/" +translation = "盘庚迁都 (的时候) , 连老百姓都抱怨啊, (并) 不只是朝廷上的士大夫 (加以反对) " +keyword_note = { "盘庚之迁" = "盘庚迁都", "胥怨" = "相怨, 指百姓抱怨", "非特" = "不只是" } + +["盘庚不为怨者故改其度, 度义而后动, 是而不见可悔故也."] +note = [] +content = "盘庚/不/为/怨者/故/改/其/度/, 度义/而/后/动/, 是/而/不见/可悔/故/也./" +translation = "盘庚不因为有人怨恨的缘故就改变自己的计划; (这是他) 考虑到 (迁都) 合理, 然后坚决行动; 认为对 (就) 看不出有什么可以后悔的缘故啊" +keyword_note = { "度" = "计划", "度义" = "考虑是否合理", "是" = "认为正确" } + +["如君实责我以在位久, 未能助上大有为, 以膏泽斯民, 则某知罪矣;"] +note = ['膏泽: 名词作动词, 施加恩惠'] +content = "如/君实/责我/以/在位/久/, 未能/助上/大有为/, 以/膏泽/斯民/, 则/某/知罪/矣;/" +translation = "如果君实您责备我因为 (我) 在位任职很久, 没能帮助陛下干一番大事业, 使这些老百姓得到好处, 那么我承认 (自己是) 有罪的" +keyword_note = { "大有为" = "干大事业", "膏泽斯民" = "给百姓施加恩惠" } + +["如曰今日当一切不事事, 守前所为而已, 则非某之所敢知."] +note = ["事事: 前一'事'字是动词, 后一'事'字是名词"] +content = "如曰/今日/当/一切/不/事事/, 守前/所为/而已/, 则/非/某之/所敢知./" +translation = "如果说现在应该什么事都不去做, 墨守前人的陈规旧法就是了, 那就不是我敢领教的了" +keyword_note = { "事事" = "做事", "守前所为" = "墨守前人的作法", "所敢知" = "敢领教的" } + +["无由会晤, 不任区区向往之至!"] +note = [] +content = "无由/会晤/, 不任/区区/向往/之至!/" +translation = "没有机会 (与您) 见面, 内心不胜仰慕至极" +keyword_note = { "无由" = "没有机会", "不任" = "不胜", "区区" = "谦称自己", "向往之至" = "仰慕到极点" } + +["苏幕遮·燎沉香"] +note = [] +content = "苏幕遮·燎沉香/" +translation = "苏幕遮·燎沉香" +keyword_note = {} + +["燎沉香, 消溽暑"] +note = ['描写夏日焚香消暑的雅致生活场景'] +content = "燎/沉香/, 消/溽暑/" +translation = "焚烧沉香, 来消除夏日潮湿的暑气" +keyword_note = { "燎" = "烧", "沉香" = "一种名贵香料, 置水中则下沉", "溽暑" = "潮湿的暑气" } + +["鸟雀呼晴, 侵晓窥檐语"] +note = ['通过鸟雀欢鸣表现雨后初晴的喜悦气氛'] +content = "鸟雀/呼晴/, 侵晓/窥檐/语/" +translation = "快天亮的时候, 鸟雀都在屋檐下叫个不停, 欢呼天已放晴" +keyword_note = { "呼晴" = "唤晴, 鸟鸣可占晴雨", "侵晓" = "快天亮的时候", "窥檐语" = "在屋檐下窥视鸣叫" } + +["叶上初阳干宿雨, 水面清圆, 一一风荷举"] +note = ["描绘晨光中荷叶挺立的生动画面, '举'字用得极妙"] +content = "叶上/初阳/干/宿雨/, 水面/清圆/, 一一/风荷/举/" +translation = "初出的阳光晒干了荷叶上昨夜的雨滴, 水面上的荷叶清润圆正, 迎着晨风, 每一片都挺出水面" +keyword_note = { "初阳" = "初出的阳光", "宿雨" = "昨夜下的雨", "清圆" = "清润圆正", "风荷举" = "荷叶迎着晨风挺出水面" } + +["故乡遥, 何日去?"] +note = ['由景生情, 转入思乡之情的抒发'] +content = "故乡/遥/, 何日/去?/" +translation = "想到那遥远的故乡, 什么时候才能回去啊? " +keyword_note = { "故乡遥" = "故乡遥远", "何日去" = "何时能够回去" } + +["家住吴门, 久作长安旅"] +note = ['点明作者江南人的身份和长期客居京城的境遇'] +content = "家住/吴门/, 久作/长安/旅/" +translation = "我家本在江南一带, 却长久地客居汴京" +keyword_note = { "吴门" = "泛指江南一带, 今江苏苏州", "长安" = "借指北宋都城汴京", "旅" = "客居" } + +["五月渔郎相忆否?"] +note = ['用反问句式表达对故乡亲友的深切思念'] +content = "五月/渔郎/相忆/否?/" +translation = "又到五月, 不知家乡的朋友是否也在思念我? " +keyword_note = { "渔郎" = "指故乡的钓鱼朋友", "相忆" = "相互思念" } + +["小楫轻舟, 梦入芙蓉浦"] +note = ['以梦境作结, 表现归乡不得只能在梦中重返故地的惆怅'] +content = "小楫/轻舟/, 梦入/芙蓉/浦/" +translation = "在梦中, 我划着一叶小舟, 又闯入那西湖的荷花塘中" +keyword_note = { "小楫" = "短桨, 指划船用具", "轻舟" = "轻快的小船", "芙蓉浦" = "有荷花的水边, 指杭州西湖" } + +["菩萨蛮·书江西造口壁"] +note = [] +content = "菩萨蛮·书江西造口壁/" +translation = "菩萨蛮·书江西造口壁" +keyword_note = {} + +["郁孤台下清江水, 中间多少行人泪."] +note = [] +content = "郁孤台下/清江水/, 中间/多少/行人泪./" +translation = "郁孤台下这赣江的流水, 水中有多少苦难之人的眼泪" +keyword_note = { "郁孤台" = "今江西省赣州市城区西北部贺兰山顶, 又称望阙台", "清江" = "赣江与袁江合流处旧称清江", "行人泪" = "指逃难民众的泪水" } + +["西北望长安, 可怜无数山."] +note = [] +content = "西北/望/长安/, 可怜/无数山./" +translation = "我举头眺望西北的长安, 可惜只看到无数青山" +keyword_note = { "长安" = "今陕西省西安市, 为汉唐故都. 此处代指宋都汴京", "可怜" = "可惜", "无数山" = "很多座山" } + +["青山遮不住, 毕竟东流去."] +note = [] +content = "青山/遮不住/, 毕竟/东流去./" +translation = "但青山怎能把江水挡住? 浩浩江水终于还是向东流去" +keyword_note = { "遮不住" = "阻挡不了", "东流去" = "向东流去" } + +["江晚正愁余, 山深闻鹧鸪."] +note = ['愁余 一作: 愁予'] +content = "江晚/正/愁余/, 山深/闻/鹧鸪./" +translation = "江边日晚我正满怀愁绪, 听到深山传来声声鹧鸪悲鸣" +keyword_note = { "愁余" = "使我发愁", "鹧鸪" = "鸟名. 传说其叫声如云'行不得也哥哥', 啼声凄苦" } + +["菩萨蛮·小山重叠金明灭"] +note = [] +content = "菩萨蛮·小山重叠金明灭/" +translation = "菩萨蛮·小山重叠金明灭" +keyword_note = {} + +["鬓云欲度香腮雪"] +note = [] +content = "鬓云/欲度/香腮/雪/" +translation = "她那散乱如云的鬓发, 在如雪的面庞上轻拂" +keyword_note = { "鬓云" = "像云朵似的鬓发", "欲度" = "将掩未掩的样子", "香腮雪" = "雪白的面颊" } + +["懒起画蛾眉, 弄妆梳洗迟"] +note = [] +content = "懒起/画/蛾眉/, 弄妆/梳洗/迟/" +translation = "懒懒地起身描画蛾眉, 慢慢地梳妆打扮, 修饰仪容" +keyword_note = { "蛾眉" = "女子的眉毛细长弯曲像蚕蛾的触须", "弄妆" = "梳妆打扮, 修饰仪容" } + +["照花前后镜, 花面交相映"] +note = [] +content = "照花/前后/镜/, 花面/交相/映/" +translation = "簪花时置放前后双镜, 花容和人的娇颜交相辉映" +keyword_note = { "照花" = "对镜簪花", "花面" = "花容和人的娇颜" } + +["新帖绣罗襦, 双双金鹧鸪"] +note = ['帖 一作: 贴'] +content = "新帖/绣/罗襦/, 双双/金/鹧鸪/" +translation = "身穿崭新的丝绸短袄, 衣上贴绣的鹧鸪似欲飞动; 那金线绣成的鹧鸪成双, 又撩起她相思的柔情" +keyword_note = { "帖绣" = "苏绣中的一种工艺", "罗襦" = "丝绸短袄", "金鹧鸪" = "用金线绣的鹧鸪图案" } + +["虞美人"] +note = [] +content = "虞美人/" +translation = "虞美人" +keyword_note = {} + +["春花秋月何时了, 往事知多少."] +note = [] +content = "春花/秋月/何时/了/, 往事/知/多少./" +translation = "春天的花, 秋天的月, 什么时候才能了结? 往事又能知道有多少! " +keyword_note = { "了" = "了结, 完结", "往事" = "过去的事情" } + +["小楼昨夜又东风, 故国不堪回首月明中."] +note = [] +content = "小楼/昨夜/又/东风/, 故国/不堪/回首/月明/中./" +translation = "昨夜小楼上又吹来了春风, 在这皓月当空的夜晚, 怎承受得了回忆故国的伤痛. " +keyword_note = { "东风" = "春风", "故国" = "指南唐故都金陵", "不堪" = "不能忍受", "回首" = "回忆" } + +["雕阑玉砌应犹在, 只是朱颜改."] +note = [] +content = "雕阑/玉砌/应/犹在/, 只是/朱颜/改./" +translation = "精雕细刻的栏杆、玉石砌成的台阶应该还在, 只是所怀念的人已衰老. " +keyword_note = { "雕阑玉砌" = "指远在金陵的南唐故宫", "应犹" = "应该还", "朱颜改" = "指所怀念的人已衰老" } + +["问君能有几多愁, 恰是一江春水向东流."] +note = [] +content = "问君/能/有/几多/愁/, 恰是/一江/春水/向/东流./" +translation = "要问我心中有多少哀愁, 就像这不尽的滔滔春水滚滚东流. " +keyword_note = { "君" = "作者自称", "能" = "或作'都'、'那'、'还'、'却'", "几多" = "多少", "恰是" = "正像是" } + +["蜀相"] +note = [] +content = "蜀相/" +translation = "蜀相" +keyword_note = {} + +["丞相祠堂何处寻? 锦官城外柏森森."] +note = [] +content = "丞相/祠堂/何处/寻? /锦官/城外/柏/森森./" +translation = "去哪里寻找武侯诸葛亮的祠堂? 在成都城外那柏树茂密的地方. " +keyword_note = { "丞相祠堂" = "即诸葛武侯祠, 在现在成都, 晋李雄初建", "锦官城" = "成都的别名", "柏森森" = "柏树茂盛繁密的样子" } + +["映阶碧草自春色, 隔叶黄鹂空好音."] +note = [] +content = "映阶/碧草/自/春色/, 隔叶/黄鹂/空/好音./" +translation = "碧草映照石阶, 不过自为春色; 隔着树叶的黄鹂, 亦不过空作好音. " +keyword_note = { "自" = "白白的, 徒然", "空" = "白白的, 徒然", "好音" = "美妙的声音" } + +["三顾频烦天下计, 两朝开济老臣心."] +note = [] +content = "三顾/频烦/天下/计/, 两朝/开济/老臣/心./" +translation = "刘备为统一天下而三顾茅庐, 问计于诸葛亮, 辅佐两代君主的老臣忠心耿耿. " +keyword_note = { "三顾" = "刘备三顾茅庐", "频烦" = "频繁, 多次", "两朝" = "刘备、刘禅父子两朝", "开济" = "开创帝业, 扶助朝政" } + +["出师未捷身先死, 长使英雄泪满襟."] +note = [] +content = "出师/未捷/身/先死/, 长使/英雄/泪/满襟./" +translation = "可惜出师伐魏还没有取得最后的胜利就先去世了, 常使后代英雄感慨泪湿衣襟! " +keyword_note = { "出师" = "出兵", "未捷" = "没有取得胜利", "长使" = "常使", "泪满襟" = "泪湿衣襟" } + +["蜀道难"] +note = [] +content = "蜀道难/" +translation = "蜀道难" +keyword_note = {} + +["噫吁嚱, 危乎高哉!"] +note = ['惊叹声, 蜀方言, 表示惊讶的声音'] +content = "噫吁嚱/, 危乎/高哉!/" +translation = "唉呀呀! 多么高峻伟岸! " +keyword_note = { "噫吁嚱" = "惊叹声, 蜀方言" } + +["蜀道之难, 难于上青天!"] +note = [] +content = "蜀道/之难/, 难于/上青天!/" +translation = "蜀道难以攀越, 简直难于上青天. " +keyword_note = {} + +["蚕丛及鱼凫, 开国何茫然!"] +note = ['蚕丛、鱼凫: 传说中古蜀国两位国王的名字'] +content = "蚕丛/及/鱼凫/, 开国/何/茫然!/" +translation = "传说中蚕丛和鱼凫建立了蜀国, 开国的年代实在久远无法详谈. " +keyword_note = { "蚕丛" = "古蜀国国王", "鱼凫" = "古蜀国国王", "茫然" = "渺茫遥远的样子" } + +["尔来四万八千岁, 不与秦塞通人烟."] +note = [] +content = "尔来/四万八千岁/, 不与/秦塞/通人烟./" +translation = "从那时至今约有四万八千年了吧, 秦蜀被秦岭所阻从不沟通往返. " +keyword_note = { "尔来" = "从那时以来", "秦塞" = "秦的关塞, 指秦地", "通人烟" = "人员往来" } + +["西当太白有鸟道, 可以横绝峨眉巅."] +note = [] +content = "西当/太白/有/鸟道/, 可以/横绝/峨眉巅./" +translation = "西边太白山高峻无路只有飞鸟可通行, 此山可以直通峨眉山巅. " +keyword_note = { "西当" = "西对", "太白" = "太白山", "鸟道" = "只有鸟能飞过的山路", "横绝" = "横越", "峨眉巅" = "峨眉顶峰" } + +["地崩山摧壮士死, 然后天梯石栈相钩连."] +note = [] +content = "地崩/山摧/壮士死/, 然后/天梯/石栈/相钩连./" +translation = "山崩地裂, 埋葬了五位开山英雄壮士, 这样以后高险的山路和栈道才相互勾连. " +keyword_note = { "天梯" = "陡峭的山路", "石栈" = "栈道" } + +["上有六龙回日之高标, 下有冲波逆折之回川."] +note = [] +content = "上有/六龙/回日/之/高标/, 下有/冲波/逆折/之/回川./" +translation = "蜀中上有挡住太阳神六龙车的山巅, 下有激浪排空迂回曲折的大川. " +keyword_note = { "高标" = "最高峰", "冲波" = "激流", "逆折" = "水流回旋", "回川" = "有漩涡的河流" } + +["黄鹤之飞尚不得过, 猿猱欲度愁攀援."] +note = [] +content = "黄鹤/之飞/尚/不得过/, 猿猱/欲度/愁/攀援./" +translation = "善于高飞的黄鹤尚且无法飞过, 即使猢狲要想翻过也愁于攀援. " +keyword_note = { "黄鹤" = "善飞的大鸟", "尚" = "尚且", "猿猱" = "善攀援的猴类" } + +["青泥何盘盘, 百步九折萦岩峦."] +note = ['青泥: 青泥岭'] +content = "青泥/何/盘盘/, 百步/九折/萦/岩峦./" +translation = "青泥岭的泥路曲曲弯弯, 百步九折萦绕着山峦. " +keyword_note = { "青泥" = "青泥岭", "盘盘" = "曲折回旋", "百步九折" = "百步内拐九道弯", "萦" = "盘绕", "岩峦" = "山峰" } + +["扪参历井仰胁息, 以手抚膺坐长叹."] +note = ['参、井: 星宿名, 参星为蜀之分野, 井星为秦之分野'] +content = "扪参/历井/仰/胁息/, 以手/抚膺/坐/长叹./" +translation = "屏住呼吸仰头就可触摸参星和井星, 紧张得透不过气来, 用手抚胸惊恐不已徒长吁短叹. " +keyword_note = { "扪参历井" = "触摸参星经过井星", "胁息" = "屏气不敢呼吸", "膺" = "胸", "坐" = "徒, 空" } + +["问君西游何时还? 畏途巉岩不可攀."] +note = [] +content = "问君/西游/何时/还? /畏途/巉岩/不可/攀./" +translation = "好朋友呵请问你西游何时回还? 这蜀道的峭岩险道实在难以登攀! " +keyword_note = { "畏途" = "可怕的路途", "巉岩" = "险恶陡峭的山壁" } + +["但见悲鸟号古木, 雄飞雌从绕林间."] +note = [] +content = "但见/悲鸟/号/古木/, 雄飞/雌从/绕/林间./" +translation = "只见那悲鸟在古树上哀鸣啼叫; 雄雌相随飞翔在茂密树丛之间. " +keyword_note = { "但见" = "只听见", "号古木" = "在古树木中大声啼鸣", "从" = "跟随" } + +["又闻子规啼夜月, 愁空山."] +note = [] +content = "又闻/子规/啼/夜月/, 愁/空山./" +translation = "月夜又听到杜鹃凄凉悲啼, 在空山中传响回荡, 令人愁思绵绵无穷尽! " +keyword_note = { "子规" = "杜鹃鸟" } + +["蜀道之难, 难于上青天, 使人听此凋朱颜!"] +note = [] +content = "蜀道/之难/, 难于/上青天/, 使人/听此/凋/朱颜!/" +translation = "蜀道难以攀越, 简直难于上青天, 使人听到这些怎么不脸色突变? " +keyword_note = { "凋朱颜" = "红颜带忧色, 如花凋谢" } + +["连峰去天不盈尺, 枯松倒挂倚绝壁."] +note = [] +content = "连峰/去天/不盈尺/, 枯松/倒挂/倚/绝壁./" +translation = "山峰座座相连离天还不到一尺, 枯松老枝倒挂倚贴在绝壁之间. " +keyword_note = { "去" = "距离", "盈" = "满" } + +["飞湍瀑流争喧豗, 砯崖转石万壑雷."] +note = [] +content = "飞湍/瀑流/争/喧豗/, 砯崖/转石/万壑/雷./" +translation = "漩涡飞转瀑布飞泻争相喧闹着, 飞流撞击着巨石在山谷中滚动像万壑鸣雷一般. " +keyword_note = { "飞湍" = "飞奔而下的急流", "喧豗" = "喧闹声", "砯崖" = "水冲击石壁", "壑" = "山谷" } + +["其险也如此, 嗟尔远道之人胡为乎来哉!"] +note = [] +content = "其险/也/如此/, 嗟/尔/远道/之人/胡为乎/来哉!/" +translation = "这样危险的地方, 唉呀呀你这个远方而来的客人, 为什么非要来这里不可呀? " +keyword_note = { "嗟" = "感叹声", "尔" = "你", "胡为" = "为什么" } + +["剑阁峥嵘而崔嵬, 一夫当关, 万夫莫开."] +note = ['剑阁: 剑门关'] +content = "剑阁/峥嵘/而/崔嵬/, 一夫/当关/, 万夫/莫开./" +translation = "剑阁所在崇峻巍峨高入云端, 只要一人把守千军万马难攻占. " +keyword_note = { "剑阁" = "剑门关", "峥嵘崔嵬" = "山势高大雄峻", "一夫当关" = "一人守关", "万夫莫开" = "万人不能打开" } + +["所守或匪亲, 化为狼与豺."] +note = [] +content = "所守/或/匪亲/, 化为/狼/与/豺./" +translation = "驻守的官员倘若不是可信赖的人, 难免要变为豺狼, 据险作乱. " +keyword_note = { "所守" = "把守关口的人", "或匪亲" = "倘若不是可信赖的人" } + +["朝避猛虎, 夕避长蛇, 磨牙吮血, 杀人如麻."] +note = [] +content = "朝/避/猛虎/, 夕/避/长蛇/, 磨牙/吮血/, 杀人/如麻./" +translation = "每日每夜都要躲避猛虎和长蛇, 它们磨牙吮血, 杀人如麻. " +keyword_note = { "朝" = "早上", "吮" = "吸" } + +["锦城虽云乐, 不如早还家."] +note = ['锦城: 成都'] +content = "锦城/虽/云/乐/, 不如/早/还家./" +translation = "锦官城虽然说是个快乐的所在, 如此险恶还不如早早地把家还. " +keyword_note = { "锦城" = "成都" } + +["蜀道之难, 难于上青天, 侧身西望长咨嗟!"] +note = [] +content = "蜀道/之难/, 难于/上青天/, 侧身/西望/长/咨嗟!/" +translation = "蜀道难以攀越, 简直难于上青天, 侧身西望令人不免感慨与长叹! " +keyword_note = { "咨嗟" = "叹息" } + +["论语·侍坐"] +note = [] +content = "论语·侍坐/" +translation = "论语·侍坐" +keyword_note = {} + +["子路、曾皙、冉有、公西华侍坐"] +note = ['选自《论语》'] +content = "子路/、曾皙/、冉有/、公西华/侍坐/" +translation = "子路、曾皙、冉有、公西华侍奉 (孔子) 而坐" +keyword_note = { "侍坐" = "执弟子之礼, 侍奉老师而坐" } + +["子曰: 以吾一日长乎尔, 毋吾以也. 居则曰: 不吾知也. 如或知尔, 则何以哉?"] +note = [] +content = "子曰/: 以吾一日长乎尔/, 毋吾以也. /居则曰/: 不吾知也. /如或知尔/, 则何以哉?/" +translation = "孔子说: 因为我年纪比你们大一点, 你们不要凭这个原因就不敢说话了. (你们) 平日在家的时候常说: 没有人了解我呀! 如果有人了解你们, 那 (你们) 打算怎么做呢? " +keyword_note = { "以吾一日长乎尔" = "因为我年纪比你们大一点", "毋吾以也" = "宾语前置, 正常的语序是'毋以吾也'", "居则曰" = "平日在家的时候说", "不吾知也" = "宾语前置, 即'不知吾也'", "如或" = "如果有人", "何以" = "用什么 (去实现自己的抱负) " } + +["子路率尔而对曰: 千乘之国, 摄乎大国之间, 加之以师旅, 因之以饥馑; 由也为之, 比及三年, 可使有勇, 且知方也"] +note = [] +content = "子路率尔而对曰/: 千乘之国/, 摄乎大国之间/, 加之以师旅/, 因之以饥馑; /由也为之/, 比及三年/, 可使有勇/, 且知方也/" +translation = "子路不假思索地回答道: 一个拥有千辆兵车的诸侯国, 夹在大国之间, 有 (别国) 军队来侵略它, 接着 (国内) 又遇上饥荒; 如果让我治理这个国家, 等到第三年, 就可以使人人勇敢善战, 而且还懂得道理" +keyword_note = { "率尔" = "不假思索的样子", "千乘之国" = "有一千辆兵车的诸侯国", "摄乎大国之间" = "夹在大国之间", "加之以师旅" = "有军队来攻打它", "因之以饥馑" = "接连下来 (国内) 又有饥荒", "比及" = "等到", "方" = "道, 合乎礼义的行事准则" } + +["夫子哂之"] +note = [] +content = "夫子哂之/" +translation = "孔子听了微微一笑" +keyword_note = { "哂" = "微笑, 这里略带讥讽" } + +["求! 尔何如?"] +note = [] +content = "求/! /尔何如?/" +translation = "冉有, 你怎么样? " +keyword_note = { "尔何如" = "你怎么样" } + +["对曰: 方六七十, 如五六十, 求也为之, 比及三年, 可使足民. 如其礼乐, 以俟君子"] +note = [] +content = "对曰/: 方六七十/, 如五六十/, 求也为之/, 比及三年/, 可使足民. /如其礼乐/, 以俟君子/" +translation = "冉有回答说: 一个纵横六七十里、或者五六十里的地方, 如果让我去治理, 等到三年, 就可以使百姓富足. 至于修明礼乐, 那就只有等待贤人君子了" +keyword_note = { "方" = "见方, 纵横", "如" = "或者", "足民" = "使百姓富足", "如其礼乐" = "至于修明礼乐", "俟" = "等待" } + +["赤! 尔何如?"] +note = [] +content = "赤/! /尔何如?/" +translation = "公西华, 你怎么样? " +keyword_note = {} + +["对曰: 非曰能之, 愿学焉. 宗庙之事, 如会同, 端章甫, 愿为小相焉"] +note = [] +content = "对曰/: 非曰能之/, 愿学焉. /宗庙之事/, 如会同/, 端章甫/, 愿为小相焉/" +translation = "公西华回答说: 我不敢说胜任什么, 但愿意学习做这些. 宗庙祭祀的工作, 或者是诸侯会盟及朝见天子的时候, 我愿意穿戴好礼服礼帽做一个小相" +keyword_note = { "能" = "胜任", "焉" = "这里作指示代词兼语气词, 指代下文'小相'这种工作", "宗庙之事" = "宗庙祭祀的工作", "会同" = "诸侯会盟及朝见天子", "端章甫" = "穿着礼服, 戴着礼帽", "相" = "在祭祀、会盟或朝见天子时主持赞礼和司仪的人" } + +["点! 尔何如?"] +note = [] +content = "点/! /尔何如?/" +translation = "曾皙, 你怎么样? " +keyword_note = {} + +["鼓瑟希, 铿尔, 舍瑟而作, 对曰: 异乎三子者之撰"] +note = [] +content = "鼓瑟希/, 铿尔/, 舍瑟而作/, 对曰/: 异乎三子者之撰/" +translation = " (曾皙) 弹瑟的声音逐渐稀疏了, 接着铿的一声, 他放下瑟直起身子回答说: 我和他们三人的才能不一样" +keyword_note = { "鼓瑟希" = "弹瑟的声音逐渐稀疏了, 希同'稀'", "铿尔" = "铿的一声", "舍瑟而作" = "放下瑟直起身子", "撰" = "才具, 才能" } + +["子曰: 何伤乎? 亦各言其志也"] +note = ['何伤 一作: 何妨'] +content = "子曰/: 何伤乎? /亦各言其志也/" +translation = "孔子说: 有什么妨害呢? 不过是各自谈谈自己的志向" +keyword_note = { "何伤" = "何妨", "亦" = "不过是, 只不过" } + +["曰: 莫春者, 春服既成, 冠者五六人, 童子六七人, 浴乎沂, 风乎舞雩, 咏而归"] +note = ['莫 通: 暮'] +content = "曰/: 莫春者/, 春服既成/, 冠者五六人/, 童子六七人/, 浴乎沂/, 风乎舞雩/, 咏而归/" +translation = "曾皙说: 暮春时节, 春天的衣服已经穿上了. 和几个成年人、几个孩童到沂水里沐浴, 在舞雩台上吹吹风, 一路唱着歌儿回来" +keyword_note = { "莫春" = "暮春, 指农历三月, 莫同'暮'", "春服既成" = "春天的衣服已经穿上了", "冠者" = "成年人", "浴乎沂" = "在沂水里沐浴", "风乎舞雩" = "在舞雩台上吹风", "咏" = "唱歌" } + +["夫子喟然叹曰: 吾与点也!"] +note = [] +content = "夫子喟然叹曰/: 吾与点也!/" +translation = "孔子长叹一声说: 我赞同曾皙的想法呀! " +keyword_note = { "喟然" = "叹息的样子", "与" = "赞成" } + +["三子者出, 曾皙后. 曾皙曰: 夫三子者之言何如?"] +note = [] +content = "三子者出/, 曾皙后. /曾皙曰/: 夫三子者之言何如?/" +translation = "子路、冉有、公西华都出去了, 曾皙最后走. 曾皙问孔子: 他们三个人的话怎么样? " +keyword_note = { "后" = "动词, 后出", "夫三子者之言何如" = "那三个人的话怎么样" } + +["子曰: 亦各言其志也已矣"] +note = [] +content = "子曰/: 亦各言其志也已矣/" +translation = "孔子说: 也不过是各自谈谈自己的志向罢了! " +keyword_note = { "也已矣" = "罢了, 语气词连用" } + +["曰: 夫子何哂由也?"] +note = [] +content = "曰/: 夫子何哂由也?/" +translation = "曾皙说: 您为什么笑仲由呢? " +keyword_note = { "何" = "为什么" } + +["曰: 为国以礼, 其言不让, 是故哂之"] +note = [] +content = "曰/: 为国以礼/, 其言不让/, 是故哂之/" +translation = " (孔子) 说: 治国要用礼, 可是他 (子路) 的话毫不谦逊, 所以我笑他" +keyword_note = { "为国以礼" = "治国要用礼", "让" = "礼让, 谦逊", "是故" = "所以" } + +["唯求则非邦也与?"] +note = [] +content = "唯求则非邦也与?/" +translation = "难道冉有讲的不是国家大事吗? " +keyword_note = { "唯" = "用于句首, 表示语气", "邦" = "国家, 指国家大事", "与" = "同'欤', 疑问语气词" } + +["安见方六七十如五六十而非邦也者?"] +note = [] +content = "安见方六七十如五六十而非邦也者?/" +translation = "怎见得方圆六七十里或者五六十里的地方就不是国家呢? " +keyword_note = { "安见" = "怎见得" } + +["唯赤则非邦也与?"] +note = [] +content = "唯赤则非邦也与?/" +translation = "难道公西华讲的不是诸侯的大事吗? " +keyword_note = {} + +["宗庙会同, 非诸侯而何? 赤也为之小, 孰能为之大?"] +note = [] +content = "宗庙会同/, 非诸侯而何? /赤也为之小/, 孰能为之大?/" +translation = "宗庙祭祀, 诸侯会盟和朝见天子, 不是诸侯的大事又是什么呢? 如果公西华只能给诸侯做一个小相, 那么谁能做大相呢? " +keyword_note = { "宗庙会同" = "宗庙祭祀, 诸侯会盟和朝见天子", "非诸侯而何" = "不是诸侯的大事又是什么呢", "为之小" = "做小相", "为之大" = "做大相" } + +["论语·学而八佾"] +note = [] +content = "论语·学而八佾/" +translation = "论语·学而八佾" +keyword_note = {} + +["君子食无求饱, 居无求安, 敏于事而慎于言, 就有道而正焉, 可谓好学也已."] +note = ['学而篇'] +content = "君子/食/无/求/饱/, 居/无/求/安/, 敏/于/事/而/慎/于/言/, 就/有/道/而/正/焉/, 可/谓/好/学/也/已./" +translation = "君子吃食不追求饱足; 居住不追求安逸; 做事勤奋敏捷, 说话谨慎; 到有道德的人那里去匡正自己, 就可以称得上是好学了" +keyword_note = { "敏" = "勤勉", "就有道而正焉" = "到有道的人那里去匡正自己" } + +["人而不仁, 如礼何? 人而不仁, 如乐何?"] +note = ['八佾篇'] +content = "人/而/不/仁/, 如/礼/何/? 人/而/不/仁/, 如/乐/何?/" +translation = "人如果没有仁爱之心, 那他怎样遵守礼仪制度呢? 人如果没有仁爱之心, 礼乐有什么用呢? " +keyword_note = { "而" = "如果", "如礼何" = "怎样对待礼呢" } + +["朝闻道, 夕死可矣."] +note = ['里仁篇'] +content = "朝/闻/道/, 夕/死/可/矣./" +translation = "早晨能够得知真理, 即使当晚死去, 也没有遗憾" +keyword_note = {} + +["君子喻于义, 小人喻于利."] +note = ['里仁篇'] +content = "君子/喻/于/义/, 小人/喻/于/利./" +translation = "君子通晓的是道义, 小人只通晓利益" +keyword_note = { "喻" = "知晓, 明白" } + +["见贤思齐焉, 见不贤而内自省也."] +note = ['里仁篇'] +content = "见/贤/思/齐/焉/, 见/不/贤/而/内/自/省/也./" +translation = "看见德才兼备的人就向他学习, 希望能向他看齐; 看见不贤的人, 就反省自己有没有和他一样的缺点, 有要改正" +keyword_note = {} + +["质胜文则野, 文胜质则史. 文质彬彬, 然后君子."] +note = ['雍也篇'] +content = "质/胜/文/则/野/, 文/胜/质/则/史/. 文/质/彬/彬/, 然后/君子./" +translation = "质朴胜过了文饰就会粗野, 文饰胜过了质朴就会虚浮不实, 质朴和文饰相杂适中, 然后才可以成为君子" +keyword_note = { "质" = "质朴、朴实", "文" = "华美、文采", "野" = "粗野、鄙俗", "史" = "虚饰, 浮夸", "文质彬彬" = "文质兼备、配合适当的样子" } + +["士不可以不弘毅, 任重而道远. 仁以为己任, 不亦重乎? 死而后已, 不亦远乎?"] +note = ['泰伯篇'] +content = "士/不可/以/不/弘毅/, 任/重/而/道/远/. 仁/以/为/己/任/, 不/亦/重/乎/? 死/而/后/已/, 不/亦/远/乎?/" +translation = "有抱负的人不可不志向远大, 意志坚强, 因为他肩负重大责任, 路途漫长遥远. 以实行仁道为己任, 不是很重大的责任吗? 直到身死才能结束, 不是很漫长遥远的吗? " +keyword_note = { "弘毅" = "志向远大, 意志坚强", "弘" = "广、大, 这里指志向远大" } + +["譬如为山, 未成一篑, 止, 吾止也. 譬如平地, 虽覆一篑, 进, 吾往也."] +note = ['子罕篇'] +content = "譬如/为/山/, 未/成/一/篑/, 止/, 吾/止/也/. 譬如/平/地/, 虽/覆/一/篑/, 进/, 吾/往/也./" +translation = "比如用土堆山, 只差一筐土就完成了, 这时停止, 那是我自己要停下来; 比如填平洼地, 虽然只倒下一筐, 但我也在前进" +keyword_note = { "未成一篑" = "只差一筐土没有成功", "篑" = "盛土的竹筐", "平地" = "填平洼地" } + +["知者不惑, 仁者不忧, 勇者不惧."] +note = ['子罕篇'] +content = "知/者/不/惑/, 仁/者/不/忧/, 勇/者/不/惧./" +translation = "有智慧的人不会迷惑, 有仁德的人不会忧愁, 勇敢的人不会害怕" +keyword_note = { "知" = "同'智'" } + +["克己复礼为仁. 一日克己复礼, 天下归仁焉. 为仁由己, 而由人乎哉?"] +note = ['颜渊篇'] +content = "克/己/复/礼/为/仁/. 一/日/克/己/复/礼/, 天下/归/仁/焉/. 为/仁/由/己/, 而/由/人/乎/哉?/" +translation = "约束自己, 使自己的行为归到礼的方面去就是仁. 一旦约束自己, 使自己的行为归到礼的方面去, 天下人就会称赞你是个仁人了. 实行仁德, 完全在于自己, 难道还在于别人吗? " +keyword_note = { "克己复礼" = "约束自我, 使言行归复于先王之礼", "一日" = "一旦", "归" = "称赞, 称许" } + +["非礼勿视, 非礼勿听, 非礼勿言, 非礼勿动."] +note = ['颜渊篇'] +content = "非/礼/勿/视/, 非/礼/勿/听/, 非/礼/勿/言/, 非/礼/勿/动./" +translation = "不合于礼的不要看, 不合于礼的不要听, 不合于礼的不要说, 不合于礼的不要做" +keyword_note = {} + +["有一言而可以终身行之者乎?"] +note = ['卫灵公篇'] +content = "有/一/言/而/可/以/终身/行/之/者/乎?/" +translation = "有没有一个字可以终身奉行的呢? " +keyword_note = { "一言" = "一个字" } + +["其'恕'乎! 己所不欲, 勿施于人."] +note = ['卫灵公篇'] +content = "其/'恕'/乎! 己/所/不/欲/, 勿/施/于/人./" +translation = "那大概就是'恕'吧! 自己不喜欢的事物, 不要强加于别人身上" +keyword_note = {} + +["小子何莫学夫《诗》? 《诗》可以兴, 可以观, 可以群, 可以怨. 迩之事父, 远之事君. 多识于鸟兽草木之名."] +note = ['阳货篇'] +content = "小子/何/莫/学/夫/《诗》/? 《诗》/可/以/兴/, 可/以/观/, 可/以/群/, 可/以/怨/. 迩/之/事/父/, 远/之/事/君/. 多/识/于/鸟/兽/草/木/之/名./" +translation = "学生们为什么没有人学《诗经》呢? 《诗经》可以使人受到感染, 得到启发和鼓舞; 可以观察人情风俗的盛衰, 认识社会现实; 可以通过情感交流, 彼此感染,和谐相处; 可以抒发心中不平, 讽刺不良政治. 近则可以用其中的道理来侍奉父母; 远可以用来侍奉君主, 还可以多认识鸟兽草木的名称" +keyword_note = { "小子" = "老师对学生的称呼", "夫" = "那", "兴" = "指激发人的感情", "观" = "指观察政治的得失、风俗的盛衰", "群" = "指提高人际交往能力", "怨" = "指讽刺时政", "迩" = "近" } + +["谏太宗十思疏"] +note = [] +content = "谏太宗十思疏/" +translation = "谏太宗十思疏" +keyword_note = {} + +["臣闻求木之长者, 必固其根本; 欲流之远者, 必浚其泉源; 思国之安者, 必积其德义."] +note = [] +content = "臣闻/求木之/长者/, 必固/其根本; /欲流之/远者/, 必浚/其泉源; /思国之/安者/, 必积/其德义./" +translation = "我听说想要树木长得好, 一定要使它的根牢固; 想要泉水流得远, 一定要疏通它的源泉; 想要国家安定, 一定要厚积道德仁义" +keyword_note = { "长(zhǎng)" = "生长, 这里指长得好", "固" = "使……牢固", "根本" = "树根", "浚(jùn)" = "疏通, 挖深", "德义" = "道德仁义" } + +["源不深而望流之远, 根不固而求木之长, 德不厚而思国之理, 臣虽下愚, 知其不可, 而况于明哲乎!"] +note = ['思国之理 一作: 思国之治'] +content = "源不深/而望/流之远/, 根不固/而求/木之长/, 德不厚/而思/国之理/, 臣虽/下愚/, 知其/不可/, 而况于/明哲乎!/" +translation = "源泉不深却希望泉水流得远, 根系不牢固却想要树木生长得高, 道德不深厚却想要国家安定, 微臣虽然愚笨, (也) 知道这是不可能的, 更何况 (您这) 聪明睿智 (的人) 呢! " +keyword_note = { "下愚" = "处于地位低见识浅的人", "明哲" = "聪明睿智的人", "国之理" = "国家治理, 太平" } + +["人君当神器之重, 居域中之大, 将崇极天之峻, 永保无疆之休."] +note = [] +content = "人君/当/神器之重/, 居/域中之大/, 将崇/极天之峻/, 永保/无疆之休./" +translation = "国君掌握帝位的重权, 在天地间尊大, 就要推崇皇权的高峻, 永保永无止境的美善" +keyword_note = { "神器" = "帝位", "域中" = "天地之间", "休" = "美, 这里指政权的平和美好" } + +["不念居安思危, 戒奢以俭, 德不处其厚, 情不胜其欲, 斯亦伐根以求木茂, 塞源而欲流长者也."] +note = ['塞源而欲流长者也 一作: 塞源而欲流长也'] +content = "不念/居安思危/, 戒奢/以俭/, 德不处/其厚/, 情不胜/其欲/, 斯亦/伐根/以求/木茂/, 塞源/而欲/流长者也./" +translation = "如果不在安逸的环境中想着危难, 戒奢侈而行节俭, 道德不能保持宽厚, 性情不能克服欲望, 这也如同挖断树根却想要树木长得茂盛, 堵塞源泉却想要泉水流得远一样啊! " +keyword_note = { "居安思危" = "在安逸时想到危难", "戒奢以俭" = "戒除奢侈而行节俭", "伐" = "砍伐", "塞" = "堵塞" } + +["凡百元首, 承天景命, 莫不殷忧而道著, 功成而德衰."] +note = ['凡百 一作: 凡昔'] +content = "凡百/元首/, 承天/景命/, 莫不/殷忧/而道著/, 功成/而德衰./" +translation = " (古代) 所有的帝王, 承受了上天赋予的重大使命, 他们没有一个不为国家深切地忧虑而且治理成效显著的, 但一旦功业建成就德性衰减" +keyword_note = { "凡百" = "所有的", "元首" = "帝王", "景命" = "大命, 重大使命", "殷忧" = "深忧" } + +["有善始者实繁, 能克终者盖寡."] +note = [] +content = "有/善始者/实繁/, 能/克终者/盖寡./" +translation = "国君开头做得好的实在很多, 能够坚持到底的大概很少" +keyword_note = { "善始" = "开头做得好", "克终" = "能够坚持到底", "盖" = "大概, 表推测语气" } + +["岂取之易而守之难乎? 昔取之而有余, 今守之而不足, 何也?"] +note = [] +content = "岂/取之易/而守之难乎? /昔/取之/而有余/, 今/守之/而不足/, 何也?/" +translation = "难道是取得天下容易守住天下困难吗? 过去夺取天下时力量有余, 现在守卫天下却力量不足, 这是为什么呢? " +keyword_note = { "取" = "取得天下", "守" = "守卫天下" } + +["夫在殷忧, 必竭诚以待下; 既得志, 则纵情以傲物."] +note = [] +content = "夫/在殷忧/, 必/竭诚/以待下; /既得志/, 则/纵情/以傲物./" +translation = "因为处在深重的忧虑之中, 一定能竭尽诚心来对待臣民. 成功之后, 就放纵自己的性情来傲视别人" +keyword_note = { "竭诚" = "竭尽诚心", "待下" = "对待臣下", "纵情" = "放纵情感", "傲物" = "傲视别人" } + +["竭诚则胡越为一体, 傲物则骨肉为行路."] +note = ['胡越 一作: 吴越'] +content = "竭诚/则/胡越/为一体/, 傲物/则/骨肉/为行路./" +translation = "竭尽诚心, 胡越之人也将同心同德; 傲视别人, 至亲骨肉也会成为不相干的路人" +keyword_note = { "胡越" = "胡地在北, 越地在南, 比喻相隔遥远", "骨肉" = "指父母兄弟子女", "行路" = "路人, 比喻毫无关系的人" } + +["虽董之以严刑, 振之以威怒, 终苟免而不怀仁, 貌恭而不心服."] +note = [] +content = "虽/董之/以严刑/, 振之/以威怒/, 终/苟免/而不怀仁/, 貌恭/而不心服./" +translation = "即使用严酷的刑罚来督责 (人们) , 用威风怒气来吓唬 (人们) , 人们最终只求苟且免于刑罚而不怀念感激国君的仁德, 表面上恭敬但在心里不服气" +keyword_note = { "董" = "督责", "振" = "通'震', 震慑", "苟免" = "苟且免于刑罚", "怀仁" = "怀念仁德" } + +["怨不在大, 可畏惟人; 载舟覆舟, 所宜深慎; 奔车朽索, 其可忽乎!"] +note = [] +content = "怨/不在大/, 可畏/惟人; /载舟/覆舟/, 所宜/深慎; /奔车/朽索/, 其可/忽乎!/" +translation = " (臣民) 对国君的怨恨不在大小, 可怕的只是百姓的力量; (他们像水一样) 能够负载船只, 也能颠覆船只, 这是应当深切戒慎的. 用腐烂的绳索驾驭疾驰的马车, 这样可以忽视不理吗? " +keyword_note = { "惟人" = "只是百姓 (因避讳写作'人') ", "载舟覆舟" = "比喻百姓能拥戴皇帝, 也能推翻他的统治", "奔车朽索" = "用腐烂的绳索驾驭疾驰的马车" } + +["君人者, 诚能见可欲则思知足以自戒, 将有作则思知止以安人, 念高危则思谦冲而自牧, 惧满溢则思江海下百川, 乐盘游则思三驱以为度, 忧懈怠则思慎始而敬终, 虑壅蔽则思虚心以纳下, 想谗邪则思正身以黜恶, 恩所加则思无因喜以谬赏, 罚所及则思无因怒而滥刑."] +note = ['想谗邪 一作: 惧谗邪'] +content = "君人者/, 诚能/见可欲/则思/知足/以自戒/, 将有作/则思/知止/以安人/, 念高危/则思/谦冲/而自牧/, 惧满溢/则思/江海/下百川/, 乐盘游/则思/三驱/以为度/, 忧懈怠/则思/慎始/而敬终/, 虑壅蔽/则思/虚心/以纳下/, 想谗邪/则思/正身/以黜恶/, 恩所加/则思/无因喜/以谬赏/, 罚所及/则思/无因怒/而滥刑./" +translation = "统治天下的人, 如果真的能够做到一见到能引起 (自己) 喜好的东西就要想到用知足来自我克制, 将要兴建什么就要想到适可而止来使百姓安定, 想到 (君位) 高而险, 就要不忘谦虚, 加强自身的道德修养. 害怕骄傲自满, 就要像江海居于百川之下 (而能容纳百川) , 喜爱狩猎就想到网三面留一面, 担心意志松懈就想到 (做事) 要慎始慎终, 担心 (言路) 不通受蒙蔽就想到虚心采纳臣下的意见, 考虑到 (朝中可能会出现) 谗佞奸邪就想到使自身端正 (才能) 罢黜奸邪, 施加恩泽就要考虑到不要因为一时高兴而奖赏不当, 动用刑罚就要想到不要因为一时发怒而滥用刑罚" +keyword_note = { "见可欲" = "见到能引起喜好的东西", "有作" = "兴建建筑物", "知止" = "知道适可而止", "谦冲" = "谦虚", "自牧" = "自我修养", "下百川" = "居于百川之下", "三驱" = "一年打猎三次为度", "慎始敬终" = "谨慎开始谨慎结束", "壅蔽" = "堵塞蒙蔽", "谗邪" = "谗佞奸邪", "黜恶" = "罢黜奸恶", "谬赏" = "错误奖赏", "滥刑" = "滥用刑罚" } + +["总此十思, 弘兹九德, 简能而任之, 择善而从之, 则智者尽其谋, 勇者竭其力, 仁者播其惠, 信者效其忠."] +note = ['弘兹 一作: 宏兹'] +content = "总/此十思/, 弘兹/九德/, 简能/而任之/, 择善/而从之/, 则/智者/尽其谋/, 勇者/竭其力/, 仁者/播其惠/, 信者/效其忠./" +translation = "全面做到这十件应该深思的事, 弘扬这九种美德, 选拔有才能的人而任用他, 挑选好的意见而听从它. 那么有智慧的人就能充分献出他的谋略, 勇敢的人就能完全使出他的力量, 仁爱的人就能散播他的恩惠, 诚信的人就能献出他的忠诚" +keyword_note = { "弘兹" = "弘扬这", "九德" = "九种美德", "简能" = "选拔有才能的人", "择善" = "挑选好的意见", "效" = "献出" } + +["文武争驰, 在君无事, 可以尽豫游之乐, 可以养松乔之寿, 鸣琴垂拱, 不言而化."] +note = ['在君 一作: 君臣'] +content = "文武/争驰/, 在君/无事/, 可以/尽/豫游之乐/, 可以/养/松乔之寿/, 鸣琴/垂拱/, 不言/而化./" +translation = "文臣武将争先恐后前来效力, 国君没有大事烦扰, 可以尽情享受出游的快乐, 可以颐养得像赤松子与王子乔那样长寿, 皇上弹着琴垂衣拱手就能治理好天下, 不用再说什么, 天下人就已经都有教化了" +keyword_note = { "争驰" = "争先效力", "豫游" = "出游", "松乔" = "赤松子和王子乔, 古代传说中的仙人", "垂拱" = "垂衣拱手, 比喻轻易治理天下", "化" = "教化" } + +["何必劳神苦思, 代下司职, 役聪明之耳目, 亏无为之大道哉!"] +note = [] +content = "何必/劳神/苦思/, 代下/司职/, 役/聪明/之耳目/, 亏/无为/之大道哉!/" +translation = "为什么一定要 (自己) 劳神费思, 代替臣下管理职事, 役使自己灵敏、明亮的耳、眼, 减损顺其自然就能治理好天下的大道理呢! " +keyword_note = { "代下司职" = "代替臣下管理职事", "役" = "役使", "亏" = "减损", "无为" = "道家主张清静虚无, 顺其自然" } + +["贺新郎·国脉微如缕"] +note = [] +content = "贺新郎·国脉微如缕/" +translation = "贺新郎·国脉微如缕" +keyword_note = {} + +["国脉微如缕"] +note = ["词人以'如缕'比喻国家命脉衰微脆弱, 形势危急"] +content = "国脉/微/如缕/" +translation = "国家的命脉已经衰微得像一根细丝" +keyword_note = { "国脉" = "国家的命脉", "微" = "衰微", "如缕" = "像丝线一样, 形容脆弱" } + +["问长缨何时入手, 缚将戎主?"] +note = ['表达作者渴望投身军旅、为国擒敌的迫切心情'] +content = "问/长缨/何时/入手/, 缚将/戎主?/" +translation = "试问, 捆敌的长绳何时才能到我手中, 将敌酋捆绑擒来? " +keyword_note = { "长缨" = "长带子, 喻指擒敌的武器", "缚将" = "捆绑", "戎主" = "敌人的首领" } + +["未必人间无好汉, 谁与宽些尺度?"] +note = ['批判当时用人制度僵化, 呼吁不拘一格降人才'] +content = "未必/人间/无/好汉/, 谁与/宽些/尺度?/" +translation = "人世间未必没有英雄好汉, 只是谁能放宽用人的标准呢? " +keyword_note = { "好汉" = "英雄豪杰", "尺度" = "标准, 这里指用人标准" } + +["试看取当年韩五"] +note = ['韩世忠虽出身行伍却成为抗金名将, 说明人才不一定需要名师传授'] +content = "试看取/当年/韩五/" +translation = "试看当年的韩世忠将军" +keyword_note = { "韩五" = "南宋抗金名将韩世忠, 排行第五" } + +["岂有谷城公付授, 也不干曾遇骊山母"] +note = ['用典说明韩世忠的成功并非依靠神仙指点或名师传授'] +content = "岂有/谷城公/付授/, 也不干/曾遇/骊山母/" +translation = "他既没有得到谷城公的传授, 也不曾遇见骊山老母" +keyword_note = { "谷城公" = "即黄石公, 传说曾向张良传授兵书", "骊山母" = "道教女仙, 传说曾向李筌讲解《阴符》" } + +["谈笑起, 两河路"] +note = ['形容韩世忠指挥若定, 在河北地区大败金兵'] +content = "谈笑起/, 两河路/" +translation = "却在谈笑间指挥大军, 收复河北失地" +keyword_note = { "两河路" = "指宋代河北东路和河北西路, 即今河北、山西、河南部分地区" } + +["少时棋柝曾联句"] +note = ['回忆作者年轻时在军中的生活经历'] +content = "少时/棋柝/曾/联句/" +translation = "年轻时曾在军营中一边下棋一边联句作诗" +keyword_note = { "棋柝" = "下棋和打更", "联句" = "多人合作写诗, 每人一句或几句" } + +["叹而今登楼揽镜, 事机频误"] +note = ['抒发作者年老力衰、壮志未酬的感慨'] +content = "叹/而今/登楼/揽镜/, 事机/频误/" +translation = "可叹如今登楼远望、揽镜自照, 已力不从心, 多次错过了报国机会" +keyword_note = { "登楼揽镜" = "上楼照镜, 慨叹功业未建人已衰老", "事机" = "机会, 指从军报国的机会" } + +["闻说北风吹面急, 边上冲梯屡舞"] +note = ['描绘边境危急, 蒙古军攻势凶猛'] +content = "闻说/北风/吹面/急/, 边上/冲梯/屡舞/" +translation = "听说北风凛冽 (暗示蒙古军南侵) , 边境上敌军攻城的冲车云梯不断飞舞" +keyword_note = { "北风" = "暗指北来的蒙古兵", "冲梯" = "冲车和云梯, 古代攻城器具" } + +["君莫道投鞭虚语"] +note = ['警告不要轻视敌军实力, 用苻坚投鞭断流的典故'] +content = "君/莫道/投鞭/虚语/" +translation = "你不要认为'投鞭断流'只是空话 (喻敌军强大) " +keyword_note = { "投鞭" = "前秦苻坚曾说投鞭长江可断流, 形容兵多将广" } + +["自古一贤能制难, 有金汤便可无张许?"] +note = ['反问强调贤才比坚固城池更重要'] +content = "自古/一贤/能/制难/, 有/金汤/便可/无/张许?/" +translation = "自古以来, 一位贤才就能解除危难, 难道有了坚固城池就可以没有张巡、许远这样的良将吗? " +keyword_note = { "制难" = "解除危难", "金汤" = "金城汤池, 比喻坚固的防御工事", "张许" = "张巡和许远, 唐代安史之乱中死守睢阳的名将" } + +["快投笔, 莫题柱"] +note = ['呼吁文人弃文从武, 为国效力'] +content = "快/投笔/, 莫/题柱/" +translation = "赶快像班超那样投笔从戎, 不要像司马相如那样只追求功名利禄" +keyword_note = { "投笔" = "投笔从戎, 用汉代班超典故", "题柱" = "用司马相如题桥柱追求功名的典故" } + +["赤壁赋"] +note = [] +content = "赤壁赋/" +translation = "赤壁赋" +keyword_note = {} + +["壬戌之秋, 七月既望, 苏子与客泛舟游于赤壁之下"] +note = [] +content = "壬戌/之秋/, 七月/既望/, 苏子/与客/泛舟/游于/赤壁/之下/" +translation = "壬戌年秋天, 七月十六日, 我与友人在赤壁下泛舟游玩" +keyword_note = { "壬戌" = "宋神宗元丰五年 (1082) ", "既望" = "农历十六日 (望指十五日) " } + +["清风徐来, 水波不兴"] +note = [] +content = "清风/徐来/, 水波/不兴/" +translation = "清风阵阵拂来, 水面波澜不起" +keyword_note = { "徐" = "舒缓地", "兴" = "起, 作" } + +["举酒属客, 诵明月之诗, 歌窈窕之章"] +note = [] +content = "举酒/属客/, 诵/明月/之诗/, 歌/窈窕/之章/" +translation = "举起酒杯向同伴劝酒, 吟诵《明月》中'窈窕'这一章" +keyword_note = { "属" = "通'嘱', 劝请", "窈窕之章" = "指《诗经·陈风·月出》篇" } + +["少焉, 月出于东山之上, 徘徊于斗牛之间"] +note = [] +content = "少焉/, 月出/于/东山/之上/, 徘徊/于/斗牛/之间/" +translation = "不一会儿, 明月从东山后升起, 在斗宿与牛宿之间来回移动" +keyword_note = { "少焉" = "一会儿", "斗牛" = "斗宿和牛宿, 星宿名" } + +["白露横江, 水光接天"] +note = [] +content = "白露/横江/, 水光/接天/" +translation = "月光下, 白茫茫的雾气笼罩江面, 天光、水色连成一片" +keyword_note = { "白露" = "白茫茫的水汽", "横" = "笼罩, 横贯" } + +["纵一苇之所如, 凌万顷之茫然"] +note = [] +content = "纵/一苇/之所如/, 凌/万顷/之茫然/" +translation = "任凭一片苇叶似的小船随意漂浮, 越过浩瀚无垠的江面" +keyword_note = { "一苇" = "像一片苇叶的小船", "凌" = "越过", "万顷" = "形容江面宽广" } + +["浩浩乎如冯虚御风, 而不知其所止"] +note = [] +content = "浩浩乎/如/冯虚/御风/, 而/不知/其所止/" +translation = "浩浩淼淼 (像长出羽翼一样) 驾风凌空飞行, 并不知道到哪里才会停栖" +keyword_note = { "冯虚" = "同'凭虚', 凌空", "御风" = "驾风" } + +["飘飘乎如遗世独立, 羽化而登仙"] +note = [] +content = "飘飘乎/如/遗世/独立/, 羽化/而/登仙/" +translation = "飘飘摇摇好像要离开尘世飘飞而起, 羽化成仙进入仙境" +keyword_note = { "遗世" = "超脱尘世", "羽化" = "道教称成仙为羽化" } + +["于是饮酒乐甚, 扣舷而歌之"] +note = [] +content = "于是/饮酒/乐甚/, 扣舷/而歌之/" +translation = "在这时喝酒喝得非常高兴, 打着节拍唱起歌来" +keyword_note = { "扣舷" = "敲打船边, 打节拍" } + +["歌曰: '桂棹兮兰桨, 击空明兮溯流光'"] +note = [] +content = "歌曰/: '桂棹/兮/兰桨/, 击/空明/兮/溯/流光'/" +translation = "歌中唱到: '桂木船棹啊香兰船桨, 击打着月光下的清波, 在泛着月光的水面逆流而上'" +keyword_note = { "空明" = "月光下的清澈江水", "溯" = "逆流而上", "流光" = "月光浮动的水面" } + +["渺渺兮予怀, 望美人兮天一方"] +note = [] +content = "渺渺兮/予怀/, 望/美人/兮/天一方/" +translation = "我的情思啊悠远茫茫, 眺望美人 (君主) 啊, 却在天的另一方" +keyword_note = { "渺渺" = "悠远的样子", "美人" = "指内心思慕的人, 常喻君主" } + +["客有吹洞箫者, 倚歌而和之"] +note = [] +content = "客有/吹洞箫/者/, 倚歌/而和之/" +translation = "有会吹洞箫的客人, 配着节奏为歌声伴和" +keyword_note = { "倚歌" = "随着歌声", "和" = "应和" } + +["其声呜呜然, 如怨如慕, 如泣如诉"] +note = [] +content = "其声/呜呜然/, 如怨/如慕/, 如泣/如诉/" +translation = "洞箫的声音呜呜咽咽: 有如哀怨有如思慕, 既像啜泣也像倾诉" +keyword_note = { "慕" = "思慕, 眷恋" } + +["余音袅袅, 不绝如缕"] +note = [] +content = "余音/袅袅/, 不绝/如缕/" +translation = "余音在江上回荡, 像细丝一样连续不断" +keyword_note = { "袅袅" = "声音婉转悠长", "缕" = "细丝" } + +["舞幽壑之潜蛟, 泣孤舟之嫠妇"] +note = [] +content = "舞/幽壑/之潜蛟/, 泣/孤舟/之嫠妇/" +translation = "能使深谷中的蛟龙为之起舞, 能使孤舟上的寡妇为之饮泣" +keyword_note = { "幽壑" = "深谷", "嫠妇" = "寡妇" } + +["苏子愀然, 正襟危坐而问客曰"] +note = [] +content = "苏子/愀然/, 正襟/危坐/而问/客曰/" +translation = "我的神色也愁惨起来, 整好衣襟坐端正, 向客人问道" +keyword_note = { "愀然" = "容色改变的样子", "正襟危坐" = "整理衣襟, 端正坐着" } + +["何为其然也?"] +note = [] +content = "何为/其然也?/" +translation = "'箫声为什么这样哀怨呢? '" +keyword_note = { "然" = "这样" } + +["客曰: '月明星稀, 乌鹊南飞', 此非曹孟德之诗乎?"] +note = [] +content = "客曰/: '月明/星稀/, 乌鹊/南飞/', 此非/曹孟德/之诗乎?/" +translation = "客人回答: '月明星稀, 乌鹊南飞, 这不是曹公孟德的诗么? '" +keyword_note = { "曹孟德" = "曹操, 字孟德" } + +["西望夏口, 东望武昌, 山川相缪, 郁乎苍苍"] +note = [] +content = "西望/夏口/, 东望/武昌/, 山川/相缪/, 郁乎/苍苍/" +translation = "这里向西可以望到夏口, 向东可以望到武昌, 山河接壤连绵不绝, 目力所及, 一片郁郁苍苍" +keyword_note = { "相缪" = "相互盘绕", "郁乎苍苍" = "树木茂密苍翠" } + +["此非孟德之困于周郎者乎?"] +note = [] +content = "此非/孟德/之困于/周郎/者乎?/" +translation = "这不正是曹孟德被周瑜所围困的地方么? " +keyword_note = { "周郎" = "周瑜" } + +["方其破荆州, 下江陵, 顺流而东也"] +note = [] +content = "方其/破/荆州/, 下/江陵/, 顺流/而东也/" +translation = "当初他攻陷荆州, 夺得江陵, 沿长江顺流东下" +keyword_note = { "破" = "攻破", "下" = "攻下" } + +["舳舻千里, 旌旗蔽空"] +note = [] +content = "舳舻/千里/, 旌旗/蔽空/" +translation = "麾下的战船首尾相连延绵千里, 旗子将天空全都蔽住" +keyword_note = { "舳舻" = "战船首尾相接" } + +["酾酒临江, 横槊赋诗"] +note = [] +content = "酾酒/临江/, 横槊/赋诗/" +translation = "面对大江斟酒, 横执长矛吟诗" +keyword_note = { "酾酒" = "斟酒", "横槊" = "横执长矛" } + +["固一世之雄也, 而今安在哉?"] +note = [] +content = "固/一世/之雄也/, 而今/安在哉?/" +translation = "本来是当世的一位英雄人物, 然而现在又在哪里呢? " +keyword_note = { "固" = "本来", "安在" = "在哪里" } + +["况吾与子渔樵于江渚之上, 侣鱼虾而友麋鹿"] +note = [] +content = "况/吾与子/渔樵/于/江渚/之上/, 侣/鱼虾/而友/麋鹿/" +translation = "何况我与你在江中的小洲打渔砍柴, 以鱼虾为侣, 以麋鹿为友" +keyword_note = { "渔樵" = "打渔砍柴", "侣" = "以...为伴侣", "友" = "以...为朋友" } + +["驾一叶之扁舟, 举匏樽以相属"] +note = [] +content = "驾/一叶/之扁舟/, 举/匏樽/以相属/" +translation = "在江上驾着这一叶小舟, 举起杯盏相互敬酒" +keyword_note = { "扁舟" = "小舟", "匏樽" = "用葫芦做的酒器" } + +["寄蜉蝣于天地, 渺沧海之一粟"] +note = [] +content = "寄/蜉蝣/于天地/, 渺/沧海/之一粟/" +translation = "如同蜉蝣置身于广阔的天地中, 像沧海中的一粒粟米那样渺小" +keyword_note = { "蜉蝣" = "一种生命短暂的昆虫", "粟" = "米粒" } + +["哀吾生之须臾, 羡长江之无穷"] +note = [] +content = "哀/吾生/之须臾/, 羡/长江/之无穷/" +translation = "哀叹我们的一生只是短暂的片刻, 不由羡慕长江的没有穷尽" +keyword_note = { "须臾" = "片刻", "无穷" = "没有穷尽" } + +["挟飞仙以遨游, 抱明月而长终"] +note = [] +content = "挟/飞仙/以遨游/, 抱/明月/而长终/" +translation = "想要携同仙人携手遨游各地, 与明月相拥而永存世间" +keyword_note = { "挟" = "携同", "长终" = "永远存在" } + +["知不可乎骤得, 托遗响于悲风"] +note = [] +content = "知/不可乎/骤得/, 托/遗响/于悲风/" +translation = "知道上面这些想法不能一下子实现, 只得将憾恨化为箫音, 托寄在悲凉的秋风中罢了" +keyword_note = { "骤得" = "一下子得到", "遗响" = "余音, 指箫声" } + +["苏子曰: '客亦知夫水与月乎?"] +note = [] +content = "苏子/曰/: '客/亦知/夫/水与月/乎?/" +translation = "我问道: '你可也知道这水与月? '" +keyword_note = { "夫" = "那" } + +["逝者如斯, 而未尝往也"] +note = [] +content = "逝者/如斯/, 而/未尝/往也/" +translation = "江水总是不停的流逝, 但它们并没有流走" +keyword_note = { "逝者如斯" = "语出《论语》, 流逝的就像这样", "往" = "流失" } + +["盈虚者如彼, 而卒莫消长也"] +note = [] +content = "盈虚者/如彼/, 而/卒莫/消长也/" +translation = "月亮总是那样有圆有缺, 但它终究也没有增减" +keyword_note = { "盈虚" = "圆缺", "卒" = "最终", "消长" = "增减" } + +["盖将自其变者而观之, 则天地曾不能以一瞬"] +note = [] +content = "盖将/自其/变者/而观之/, 则/天地/曾不能/以一瞬/" +translation = "可见, 从事物易变的一面看来, 天地间万事万物时刻在变动, 连一眨眼的工夫都不停止" +keyword_note = { "曾" = "甚至", "一瞬" = "一眨眼" } + +["自其不变者而观之, 则物与我皆无尽也"] +note = [] +content = "自其/不变者/而观之/, 则/物与我/皆无尽也/" +translation = "而从事物不变的一面看来, 万物同我们来说都是永恒的" +keyword_note = { "无尽" = "没有穷尽" } + +["而又何羡乎!"] +note = [] +content = "而又/何羡乎!/" +translation = "又有什么可羡慕的呢? " +keyword_note = { "何羡" = "羡慕什么" } + +["且夫天地之间, 物各有主"] +note = [] +content = "且夫/天地/之间/, 物/各有主/" +translation = "何况天地之间, 万物各有主宰者" +keyword_note = { "且夫" = "况且", "各有主" = "各有主宰" } + +["苟非吾之所有, 虽一毫而莫取"] +note = [] +content = "苟/非吾之/所有/, 虽/一毫/而莫取/" +translation = "若不是自己应该拥有的, 即使一分一毫也不能求取" +keyword_note = { "苟" = "如果", "一毫" = "一丝一毫" } + +["惟江上之清风, 与山间之明月"] +note = [] +content = "惟/江上/之清风/, 与/山间/之明月/" +translation = "只有江上的清风, 以及山间的明月" +keyword_note = { "惟" = "只有" } + +["耳得之而为声, 目遇之而成色"] +note = [] +content = "耳得之/而为声/, 目遇之/而成色/" +translation = "听到便成了声音, 进入眼帘便绘出形色" +keyword_note = { "得" = "听到", "遇" = "看到" } + +["取之无禁, 用之不竭"] +note = [] +content = "取之/无禁/, 用之/不竭/" +translation = "取得这些不会有人禁止, 感受这些也不会有竭尽的忧虑" +keyword_note = { "无禁" = "没有禁止", "不竭" = "不会枯竭" } + +["是造物者之无尽藏也, 而吾与子之所共适"] +note = [] +content = "是/造物者/之无尽藏也/, 而/吾与子/之所共适/" +translation = "这是大自然恩赐的没有穷尽的宝藏, 我和你可以共同享受" +keyword_note = { "造物者" = "大自然", "无尽藏" = "无穷无尽的宝藏", "共适" = "共同享受" } + +["客喜而笑, 洗盏更酌"] +note = [] +content = "客/喜而笑/, 洗盏/更酌/" +translation = "客人高兴地笑了, 洗净酒杯重新饮酒" +keyword_note = { "更酌" = "重新斟酒" } + +["肴核既尽, 杯盘狼籍"] +note = [] +content = "肴核/既尽/, 杯盘/狼籍/" +translation = "菜肴果品都已吃完, 杯子盘子杂乱一片" +keyword_note = { "肴核" = "菜肴和果品", "狼籍" = "凌乱的样子" } + +["相与枕藉乎舟中, 不知东方之既白"] +note = [] +content = "相与/枕藉/乎/舟中/, 不知/东方/之既白/" +translation = "大家互相枕着垫着睡在船上, 不知不觉东方已经露出白色的曙光" +keyword_note = { "枕藉" = "相互枕着躺着", "既白" = "已经天亮" } + +["过秦论"] +note = [] +content = "过秦论/" +translation = "过秦论" +keyword_note = {} + +["秦孝公据崤函之固, 拥雍州之地,"] +note = [] +content = "秦孝公/据/崤函/之固/, 拥/雍州/之地,/" +translation = "秦孝公占据着崤山和函谷关的险固地势,拥有雍州的土地," +keyword_note = { "据" = "占据", "崤函" = "崤山和函谷关", "雍州" = "古代九州之一" } + +["君臣固守以窥周室,"] +note = [] +content = "君臣/固守/以窥/周室,/" +translation = "君臣牢固地守卫着,借以窥视周王室的权力," +keyword_note = { "窥" = "窥视" } + +["有席卷天下, 包举宇内, 囊括四海之意, 并吞八荒之心."] +note = [] +content = "有/席卷/天下/, 包举/宇内/, 囊括/四海/之意/, 并吞/八荒/之心./" +translation = "有席卷天下,包办天宇之间,囊括四海的意图,并统天下的雄心。" +keyword_note = { "席卷" = "像卷席子一样全部卷进去", "包举" = "像打包一样全部拿走", "囊括" = "像装口袋一样全部装进去", "八荒" = "八方荒远之地" } + +["当是时也, 商君佐之,"] +note = [] +content = "当是时也/, 商君/佐之,/" +translation = "正当这时,商鞅辅佐他," +keyword_note = { "商君" = "商鞅" } + +["内立法度, 务耕织, 修守战之具,"] +note = [] +content = "内/立法度/, 务/耕织/, 修/守战/之具,/" +translation = "对内建立法规制度,从事耕作纺织,修造防守和进攻的器械;" +keyword_note = { "法度" = "法规制度", "务" = "从事", "耕织" = "耕作纺织", "守战之具" = "防守和进攻的器械" } + +["外连衡而斗诸侯."] +note = [] +content = "外/连衡/而斗/诸侯./" +translation = "对外实行连衡策略,使诸侯自相争斗。" +keyword_note = { "连衡" = "连横策略", "斗" = "使...相斗" } + +["于是秦人拱手而取西河之外."] +note = [] +content = "于是/秦人/拱手/而取/西河/之外./" +translation = "因此,秦人轻而易举地夺取了黄河以西的土地。" +keyword_note = { "拱手" = "两手相合,形容毫不费力", "西河" = "黄河以西地区" } + +["孝公既没, 惠文、武、昭襄蒙故业, 因遗策,"] +note = [] +content = "孝公/既没/, 惠文/、武/、昭襄/蒙/故业/, 因/遗策,/" +translation = "秦孝公死了以后,惠文王、武王、昭襄王承继先前的基业,沿袭前代的策略," +keyword_note = { "既没" = "死后", "蒙" = "承继", "故业" = "先前的基业", "因" = "沿袭", "遗策" = "前代的策略" } + +["南取汉中, 西举巴、蜀, 东割膏腴之地, 北收要害之郡."] +note = [] +content = "南取/汉中/, 西举/巴/、蜀/, 东割/膏腴/之地/, 北收/要害/之郡./" +translation = "向南夺取汉中,向西攻取巴、蜀,向东割取肥沃的地区,向北占领非常重要的地区。" +keyword_note = { "膏腴" = "肥沃", "要害" = "非常重要" } + +["诸侯恐惧, 会盟而谋弱秦,"] +note = [] +content = "诸侯/恐惧/, 会盟/而谋/弱秦,/" +translation = "诸侯恐慌害怕,集会结盟,商议削弱秦国。" +keyword_note = { "会盟" = "集会结盟", "弱秦" = "削弱秦国" } + +["不爱珍器重宝肥饶之地, 以致天下之士,"] +note = [] +content = "不爱/珍器/重宝/肥饶/之地/, 以致/天下/之士,/" +translation = "不吝惜奇珍贵重的器物和肥沃富饶的土地,用来招纳天下的优秀人才," +keyword_note = { "不爱" = "不吝惜", "珍器重宝" = "奇珍贵重的器物", "以致" = "用来招纳" } + +["合从缔交, 相与为一."] +note = [] +content = "合从/缔交/, 相与/为一./" +translation = "采用合纵的策略缔结盟约,互相援助,成为一体。" +keyword_note = { "合从" = "合纵策略", "缔交" = "缔结盟约" } + +["当此之时, 齐有孟尝, 赵有平原, 楚有春申, 魏有信陵."] +note = [] +content = "当此/之时/, 齐有/孟尝/, 赵有/平原/, 楚有/春申/, 魏有/信陵./" +translation = "在这个时候,齐国有孟尝君,赵国有平原君,楚国有春申君,魏国有信陵君。" +keyword_note = { "孟尝" = "孟尝君田文", "平原" = "平原君赵胜", "春申" = "春申君黄歇", "信陵" = "信陵君魏无忌" } + +["此四君者, 皆明智而忠信, 宽厚而爱人, 尊贤而重士,"] +note = [] +content = "此/四君/者/, 皆/明智/而/忠信/, 宽厚/而/爱人/, 尊贤/而/重士,/" +translation = "这四位封君,都见识英明有智谋,心地诚而讲信义,待人宽宏厚道而爱惜人民,尊重贤才而重用士人," +keyword_note = { "明智" = "见识英明有智谋", "忠信" = "心地诚而讲信义", "爱人" = "爱惜人民", "尊贤" = "尊重贤才", "重士" = "重用士人" } + +["约从离衡, 兼韩、魏、燕、楚、齐、赵、宋、卫、中山之众."] +note = [] +content = "约从/离衡/, 兼/韩/、魏/、燕/、楚/、齐/、赵/、宋/、卫/、中山/之众./" +translation = "以合纵之约击破秦的连横之策,联合韩、魏、燕、楚、齐、赵、宋、卫、中山的部队。" +keyword_note = { "约从" = "采用合纵策略", "离衡" = "破坏连横策略", "兼" = "联合" } + +["于是六国之士, 有甯越、徐尚、苏秦、杜赫之属为之谋,"] +note = [] +content = "于是/六国/之士/, 有/甯越/、徐尚/、苏秦/、杜赫/之属/为之/谋,/" +translation = "在这时,六国的士人,有宁越、徐尚、苏秦、杜赫等人为他们出谋划策," +keyword_note = { "之属" = "等人", "为之谋" = "为他们出谋划策" } + +["齐明、周最、陈轸、召滑、楼缓、翟景、苏厉、乐毅之徒通其意,"] +note = [] +content = "齐明/、周最/、陈轸/、召滑/、楼缓/、翟景/、苏厉/、乐毅/之徒/通其/意,/" +translation = "齐明、周最、陈轸、召滑、楼缓、翟景、苏厉、乐毅等人沟通他们的意见," +keyword_note = { "之徒" = "等人", "通其意" = "沟通他们的意见" } + +["吴起、孙膑、带佗、倪良、王廖、田忌、廉颇、赵奢之伦制其兵."] +note = [] +content = "吴起/、孙膑/、带佗/、倪良/、王廖/、田忌/、廉颇/、赵奢/之伦/制其/兵./" +translation = "吴起、孙膑、带佗、倪良、王廖、田忌、廉颇、赵奢等人统率他们的军队。" +keyword_note = { "之伦" = "等人", "制其兵" = "统率他们的军队" } + +["尝以十倍之地, 百万之众, 叩关而攻秦."] +note = [] +content = "尝以/十倍/之地/, 百万/之众/, 叩关/而攻/秦./" +translation = "他们曾经用十倍于秦的土地,上百万的军队,攻打函谷关来攻打秦国。" +keyword_note = { "尝" = "曾经", "以" = "用", "叩关" = "攻打函谷关" } + +["秦人开关延敌, 九国之师, 逡巡而不敢进."] +note = [] +content = "秦人/开关/延敌/, 九国/之师/, 逡巡/而不敢/进./" +translation = "秦人打开函谷关口迎战敌人,九国的军队有所顾虑徘徊不敢入关。" +keyword_note = { "开关" = "打开函谷关", "延敌" = "迎战敌人", "九国" = "九个国家", "逡巡" = "有所顾虑徘徊" } + +["秦无亡矢遗镞之费, 而天下诸侯已困矣."] +note = [] +content = "秦/无/亡矢/遗镞/之费/, 而/天下/诸侯/已困/矣./" +translation = "秦人没有一兵一卒的耗费,然而天下的诸侯就已窘迫不堪了。" +keyword_note = { "亡矢" = "丢失箭矢", "遗镞" = "遗失箭头", "费" = "耗费", "困" = "窘迫不堪" } + +["于是从散约败, 争割地而赂秦."] +note = [] +content = "于是/从散/约败/, 争/割地/而赂/秦./" +translation = "因此,纵约失败了,各诸侯国争着割地来贿赂秦国。" +keyword_note = { "从散" = "纵约失败", "约败" = "盟约破坏", "赂" = "贿赂" } + +["秦有余力而制其弊, 追亡逐北, 伏尸百万, 流血漂橹; "] +note = [] +content = "秦/有余力/而制/其弊/, 追亡/逐北/, 伏尸/百万/, 流血/漂橹; /" +translation = "秦有剩余的力量趁他们困乏而制服他们,追赶逃走的败兵,百万败兵横尸道路,流淌的血液可以漂浮盾牌;" +keyword_note = { "制其弊" = "趁他们困乏而制服他们", "追亡" = "追赶逃兵", "逐北" = "追逐败兵", "伏尸" = "横尸", "漂橹" = "漂浮盾牌" } + +["因利乘便, 宰割天下, 分裂山河."] +note = [] +content = "因利/乘便/, 宰割/天下/, 分裂/山河./" +translation = "秦国凭借这便利的形势,割取天下的土地,重新划分山河的区域。" +keyword_note = { "因利乘便" = "凭借便利的形势", "宰割" = "割取", "分裂" = "划分" } + +["强国请服, 弱国入朝."] +note = [] +content = "强国/请服/, 弱国/入朝./" +translation = "强国主动表示臣服,弱国入秦朝拜。" +keyword_note = { "请服" = "请求臣服", "入朝" = "入秦朝拜" } + +["延及孝文王、庄襄王, 享国之日浅, 国家无事."] +note = [] +content = "延及/孝文王/、庄襄王/, 享国/之日/浅/, 国家/无事./" +translation = "延续到孝文王、庄襄王,统治的时间不长,秦国并没有什么大事发生。" +keyword_note = { "延及" = "延续到", "享国" = "统治国家", "浅" = "时间短", "无事" = "没有大事发生" } + +["及至始皇, 奋六世之余烈, 振长策而御宇内,"] +note = [] +content = "及至/始皇/, 奋/六世/之余烈/, 振/长策/而御/宇内,/" +translation = "到始皇的时候,发展六世遗留下来的功业,以武力来统治各国," +keyword_note = { "奋" = "发展", "余烈" = "遗留下来的功业", "振长策" = "挥动长鞭", "御宇内" = "统治天下" } + +["吞二周而亡诸侯, 履至尊而制六合,"] +note = [] +content = "吞/二周/而亡/诸侯/, 履/至尊/而制/六合,/" +translation = "将东周,西周和各诸侯国统统消灭,登上皇帝的宝座来统治天下," +keyword_note = { "吞" = "吞并", "二周" = "东周和西周", "履至尊" = "登上皇位", "制六合" = "统治天下" } + +["执敲扑而鞭笞天下, 威振四海."] +note = [] +content = "执/敲扑/而鞭笞/天下/, 威振/四海./" +translation = "用严酷的刑罚来奴役天下的百姓,威风震慑四海。" +keyword_note = { "敲扑" = "刑具", "鞭笞" = "鞭打,奴役", "威振" = "威风震慑" } + +["南取百越之地, 以为桂林、象郡; "] +note = [] +content = "南取/百越/之地/, 以为/桂林/、象郡; /" +translation = "秦始皇向南攻取百越的土地,把它划为桂林郡和象郡;" +keyword_note = { "百越" = "古代南方少数民族", "以为" = "把它作为" } + +["百越之君, 俯首系颈, 委命下吏."] +note = [] +content = "百越/之君/, 俯首/系颈/, 委命/下吏./" +translation = "百越的君主低着头,颈上捆着绳子愿意服从投降,把性命交给司法官吏。" +keyword_note = { "俯首" = "低头", "系颈" = "颈上捆着绳子", "委命" = "把性命交给", "下吏" = "司法官吏" } + +["乃使蒙恬北筑长城而守藩篱, 却匈奴七百余里; "] +note = [] +content = "乃使/蒙恬/北筑/长城/而守/藩篱/, 却/匈奴/七百/余里; /" +translation = "秦始皇于是又命令蒙恬在北方修筑长城,守卫边境,使匈奴退却七百多里;" +keyword_note = { "蒙恬" = "秦朝名将", "藩篱" = "边境", "却" = "使...退却", "匈奴" = "北方少数民族" } + +["胡人不敢南下而牧马, 士不敢弯弓而报怨."] +note = [] +content = "胡人/不敢/南下/而牧马/, 士/不敢/弯弓/而报怨./" +translation = "胡人不敢向下到南边来放牧,勇士不敢拉弓射箭来报仇。" +keyword_note = { "胡人" = "指匈奴人", "牧马" = "放牧", "弯弓" = "拉弓", "报怨" = "报仇" } + +["于是废先王之道, 焚百家之言, 以愚黔首; "] +note = [] +content = "于是/废/先王/之道/, 焚/百家/之言/, 以愚/黔首; /" +translation = "秦始皇接着就废除古代帝王的治世之道,焚烧诸子百家的著作,来使百姓愚蠢;" +keyword_note = { "先王" = "古代帝王", "道" = "治世之道", "百家之言" = "诸子百家的著作", "愚" = "使...愚蠢", "黔首" = "百姓" } + +["隳名城, 杀豪杰; "] +note = [] +content = "隳/名城/, 杀/豪杰; /" +translation = "毁坏高大的城墙,杀掉英雄豪杰;" +keyword_note = { "隳" = "毁坏", "名城" = "高大的城墙" } + +["收天下之兵, 聚之咸阳, 销锋镝, 铸以为金人十二, 以弱天下之民."] +note = [] +content = "收/天下/之兵/, 聚之/咸阳/, 销/锋镝/, 铸以为/金人/十二/, 以弱/天下/之民./" +translation = "收缴天下的兵器,集中在咸阳,销毁兵刃和箭头,冶炼它们铸造十二个铜人,以便削弱百姓的反抗力量。" +keyword_note = { "兵" = "兵器", "销" = "销毁", "锋镝" = "兵刃和箭头", "铸以为" = "铸造成为", "金人" = "铜人", "弱" = "削弱" } + +["然后践华为城, 因河为池,"] +note = [] +content = "然后/践华/为城/, 因河/为池,/" +translation = "然后凭借华山为城墙,依据黄河为城池," +keyword_note = { "践华" = "凭借华山", "因河" = "依据黄河", "为城" = "作为城墙", "为池" = "作为护城河" } + +["据亿丈之城, 临不测之渊, 以为固."] +note = [] +content = "据/亿丈/之城/, 临/不测/之渊/, 以为/固./" +translation = "凭借着高耸的华山,往下看着深不可测的黄河,认为这是险固的地方。" +keyword_note = { "亿丈" = "形容极高", "不测" = "深不可测", "渊" = "深水", "固" = "险固" } + +["良将劲弩守要害之处, 信臣精卒陈利兵而谁何."] +note = [] +content = "良将/劲弩/守/要害/之处/, 信臣/精卒/陈/利兵/而谁何./" +translation = "好的将领手执强弩,守卫着要害的地方,可靠的官员和精锐的士卒,拿着锋利的兵器,盘问过往行人。" +keyword_note = { "劲弩" = "强弩", "要害" = "重要关键", "信臣" = "可靠的官员", "精卒" = "精锐的士卒", "陈" = "陈列,拿着", "利兵" = "锋利的兵器", "谁何" = "盘问行人" } + +["天下已定, 始皇之心, 自以为关中之固, 金城千里, 子孙帝王万世之业也."] +note = [] +content = "天下/已定/, 始皇/之心/, 自以为/关中/之固/, 金城/千里/, 子孙/帝王/万世/之业/也./" +translation = "天下已经安定,始皇心里自己认为这关中的险固地势、方圆千里的坚固的城防,是子子孙孙称帝称王直至万代的基业。" +keyword_note = { "自以为" = "自己认为", "关中" = "函谷关以西地区", "固" = "险固地势", "金城" = "坚固的城池", "帝王" = "称帝称王", "万世" = "万代" } + +["始皇既没, 余威震于殊俗."] +note = [] +content = "始皇/既没/, 余威/震于/殊俗./" +translation = "始皇去世之后,他的余威依然震慑着边远地区。" +keyword_note = { "既没" = "死后", "余威" = "剩余的威势", "震" = "震慑", "殊俗" = "不同的风俗,指边远地区" } + +["然陈涉瓮牖绳枢之子, 氓隶之人, 而迁徙之徒也; "] +note = [] +content = "然/陈涉/瓮牖/绳枢/之子/, 氓隶/之人/, 而/迁徙/之徒/也; /" +translation = "可是,陈涉不过是个破瓮做窗户、草绳做户枢的贫家子弟,是氓、隶一类的人,后来做了被迁谪戍边的卒子;" +keyword_note = { "瓮牖" = "用破瓮做窗户", "绳枢" = "用草绳系户枢", "氓隶" = "平民和奴隶", "迁徙之徒" = "被征发戍边的人" } + +["才能不及中人, 非有仲尼、墨翟之贤, 陶朱、猗顿之富; "] +note = [] +content = "才能/不及/中人/, 非有/仲尼/、墨翟/之贤/, 陶朱/、猗顿/之富; /" +translation = "才能不如普通人,并没有孔丘、墨翟那样的贤德,也不像陶朱、猗顿那样富有。" +keyword_note = { "中人" = "普通人", "仲尼" = "孔子", "墨翟" = "墨子", "陶朱" = "范蠡", "猗顿" = "春秋时富商" } + +["蹑足行伍之间, 而倔起阡陌之中,"] +note = [] +content = "蹑足/行伍/之间/, 而/倔起/阡陌/之中,/" +translation = "他跻身于戍卒的队伍中,从田野间突然奋起发难," +keyword_note = { "蹑足" = "置身于", "行伍" = "军队", "倔起" = "突然奋起", "阡陌" = "田野" } + +["率疲弊之卒, 将数百之众, 转而攻秦; "] +note = [] +content = "率/疲弊/之卒/, 将/数百/之众/, 转而/攻秦; /" +translation = "率领着疲惫无力的士兵,指挥着几百人的队伍,掉转头来进攻秦国;" +keyword_note = { "疲弊" = "疲惫无力", "将" = "率领" } + +["斩木为兵, 揭竿为旗,"] +note = [] +content = "斩木/为兵/, 揭竿/为旗,/" +translation = "砍下树木作武器,举起竹竿当旗帜," +keyword_note = { "斩木为兵" = "砍树木作武器", "揭竿为旗" = "举竹竿当旗帜" } + +["天下云集响应, 赢粮而景从."] +note = [] +content = "天下/云集/响应/, 赢粮/而景从./" +translation = "天下豪杰像云一样聚集,回声似的应和他,许多人都背着粮食,如影随形。" +keyword_note = { "云集" = "像云一样聚集", "响应" = "像回声一样应和", "赢粮" = "背着粮食", "景从" = "如影随形" } + +["山东豪俊遂并起而亡秦族矣."] +note = [] +content = "山东/豪俊/遂/并起/而亡/秦族/矣./" +translation = "崤山以东的英雄豪杰于是一齐起事,消灭了秦的家族。" +keyword_note = { "山东" = "崤山以东", "豪俊" = "英雄豪杰", "并起" = "一齐起事", "亡" = "消灭", "秦族" = "秦的家族" } + +["且夫天下非小弱也, 雍州之地, 崤函之固, 自若也."] +note = [] +content = "且夫/天下/非/小弱/也/, 雍州/之地/, 崤函/之固/, 自若/也./" +translation = "况且那天下并没有缩小削弱,雍州的地势,崤山和函谷关的险固,是保持原来的样子。" +keyword_note = { "且夫" = "况且", "小弱" = "变小削弱", "自若" = "保持原样" } + +["陈涉之位, 非尊于齐、楚、燕、赵、韩、魏、宋、卫、中山之君也; "] +note = [] +content = "陈涉/之位/, 非/尊于/齐/、楚/、燕/、赵/、韩/、魏/、宋/、卫/、中山/之君/也; /" +translation = "陈涉的地位,没有比齐、楚、燕、赵、韩、魏、宋、卫、中山的国君更加尊贵;" +keyword_note = { "尊于" = "比...尊贵" } + +["锄櫌棘矜, 非铦于钩戟长铩也; "] +note = [] +content = "锄櫌/棘矜/, 非/铦于/钩戟/长铩/也; /" +translation = "锄头木棍也不比钩戟长矛更锋利;" +keyword_note = { "锄櫌" = "锄头", "棘矜" = "木棍", "铦于" = "比...锋利", "钩戟" = "带钩的戟", "长铩" = "长矛" } + +["谪戍之众, 非抗于九国之师也; "] +note = [] +content = "谪戍/之众/, 非/抗于/九国/之师/也; /" +translation = "那迁谪戍边的士兵也不能和九国部队抗衡;" +keyword_note = { "谪戍" = "被贬戍边", "抗于" = "和...抗衡", "九国" = "九个国家" } + +["深谋远虑, 行军用兵之道, 非及乡时之士也."] +note = [] +content = "深谋/远虑/, 行军/用兵/之道/, 非及/乡时/之士/也./" +translation = "深谋远虑,行军用兵的方法,也比不上先前九国的武将谋臣。" +keyword_note = { "深谋远虑" = "深谋远虑", "行军用兵" = "行军作战", "非及" = "比不上", "乡时" = "先前" } + +["然而成败异变, 功业相反, 何也?"] +note = [] +content = "然而/成败/异变/, 功业/相反/, 何也?/" +translation = "可是条件好者失败而条件差者成功,功业完全相反,为什么呢?" +keyword_note = { "成败异变" = "成功失败发生变化", "功业相反" = "功业完全相反" } + +["试使山东之国与陈涉度长絜大, 比权量力,"] +note = [] +content = "试使/山东/之国/与/陈涉/度长/絜大/, 比权/量力,/" +translation = "假使拿东方诸侯国跟陈涉比一比长短大小,量一量权势力量," +keyword_note = { "试使" = "假使", "度长絜大" = "衡量长短大小", "比权量力" = "比较权势力量" } + +["则不可同年而语矣."] +note = [] +content = "则/不可/同年/而语/矣./" +translation = "就更不能相提并论了。" +keyword_note = { "同年而语" = "相提并论" } + +["然秦以区区之地, 致万乘之势, 序八州而朝同列, 百有余年矣; "] +note = [] +content = "然/秦/以/区区/之地/, 致/万乘/之势/, 序/八州/而朝/同列/, 百有/余年/矣; /" +translation = "然而秦凭借着它的小小的地方,发展到兵车万乘的国势,管辖全国,使六国诸侯都来朝见,已经一百多年了;" +keyword_note = { "区区" = "小小", "致" = "达到", "万乘" = "兵车万乘", "序八州" = "管辖全国", "朝同列" = "使同列来朝拜", "百有余年" = "一百多年" } + +["然后以六合为家, 崤函为宫; "] +note = [] +content = "然后/以/六合/为家/, 崤函/为宫; /" +translation = "这之后把天下作为家业,用崤山、函谷关作为自己的内宫;" +keyword_note = { "六合为家" = "把天下作为家业", "崤函为宫" = "把崤山函谷关作为内宫" } + +["一夫作难而七庙隳, 身死人手, 为天下笑者, 何也?"] +note = [] +content = "一夫/作难/而/七庙/隳/, 身死/人手/, 为/天下/笑者/, 何也?/" +translation = "陈涉一人起义国家就灭亡了,秦王子婴死在别人项羽手里,被天下人耻笑,这是为什么呢?" +keyword_note = { "一夫作难" = "一人起义", "七庙隳" = "宗庙毁灭,国家灭亡", "身死人手" = "死在别人手里", "为天下笑" = "被天下人耻笑" } + +["仁义不施而攻守之势异也."] +note = [] +content = "仁义/不施/而/攻守/之势/异也./" +translation = "就因为不施行仁政而使攻守的形势发生了变化啊。" +keyword_note = { "仁义" = "仁政", "不施" = "不施行", "攻守之势" = "进攻和防守的形势", "异" = "发生变化" } + +["锦瑟"] +note = [] +content = "锦瑟/" +translation = "锦瑟" +keyword_note = {} + +["锦瑟无端五十弦, 一弦一柱思华年."] +note = ['李商隐〔唐代〕'] +content = "锦瑟/无端/五十弦/, 一弦/一柱/思/华年./" +translation = "精美的瑟为什么有五十根弦, 一弦一柱都叫我追忆青春年华. " +keyword_note = { "锦瑟" = "装饰华美的瑟", "无端" = "犹何故, 怨怪之词", "五十弦" = "托古之词, 锦瑟本应是二十五弦", "华年" = "青春年华" } + +["庄生晓梦迷蝴蝶, 望帝春心托杜鹃."] +note = [] +content = "庄生/晓梦/迷/蝴蝶/, 望帝/春心/托/杜鹃./" +translation = "庄周在梦中化为蝴蝶翩翩起舞, 望帝把自己的幽恨托身于杜鹃. " +keyword_note = { "庄生晓梦迷蝴蝶" = "引用庄周梦蝶故事, 言人生如梦, 往事如烟", "望帝春心托杜鹃" = "引用望帝化为杜鹃的传说, 表达幽恨之情" } + +["沧海月明珠有泪, 蓝田日暖玉生烟."] +note = [] +content = "沧海/月明/珠/有泪/, 蓝田/日暖/玉/生烟./" +translation = "沧海明月高照, 鲛人泣泪成珠; 蓝田红日和暖, 可看到良玉生烟. " +keyword_note = { "珠有泪" = "引用鲛人泣泪成珠的典故", "蓝田" = "指蓝田山, 一名玉山", "玉生烟" = "良玉在日光下生出烟气" } + +["此情可待成追忆, 只是当时已惘然."] +note = [] +content = "此情/可待/成/追忆/, 只是/当时/已/惘然./" +translation = "此时此景为什么要现在才追忆, 只因为当时心中只是一片茫然. " +keyword_note = { "可待" = "岂待, 何待", "只是" = "止是、仅是, 有就是、正是之意", "惘然" = "失意的样子, 心中若有所失的样子" } + +["长亭送别"] +note = [] +content = "长亭送别/" +translation = "长亭送别" +keyword_note = {} + +["碧云天, 黄花地, 西风紧, 北雁南飞."] +note = ['正宫·端正好·长亭送别', '作者: 王实甫'] +content = "碧/云天/, 黄花/地/, 西风/紧/, 北雁/南飞./" +translation = "碧蓝的天空, 开满了菊花的大地, 西风猛烈吹, 大雁从北往南飞. " +keyword_note = { "碧云天" = "碧蓝的天空", "黄花地" = "开满了菊花的大地", "西风紧" = "西风猛烈吹", "北雁南飞" = "大雁从北往南飞" } + +["晓来谁染霜林醉? 总是离人泪."] +note = ['正宫·端正好·长亭送别', '作者: 王实甫'] +content = "晓/来/谁/染/霜林/醉? /总是/离人/泪./" +translation = "清晨, 是谁把经霜的枫林染红了? 那总是离人的眼泪. " +keyword_note = { "晓来" = "清晨", "霜林醉" = "经霜的枫林染红了", "离人泪" = "离人的眼泪" } + +["阿房宫赋"] +note = [] +content = "阿房宫赋/" +translation = "阿房宫赋" +keyword_note = {} + +["六王毕, 四海一, 蜀山兀, 阿房出."] +note = [ + '六王: 韩、赵、魏、楚、燕、齐六国的国王', + '毕: 完结, 指为秦国所灭', + '一: 统一', + '兀: 山高而上平, 形容山上树木被砍伐净尽', + '出: 出现, 意思是建成', +] +content = "六王/毕/, 四海/一/, 蜀山/兀/, 阿房/出./" +translation = "六国灭亡, 秦始皇统一了天下. 蜀山的树木被伐光了, 阿房宫才盖起来" +keyword_note = { "六王毕" = "六国灭亡", "四海一" = "天下统一", "蜀山兀" = "蜀山树木砍光", "阿房出" = "阿房宫建成" } + +["覆压三百余里, 隔离天日."] +note = [] +content = "覆压/三百/余里/, 隔离/天日./" +translation = " (从渭南到咸阳) 阿房宫占地三百多里, 楼阁高耸, 遮天蔽日" +keyword_note = { "覆压" = "覆盖, 形容宫殿楼阁接连不断", "隔离天日" = "遮蔽了天日, 形容宫殿楼阁的高大" } + +["骊山北构而西折, 直走咸阳."] +note = ['骊山: 从骊山', '北构: 向北建构', '西折: 往西转', '直走: 一直延伸到'] +content = "骊山/北构/而/西折/, 直走/咸阳./" +translation = " (它) 从骊山向北建构, 再往西转, 一直延伸到咸阳" +keyword_note = { "北构" = "向北建构", "西折" = "向西转折", "直走" = "一直通向" } + +["二川溶溶, 流入宫墙."] +note = ['二川: 指渭水和樊川', '溶溶: 河水缓流的样子'] +content = "二川/溶溶/, 流入/宫墙./" +translation = "渭水和樊水浩浩荡荡, 水波荡漾地流入阿房宫的围墙" +keyword_note = { "二川" = "渭水和樊川", "溶溶" = "水波荡漾的样子" } + +["五步一楼, 十步一阁; 廊腰缦回, 檐牙高啄; 各抱地势, 钩心斗角."] +note = ['廊腰: 连接高大建筑物的走廊', '缦回: 宽而曲折', '檐牙: 突起的屋檐', '钩心斗角: 宫室结构参差错落, 精巧工致'] +content = "五步/一楼/, 十步/一阁/; 廊腰/缦回/, 檐牙/高啄/; 各抱/地势/, 钩心/斗角./" +translation = "每隔五步 (有) 一栋楼, 每隔十步 (有) 一座阁. 走廊宽而曲折, (突起的)屋檐 (像鸟嘴) 向上噘起. 楼阁各依地势的高下而建, 像是互相环抱, 各种建筑物都向中心区攒集, 屋角互相对峙" +keyword_note = { "廊腰缦回" = "走廊宽而曲折", "檐牙高啄" = "屋檐像鸟嘴向上噘起", "各抱地势" = "各随地形而建", "钩心斗角" = "建筑物向中心攒集, 屋角对峙" } + +["盘盘焉, 囷囷焉, 蜂房水涡, 矗不知其几千万落."] +note = ['盘盘: 盘旋的样子', '囷囷: 屈曲的样子', "落: 相当于'座'或者'所'"] +content = "盘盘/焉/, 囷囷/焉/, 蜂房/水涡/, 矗/不知/其/几千万/落./" +translation = "盘旋地、曲折地, 像蜂房, 像水涡, 矗立着不知有几千万座" +keyword_note = { "盘盘" = "盘旋", "囷囷" = "屈曲", "蜂房水涡" = "像蜂房像水涡", "矗" = "矗立" } + +["长桥卧波, 未云何龙?"] +note = ["未云何龙: 没有云怎么 (出现了) 龙? 《易经》有'云从龙'的话"] +content = "长桥/卧波/, 未云/何龙?/" +translation = "长桥横卧在渭水上, (人们看了要惊讶: ) 天上没有云, 怎么出现了龙? " +keyword_note = { "长桥卧波" = "长桥横卧水上", "未云何龙" = "无云何以现龙" } + +["复道行空, 不霁何虹?"] +note = ['复道: 在楼阁之间架木筑成的通道', '霁: 雨雪停止, 天放晴'] +content = "复道/行空/, 不霁/何虹?/" +translation = "在楼阁之间架木筑成的通道横空而过, 彩色斑斓, (人们看了要诧异: ) 不是雨过天晴, 哪里来的彩虹? " +keyword_note = { "复道行空" = "空中通道横空", "不霁何虹" = "未晴何来彩虹" } + +["高低冥迷, 不知西东."] +note = ['冥迷: 分辨不清'] +content = "高低/冥迷/, 不知/西东./" +translation = "楼阁随着地势高高低低, 使人迷糊, 辨不清东西方向" +keyword_note = { "高低冥迷" = "高低难辨", "不知西东" = "不辨方向" } + +["歌台暖响, 春光融融; 舞殿冷袖, 风雨凄凄."] +note = [] +content = "歌台/暖响/, 春光/融融/; 舞殿/冷袖/, 风雨/凄凄./" +translation = "人们在台上唱歌, 歌乐声响起来, 好像充满着暖意, 如同春光那样融和. 人们在殿中舞蹈, 舞袖飘拂, 好像带来寒气, 如同风雨交加那样凄冷" +keyword_note = { "歌台暖响" = "歌台暖意融融", "舞殿冷袖" = "舞殿寒气凄凄" } + +["一日之内, 一宫之间, 而气候不齐."] +note = ['气候: 指天气 (雨雪阴睛) 的意思'] +content = "一日/之内/, 一宫/之间/, 而/气候/不齐./" +translation = "一天之内, 一宫之中, 而天气竟会如此不同" +keyword_note = { "气候不齐" = "气氛冷暖不同" } + +["妃嫔媵嫱, 王子皇孙, 辞楼下殿, 辇来于秦, 朝歌夜弦, 为秦宫人."] +note = ['妃嫔媵嫱: 统指六国王侯的宫妃', '王子皇孙: 指六国王侯的女儿、孙女', '辇: 辇车'] +content = "妃嫔/媵嫱/, 王子/皇孙/, 辞楼/下殿/, 辇来/于秦/, 朝歌/夜弦/, 为/秦宫人./" +translation = "六国王侯的宫妃、女儿、孙女, 辞别本国的楼阁宫殿, 乘着辇车来到秦国. 早晚弹唱,成为秦王朝的宫女" +keyword_note = { "妃嫔媵嫱" = "六国宫妃", "辇来于秦" = "乘车来到秦国", "朝歌夜弦" = "早晚歌舞" } + +["明星荧荧, 开妆镜也;"] +note = ['荧荧: 明亮的样子'] +content = "明星/荧荧/, 开妆镜/也;/" +translation = " (光如) 明星闪亮, 是 (宫女们) 打开梳妆的镜子; " +keyword_note = { "明星荧荧" = "星光闪亮" } + +["绿云扰扰, 梳晓鬟也;"] +note = [] +content = "绿云/扰扰/, 梳晓鬟/也;/" +translation = "乌云缭绕, 原来是她们正在早晨梳理发髻; " +keyword_note = { "绿云扰扰" = "乌云缭绕" } + +["渭流涨腻, 弃脂水也;"] +note = ['涨腻: 涨起了 (一层) 脂膏'] +content = "渭流/涨腻/, 弃脂水/也;/" +translation = "渭水河面上浮起一层垢腻, 原来是她们泼掉的脂粉水; " +keyword_note = { "渭流涨腻" = "渭水浮腻" } + +["烟斜雾横, 焚椒兰也."] +note = ['椒兰: 两种香料植物'] +content = "烟斜/雾横/, 焚椒兰/也./" +translation = "空中烟雾弥漫, 是她们在焚烧椒兰香料" +keyword_note = { "烟斜雾横" = "烟雾弥漫" } + +["雷霆乍惊, 宫车过也; 辘辘远听, 杳不知其所之也."] +note = ['辘辘: 车行的声音', '杳: 无影无声, 形容声音的遥远'] +content = "雷霆/乍惊/, 宫车/过也/; 辘辘/远听/, 杳/不知/其所之/也./" +translation = "如雷霆般的声音响起使人骤然吃惊, 是皇上的宫车驰过; 听那车声渐远, 也不知驶到哪儿去了" +keyword_note = { "雷霆乍惊" = "雷霆般震响", "辘辘远听" = "车声渐远", "杳不知" = "远去无踪" } + +["一肌一容, 尽态极妍, 缦立远视, 而望幸焉."] +note = ['尽态极妍: 娇媚极了', '缦立: 久立', '幸: 皇帝驾临'] +content = "一肌/一容/, 尽态/极妍/, 缦立/远视/, 而/望幸/焉./" +translation = "任何一部分肌肤, 任何一种姿容, 都娇媚极了, 耐心地久立远视, 盼望皇帝能亲自驾临" +keyword_note = { "一肌一容" = "肌肤姿容", "尽态极妍" = "娇媚至极", "缦立远视" = "久立远望", "望幸" = "盼望宠幸" } + +["有不得见者, 三十六年."] +note = ['三十六年: 秦始皇在位共三十六年'] +content = "有/不得/见者/, 三十/六年./" +translation = "可是有许多宫女整整等了三十六年, 还未见到皇帝" +keyword_note = { "不得见" = "未能见到", "三十六年" = "长达三十六年" } + +["鼎铛玉石, 金块珠砾, 弃掷逦迤, 秦人视之, 亦不甚惜."] +note = ['鼎铛玉石: 把宝鼎看作铁锅, 把美玉看作石头', '金块珠砾: 把黄金看作土块, 把珍珠看作石子', '逦迤: 连续不断, 到处都是'] +content = "鼎铛/玉石/, 金块/珠砾/, 弃掷/逦迤/, 秦人/视之/, 亦不/甚惜./" +translation = "把宝鼎当作铁锅, 把美玉当作石头, 把黄金当作土块, 把珍珠当作沙石, 随意丢弃, 秦人看见了也不觉得可惜" +keyword_note = { "鼎铛玉石" = "视鼎如铛视玉如石", "金块珠砾" = "视金如土视珠如砾", "弃掷逦迤" = "随意丢弃", "不甚惜" = "不很珍惜" } + +["使负栋之柱, 多于南亩之农夫;"] +note = ['负栋之柱: 承担栋梁的柱子'] +content = "使/负栋/之柱/, 多于/南亩/之农夫;/" +translation = "让那 (阿房宫中) 负载大梁的柱子, 比田里的农夫还多; " +keyword_note = { "负栋之柱" = "承重柱子" } + +["架梁之椽, 多于机上之工女;"] +note = [] +content = "架梁/之椽/, 多于/机上/之工女;/" +translation = "架起侧梁的椽子, 比织布机上的女工还多; " +keyword_note = { "架梁之椽" = "屋梁椽子" } + +["钉头磷磷, 多于在庾之粟粒;"] +note = ['磷磷: 水中石头突立的样子, 形容突出的钉头', '庾: 露天的谷仓'] +content = "钉头/磷磷/, 多于/在庾/之粟粒;/" +translation = "显眼的钉子, 比谷仓里的稻米还多; " +keyword_note = { "钉头磷磷" = "突出钉头" } + +["瓦缝参差, 多于周身之帛缕;"] +note = [] +content = "瓦缝/参差/, 多于/周身/之帛缕;/" +translation = "横直密布的屋瓦, 比 (老百姓) 身上的衣服上的线还要多; " +keyword_note = { "瓦缝参差" = "参差瓦缝" } + +["直栏横槛, 多于九土之城郭;"] +note = ['九土: 九州'] +content = "直栏/横槛/, 多于/九土/之城郭;/" +translation = "纵横的栏杆, 比天下的城郭还多; " +keyword_note = { "直栏横槛" = "纵横栏杆" } + +["管弦呕哑, 多于市人之言语."] +note = [] +content = "管弦/呕哑/, 多于/市人/之言语./" +translation = "乐器的演奏声, 比闹市的人说话声还多" +keyword_note = { "管弦呕哑" = "乐器声响" } + +["使天下之人, 不敢言而敢怒."] +note = [] +content = "使/天下/之人/, 不敢/言/而/敢怒./" +translation = "使天下的老百姓敢怒但是不敢言" +keyword_note = { "不敢言" = "不敢说话", "敢怒" = "心中愤怒" } + +["独夫之心, 日益骄固."] +note = ['独夫: 失去人心而极端孤立的统治者, 指秦始皇', '骄固: 骄横顽固'] +content = "独夫/之心/, 日益/骄固./" +translation = "秦始皇却越来越骄横顽固" +keyword_note = { "独夫" = "孤家寡人", "日益骄固" = "越来越骄横顽固" } + +["戍卒叫, 函谷举, 楚人一炬, 可怜焦土!"] +note = ['戍卒叫: 指陈胜、吴广起义', '函谷举: 函谷关被攻占', '楚人一炬: 项羽焚烧秦宫'] +content = "戍卒/叫/, 函谷/举/, 楚人/一炬/, 可怜/焦土!/" +translation = "陈胜、吴广揭竿而起, 四方响应, 函谷关被攻破, 项羽放了一把火, 可惜阿房宫变成了一片焦土" +keyword_note = { "戍卒叫" = "戍卒起义", "函谷举" = "函谷被占", "楚人一炬" = "项羽焚宫", "可怜焦土" = "可惜化为焦土" } + +["灭六国者六国也, 非秦也; 族秦者秦也, 非天下也."] +note = ['族: 灭族'] +content = "灭/六国者/六国/也/, 非/秦也/; 族/秦者/秦也/, 非/天下也./" +translation = "使六国灭亡的是六国自己, 而不是秦国; 使秦国灭亡的是秦国自己, 而不是天下百姓" +keyword_note = { "灭六国" = "六国自灭", "族秦" = "秦国自灭" } + +["嗟乎! 使六国各爱其人, 则足以拒秦;"] +note = [] +content = "嗟乎/! 使/六国/各爱/其人/, 则/足以/拒秦;/" +translation = "唉! 如果六国统治者都能爱护本国老百姓, 那么就有足够的力量抗拒秦国. " +keyword_note = { "各爱其人" = "爱护百姓", "足以拒秦" = "能够抗秦" } + +["使秦复爱六国之人, 则递三世可至万世而为君,"] +note = ['递: 传递, 指王位顺着次序传下去', '万世: 传之无穷'] +content = "使/秦/复爱/六国/之人/, 则/递三世/可至/万世/而为君,/" +translation = "如果秦国统治者同样能爱护六国的人民, 那么秦就能从三世传下去, 甚至可以传到万世都为君王, " +keyword_note = { "复爱六国" = "爱护六国人民", "递三世" = "传位三代" } + +["谁得而族灭也?"] +note = [] +content = "谁得/而族灭/也?/" +translation = "谁能够灭掉秦国呢? " +keyword_note = { "族灭" = "灭族" } + +["秦人不暇自哀, 而后人哀之;"] +note = ['不暇: 来不及'] +content = "秦人/不暇/自哀/, 而后人/哀之;/" +translation = "秦人来不及为自己的灭亡哀叹, 只好让后世的人为他们哀叹; " +keyword_note = { "不暇自哀" = "来不及自哀", "后人哀之" = "后人为之哀叹" } + +["后人哀之而不鉴之, 亦使后人而复哀后人也."] +note = ['鉴: 引以为鉴'] +content = "后人/哀之/而/不鉴之/, 亦使/后人/而/复哀/后人/也./" +translation = "后世的人如果只是哀叹而不引以为鉴, 那么又要再让后世的人为后世哀叹了" +keyword_note = { "不鉴之" = "不引以为鉴", "复哀后人" = "再让后人哀叹" } + +["陈情表"] +note = [] +content = "陈情表/" +translation = "陈情表" +keyword_note = {} + +["臣密言: 臣以险衅, 夙遭闵凶."] +note = [] +content = "臣/密/言: /臣/以/险衅/, 夙/遭/闵凶./" +translation = "臣子李密陈言: 我因命运不好, 小时候遭遇到了不幸" +keyword_note = { "险衅" = "凶险祸患 (这里指命运不好) ", "夙" = "早时, 这里指年幼的时候", "闵" = "通'悯', 指可忧患的事", "凶" = "不幸, 指丧父" } + +["生孩六月, 慈父见背; 行年四岁, 舅夺母志."] +note = [] +content = "生孩/六月/, 慈父/见背; /行年/四岁/, 舅/夺/母志./" +translation = "刚出生六个月, 我慈爱的父亲就不幸去世了. 经过了四年, 舅父逼母亲改嫁" +keyword_note = { "见背" = "死的委婉说法", "行年" = "经历的年岁", "母志" = "母亲守节之志 (改嫁的委婉说法) " } + +["祖母刘愍臣孤弱, 躬亲抚养."] +note = [] +content = "祖母/刘/愍/臣/孤弱/, 躬亲/抚养./" +translation = "我的祖母刘氏, 怜悯我从小丧父, 便亲自对我加以抚养" +keyword_note = { "愍" = "怜悯", "躬亲" = "亲身" } + +["臣少多疾病, 九岁不行, 零丁孤苦, 至于成立."] +note = [] +content = "臣/少/多/疾病/, 九岁/不行/, 零丁/孤苦/, 至于/成立./" +translation = "臣小的时候经常生病, 九岁时还不会行走. 孤独无靠, 一直到成人自立" +keyword_note = { "成立" = "成人自立" } + +["既无伯叔, 终鲜兄弟, 门衰祚薄, 晚有儿息."] +note = [] +content = "既/无/伯叔/, 终/鲜/兄弟/, 门/衰/祚/薄/, 晚/有/儿息./" +translation = "既没有叔叔伯伯, 又没什么兄弟, 门庭衰微而福分浅薄, 很晚才有儿子" +keyword_note = { "鲜" = "少, 这里指'无'", "祚薄" = "福分浅薄", "儿息" = "亲生子女" } + +["外无期功强近之亲, 内无应门五尺之僮, 茕茕孑立, 形影相吊."] +note = [] +content = "外/无/期功/强近/之亲/, 内/无/应门/五尺/之僮/, 茕茕/孑立/, 形影/相吊./" +translation = "在外面没有比较亲近的亲戚, 在家里又没有照应门户的童仆. 生活孤单没有依靠, 每天只有自己的身体和影子相互安慰" +keyword_note = { "期功" = "指关系较近的亲属", "茕茕孑立" = "孤单无依靠的样子", "吊" = "安慰" } + +["而刘夙婴疾病, 常在床蓐, 臣侍汤药, 未曾废离."] +note = [] +content = "而/刘/夙/婴/疾病/, 常/在/床蓐/, 臣/侍/汤药/, 未曾/废离./" +translation = "但祖母又早被疾病缠绕, 常年卧床不起, 我侍奉她吃饭喝药, 从来就没有停止侍奉而离开她" +keyword_note = { "婴" = "被...缠绕", "蓐" = "通'褥', 床垫", "废" = "停止服侍", "离" = "离开" } + +["逮奉圣朝, 沐浴清化."] +note = [] +content = "逮/奉/圣朝/, 沐浴/清化./" +translation = "到了晋朝建立, 我蒙受着清明的政治教化" +keyword_note = { "逮" = "及, 到", "奉" = "承奉", "圣朝" = "指当时的晋朝", "沐浴清化" = "蒙受清平教化" } + +["前太守臣逵察臣孝廉; 后刺史臣荣举臣秀才."] +note = [] +content = "前/太守/臣/逵/察/臣/孝廉; /后/刺史/臣/荣/举/臣/秀才./" +translation = "前任太守逵, 考察后推举臣下为孝廉, 后任刺史荣又推举臣下为优秀人才" +keyword_note = { "察" = "考察和推举", "孝廉" = "孝顺, 品性纯洁", "举" = "推举", "秀才" = "优秀人才" } + +["臣以供养无主, 辞不赴命."] +note = [] +content = "臣/以/供养/无主/, 辞/不赴命./" +translation = "臣下因为供奉赡养祖母的事无人承担, 辞谢不接受任命" +keyword_note = { "无主" = "无人承担" } + +["诏书特下, 拜臣郎中, 寻蒙国恩, 除臣洗马."] +note = [] +content = "诏书/特下/, 拜/臣/郎中/, 寻/蒙/国恩/, 除/臣/洗马./" +translation = "朝廷又特地下了诏书, 任命我为郎中, 不久又蒙受国家恩命, 任命我为太子洗马" +keyword_note = { "拜" = "授予官职", "郎中" = "尚书省的属官", "寻" = "不久", "除" = "拜官受职", "洗马" = "太子的属官" } + +["猥以微贱, 当侍东宫, 非臣陨首所能上报."] +note = [] +content = "猥/以/微贱/, 当/侍/东宫/, 非/臣/陨首/所能/上报./" +translation = "像我这样出身微贱地位卑下的人, 担当侍奉太子的职务, 这实在不是我杀身捐躯所能报答朝廷的" +keyword_note = { "猥" = "谦词", "微贱" = "卑微低贱", "东宫" = "太子居处", "陨首" = "杀身" } + +["臣具以表闻, 辞不就职."] +note = [] +content = "臣/具/以表/闻/, 辞/不就职./" +translation = "我将以上苦衷上表报告, 加以推辞不去就职" +keyword_note = { "具" = "详细", "闻" = "使...知道" } + +["诏书切峻, 责臣逋慢; 郡县逼迫, 催臣上道; 州司临门, 急于星火."] +note = [] +content = "诏书/切峻/, 责/臣/逋慢; /郡县/逼迫/, 催/臣/上道; /州司/临门/, 急于/星火./" +translation = "但是诏书急切严峻, 责备我逃避命令, 有意拖延, 态度傲慢. 郡县长官催促我立刻上路; 州官登门督促, 比流星坠落还要急迫" +keyword_note = { "切峻" = "急切而严厉", "逋慢" = "逃避怠慢", "星火" = "流星的光, 喻急迫" } + +["臣欲奉诏奔驰, 则刘病日笃, 欲苟顺私情, 则告诉不许."] +note = [] +content = "臣/欲/奉诏/奔驰/, 则/刘/病/日笃/, 欲/苟/顺/私情/, 则/告诉/不许./" +translation = "我很想遵从皇上的旨意赴京就职, 但祖母刘氏的病却一天比一天重; 想要姑且顺从自己的私情, 但报告申诉不被允许" +keyword_note = { "日笃" = "病情日益加重", "苟" = "姑且", "告诉" = "报告申诉" } + +["臣之进退, 实为狼狈."] +note = [] +content = "臣/之/进退/, 实为/狼狈./" +translation = "我是进退两难, 十分狼狈" +keyword_note = { "狼狈" = "进退两难的样子" } + +["伏惟圣朝以孝治天下, 凡在故老, 犹蒙矜育, 况臣孤苦, 特为尤甚."] +note = [] +content = "伏惟/圣朝/以/孝/治/天下/, 凡/在/故老/, 犹/蒙/矜育/, 况/臣/孤苦/, 特为/尤甚./" +translation = "我俯伏思量晋朝是用孝道来治理天下的, 凡是年老而德高的旧臣, 尚且还受到怜悯养育, 何况我的孤苦程度更为严重呢" +keyword_note = { "伏惟" = "下对上的敬辞", "故老" = "年老德高的旧臣", "矜育" = "怜悯养育" } + +["且臣少仕伪朝, 历职郎署, 本图宦达, 不矜名节."] +note = [] +content = "且/臣/少/仕/伪朝/, 历职/郎署/, 本图/宦达/, 不矜/名节./" +translation = "况且我年轻的时候曾经做过蜀汉的官, 担任过郎官职务, 本来就希望做官显达, 并不顾惜名声节操" +keyword_note = { "伪朝" = "对前朝的蔑称", "历职" = "连续任职", "郎署" = "尚书郎的官衙", "宦达" = "官场上显达" } + +["今臣亡国贱俘, 至微至陋, 过蒙拔擢, 宠命优渥, 岂敢盘桓, 有所希冀!"] +note = [] +content = "今/臣/亡国/贱俘/, 至微/至陋/, 过/蒙/拔擢/, 宠命/优渥/, 岂敢/盘桓/, 有所/希冀!/" +translation = "现在我是一个低贱的亡国俘虏, 十分卑微浅陋, 受到过分提拔, 恩宠优厚, 怎敢犹豫不决而有非分的企求呢" +keyword_note = { "拔擢" = "提拔", "优渥" = "优厚", "盘桓" = "徘徊不前", "希冀" = "非分的企求" } + +["但以刘日薄西山, 气息奄奄, 人命危浅, 朝不虑夕."] +note = [] +content = "但/以/刘/日薄/西山/, 气息/奄奄/, 人命/危浅/, 朝不/虑夕./" +translation = "只是因为祖母刘氏寿命即将终了, 气息微弱, 生命垂危, 早上不能想到晚上怎样" +keyword_note = { "日薄西山" = "太阳接近西山, 喻人寿命将终", "危浅" = "生命垂危" } + +["臣无祖母, 无以至今日, 祖母无臣, 无以终余年."] +note = [] +content = "臣/无/祖母/, 无以/至今日/, 祖母/无/臣/, 无以/终余年./" +translation = "臣下我如果没有祖母, 就没有今天的样子; 祖母如果没有我的照料, 也无法度过她的余生" +keyword_note = { "终余年" = "度过余生" } + +["母孙二人, 更相为命, 是以区区不能废远."] +note = [] +content = "母孙/二人/, 更相/为命/, 是以/区区/不能/废远./" +translation = "我们祖孙二人, 互相依靠而维持生命, 因此我的内心不愿废止奉养, 远离祖母" +keyword_note = { "更相" = "相互", "区区" = "自己的私情", "废远" = "废止奉养而远离" } + +["臣密今年四十有四, 祖母今年九十有六, 是臣尽节于陛下之日长, 报养刘之日短."] +note = [] +content = "臣/密/今年/四十/有四/, 祖母/今年/九十/有六/, 是/臣/尽节/于/陛下/之日/长/, 报养/刘/之日/短./" +translation = "臣下我现在的年龄四十四岁了, 祖母现在的年龄九十六岁了, 臣下我在陛下面前尽忠尽节的日子还长着呢, 而在祖母刘氏面前尽孝尽心的日子已经不多了" +keyword_note = { "有" = "又", "尽节" = "尽忠节" } + +["乌鸟私情, 愿乞终养."] +note = [] +content = "乌鸟/私情/, 愿/乞/终养./" +translation = "我怀着乌鸦反哺的私情, 乞求能够准许我完成对祖母养老送终的心愿" +keyword_note = { "乌鸟私情" = "乌鸦反哺之情, 喻孝心", "终养" = "养老至终" } + +["臣之辛苦, 非独蜀之人士及二州牧伯所见明知, 皇天后土, 实所共鉴."] +note = [] +content = "臣/之/辛苦/, 非独/蜀之/人士/及/二州/牧伯/所见/明知/, 皇天/后土/, 实所/共鉴./" +translation = "我的辛酸苦楚, 并不仅仅被蜀地的百姓及益州、梁州的长官所亲眼目睹、内心明白, 连天地神明也都看得清清楚楚" +keyword_note = { "辛苦" = "辛酸苦楚", "牧伯" = "州郡长官", "皇天后土" = "天地神明", "鉴" = "明察" } + +["愿陛下矜悯愚诚, 听臣微志, 庶刘侥幸, 保卒余年."] +note = [] +content = "愿/陛下/矜悯/愚诚/, 听/臣/微志/, 庶/刘/侥幸/, 保/卒/余年./" +translation = "希望陛下能怜悯我愚昧诚心, 请允许我完成臣下一点小小的心愿, 使祖母刘氏能够侥幸地保全她的余生" +keyword_note = { "矜悯" = "怜悯", "听" = "准许", "庶" = "或许 (表希望) ", "卒余年" = "终老" } + +["臣生当陨首, 死当结草."] +note = [] +content = "臣/生/当/陨首/, 死/当/结草./" +translation = "我活着应当杀身报效朝廷, 死了也要结草衔环来报答陛下的恩情" +keyword_note = { "陨首" = "掉脑袋, 指献出生命", "结草" = "死后报恩的典故" } + +["臣不胜犬马怖惧之情, 谨拜表以闻."] +note = [] +content = "臣/不胜/犬马/怖惧/之情/, 谨/拜表/以闻./" +translation = "臣下我怀着牛马一样不胜恐惧的心情, 恭敬地呈上此表来使陛下知道这件事" +keyword_note = { "不胜" = "禁不住", "犬马怖惧" = "臣子谦卑的自比", "闻" = "使...知道" } + +["青玉案·元夕"] +note = [] +content = "青玉案·元夕/" +translation = "青玉案·元夕" +keyword_note = {} + +["东风夜放花千树, 更吹落、星如雨"] +note = ['描写元宵夜灯火辉煌的景象, 用夸张手法表现花灯之多如千树花开'] +content = "东风/夜放/花千树/, 更/吹落/、星/如雨/" +translation = "东风吹开了元宵夜的火树银花, 花灯灿烂, 就像千树花开" +keyword_note = { "花千树" = "花灯之多如千树开花", "星如雨" = "焰火纷纷, 乱落如雨" } + +["宝马雕车香满路"] +note = ['描绘元宵节繁华街道上豪华马车往来不绝的盛况'] +content = "宝马/雕车/香/满路/" +translation = "豪华的马车在飘香的街道行过" +keyword_note = { "宝马雕车" = "豪华的马车", "香满路" = "香气弥漫整条街道" } + +["凤箫声动, 玉壶光转, 一夜鱼龙舞"] +note = ['描写元宵夜音乐悠扬、月光流转、灯舞不停的欢乐场景'] +content = "凤箫/声动/, 玉壶/光转/, 一夜/鱼龙/舞/" +translation = "悠扬的凤箫声四处回荡, 玉壶般的明月渐渐转向西边, 一夜舞动鱼灯、龙灯不停歇" +keyword_note = { "凤箫" = "箫的美称", "玉壶" = "比喻明月, 亦可指灯", "鱼龙舞" = "舞动鱼形、龙形的彩灯" } + +["蛾儿雪柳黄金缕, 笑语盈盈暗香去"] +note = ['描写元宵节妇女们盛装出游、笑语盈盈的热闹场面'] +content = "蛾儿/雪柳/黄金缕/, 笑语/盈盈/暗香/去/" +translation = "美人头上都戴着华丽的饰物, 笑语盈盈地随人群走过, 只有衣香犹在暗中飘散" +keyword_note = { "蛾儿" = "古代妇女元宵节的头饰", "雪柳" = "古代妇女元宵节的饰物", "黄金缕" = "头饰上的金丝绦", "盈盈" = "仪态娇美的样子", "暗香" = "女性身上散发出来的香气" } + +["众里寻他千百度"] +note = ['表达在人群中反复寻找意中人的执着心情'] +content = "众里/寻他/千百度/" +translation = "我在人群中寻找她千百回" +keyword_note = { "千百度" = "千百遍, 形容次数极多" } + +["蓦然回首, 那人却在, 灯火阑珊处"] +note = ['最后发现意中人却在冷清之处, 意境深远, 成为千古名句'] +content = "蓦然/回首/, 那人/却在/, 灯火/阑珊/处/" +translation = "猛然回头, 不经意间却在灯火将尽未尽之处发现了她" +keyword_note = { "蓦然" = "突然, 猛然", "阑珊" = "暗淡、零落, 指灯火稀疏的地方" } + +["静女"] +note = [] +content = "静女/" +translation = "静女" +keyword_note = {} + +["静女其姝, 俟我于城隅. 爱而不见, 搔首踟蹰."] +note = ['诗经·国风·邶风〔先秦〕'] +content = "静女/其姝/, 俟我/于城隅./ 爱而/不见/, 搔首/踟蹰./" +translation = "娴静的姑娘真美丽, 约我等在城上角楼处. 故意躲藏让我找, 急得我搔头徘徊心紧张. " +keyword_note = { "静女" = "贞静娴雅之女", "姝" = "美丽, 漂亮", "俟" = "等待", "城隅" = "城角隐蔽处", "爱" = "同'薆', 隐藏", "见" = "同'现', 出现", "搔首踟蹰" = "以手指挠头, 徘徊不进" } + +["静女其娈, 贻我彤管. 彤管有炜, 说怿女美."] +note = [] +content = "静女/其娈/, 贻我/彤管./ 彤管/有炜/, 说怿/女美./" +translation = "娴静的姑娘容颜好, 送我一枝彤管. 彤管有光彩, 爱它颜色真鲜艳. " +keyword_note = { "娈" = "面目姣好", "贻" = "赠", "彤管" = "红管的笔或红色管状草", "炜" = "色红而光亮", "说怿" = "说同'悦', 怿为喜悦", "女" = "同'汝', 你, 指彤管" } + +["自牧归荑, 洵美且异. 匪女之为美, 美人之贻."] +note = [] +content = "自牧/归荑/, 洵美/且异./ 匪女/之为美/, 美人/之贻./" +translation = "郊野采荑赠送给我, 荑草确实美好又珍异. 不是荑草长得美, 是美人相赠的情意异常深厚. " +keyword_note = { "牧" = "城邑的远郊", "归" = "同'馈', 赠送", "荑" = "初生的白茅草, 象征婚媾", "洵" = "确实", "异" = "特殊", "匪" = "同'非', 不是", "女" = "通'汝', 指荑" } + +["项脊轩志"] +note = [] +content = "项脊轩志/" +translation = "项脊轩志" +keyword_note = {} + +["项脊轩, 旧南阁子也."] +note = ['项脊轩: 归有光家的书斋名. 轩: 小的房室./'] +content = "项脊轩/, 旧/南阁子/也./" +translation = "项脊轩, 是原来的南阁子" +keyword_note = { "项脊轩" = "书斋名", "旧" = "旧日的, 原来的" } + +["室仅方丈, 可容一人居."] +note = ['方丈: 一丈见方./'] +content = "室/仅/方丈/, 可容/一人/居./" +translation = "室内面积只有一丈见方, 可以容纳一个人居住" +keyword_note = { "方丈" = "一丈见方", "容" = "容纳" } + +["百年老屋, 尘泥渗漉, 雨泽下注; 每移案, 顾视无可置者."] +note = [] +content = "百年/老屋/, 尘泥/渗漉/, 雨泽/下注; /每/移案/, 顾视/无可/置者./" +translation = "这座百年老屋, (屋顶墙上的) 泥土从上边漏下来, 雨水也一直往下流; 我每次动书桌, 环视四周都没有可以安置桌案的地方" +keyword_note = { "渗漉" = "漏下", "雨泽" = "雨水", "顾视" = "环视四周", "置" = "安置" } + +["又北向, 不能得日, 日过午已昏."] +note = [] +content = "又/北向/, 不能/得日/, 日/过午/已昏./" +translation = "又屋子方位朝北, 不能被阳光照到, 一过了中午 (屋内) 就已昏暗" +keyword_note = { "北向" = "朝北", "得日" = "照到阳光", "昏" = "昏暗" } + +["余稍为修葺, 使不上漏."] +note = [] +content = "余/稍为/修葺/, 使/不上漏./" +translation = "我稍稍修理了一下, 使它不从上面漏土漏雨" +keyword_note = { "修葺" = "修缮、修理", "上漏" = "从上面漏" } + +["前辟四窗, 垣墙周庭, 以当南日, 日影反照, 室始洞然."] +note = [] +content = "前/辟/四窗/, 垣墙/周庭/, 以/当/南日/, 日影/反照/, 室/始/洞然./" +translation = "向前开了四扇窗子, 用矮墙在庭院周围环绕, 用来挡住南面射来的日光, 日光反射照耀, 室内才明亮起来" +keyword_note = { "辟" = "开", "垣墙" = "砌上围墙", "当" = "挡住", "洞然" = "明亮的样子" } + +["又杂植兰桂竹木于庭, 旧时栏楯, 亦遂增胜."] +note = [] +content = "又/杂植/兰桂竹木/于庭/, 旧时/栏楯/, 亦遂/增胜./" +translation = "又在庭院里随意地种上兰花、桂树、竹子等草木, 往日的栏杆, 也增加了新的光彩" +keyword_note = { "杂植" = "交错种植", "栏楯" = "栏杆", "增胜" = "增添了光彩" } + +["借书满架, 偃仰啸歌, 冥然兀坐, 万籁有声; 而庭阶寂寂, 小鸟时来啄食, 人至不去."] +note = [] +content = "借书/满架/, 偃仰/啸歌/, 冥然/兀坐/, 万籁/有声; /而/庭阶/寂寂/, 小鸟/时来/啄食/, 人至/不去./" +translation = "书摆满了书架, 我仰头高声吟诵诗歌, 有时又静静地独自端坐, 听自然界各种各样的声音; 庭院、台阶前静悄悄的, 小鸟不时飞下来啄食, 人走到它跟前也不离开" +keyword_note = { "偃仰" = "俯仰, 指生活悠然自得", "啸歌" = "吟咏", "冥然" = "静静地", "兀坐" = "端坐", "万籁" = "自然界的一切声音" } + +["三五之夜, 明月半墙, 桂影斑驳, 风移影动, 珊珊可爱."] +note = [] +content = "三五/之夜/, 明月/半墙/, 桂影/斑驳/, 风移/影动/, 珊珊/可爱./" +translation = "农历十五的夜晚, 明月高悬, 照亮半截墙壁, 桂树的影子交杂错落, 微风吹过影子摇动, 可爱极了" +keyword_note = { "三五" = "农历十五", "斑驳" = "交杂错落", "珊珊" = "美好的样子" } + +["然余居于此, 多可喜, 亦多可悲."] +note = [] +content = "然/余/居/于此/, 多/可喜/, 亦/多/可悲./" +translation = "然而我住在这里, 有许多值得高兴的事, 也有许多悲伤的事" +keyword_note = { "然" = "然而", "可喜" = "值得高兴", "可悲" = "悲伤" } + +["先是庭中通南北为一."] +note = [] +content = "先是/庭中/通南北/为一./" +translation = "在这以前, 庭院南北相通成为一体" +keyword_note = { "先是" = "在这以前", "为一" = "成为一体" } + +["迨诸父异爨, 内外多置小门墙, 往往而是."] +note = [] +content = "迨/诸父/异爨/, 内外/多置/小门墙/, 往往/而是./" +translation = "等到伯父、叔父们分了家, 室内外设置了许多小门, 墙壁到处都是" +keyword_note = { "迨" = "等到", "诸父" = "伯父、叔父", "异爨" = "分灶做饭, 指分家", "往往" = "到处" } + +["东犬西吠, 客逾庖而宴, 鸡栖于厅."] +note = [] +content = "东犬/西吠/, 客/逾庖/而宴/, 鸡/栖于/厅./" +translation = "分家后, 狗把原住同一庭院的人当作陌生人, 客人得越过厨房去吃饭, 鸡在厅堂里栖息" +keyword_note = { "西吠" = "对着西边叫", "逾庖" = "越过厨房", "栖" = "栖息" } + +["庭中始为篱, 已为墙, 凡再变矣."] +note = [] +content = "庭中/始为/篱/, 已为/墙/, 凡/再变/矣./" +translation = "庭院中开始是篱笆隔开, 然后又砌成了墙, 一共变了两次" +keyword_note = { "始" = "开始", "已" = "然后", "凡" = "总共", "再" = "两次" } + +["家有老妪, 尝居于此."] +note = [] +content = "家有/老妪/, 尝/居/于此./" +translation = "家中有个老婆婆, 曾经在这里居住过" +keyword_note = { "老妪" = "老婆婆", "尝" = "曾经" } + +["妪, 先大母婢也, 乳二世, 先妣抚之甚厚."] +note = [] +content = "妪/, 先大母/婢也/, 乳/二世/, 先妣/抚之/甚厚./" +translation = "这个老婆婆, 是我已经去世的祖母的婢女, 给两代人喂过奶, 先母对她很好" +keyword_note = { "先大母" = "去世的祖母", "乳" = "喂养", "先妣" = "去世的母亲", "抚" = "对待" } + +["室西连于中闺, 先妣尝一至."] +note = [] +content = "室西/连于/中闺/, 先妣/尝/一至./" +translation = "房子的西边和内室相连, 去世的母亲曾经来过这里" +keyword_note = { "中闺" = "内室", "一至" = "来过一次" } + +["余自束发读书轩中, 一日, 大母过余曰:"] +note = [] +content = "余/自/束发/读书/轩中/, 一日/, 大母/过余/曰/:/" +translation = "我从十五岁起就在轩内读书, 有一天, 祖母来看我, 说" +keyword_note = { "束发" = "古代男孩成童时束发为髻, 指15岁", "过" = "探望" } + +["吾儿, 久不见若影, 何竟日默默在此, 大类女郎也?"] +note = [] +content = "吾儿/, 久/不见/若影/, 何/竟日/默默/在此/, 大类/女郎/也?/" +translation = "'我的孩子, 好久没有见到你的身影了, 为什么整天默默地呆在这里, 像个女孩子一样呀? '" +keyword_note = { "若" = "你", "竟日" = "整天", "大类" = "很像" } + +["比去, 以手阖门, 自语曰:"] +note = [] +content = "比去/, 以手/阖门/, 自语/曰/:/" +translation = "等到离开时, 用手关上门, 自言自语地说" +keyword_note = { "比去" = "等到离开", "阖门" = "关门" } + +["吾家读书久不效, 儿之成, 则可待乎!"] +note = [] +content = "吾家/读书/久不效/, 儿之/成/, 则/可待/乎!/" +translation = "'我家祖祖辈辈都读书, 长期以来却没有成就功名, 这孩子取得成就, 指日可待了! '" +keyword_note = { "不效" = "没有效果, 指没考取功名", "成" = "成就", "可待" = "指日可待" } + +["顷之, 持一象笏至, 曰:"] +note = [] +content = "顷之/, 持/一象笏/至/, 曰/:/" +translation = "不一会, 拿着一个象笏过来, 说" +keyword_note = { "顷之" = "一会儿", "象笏" = "象牙制的手板, 古代官员上朝所用" } + +["此吾祖太常公宣德间执此以朝, 他日汝当用之!"] +note = [] +content = "此/吾祖/太常公/宣德间/执此/以朝/, 他日/汝/当/用之!/" +translation = "'这是我的祖父太常公宣德年间拿着去朝见皇帝用的, 以后你一定会用到它! '" +keyword_note = { "太常公" = "指祖母的祖父太常寺卿", "朝" = "上朝", "当" = "应当" } + +["瞻顾遗迹, 如在昨日, 令人长号不自禁."] +note = [] +content = "瞻顾/遗迹/, 如/在/昨日/, 令人/长号/不自禁./" +translation = "瞻仰回顾旧日事物, 就像发生在昨天一样, 让人忍不住放声大哭" +keyword_note = { "瞻顾" = "瞻仰回顾", "长号" = "放声大哭", "不自禁" = "不能自制" } + +["余扃牖而居, 久之, 能以足音辨人."] +note = [] +content = "余/扃牖/而居/, 久之/, 能/以/足音/辨人./" +translation = "我关着窗子住在里面, 时间长了, 能够根据脚步声辨别是谁" +keyword_note = { "扃牖" = "关窗", "足音" = "脚步声" } + +["轩凡四遭火, 得不焚, 殆有神护者."] +note = [] +content = "轩/凡/四遭/火/, 得/不焚/, 殆/有/神护/者./" +translation = "项脊轩一共遭过四次火灾, 能够不被焚毁, 大概是有神灵在保护着吧" +keyword_note = { "凡" = "总共", "得不焚" = "能够不被焚毁", "殆" = "大概" } + +["余既为此志, 后五年, 吾妻来归, 时至轩中, 从余问古事, 或凭几学书."] +note = [] +content = "余/既为/此志/, 后/五年/, 吾妻/来归/, 时/至/轩中/, 从余/问/古事/, 或/凭几/学书./" +translation = "我作了这篇文章之后, 过了五年, 我的妻子嫁到我家来, 她时常来到轩中, 向我问一些旧时的事情, 有时伏在桌旁学写字" +keyword_note = { "来归" = "嫁到我家来", "凭几" = "伏在几案上", "学书" = "学写字" } + +["吾妻归宁, 述诸小妹语曰:"] +note = [] +content = "吾妻/归宁/, 述/诸小妹/语/曰/:/" +translation = "我妻子回娘家探亲, 回来转述她的小妹妹们的话说" +keyword_note = { "归宁" = "出嫁的女儿回娘家省亲", "述" = "转述" } + +["闻姊家有阁子, 且何谓阁子也?"] +note = [] +content = "闻/姊家/有/阁子/, 且/何谓/阁子/也?/" +translation = "'听说姐姐家有个小阁楼, 那么, 什么叫小阁楼呢? '" +keyword_note = { "闻" = "听说", "何谓" = "什么叫" } + +["其后六年, 吾妻死, 室坏不修."] +note = [] +content = "其后/六年/, 吾妻/死/, 室坏/不修./" +translation = "这以后六年, 我的妻子去世, 项脊轩破败没有整修" +keyword_note = { "其后" = "这以后", "室坏" = "房屋破败" } + +["庭有枇杷树, 吾妻死之年所手植也, 今已亭亭如盖矣."] +note = [] +content = "庭有/枇杷树/, 吾妻/死之/年/所/手植/也/, 今/已/亭亭/如盖/矣./" +translation = "庭院中有一株枇杷树, 是我妻子去世那年她亲手种的, 如今已经高高挺立着, 枝叶繁茂像伞一样了" +keyword_note = { "手植" = "亲手种植", "亭亭" = "高高挺立的样子", "如盖" = "像伞盖一样" } + +["鹊桥仙"] +note = [] +content = "鹊桥仙/" +translation = "鹊桥仙" +keyword_note = {} + +["纤云弄巧, 飞星传恨, 银汉迢迢暗度."] +note = [] +content = "纤云/弄巧/, 飞星/传恨/, 银汉/迢迢/暗度./" +translation = "轻盈的彩云在天空中幻化成各种巧妙的花样, 天上的流星传递着相思的愁怨, 遥远无垠的天河今夜我悄悄渡过" +keyword_note = { "纤云" = "轻盈的云彩", "弄巧" = "指云彩在空中幻化成各种巧妙的花样", "飞星" = "流星, 一说指牵牛、织女二星", "银汉" = "银河, 天河", "迢迢" = "遥远的样子", "暗度" = "悄悄渡过" } + +["金风玉露一相逢, 便胜却人间无数."] +note = [] +content = "金风/玉露/一相逢/, 便/胜却/人间/无数./" +translation = "在秋风白露的七夕相会, 就胜过尘世间那些长相厮守却貌合神离的夫妻" +keyword_note = { "金风玉露" = "指秋风白露", "胜却" = "胜过" } + +["柔情似水, 佳期如梦, 忍顾鹊桥归路."] +note = [] +content = "柔情/似水/, 佳期/如梦/, 忍顾/鹊桥/归路./" +translation = "缱绻的柔情像流水般绵绵不断, 重逢的约会如梦影般缥缈虚幻, 分别之时不忍去看那鹊桥路" +keyword_note = { "柔情似水" = "缱绻的柔情像流水般绵绵不断", "佳期如梦" = "重逢的约会如梦影般缥缈虚幻", "忍顾" = "怎忍回视" } + +["两情若是久长时, 又岂在朝朝暮暮."] +note = [] +content = "两情/若是/久长/时/, 又/岂在/朝朝/暮暮./" +translation = "若是两情相悦, 至死不渝, 又何必贪求卿卿我我的朝欢暮乐呢" +keyword_note = { "两情" = "双方的感情", "久长" = "长久", "朝朝暮暮" = "指朝夕相聚, 语出宋玉《高唐赋》" } diff --git a/data/repo/cngk-t/schedule.toml b/data/repo/cngk-t/schedule.toml new file mode 100644 index 0000000..2a34886 --- /dev/null +++ b/data/repo/cngk-t/schedule.toml @@ -0,0 +1,11 @@ +schedule = ["quick_review", "recognition", "final_review"] + +[phases] +quick_review = [["FillBlank", "1.0"], ["Recognition", "1.0"]] +recognition = [["Recognition", "1.0"]] +final_review = [["FillBlank", "1.0"], ["Recognition", "1.0"]] + +[annotation] +"quick_review" = "复习旧知" +"recognition" = "新知识" +"final_review" = "总复习" diff --git a/data/repo/test/typedef.toml b/data/repo/cngk-t/typedef.toml similarity index 100% rename from data/repo/test/typedef.toml rename to data/repo/cngk-t/typedef.toml diff --git a/data/repo/test/algodata.json b/data/repo/test/algodata.json deleted file mode 100644 index 9e26dfe..0000000 --- a/data/repo/test/algodata.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/data/repo/test/manifest.toml b/data/repo/test/manifest.toml deleted file mode 100644 index 6e5f567..0000000 --- a/data/repo/test/manifest.toml +++ /dev/null @@ -1,3 +0,0 @@ -title = "测试单元: 过秦论" -author = "__heurams__" -desc = "高考古诗文: 过秦论" \ No newline at end of file diff --git a/data/repo/test/payload.toml b/data/repo/test/payload.toml deleted file mode 100644 index 314995e..0000000 --- a/data/repo/test/payload.toml +++ /dev/null @@ -1,11 +0,0 @@ -["秦孝公据崤函之固, 拥雍州之地,"] -note = [] -content = "秦孝公/据/崤函/之固/, 拥/雍州/之地,/" -translation = "秦孝公占据着崤山和函谷关的险固地势,拥有雍州的土地," -keyword_note = {"据"="占据", "崤函"="崤山和函谷关", "雍州"="古代九州之一"} - -["君臣固守以窥周室,"] -note = [] -content = "君臣/固守/以窥/周室,/" -translation = "君臣牢固地守卫着,借以窥视周王室的权力," -keyword_note = {"窥"="窥视"} diff --git a/data/repo/test/schedule.toml b/data/repo/test/schedule.toml deleted file mode 100644 index e92741d..0000000 --- a/data/repo/test/schedule.toml +++ /dev/null @@ -1,11 +0,0 @@ -schedule = ["quick_review", "recognition", "final_review"] - -[phases] -quick_review = [["FillBlank", "1.0"], ["SelectMeaning", "0.5"], ["Recognition", "1.0"]] -recognition = [["Recognition", "1.0"]] -final_review = [["FillBlank", "1.0"], ["SelectMeaning", "1.0"], ["Recognition", "1.0"]] - -[annotation] -"quick_review" = "复习旧知" -"recognition" = "新知识" -"final_review" = "总复习" \ No newline at end of file diff --git a/glossary.md b/glossary.md index ab341de..fa3cd76 100644 --- a/glossary.md +++ b/glossary.md @@ -1,9 +1,12 @@ # 运行时对象 + Atom: 原子, 由核子, 电子, 轨道对象一并构成, 用于处理记忆所需一系列对象 -Nucleon: 核子, 负责解析文件动态内容, 并储存记忆材料内容与谜题定义, 是静态只读但可临时覆盖内容的 -Electron: 电子, 负责处理记忆算法数据 +Nucleon: 核子, 负责解析文件动态内容, 并储存记忆材料内容与谜题定义, 是静态只读但可临时覆盖内容的\ +Electron: 电子, 负责处理记忆算法数据\ Orbital: 轨道, 储存记忆阶段信息与谜题阶段内出现配置 + # 状态机对象 + Transitions: 一种状态机框架库 Reactor: 状态机库 Phaser... diff --git a/pyproject.toml b/pyproject.toml index 395b4dd..92772aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,20 +3,19 @@ name = "heurams" version = "0.5.0" description = "Heuristic Auxiliary Memory Scheduler" readme = "README.md" -authors = [ - { name = "pluvium27", email = "pluvium27@outlook.com" } -] -requires-python = ">=3.12" +authors = [{ name = "pluvium27", email = "pluvium27@outlook.com" }] +requires-python = "==3.14.*" dependencies = [ - "edge-tts==7.0.2", - "jieba==0.42.1", - "openai==1.0.0", + "edge-tts>=7.2.8", + "jieba>=0.42.1", + "openai>=2.32.0", "playsound==1.2.2", - "psutil>=7.2.1", - "tabulate>=0.9.0", - "textual==7.0.0", - "toml==0.10.2", - "transitions==0.9.3", + "psutil>=7.2.2", + "pygobject>=3.56.2", + "tabulate>=0.10.0", + "textual>=8.2.3", + "toml>=0.10.2", + "transitions>=0.9.3", ] [project.scripts] @@ -25,4 +24,4 @@ tui = "heurams.interface.__main__:main" [build-system] requires = ["uv_build>=0.9.22,<0.10.0"] -build-backend = "uv_build" \ No newline at end of file +build-backend = "uv_build" diff --git a/src/heurams/interface/README.md b/src/heurams/interface/README.md index 7f39292..3553d0a 100644 --- a/src/heurams/interface/README.md +++ b/src/heurams/interface/README.md @@ -1,2 +1,3 @@ # Interface - 用户界面 + 与界面系统**强绑定**的相关代码文件, "界面系统" 在此处是基本界面实现相关的 Textual 框架 diff --git a/src/heurams/kernel/README.md b/src/heurams/kernel/README.md index 6eb5b8d..bd0d3ca 100644 --- a/src/heurams/kernel/README.md +++ b/src/heurams/kernel/README.md @@ -1,3 +1,3 @@ # Kernel - HeurAMS 核心 -记忆规划相关算法与数据结构, 可脱离业务层 +记忆规划相关算法与数据结构, 可脱离业务层 diff --git a/src/heurams/kernel/algorithms/__init__.py b/src/heurams/kernel/algorithms/__init__.py index e0b7ae5..5114ed8 100644 --- a/src/heurams/kernel/algorithms/__init__.py +++ b/src/heurams/kernel/algorithms/__init__.py @@ -1,15 +1,18 @@ from .base import BaseAlgorithm from .sm2 import SM2Algorithm from .sm15m import SM15MAlgorithm +from .fast0 import FAST0Algorithm __all__ = [ "SM2Algorithm", "BaseAlgorithm", "SM15MAlgorithm", + "FAST0Algorithm", ] algorithms = { "SM-2": SM2Algorithm, + "FAST-0": FAST0Algorithm, "SM-15M": SM15MAlgorithm, "Base": BaseAlgorithm, } diff --git a/src/heurams/kernel/algorithms/fast0.py b/src/heurams/kernel/algorithms/fast0.py new file mode 100644 index 0000000..3c017b9 --- /dev/null +++ b/src/heurams/kernel/algorithms/fast0.py @@ -0,0 +1,91 @@ +from typing import TypedDict + +import heurams.services.timer as timer +from heurams.services.logger import get_logger + +from .base import BaseAlgorithm + +logger = get_logger(__name__) + + +class FAST0Algorithm(BaseAlgorithm): + algo_name = "FAST-0" + + class AlgodataDict(TypedDict): + real_rept: int + rept: int + interval: int + important: int + last_date: int + next_date: int + is_activated: int + last_modify: float + + defaults = { + "real_rept": 0, + 'important': 0, + "rept": 0, + "interval": 0, + "last_date": 0, + "next_date": 0, + "is_activated": 0, + "last_modify": timer.get_timestamp(), + } + + @classmethod + def revisor( + cls, algodata: dict, feedback: int = 5, is_new_activation: bool = False + ): + """FAST-0 算法迭代决策机制实现 + 根据 quality(0 ~ 5) 进行参数迭代最佳间隔 + quality 由主程序评估 + + Args: + quality (int): 记忆保留率量化参数 + """ + logger.debug( + "FAST0.revisor 开始, feedback: %d, is_new_activation: %s", + feedback, + is_new_activation, + ) + + if feedback == -1: + logger.debug("feedback 为 -1, 跳过更新") + return + algodata[cls.algo_name]["interval"] = (1 if feedback <= 3 else float('inf')) + algodata[cls.algo_name]["important"] = (1 if feedback <= 3 else algodata[cls.algo_name]["important"]) + algodata[cls.algo_name]["last_date"] = timer.get_daystamp() + algodata[cls.algo_name]["next_date"] = ( + timer.get_daystamp() + algodata[cls.algo_name]["interval"] + ) + algodata[cls.algo_name]["last_modify"] = timer.get_timestamp() + + logger.debug( + "更新日期: last_date=%d, next_date=%d, last_modify=%f", + algodata[cls.algo_name]["last_date"], + algodata[cls.algo_name]["next_date"], + algodata[cls.algo_name]["last_modify"], + ) + + @classmethod + def is_due(cls, algodata): + result = algodata[cls.algo_name]["next_date"] <= timer.get_daystamp() + logger.debug( + "FAST0.is_due: next_date=%d, current_daystamp=%d, result=%s", + algodata[cls.algo_name]["next_date"], + timer.get_daystamp(), + result, + ) + return result + + @classmethod + def get_rating(cls, algodata): + efactor = algodata[cls.algo_name]["efactor"] + logger.debug("FAST0.rate: efactor=%f", efactor) + return str(efactor) + + @classmethod + def nextdate(cls, algodata) -> int: + next_date = algodata[cls.algo_name]["next_date"] + logger.debug("FAST0.nextdate: %d", next_date) + return next_date diff --git a/src/heurams/kernel/reactor/README.md b/src/heurams/kernel/reactor/README.md index c35073d..dd7db5f 100644 --- a/src/heurams/kernel/reactor/README.md +++ b/src/heurams/kernel/reactor/README.md @@ -1,11 +1,11 @@ # Reactor - 记忆流程状态机模块 -Reactor 是 HeurAMS 的记忆流程状态机模块, 和界面 (interface) 的实现是解耦的, 以便后期与其他框架的适配. -得益于 Pickle, 状态机模块支持快照! +Reactor 是 HeurAMS 的记忆流程状态机模块, 和界面 (interface) 的实现是解耦的, 以便后期与其他框架的适配.\ +得益于 Pickle, 状态机模块支持快照! ## Phaser - 全局阶段控制器 -在一次队列记忆流程中, Phaser 代表记忆流程本身. +在一次队列记忆流程中, Phaser 代表记忆流程本身. ### 属性 @@ -14,35 +14,35 @@ Reactor 是 HeurAMS 的记忆流程状态机模块, 和界面 (interface) 的实 其有状态属性: - unsure - 用于初始化 -- *quick_review - 复习逾期的单元 -- *recognition - 辨识新单元 -- *final_review - 复习所有逾期的和新辨认的单元 -- finished - 表示完成 +- \*quick_review - 复习逾期的单元 +- \*recognition - 辨识新单元 +- \*final_review - 复习所有逾期的和新辨认的单元 +- finished - 表示完成 > 逾期的: 指 SM-2 算法间隔显示应该复习的单元 带 * 的属性表示实际的记忆阶段, 由 repo 中 schedule.toml 中 schedule 列表显式声明, 运行过程中可以选择性执行, "空的" Procession 会被直接跳过. -在初始化 Procession 时, 每个 Procession 被赋予一个不重复的状态属性 作为"阶段状态"属性, 以此标识 Procession 的阶段属性, 因为每个 Procession 管理一个阶段下的复习进程. +在初始化 Procession 时, 每个 Procession 被赋予一个不重复的状态属性 作为"阶段状态"属性, 以此标识 Procession 的阶段属性, 因为每个 Procession 管理一个阶段下的复习进程. 你可以用 state 属性获取 Phaser 的当前状态. #### Procession 属性 -储存一个顺序列表, 保存所有构造的 Procession. +储存一个顺序列表, 保存所有构造的 Procession.\ 顺序与 repo 中 schedule.toml 中 schedule 列表中的顺序完全相同 ### 初始化 -Phaser 接受一个存储 Atom 对象的列表, 作为组织记忆流程的材料 -在内部, 根据是否激活将其分为 new_atoms 与 old_atoms. +Phaser 接受一个存储 Atom 对象的列表, 作为组织记忆流程的材料\ +在内部, 根据是否激活将其分为 new_atoms 与 old_atoms.\ 因此, 如果你传入的列表中有算法上"无所事事"的 Atom, 流程会对其进行"加强复习" -由此创建 Procession. +由此创建 Procession. ### 直接输出呈现形式 -Phaser 的 __repr__ 定义了此对象"官方的显示"用作直观的调试. -其以 ascii 表格形式输出, 格式也符合 markdown 表格规范, 你可以直接复制到 markdown. +Phaser 的 __repr__ 定义了此对象"官方的显示"用作直观的调试.\ +其以 ascii 表格形式输出, 格式也符合 markdown 表格规范, 你可以直接复制到 markdown.\ 示例: ```text @@ -51,20 +51,20 @@ Phaser 的 __repr__ 定义了此对象"官方的显示"用作直观的调试. | Phaser | unsure | ['新记忆', '总体复习'] | 新记忆 | ``` -| Type | State | Processions | Current Procession | +| Type | State | Processions | Current Procession | |:-------|:--------|:-----------------------|:---------------------| -| Phaser | unsure | ['新记忆', '总体复习'] | 新记忆 | +| Phaser | unsure | ['新记忆', '总体复习'] | 新记忆 | ### 方法 -作为一个 Transition Machine 对象的继承, 其拥有 Machine 对象拥有的所有方法. -除此之外, 它也拥有一些其他方法. +作为一个 Transition Machine 对象的继承, 其拥有 Machine 对象拥有的所有方法.\ +除此之外, 它也拥有一些其他方法. #### current_procession(self) -用于查询当前的 Procession, 并且根据当前 Procession 更新自身状态. -返回一个 Procession 对象, 是当前阶段的 Procession. -内部运作是返回第一个状态不为 finished 的 Procession, 并将自身状态变更为 Procession 的"阶段状态"属性 +用于查询当前的 Procession, 并且根据当前 Procession 更新自身状态.\ +返回一个 Procession 对象, 是当前阶段的 Procession.\ +内部运作是返回第一个状态不为 finished 的 Procession, 并将自身状态变更为 Procession 的"阶段状态"属性\ 若所有 Procession 都已完成, 将返回一个"阶段状态"为 finished 的 Procession 占位符对象(它不在 procession 属性中), 并更新自身状态为 finished. ## Procession - 阶段管理器 @@ -87,7 +87,7 @@ Phaser 的 __repr__ 定义了此对象"官方的显示"用作直观的调试. > 注意区分 "Phaser" 和 "Phase", 其中 "Phase" 表示 "Phaser State". -- name_: 阶段的命名 +- name\_: 阶段的命名 - state: 当前状态属性 ### 初始化 @@ -96,7 +96,7 @@ Phaser 的 __repr__ 定义了此对象"官方的显示"用作直观的调试. ### 直接输出呈现形式 -同 Phaser, 但显示数据有所不同 +同 Phaser, 但显示数据有所不同\ 与 Phaser 不同, Procession 显示队列会对过长的 atom.ident 进行缩略(末尾 `>` 符号) ```text @@ -105,23 +105,23 @@ Phaser 的 __repr__ 定义了此对象"官方的显示"用作直观的调试. | Procession | 新记忆 | active | 1 / 2 | ['秦孝公>', '君臣固>'] | 秦孝公据崤函之固, 拥雍州之地, | ``` -| Type | Name | State | Progress | Queue | Current Atom | +| Type | Name | State | Progress | Queue | Current Atom | |:-----------|:-------|:--------|:-----------|:-----------------------|:------------------------------| -| Procession | 新记忆 | active | 1 / 2 | ['秦孝公>', '君臣固>'] | 秦孝公据崤函之固, 拥雍州之地, | +| Procession | 新记忆 | active | 1 / 2 | ['秦孝公>', '君臣固>'] | 秦孝公据崤函之固, 拥雍州之地, | ### 方法 -作为一个 Transition Machine 对象的继承, 其拥有 Machine 对象拥有的所有方法. -除此之外, 它也拥有一些其他方法. +作为一个 Transition Machine 对象的继承, 其拥有 Machine 对象拥有的所有方法.\ +除此之外, 它也拥有一些其他方法. #### forward(self, step=1) -移动 cursor 并依情况更新 current_atom 和状态属性 -无论 Procession 是否处于完成状态, forward 操作都是可逆的, 你可以传入负数, 此时已完成的 Procession 会自动"重启". +移动 cursor 并依情况更新 current_atom 和状态属性\ +无论 Procession 是否处于完成状态, forward 操作都是可逆的, 你可以传入负数, 此时已完成的 Procession 会自动"重启". #### append(self, atom=None) -追加(回忆失败的)原子(默认为当前原子, 传入 None 会自动转化为当前原子)到队列末端 +追加(回忆失败的)原子(默认为当前原子, 传入 None 会自动转化为当前原子)到队列末端\ 如果这个原子已经处于队列末端, 不会重复追加, 除非队列只剩下这个原子还没完成(此时最多重复两个) #### process(self) @@ -130,7 +130,7 @@ Phaser 的 __repr__ 定义了此对象"官方的显示"用作直观的调试. #### __len__(self) -返回剩余原子量(而不是原子总量) +返回剩余原子量(而不是原子总量)\ 可以使用 len 函数调用 获取原子总量请用 len(obj.atoms), 或者 total_length(self) 方法 diff --git a/src/heurams/providers/README.md b/src/heurams/providers/README.md index 46179de..a3e8b64 100644 --- a/src/heurams/providers/README.md +++ b/src/heurams/providers/README.md @@ -1,2 +1,3 @@ # Provider - 提供者 -底层相关与第三方 API 接口包装 \ No newline at end of file + +底层相关与第三方 API 接口包装 diff --git a/src/heurams/services/README.md b/src/heurams/services/README.md index 84b572b..7274000 100644 --- a/src/heurams/services/README.md +++ b/src/heurams/services/README.md @@ -1,2 +1,3 @@ # Services - 服务 -基础服务相关代码 \ No newline at end of file + +基础服务相关代码 diff --git a/uv.lock b/uv.lock index 16a170f..bca2161 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = ">=3.12" +requires-python = "==3.14.*" [[package]] name = "aiohappyeyeballs" @@ -13,7 +13,7 @@ wheels = [ [[package]] name = "aiohttp" -version = "3.13.3" +version = "3.13.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohappyeyeballs" }, @@ -24,76 +24,42 @@ dependencies = [ { name = "propcache" }, { name = "yarl" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/50/42/32cf8e7704ceb4481406eb87161349abb46a57fee3f008ba9cb610968646/aiohttp-3.13.3.tar.gz", hash = "sha256:a949eee43d3782f2daae4f4a2819b2cb9b0c5d3b7f7a927067cc84dafdbb9f88", size = 7844556, upload-time = "2026-01-03T17:33:05.204Z" } +sdist = { url = "https://files.pythonhosted.org/packages/77/9a/152096d4808df8e4268befa55fba462f440f14beab85e8ad9bf990516918/aiohttp-3.13.5.tar.gz", hash = "sha256:9d98cc980ecc96be6eb4c1994ce35d28d8b1f5e5208a23b421187d1209dbb7d1", size = 7858271, upload-time = "2026-03-31T22:01:03.343Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a0/be/4fc11f202955a69e0db803a12a062b8379c970c7c84f4882b6da17337cc1/aiohttp-3.13.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:b903a4dfee7d347e2d87697d0713be59e0b87925be030c9178c5faa58ea58d5c", size = 739732, upload-time = "2026-01-03T17:30:14.23Z" }, - { url = "https://files.pythonhosted.org/packages/97/2c/621d5b851f94fa0bb7430d6089b3aa970a9d9b75196bc93bb624b0db237a/aiohttp-3.13.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a45530014d7a1e09f4a55f4f43097ba0fd155089372e105e4bff4ca76cb1b168", size = 494293, upload-time = "2026-01-03T17:30:15.96Z" }, - { url = "https://files.pythonhosted.org/packages/5d/43/4be01406b78e1be8320bb8316dc9c42dbab553d281c40364e0f862d5661c/aiohttp-3.13.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:27234ef6d85c914f9efeb77ff616dbf4ad2380be0cda40b4db086ffc7ddd1b7d", size = 493533, upload-time = "2026-01-03T17:30:17.431Z" }, - { url = "https://files.pythonhosted.org/packages/8d/a8/5a35dc56a06a2c90d4742cbf35294396907027f80eea696637945a106f25/aiohttp-3.13.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d32764c6c9aafb7fb55366a224756387cd50bfa720f32b88e0e6fa45b27dcf29", size = 1737839, upload-time = "2026-01-03T17:30:19.422Z" }, - { url = "https://files.pythonhosted.org/packages/bf/62/4b9eeb331da56530bf2e198a297e5303e1c1ebdceeb00fe9b568a65c5a0c/aiohttp-3.13.3-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b1a6102b4d3ebc07dad44fbf07b45bb600300f15b552ddf1851b5390202ea2e3", size = 1703932, upload-time = "2026-01-03T17:30:21.756Z" }, - { url = "https://files.pythonhosted.org/packages/7c/f6/af16887b5d419e6a367095994c0b1332d154f647e7dc2bd50e61876e8e3d/aiohttp-3.13.3-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c014c7ea7fb775dd015b2d3137378b7be0249a448a1612268b5a90c2d81de04d", size = 1771906, upload-time = "2026-01-03T17:30:23.932Z" }, - { url = "https://files.pythonhosted.org/packages/ce/83/397c634b1bcc24292fa1e0c7822800f9f6569e32934bdeef09dae7992dfb/aiohttp-3.13.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2b8d8ddba8f95ba17582226f80e2de99c7a7948e66490ef8d947e272a93e9463", size = 1871020, upload-time = "2026-01-03T17:30:26Z" }, - { url = "https://files.pythonhosted.org/packages/86/f6/a62cbbf13f0ac80a70f71b1672feba90fdb21fd7abd8dbf25c0105fb6fa3/aiohttp-3.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9ae8dd55c8e6c4257eae3a20fd2c8f41edaea5992ed67156642493b8daf3cecc", size = 1755181, upload-time = "2026-01-03T17:30:27.554Z" }, - { url = "https://files.pythonhosted.org/packages/0a/87/20a35ad487efdd3fba93d5843efdfaa62d2f1479eaafa7453398a44faf13/aiohttp-3.13.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:01ad2529d4b5035578f5081606a465f3b814c542882804e2e8cda61adf5c71bf", size = 1561794, upload-time = "2026-01-03T17:30:29.254Z" }, - { url = "https://files.pythonhosted.org/packages/de/95/8fd69a66682012f6716e1bc09ef8a1a2a91922c5725cb904689f112309c4/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:bb4f7475e359992b580559e008c598091c45b5088f28614e855e42d39c2f1033", size = 1697900, upload-time = "2026-01-03T17:30:31.033Z" }, - { url = "https://files.pythonhosted.org/packages/e5/66/7b94b3b5ba70e955ff597672dad1691333080e37f50280178967aff68657/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:c19b90316ad3b24c69cd78d5c9b4f3aa4497643685901185b65166293d36a00f", size = 1728239, upload-time = "2026-01-03T17:30:32.703Z" }, - { url = "https://files.pythonhosted.org/packages/47/71/6f72f77f9f7d74719692ab65a2a0252584bf8d5f301e2ecb4c0da734530a/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:96d604498a7c782cb15a51c406acaea70d8c027ee6b90c569baa6e7b93073679", size = 1740527, upload-time = "2026-01-03T17:30:34.695Z" }, - { url = "https://files.pythonhosted.org/packages/fa/b4/75ec16cbbd5c01bdaf4a05b19e103e78d7ce1ef7c80867eb0ace42ff4488/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:084911a532763e9d3dd95adf78a78f4096cd5f58cdc18e6fdbc1b58417a45423", size = 1554489, upload-time = "2026-01-03T17:30:36.864Z" }, - { url = "https://files.pythonhosted.org/packages/52/8f/bc518c0eea29f8406dcf7ed1f96c9b48e3bc3995a96159b3fc11f9e08321/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:7a4a94eb787e606d0a09404b9c38c113d3b099d508021faa615d70a0131907ce", size = 1767852, upload-time = "2026-01-03T17:30:39.433Z" }, - { url = "https://files.pythonhosted.org/packages/9d/f2/a07a75173124f31f11ea6f863dc44e6f09afe2bca45dd4e64979490deab1/aiohttp-3.13.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:87797e645d9d8e222e04160ee32aa06bc5c163e8499f24db719e7852ec23093a", size = 1722379, upload-time = "2026-01-03T17:30:41.081Z" }, - { url = "https://files.pythonhosted.org/packages/3c/4a/1a3fee7c21350cac78e5c5cef711bac1b94feca07399f3d406972e2d8fcd/aiohttp-3.13.3-cp312-cp312-win32.whl", hash = "sha256:b04be762396457bef43f3597c991e192ee7da460a4953d7e647ee4b1c28e7046", size = 428253, upload-time = "2026-01-03T17:30:42.644Z" }, - { url = "https://files.pythonhosted.org/packages/d9/b7/76175c7cb4eb73d91ad63c34e29fc4f77c9386bba4a65b53ba8e05ee3c39/aiohttp-3.13.3-cp312-cp312-win_amd64.whl", hash = "sha256:e3531d63d3bdfa7e3ac5e9b27b2dd7ec9df3206a98e0b3445fa906f233264c57", size = 455407, upload-time = "2026-01-03T17:30:44.195Z" }, - { url = "https://files.pythonhosted.org/packages/97/8a/12ca489246ca1faaf5432844adbfce7ff2cc4997733e0af120869345643a/aiohttp-3.13.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:5dff64413671b0d3e7d5918ea490bdccb97a4ad29b3f311ed423200b2203e01c", size = 734190, upload-time = "2026-01-03T17:30:45.832Z" }, - { url = "https://files.pythonhosted.org/packages/32/08/de43984c74ed1fca5c014808963cc83cb00d7bb06af228f132d33862ca76/aiohttp-3.13.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:87b9aab6d6ed88235aa2970294f496ff1a1f9adcd724d800e9b952395a80ffd9", size = 491783, upload-time = "2026-01-03T17:30:47.466Z" }, - { url = "https://files.pythonhosted.org/packages/17/f8/8dd2cf6112a5a76f81f81a5130c57ca829d101ad583ce57f889179accdda/aiohttp-3.13.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:425c126c0dc43861e22cb1c14ba4c8e45d09516d0a3ae0a3f7494b79f5f233a3", size = 490704, upload-time = "2026-01-03T17:30:49.373Z" }, - { url = "https://files.pythonhosted.org/packages/6d/40/a46b03ca03936f832bc7eaa47cfbb1ad012ba1be4790122ee4f4f8cba074/aiohttp-3.13.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7f9120f7093c2a32d9647abcaf21e6ad275b4fbec5b55969f978b1a97c7c86bf", size = 1720652, upload-time = "2026-01-03T17:30:50.974Z" }, - { url = "https://files.pythonhosted.org/packages/f7/7e/917fe18e3607af92657e4285498f500dca797ff8c918bd7d90b05abf6c2a/aiohttp-3.13.3-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:697753042d57f4bf7122cab985bf15d0cef23c770864580f5af4f52023a56bd6", size = 1692014, upload-time = "2026-01-03T17:30:52.729Z" }, - { url = "https://files.pythonhosted.org/packages/71/b6/cefa4cbc00d315d68973b671cf105b21a609c12b82d52e5d0c9ae61d2a09/aiohttp-3.13.3-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6de499a1a44e7de70735d0b39f67c8f25eb3d91eb3103be99ca0fa882cdd987d", size = 1759777, upload-time = "2026-01-03T17:30:54.537Z" }, - { url = "https://files.pythonhosted.org/packages/fb/e3/e06ee07b45e59e6d81498b591fc589629be1553abb2a82ce33efe2a7b068/aiohttp-3.13.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:37239e9f9a7ea9ac5bf6b92b0260b01f8a22281996da609206a84df860bc1261", size = 1861276, upload-time = "2026-01-03T17:30:56.512Z" }, - { url = "https://files.pythonhosted.org/packages/7c/24/75d274228acf35ceeb2850b8ce04de9dd7355ff7a0b49d607ee60c29c518/aiohttp-3.13.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f76c1e3fe7d7c8afad7ed193f89a292e1999608170dcc9751a7462a87dfd5bc0", size = 1743131, upload-time = "2026-01-03T17:30:58.256Z" }, - { url = "https://files.pythonhosted.org/packages/04/98/3d21dde21889b17ca2eea54fdcff21b27b93f45b7bb94ca029c31ab59dc3/aiohttp-3.13.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fc290605db2a917f6e81b0e1e0796469871f5af381ce15c604a3c5c7e51cb730", size = 1556863, upload-time = "2026-01-03T17:31:00.445Z" }, - { url = "https://files.pythonhosted.org/packages/9e/84/da0c3ab1192eaf64782b03971ab4055b475d0db07b17eff925e8c93b3aa5/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4021b51936308aeea0367b8f006dc999ca02bc118a0cc78c303f50a2ff6afb91", size = 1682793, upload-time = "2026-01-03T17:31:03.024Z" }, - { url = "https://files.pythonhosted.org/packages/ff/0f/5802ada182f575afa02cbd0ec5180d7e13a402afb7c2c03a9aa5e5d49060/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:49a03727c1bba9a97d3e93c9f93ca03a57300f484b6e935463099841261195d3", size = 1716676, upload-time = "2026-01-03T17:31:04.842Z" }, - { url = "https://files.pythonhosted.org/packages/3f/8c/714d53bd8b5a4560667f7bbbb06b20c2382f9c7847d198370ec6526af39c/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:3d9908a48eb7416dc1f4524e69f1d32e5d90e3981e4e37eb0aa1cd18f9cfa2a4", size = 1733217, upload-time = "2026-01-03T17:31:06.868Z" }, - { url = "https://files.pythonhosted.org/packages/7d/79/e2176f46d2e963facea939f5be2d26368ce543622be6f00a12844d3c991f/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:2712039939ec963c237286113c68dbad80a82a4281543f3abf766d9d73228998", size = 1552303, upload-time = "2026-01-03T17:31:08.958Z" }, - { url = "https://files.pythonhosted.org/packages/ab/6a/28ed4dea1759916090587d1fe57087b03e6c784a642b85ef48217b0277ae/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:7bfdc049127717581866fa4708791220970ce291c23e28ccf3922c700740fdc0", size = 1763673, upload-time = "2026-01-03T17:31:10.676Z" }, - { url = "https://files.pythonhosted.org/packages/e8/35/4a3daeb8b9fab49240d21c04d50732313295e4bd813a465d840236dd0ce1/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8057c98e0c8472d8846b9c79f56766bcc57e3e8ac7bfd510482332366c56c591", size = 1721120, upload-time = "2026-01-03T17:31:12.575Z" }, - { url = "https://files.pythonhosted.org/packages/bc/9f/d643bb3c5fb99547323e635e251c609fbbc660d983144cfebec529e09264/aiohttp-3.13.3-cp313-cp313-win32.whl", hash = "sha256:1449ceddcdbcf2e0446957863af03ebaaa03f94c090f945411b61269e2cb5daf", size = 427383, upload-time = "2026-01-03T17:31:14.382Z" }, - { url = "https://files.pythonhosted.org/packages/4e/f1/ab0395f8a79933577cdd996dd2f9aa6014af9535f65dddcf88204682fe62/aiohttp-3.13.3-cp313-cp313-win_amd64.whl", hash = "sha256:693781c45a4033d31d4187d2436f5ac701e7bbfe5df40d917736108c1cc7436e", size = 453899, upload-time = "2026-01-03T17:31:15.958Z" }, - { url = "https://files.pythonhosted.org/packages/99/36/5b6514a9f5d66f4e2597e40dea2e3db271e023eb7a5d22defe96ba560996/aiohttp-3.13.3-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:ea37047c6b367fd4bd632bff8077449b8fa034b69e812a18e0132a00fae6e808", size = 737238, upload-time = "2026-01-03T17:31:17.909Z" }, - { url = "https://files.pythonhosted.org/packages/f7/49/459327f0d5bcd8c6c9ca69e60fdeebc3622861e696490d8674a6d0cb90a6/aiohttp-3.13.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6fc0e2337d1a4c3e6acafda6a78a39d4c14caea625124817420abceed36e2415", size = 492292, upload-time = "2026-01-03T17:31:19.919Z" }, - { url = "https://files.pythonhosted.org/packages/e8/0b/b97660c5fd05d3495b4eb27f2d0ef18dc1dc4eff7511a9bf371397ff0264/aiohttp-3.13.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c685f2d80bb67ca8c3837823ad76196b3694b0159d232206d1e461d3d434666f", size = 493021, upload-time = "2026-01-03T17:31:21.636Z" }, - { url = "https://files.pythonhosted.org/packages/54/d4/438efabdf74e30aeceb890c3290bbaa449780583b1270b00661126b8aae4/aiohttp-3.13.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:48e377758516d262bde50c2584fc6c578af272559c409eecbdd2bae1601184d6", size = 1717263, upload-time = "2026-01-03T17:31:23.296Z" }, - { url = "https://files.pythonhosted.org/packages/71/f2/7bddc7fd612367d1459c5bcf598a9e8f7092d6580d98de0e057eb42697ad/aiohttp-3.13.3-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:34749271508078b261c4abb1767d42b8d0c0cc9449c73a4df494777dc55f0687", size = 1669107, upload-time = "2026-01-03T17:31:25.334Z" }, - { url = "https://files.pythonhosted.org/packages/00/5a/1aeaecca40e22560f97610a329e0e5efef5e0b5afdf9f857f0d93839ab2e/aiohttp-3.13.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:82611aeec80eb144416956ec85b6ca45a64d76429c1ed46ae1b5f86c6e0c9a26", size = 1760196, upload-time = "2026-01-03T17:31:27.394Z" }, - { url = "https://files.pythonhosted.org/packages/f8/f8/0ff6992bea7bd560fc510ea1c815f87eedd745fe035589c71ce05612a19a/aiohttp-3.13.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2fff83cfc93f18f215896e3a190e8e5cb413ce01553901aca925176e7568963a", size = 1843591, upload-time = "2026-01-03T17:31:29.238Z" }, - { url = "https://files.pythonhosted.org/packages/e3/d1/e30e537a15f53485b61f5be525f2157da719819e8377298502aebac45536/aiohttp-3.13.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bbe7d4cecacb439e2e2a8a1a7b935c25b812af7a5fd26503a66dadf428e79ec1", size = 1720277, upload-time = "2026-01-03T17:31:31.053Z" }, - { url = "https://files.pythonhosted.org/packages/84/45/23f4c451d8192f553d38d838831ebbc156907ea6e05557f39563101b7717/aiohttp-3.13.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b928f30fe49574253644b1ca44b1b8adbd903aa0da4b9054a6c20fc7f4092a25", size = 1548575, upload-time = "2026-01-03T17:31:32.87Z" }, - { url = "https://files.pythonhosted.org/packages/6a/ed/0a42b127a43712eda7807e7892c083eadfaf8429ca8fb619662a530a3aab/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7b5e8fe4de30df199155baaf64f2fcd604f4c678ed20910db8e2c66dc4b11603", size = 1679455, upload-time = "2026-01-03T17:31:34.76Z" }, - { url = "https://files.pythonhosted.org/packages/2e/b5/c05f0c2b4b4fe2c9d55e73b6d3ed4fd6c9dc2684b1d81cbdf77e7fad9adb/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:8542f41a62bcc58fc7f11cf7c90e0ec324ce44950003feb70640fc2a9092c32a", size = 1687417, upload-time = "2026-01-03T17:31:36.699Z" }, - { url = "https://files.pythonhosted.org/packages/c9/6b/915bc5dad66aef602b9e459b5a973529304d4e89ca86999d9d75d80cbd0b/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:5e1d8c8b8f1d91cd08d8f4a3c2b067bfca6ec043d3ff36de0f3a715feeedf926", size = 1729968, upload-time = "2026-01-03T17:31:38.622Z" }, - { url = "https://files.pythonhosted.org/packages/11/3b/e84581290a9520024a08640b63d07673057aec5ca548177a82026187ba73/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:90455115e5da1c3c51ab619ac57f877da8fd6d73c05aacd125c5ae9819582aba", size = 1545690, upload-time = "2026-01-03T17:31:40.57Z" }, - { url = "https://files.pythonhosted.org/packages/f5/04/0c3655a566c43fd647c81b895dfe361b9f9ad6d58c19309d45cff52d6c3b/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:042e9e0bcb5fba81886c8b4fbb9a09d6b8a00245fd8d88e4d989c1f96c74164c", size = 1746390, upload-time = "2026-01-03T17:31:42.857Z" }, - { url = "https://files.pythonhosted.org/packages/1f/53/71165b26978f719c3419381514c9690bd5980e764a09440a10bb816ea4ab/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2eb752b102b12a76ca02dff751a801f028b4ffbbc478840b473597fc91a9ed43", size = 1702188, upload-time = "2026-01-03T17:31:44.984Z" }, - { url = "https://files.pythonhosted.org/packages/29/a7/cbe6c9e8e136314fa1980da388a59d2f35f35395948a08b6747baebb6aa6/aiohttp-3.13.3-cp314-cp314-win32.whl", hash = "sha256:b556c85915d8efaed322bf1bdae9486aa0f3f764195a0fb6ee962e5c71ef5ce1", size = 433126, upload-time = "2026-01-03T17:31:47.463Z" }, - { url = "https://files.pythonhosted.org/packages/de/56/982704adea7d3b16614fc5936014e9af85c0e34b58f9046655817f04306e/aiohttp-3.13.3-cp314-cp314-win_amd64.whl", hash = "sha256:9bf9f7a65e7aa20dd764151fb3d616c81088f91f8df39c3893a536e279b4b984", size = 459128, upload-time = "2026-01-03T17:31:49.2Z" }, - { url = "https://files.pythonhosted.org/packages/6c/2a/3c79b638a9c3d4658d345339d22070241ea341ed4e07b5ac60fb0f418003/aiohttp-3.13.3-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:05861afbbec40650d8a07ea324367cb93e9e8cc7762e04dd4405df99fa65159c", size = 769512, upload-time = "2026-01-03T17:31:51.134Z" }, - { url = "https://files.pythonhosted.org/packages/29/b9/3e5014d46c0ab0db8707e0ac2711ed28c4da0218c358a4e7c17bae0d8722/aiohttp-3.13.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2fc82186fadc4a8316768d61f3722c230e2c1dcab4200d52d2ebdf2482e47592", size = 506444, upload-time = "2026-01-03T17:31:52.85Z" }, - { url = "https://files.pythonhosted.org/packages/90/03/c1d4ef9a054e151cd7839cdc497f2638f00b93cbe8043983986630d7a80c/aiohttp-3.13.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0add0900ff220d1d5c5ebbf99ed88b0c1bbf87aa7e4262300ed1376a6b13414f", size = 510798, upload-time = "2026-01-03T17:31:54.91Z" }, - { url = "https://files.pythonhosted.org/packages/ea/76/8c1e5abbfe8e127c893fe7ead569148a4d5a799f7cf958d8c09f3eedf097/aiohttp-3.13.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:568f416a4072fbfae453dcf9a99194bbb8bdeab718e08ee13dfa2ba0e4bebf29", size = 1868835, upload-time = "2026-01-03T17:31:56.733Z" }, - { url = "https://files.pythonhosted.org/packages/8e/ac/984c5a6f74c363b01ff97adc96a3976d9c98940b8969a1881575b279ac5d/aiohttp-3.13.3-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:add1da70de90a2569c5e15249ff76a631ccacfe198375eead4aadf3b8dc849dc", size = 1720486, upload-time = "2026-01-03T17:31:58.65Z" }, - { url = "https://files.pythonhosted.org/packages/b2/9a/b7039c5f099c4eb632138728828b33428585031a1e658d693d41d07d89d1/aiohttp-3.13.3-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:10b47b7ba335d2e9b1239fa571131a87e2d8ec96b333e68b2a305e7a98b0bae2", size = 1847951, upload-time = "2026-01-03T17:32:00.989Z" }, - { url = "https://files.pythonhosted.org/packages/3c/02/3bec2b9a1ba3c19ff89a43a19324202b8eb187ca1e928d8bdac9bbdddebd/aiohttp-3.13.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3dd4dce1c718e38081c8f35f323209d4c1df7d4db4bab1b5c88a6b4d12b74587", size = 1941001, upload-time = "2026-01-03T17:32:03.122Z" }, - { url = "https://files.pythonhosted.org/packages/37/df/d879401cedeef27ac4717f6426c8c36c3091c6e9f08a9178cc87549c537f/aiohttp-3.13.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:34bac00a67a812570d4a460447e1e9e06fae622946955f939051e7cc895cfab8", size = 1797246, upload-time = "2026-01-03T17:32:05.255Z" }, - { url = "https://files.pythonhosted.org/packages/8d/15/be122de1f67e6953add23335c8ece6d314ab67c8bebb3f181063010795a7/aiohttp-3.13.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a19884d2ee70b06d9204b2727a7b9f983d0c684c650254679e716b0b77920632", size = 1627131, upload-time = "2026-01-03T17:32:07.607Z" }, - { url = "https://files.pythonhosted.org/packages/12/12/70eedcac9134cfa3219ab7af31ea56bc877395b1ac30d65b1bc4b27d0438/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5f8ca7f2bb6ba8348a3614c7918cc4bb73268c5ac2a207576b7afea19d3d9f64", size = 1795196, upload-time = "2026-01-03T17:32:09.59Z" }, - { url = "https://files.pythonhosted.org/packages/32/11/b30e1b1cd1f3054af86ebe60df96989c6a414dd87e27ad16950eee420bea/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:b0d95340658b9d2f11d9697f59b3814a9d3bb4b7a7c20b131df4bcef464037c0", size = 1782841, upload-time = "2026-01-03T17:32:11.445Z" }, - { url = "https://files.pythonhosted.org/packages/88/0d/d98a9367b38912384a17e287850f5695c528cff0f14f791ce8ee2e4f7796/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:a1e53262fd202e4b40b70c3aff944a8155059beedc8a89bba9dc1f9ef06a1b56", size = 1795193, upload-time = "2026-01-03T17:32:13.705Z" }, - { url = "https://files.pythonhosted.org/packages/43/a5/a2dfd1f5ff5581632c7f6a30e1744deda03808974f94f6534241ef60c751/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:d60ac9663f44168038586cab2157e122e46bdef09e9368b37f2d82d354c23f72", size = 1621979, upload-time = "2026-01-03T17:32:15.965Z" }, - { url = "https://files.pythonhosted.org/packages/fa/f0/12973c382ae7c1cccbc4417e129c5bf54c374dfb85af70893646e1f0e749/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:90751b8eed69435bac9ff4e3d2f6b3af1f57e37ecb0fbeee59c0174c9e2d41df", size = 1822193, upload-time = "2026-01-03T17:32:18.219Z" }, - { url = "https://files.pythonhosted.org/packages/3c/5f/24155e30ba7f8c96918af1350eb0663e2430aad9e001c0489d89cd708ab1/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:fc353029f176fd2b3ec6cfc71be166aba1936fe5d73dd1992ce289ca6647a9aa", size = 1769801, upload-time = "2026-01-03T17:32:20.25Z" }, - { url = "https://files.pythonhosted.org/packages/eb/f8/7314031ff5c10e6ece114da79b338ec17eeff3a079e53151f7e9f43c4723/aiohttp-3.13.3-cp314-cp314t-win32.whl", hash = "sha256:2e41b18a58da1e474a057b3d35248d8320029f61d70a37629535b16a0c8f3767", size = 466523, upload-time = "2026-01-03T17:32:22.215Z" }, - { url = "https://files.pythonhosted.org/packages/b4/63/278a98c715ae467624eafe375542d8ba9b4383a016df8fdefe0ae28382a7/aiohttp-3.13.3-cp314-cp314t-win_amd64.whl", hash = "sha256:44531a36aa2264a1860089ffd4dce7baf875ee5a6079d5fb42e261c704ef7344", size = 499694, upload-time = "2026-01-03T17:32:24.546Z" }, + { url = "https://files.pythonhosted.org/packages/5d/ce/46572759afc859e867a5bc8ec3487315869013f59281ce61764f76d879de/aiohttp-3.13.5-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:eb4639f32fd4a9904ab8fb45bf3383ba71137f3d9d4ba25b3b3f3109977c5b8c", size = 745721, upload-time = "2026-03-31T21:58:50.229Z" }, + { url = "https://files.pythonhosted.org/packages/13/fe/8a2efd7626dbe6049b2ef8ace18ffda8a4dfcbe1bcff3ac30c0c7575c20b/aiohttp-3.13.5-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:7e5dc4311bd5ac493886c63cbf76ab579dbe4641268e7c74e48e774c74b6f2be", size = 497663, upload-time = "2026-03-31T21:58:52.232Z" }, + { url = "https://files.pythonhosted.org/packages/9b/91/cc8cc78a111826c54743d88651e1687008133c37e5ee615fee9b57990fac/aiohttp-3.13.5-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:756c3c304d394977519824449600adaf2be0ccee76d206ee339c5e76b70ded25", size = 499094, upload-time = "2026-03-31T21:58:54.566Z" }, + { url = "https://files.pythonhosted.org/packages/0a/33/a8362cb15cf16a3af7e86ed11962d5cd7d59b449202dc576cdc731310bde/aiohttp-3.13.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ecc26751323224cf8186efcf7fbcbc30f4e1d8c7970659daf25ad995e4032a56", size = 1726701, upload-time = "2026-03-31T21:58:56.864Z" }, + { url = "https://files.pythonhosted.org/packages/45/0c/c091ac5c3a17114bd76cbf85d674650969ddf93387876cf67f754204bd77/aiohttp-3.13.5-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:10a75acfcf794edf9d8db50e5a7ec5fc818b2a8d3f591ce93bc7b1210df016d2", size = 1683360, upload-time = "2026-03-31T21:58:59.072Z" }, + { url = "https://files.pythonhosted.org/packages/23/73/bcee1c2b79bc275e964d1446c55c54441a461938e70267c86afaae6fba27/aiohttp-3.13.5-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:0f7a18f258d124cd678c5fe072fe4432a4d5232b0657fca7c1847f599233c83a", size = 1773023, upload-time = "2026-03-31T21:59:01.776Z" }, + { url = "https://files.pythonhosted.org/packages/c7/ef/720e639df03004fee2d869f771799d8c23046dec47d5b81e396c7cda583a/aiohttp-3.13.5-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:df6104c009713d3a89621096f3e3e88cc323fd269dbd7c20afe18535094320be", size = 1853795, upload-time = "2026-03-31T21:59:04.568Z" }, + { url = "https://files.pythonhosted.org/packages/bd/c9/989f4034fb46841208de7aeeac2c6d8300745ab4f28c42f629ba77c2d916/aiohttp-3.13.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:241a94f7de7c0c3b616627aaad530fe2cb620084a8b144d3be7b6ecfe95bae3b", size = 1730405, upload-time = "2026-03-31T21:59:07.221Z" }, + { url = "https://files.pythonhosted.org/packages/ce/75/ee1fd286ca7dc599d824b5651dad7b3be7ff8d9a7e7b3fe9820d9180f7db/aiohttp-3.13.5-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c974fb66180e58709b6fc402846f13791240d180b74de81d23913abe48e96d94", size = 1558082, upload-time = "2026-03-31T21:59:09.484Z" }, + { url = "https://files.pythonhosted.org/packages/c3/20/1e9e6650dfc436340116b7aa89ff8cb2bbdf0abc11dfaceaad8f74273a10/aiohttp-3.13.5-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:6e27ea05d184afac78aabbac667450c75e54e35f62238d44463131bd3f96753d", size = 1692346, upload-time = "2026-03-31T21:59:12.068Z" }, + { url = "https://files.pythonhosted.org/packages/d8/40/8ebc6658d48ea630ac7903912fe0dd4e262f0e16825aa4c833c56c9f1f56/aiohttp-3.13.5-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:a79a6d399cef33a11b6f004c67bb07741d91f2be01b8d712d52c75711b1e07c7", size = 1698891, upload-time = "2026-03-31T21:59:14.552Z" }, + { url = "https://files.pythonhosted.org/packages/d8/78/ea0ae5ec8ba7a5c10bdd6e318f1ba5e76fcde17db8275188772afc7917a4/aiohttp-3.13.5-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:c632ce9c0b534fbe25b52c974515ed674937c5b99f549a92127c85f771a78772", size = 1742113, upload-time = "2026-03-31T21:59:17.068Z" }, + { url = "https://files.pythonhosted.org/packages/8a/66/9d308ed71e3f2491be1acb8769d96c6f0c47d92099f3bc9119cada27b357/aiohttp-3.13.5-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:fceedde51fbd67ee2bcc8c0b33d0126cc8b51ef3bbde2f86662bd6d5a6f10ec5", size = 1553088, upload-time = "2026-03-31T21:59:19.541Z" }, + { url = "https://files.pythonhosted.org/packages/da/a6/6cc25ed8dfc6e00c90f5c6d126a98e2cf28957ad06fa1036bd34b6f24a2c/aiohttp-3.13.5-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:f92995dfec9420bb69ae629abf422e516923ba79ba4403bc750d94fb4a6c68c1", size = 1757976, upload-time = "2026-03-31T21:59:22.311Z" }, + { url = "https://files.pythonhosted.org/packages/c1/2b/cce5b0ffe0de99c83e5e36d8f828e4161e415660a9f3e58339d07cce3006/aiohttp-3.13.5-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:20ae0ff08b1f2c8788d6fb85afcb798654ae6ba0b747575f8562de738078457b", size = 1712444, upload-time = "2026-03-31T21:59:24.635Z" }, + { url = "https://files.pythonhosted.org/packages/6c/cf/9e1795b4160c58d29421eafd1a69c6ce351e2f7c8d3c6b7e4ca44aea1a5b/aiohttp-3.13.5-cp314-cp314-win32.whl", hash = "sha256:b20df693de16f42b2472a9c485e1c948ee55524786a0a34345511afdd22246f3", size = 438128, upload-time = "2026-03-31T21:59:27.291Z" }, + { url = "https://files.pythonhosted.org/packages/22/4d/eaedff67fc805aeba4ba746aec891b4b24cebb1a7d078084b6300f79d063/aiohttp-3.13.5-cp314-cp314-win_amd64.whl", hash = "sha256:f85c6f327bf0b8c29da7d93b1cabb6363fb5e4e160a32fa241ed2dce21b73162", size = 464029, upload-time = "2026-03-31T21:59:29.429Z" }, + { url = "https://files.pythonhosted.org/packages/79/11/c27d9332ee20d68dd164dc12a6ecdef2e2e35ecc97ed6cf0d2442844624b/aiohttp-3.13.5-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:1efb06900858bb618ff5cee184ae2de5828896c448403d51fb633f09e109be0a", size = 778758, upload-time = "2026-03-31T21:59:31.547Z" }, + { url = "https://files.pythonhosted.org/packages/04/fb/377aead2e0a3ba5f09b7624f702a964bdf4f08b5b6728a9799830c80041e/aiohttp-3.13.5-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:fee86b7c4bd29bdaf0d53d14739b08a106fdda809ca5fe032a15f52fae5fe254", size = 512883, upload-time = "2026-03-31T21:59:34.098Z" }, + { url = "https://files.pythonhosted.org/packages/bb/a6/aa109a33671f7a5d3bd78b46da9d852797c5e665bfda7d6b373f56bff2ec/aiohttp-3.13.5-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:20058e23909b9e65f9da62b396b77dfa95965cbe840f8def6e572538b1d32e36", size = 516668, upload-time = "2026-03-31T21:59:36.497Z" }, + { url = "https://files.pythonhosted.org/packages/79/b3/ca078f9f2fa9563c36fb8ef89053ea2bb146d6f792c5104574d49d8acb63/aiohttp-3.13.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8cf20a8d6868cb15a73cab329ffc07291ba8c22b1b88176026106ae39aa6df0f", size = 1883461, upload-time = "2026-03-31T21:59:38.723Z" }, + { url = "https://files.pythonhosted.org/packages/b7/e3/a7ad633ca1ca497b852233a3cce6906a56c3225fb6d9217b5e5e60b7419d/aiohttp-3.13.5-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:330f5da04c987f1d5bdb8ae189137c77139f36bd1cb23779ca1a354a4b027800", size = 1747661, upload-time = "2026-03-31T21:59:41.187Z" }, + { url = "https://files.pythonhosted.org/packages/33/b9/cd6fe579bed34a906d3d783fe60f2fa297ef55b27bb4538438ee49d4dc41/aiohttp-3.13.5-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6f1cbf0c7926d315c3c26c2da41fd2b5d2fe01ac0e157b78caefc51a782196cf", size = 1863800, upload-time = "2026-03-31T21:59:43.84Z" }, + { url = "https://files.pythonhosted.org/packages/c0/3f/2c1e2f5144cefa889c8afd5cf431994c32f3b29da9961698ff4e3811b79a/aiohttp-3.13.5-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:53fc049ed6390d05423ba33103ded7281fe897cf97878f369a527070bd95795b", size = 1958382, upload-time = "2026-03-31T21:59:46.187Z" }, + { url = "https://files.pythonhosted.org/packages/66/1d/f31ec3f1013723b3babe3609e7f119c2c2fb6ef33da90061a705ef3e1bc8/aiohttp-3.13.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:898703aa2667e3c5ca4c54ca36cd73f58b7a38ef87a5606414799ebce4d3fd3a", size = 1803724, upload-time = "2026-03-31T21:59:48.656Z" }, + { url = "https://files.pythonhosted.org/packages/0e/b4/57712dfc6f1542f067daa81eb61da282fab3e6f1966fca25db06c4fc62d5/aiohttp-3.13.5-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:0494a01ca9584eea1e5fbd6d748e61ecff218c51b576ee1999c23db7066417d8", size = 1640027, upload-time = "2026-03-31T21:59:51.284Z" }, + { url = "https://files.pythonhosted.org/packages/25/3c/734c878fb43ec083d8e31bf029daae1beafeae582d1b35da234739e82ee7/aiohttp-3.13.5-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:6cf81fe010b8c17b09495cbd15c1d35afbc8fb405c0c9cf4738e5ae3af1d65be", size = 1806644, upload-time = "2026-03-31T21:59:53.753Z" }, + { url = "https://files.pythonhosted.org/packages/20/a5/f671e5cbec1c21d044ff3078223f949748f3a7f86b14e34a365d74a5d21f/aiohttp-3.13.5-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:c564dd5f09ddc9d8f2c2d0a301cd30a79a2cc1b46dd1a73bef8f0038863d016b", size = 1791630, upload-time = "2026-03-31T21:59:56.239Z" }, + { url = "https://files.pythonhosted.org/packages/0b/63/fb8d0ad63a0b8a99be97deac8c04dacf0785721c158bdf23d679a87aa99e/aiohttp-3.13.5-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:2994be9f6e51046c4f864598fd9abeb4fba6e88f0b2152422c9666dcd4aea9c6", size = 1809403, upload-time = "2026-03-31T21:59:59.103Z" }, + { url = "https://files.pythonhosted.org/packages/59/0c/bfed7f30662fcf12206481c2aac57dedee43fe1c49275e85b3a1e1742294/aiohttp-3.13.5-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:157826e2fa245d2ef46c83ea8a5faf77ca19355d278d425c29fda0beb3318037", size = 1634924, upload-time = "2026-03-31T22:00:02.116Z" }, + { url = "https://files.pythonhosted.org/packages/17/d6/fd518d668a09fd5a3319ae5e984d4d80b9a4b3df4e21c52f02251ef5a32e/aiohttp-3.13.5-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:a8aca50daa9493e9e13c0f566201a9006f080e7c50e5e90d0b06f53146a54500", size = 1836119, upload-time = "2026-03-31T22:00:04.756Z" }, + { url = "https://files.pythonhosted.org/packages/78/b7/15fb7a9d52e112a25b621c67b69c167805cb1f2ab8f1708a5c490d1b52fe/aiohttp-3.13.5-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3b13560160d07e047a93f23aaa30718606493036253d5430887514715b67c9d9", size = 1772072, upload-time = "2026-03-31T22:00:07.494Z" }, + { url = "https://files.pythonhosted.org/packages/7e/df/57ba7f0c4a553fc2bd8b6321df236870ec6fd64a2a473a8a13d4f733214e/aiohttp-3.13.5-cp314-cp314t-win32.whl", hash = "sha256:9a0f4474b6ea6818b41f82172d799e4b3d29e22c2c520ce4357856fced9af2f8", size = 471819, upload-time = "2026-03-31T22:00:10.277Z" }, + { url = "https://files.pythonhosted.org/packages/62/29/2f8418269e46454a26171bfdd6a055d74febf32234e474930f2f60a17145/aiohttp-3.13.5-cp314-cp314t-win_amd64.whl", hash = "sha256:18a2f6c1182c51baa1d28d68fea51513cb2a76612f038853c0ad3c145423d3d9", size = 505441, upload-time = "2026-03-31T22:00:12.791Z" }, ] [[package]] @@ -102,7 +68,6 @@ version = "1.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "frozenlist" }, - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/61/62/06741b579156360248d1ec624842ad0edf697050bbaf7c3e46394e106ad1/aiosignal-1.4.0.tar.gz", hash = "sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7", size = 25007, upload-time = "2025-07-03T22:54:43.528Z" } wheels = [ @@ -120,33 +85,32 @@ wheels = [ [[package]] name = "anyio" -version = "3.7.1" +version = "4.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "idna" }, - { name = "sniffio" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/28/99/2dfd53fd55ce9838e6ff2d4dac20ce58263798bd1a0dbe18b3a9af3fcfce/anyio-3.7.1.tar.gz", hash = "sha256:44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780", size = 142927, upload-time = "2023-07-05T16:45:02.294Z" } +sdist = { url = "https://files.pythonhosted.org/packages/19/14/2c5dd9f512b66549ae92767a9c7b330ae88e1932ca57876909410251fe13/anyio-4.13.0.tar.gz", hash = "sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc", size = 231622, upload-time = "2026-03-24T12:59:09.671Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/19/24/44299477fe7dcc9cb58d0a57d5a7588d6af2ff403fdd2d47a246c91a3246/anyio-3.7.1-py3-none-any.whl", hash = "sha256:91dee416e570e92c64041bd18b900d1d6fa78dff7048769ce5ac5ddad004fbb5", size = 80896, upload-time = "2023-07-05T16:44:59.805Z" }, + { url = "https://files.pythonhosted.org/packages/da/42/e921fccf5015463e32a3cf6ee7f980a6ed0f395ceeaa45060b61d86486c2/anyio-4.13.0-py3-none-any.whl", hash = "sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708", size = 114353, upload-time = "2026-03-24T12:59:08.246Z" }, ] [[package]] name = "attrs" -version = "25.4.0" +version = "26.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9/attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11", size = 934251, upload-time = "2025-10-06T13:54:44.725Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9a/8e/82a0fe20a541c03148528be8cac2408564a6c9a0cc7e9171802bc1d26985/attrs-26.1.0.tar.gz", hash = "sha256:d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32", size = 952055, upload-time = "2026-03-19T14:22:25.026Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373", size = 67615, upload-time = "2025-10-06T13:54:43.17Z" }, + { url = "https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl", hash = "sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309", size = 67548, upload-time = "2026-03-19T14:22:23.645Z" }, ] [[package]] name = "certifi" -version = "2026.1.4" +version = "2026.2.25" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e0/2d/a891ca51311197f6ad14a7ef42e2399f36cf2f9bd44752b3dc4eab60fdc5/certifi-2026.1.4.tar.gz", hash = "sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120", size = 154268, upload-time = "2026-01-04T02:42:41.825Z" } +sdist = { url = "https://files.pythonhosted.org/packages/af/2d/7bf41579a8986e348fa033a31cdd0e4121114f6bce2457e8876010b092dd/certifi-2026.2.25.tar.gz", hash = "sha256:e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7", size = 155029, upload-time = "2026-02-25T02:54:17.342Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e6/ad/3cc14f097111b4de0040c83a525973216457bbeeb63739ef1ed275c1c021/certifi-2026.1.4-py3-none-any.whl", hash = "sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c", size = 152900, upload-time = "2026-01-04T02:42:40.15Z" }, + { url = "https://files.pythonhosted.org/packages/9a/3c/c17fb3ca2d9c3acff52e30b309f538586f9f5b9c9cf454f3845fc9af4881/certifi-2026.2.25-py3-none-any.whl", hash = "sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa", size = 153684, upload-time = "2026-02-25T02:54:15.766Z" }, ] [[package]] @@ -169,18 +133,17 @@ wheels = [ [[package]] name = "edge-tts" -version = "7.0.2" +version = "7.2.8" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, { name = "certifi" }, - { name = "srt" }, { name = "tabulate" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f1/12/32554080d0d03ca0b874677fc4548ea9042ddfeb0b3f38cd107c760aff28/edge_tts-7.0.2.tar.gz", hash = "sha256:1374f493c170e6fe432d04012061c279e518c495524fa51b1b9da7368cc6b21b", size = 23581, upload-time = "2025-05-03T10:34:17.179Z" } +sdist = { url = "https://files.pythonhosted.org/packages/3f/60/afbf548b43c78355e03926c6b1fff7500303a2da4d84db9e1324119e21ae/edge_tts-7.2.8.tar.gz", hash = "sha256:fcf185a0d527a0d2d003f9d5841facc1d5e0e7b3b88d5df9c32990402c6b8cd0", size = 27875, upload-time = "2026-03-22T19:57:50.962Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/33/21/6ebbc7fc6a4e58bcd49130273a072f7c2e4e6dc03735e078895b47148e30/edge_tts-7.0.2-py3-none-any.whl", hash = "sha256:effc554c249f02bd5013f28cd1faa22802e0757b031a7759be5960084ccb8d76", size = 26274, upload-time = "2025-05-03T10:34:15.872Z" }, + { url = "https://files.pythonhosted.org/packages/8c/2b/a8cb687b92a2690d2ad171f0c2fd1c8f18690363cca7618bab2bbe4cdf2b/edge_tts-7.2.8-py3-none-any.whl", hash = "sha256:361fe48ce7ef613adbe30f664e3765dd71029c6cb57427279eff8ad6df2eb211", size = 31026, upload-time = "2026-03-22T19:57:49.672Z" }, ] [[package]] @@ -189,54 +152,6 @@ version = "1.8.0" source = { registry = "https://pypi.org/simple" } sdist = { url = "https://files.pythonhosted.org/packages/2d/f5/c831fac6cc817d26fd54c7eaccd04ef7e0288806943f7cc5bbf69f3ac1f0/frozenlist-1.8.0.tar.gz", hash = "sha256:3ede829ed8d842f6cd48fc7081d7a41001a56f1f38603f9d49bf3020d59a31ad", size = 45875, upload-time = "2025-10-06T05:38:17.865Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/69/29/948b9aa87e75820a38650af445d2ef2b6b8a6fab1a23b6bb9e4ef0be2d59/frozenlist-1.8.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:78f7b9e5d6f2fdb88cdde9440dc147259b62b9d3b019924def9f6478be254ac1", size = 87782, upload-time = "2025-10-06T05:36:06.649Z" }, - { url = "https://files.pythonhosted.org/packages/64/80/4f6e318ee2a7c0750ed724fa33a4bdf1eacdc5a39a7a24e818a773cd91af/frozenlist-1.8.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:229bf37d2e4acdaf808fd3f06e854a4a7a3661e871b10dc1f8f1896a3b05f18b", size = 50594, upload-time = "2025-10-06T05:36:07.69Z" }, - { url = "https://files.pythonhosted.org/packages/2b/94/5c8a2b50a496b11dd519f4a24cb5496cf125681dd99e94c604ccdea9419a/frozenlist-1.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f833670942247a14eafbb675458b4e61c82e002a148f49e68257b79296e865c4", size = 50448, upload-time = "2025-10-06T05:36:08.78Z" }, - { url = "https://files.pythonhosted.org/packages/6a/bd/d91c5e39f490a49df14320f4e8c80161cfcce09f1e2cde1edd16a551abb3/frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:494a5952b1c597ba44e0e78113a7266e656b9794eec897b19ead706bd7074383", size = 242411, upload-time = "2025-10-06T05:36:09.801Z" }, - { url = "https://files.pythonhosted.org/packages/8f/83/f61505a05109ef3293dfb1ff594d13d64a2324ac3482be2cedc2be818256/frozenlist-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:96f423a119f4777a4a056b66ce11527366a8bb92f54e541ade21f2374433f6d4", size = 243014, upload-time = "2025-10-06T05:36:11.394Z" }, - { url = "https://files.pythonhosted.org/packages/d8/cb/cb6c7b0f7d4023ddda30cf56b8b17494eb3a79e3fda666bf735f63118b35/frozenlist-1.8.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3462dd9475af2025c31cc61be6652dfa25cbfb56cbbf52f4ccfe029f38decaf8", size = 234909, upload-time = "2025-10-06T05:36:12.598Z" }, - { url = "https://files.pythonhosted.org/packages/31/c5/cd7a1f3b8b34af009fb17d4123c5a778b44ae2804e3ad6b86204255f9ec5/frozenlist-1.8.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4c800524c9cd9bac5166cd6f55285957fcfc907db323e193f2afcd4d9abd69b", size = 250049, upload-time = "2025-10-06T05:36:14.065Z" }, - { url = "https://files.pythonhosted.org/packages/c0/01/2f95d3b416c584a1e7f0e1d6d31998c4a795f7544069ee2e0962a4b60740/frozenlist-1.8.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d6a5df73acd3399d893dafc71663ad22534b5aa4f94e8a2fabfe856c3c1b6a52", size = 256485, upload-time = "2025-10-06T05:36:15.39Z" }, - { url = "https://files.pythonhosted.org/packages/ce/03/024bf7720b3abaebcff6d0793d73c154237b85bdf67b7ed55e5e9596dc9a/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:405e8fe955c2280ce66428b3ca55e12b3c4e9c336fb2103a4937e891c69a4a29", size = 237619, upload-time = "2025-10-06T05:36:16.558Z" }, - { url = "https://files.pythonhosted.org/packages/69/fa/f8abdfe7d76b731f5d8bd217827cf6764d4f1d9763407e42717b4bed50a0/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:908bd3f6439f2fef9e85031b59fd4f1297af54415fb60e4254a95f75b3cab3f3", size = 250320, upload-time = "2025-10-06T05:36:17.821Z" }, - { url = "https://files.pythonhosted.org/packages/f5/3c/b051329f718b463b22613e269ad72138cc256c540f78a6de89452803a47d/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:294e487f9ec720bd8ffcebc99d575f7eff3568a08a253d1ee1a0378754b74143", size = 246820, upload-time = "2025-10-06T05:36:19.046Z" }, - { url = "https://files.pythonhosted.org/packages/0f/ae/58282e8f98e444b3f4dd42448ff36fa38bef29e40d40f330b22e7108f565/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:74c51543498289c0c43656701be6b077f4b265868fa7f8a8859c197006efb608", size = 250518, upload-time = "2025-10-06T05:36:20.763Z" }, - { url = "https://files.pythonhosted.org/packages/8f/96/007e5944694d66123183845a106547a15944fbbb7154788cbf7272789536/frozenlist-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:776f352e8329135506a1d6bf16ac3f87bc25b28e765949282dcc627af36123aa", size = 239096, upload-time = "2025-10-06T05:36:22.129Z" }, - { url = "https://files.pythonhosted.org/packages/66/bb/852b9d6db2fa40be96f29c0d1205c306288f0684df8fd26ca1951d461a56/frozenlist-1.8.0-cp312-cp312-win32.whl", hash = "sha256:433403ae80709741ce34038da08511d4a77062aa924baf411ef73d1146e74faf", size = 39985, upload-time = "2025-10-06T05:36:23.661Z" }, - { url = "https://files.pythonhosted.org/packages/b8/af/38e51a553dd66eb064cdf193841f16f077585d4d28394c2fa6235cb41765/frozenlist-1.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:34187385b08f866104f0c0617404c8eb08165ab1272e884abc89c112e9c00746", size = 44591, upload-time = "2025-10-06T05:36:24.958Z" }, - { url = "https://files.pythonhosted.org/packages/a7/06/1dc65480ab147339fecc70797e9c2f69d9cea9cf38934ce08df070fdb9cb/frozenlist-1.8.0-cp312-cp312-win_arm64.whl", hash = "sha256:fe3c58d2f5db5fbd18c2987cba06d51b0529f52bc3a6cdc33d3f4eab725104bd", size = 40102, upload-time = "2025-10-06T05:36:26.333Z" }, - { url = "https://files.pythonhosted.org/packages/2d/40/0832c31a37d60f60ed79e9dfb5a92e1e2af4f40a16a29abcc7992af9edff/frozenlist-1.8.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8d92f1a84bb12d9e56f818b3a746f3efba93c1b63c8387a73dde655e1e42282a", size = 85717, upload-time = "2025-10-06T05:36:27.341Z" }, - { url = "https://files.pythonhosted.org/packages/30/ba/b0b3de23f40bc55a7057bd38434e25c34fa48e17f20ee273bbde5e0650f3/frozenlist-1.8.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:96153e77a591c8adc2ee805756c61f59fef4cf4073a9275ee86fe8cba41241f7", size = 49651, upload-time = "2025-10-06T05:36:28.855Z" }, - { url = "https://files.pythonhosted.org/packages/0c/ab/6e5080ee374f875296c4243c381bbdef97a9ac39c6e3ce1d5f7d42cb78d6/frozenlist-1.8.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f21f00a91358803399890ab167098c131ec2ddd5f8f5fd5fe9c9f2c6fcd91e40", size = 49417, upload-time = "2025-10-06T05:36:29.877Z" }, - { url = "https://files.pythonhosted.org/packages/d5/4e/e4691508f9477ce67da2015d8c00acd751e6287739123113a9fca6f1604e/frozenlist-1.8.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:fb30f9626572a76dfe4293c7194a09fb1fe93ba94c7d4f720dfae3b646b45027", size = 234391, upload-time = "2025-10-06T05:36:31.301Z" }, - { url = "https://files.pythonhosted.org/packages/40/76/c202df58e3acdf12969a7895fd6f3bc016c642e6726aa63bd3025e0fc71c/frozenlist-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eaa352d7047a31d87dafcacbabe89df0aa506abb5b1b85a2fb91bc3faa02d822", size = 233048, upload-time = "2025-10-06T05:36:32.531Z" }, - { url = "https://files.pythonhosted.org/packages/f9/c0/8746afb90f17b73ca5979c7a3958116e105ff796e718575175319b5bb4ce/frozenlist-1.8.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:03ae967b4e297f58f8c774c7eabcce57fe3c2434817d4385c50661845a058121", size = 226549, upload-time = "2025-10-06T05:36:33.706Z" }, - { url = "https://files.pythonhosted.org/packages/7e/eb/4c7eefc718ff72f9b6c4893291abaae5fbc0c82226a32dcd8ef4f7a5dbef/frozenlist-1.8.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f6292f1de555ffcc675941d65fffffb0a5bcd992905015f85d0592201793e0e5", size = 239833, upload-time = "2025-10-06T05:36:34.947Z" }, - { url = "https://files.pythonhosted.org/packages/c2/4e/e5c02187cf704224f8b21bee886f3d713ca379535f16893233b9d672ea71/frozenlist-1.8.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:29548f9b5b5e3460ce7378144c3010363d8035cea44bc0bf02d57f5a685e084e", size = 245363, upload-time = "2025-10-06T05:36:36.534Z" }, - { url = "https://files.pythonhosted.org/packages/1f/96/cb85ec608464472e82ad37a17f844889c36100eed57bea094518bf270692/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ec3cc8c5d4084591b4237c0a272cc4f50a5b03396a47d9caaf76f5d7b38a4f11", size = 229314, upload-time = "2025-10-06T05:36:38.582Z" }, - { url = "https://files.pythonhosted.org/packages/5d/6f/4ae69c550e4cee66b57887daeebe006fe985917c01d0fff9caab9883f6d0/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:517279f58009d0b1f2e7c1b130b377a349405da3f7621ed6bfae50b10adf20c1", size = 243365, upload-time = "2025-10-06T05:36:40.152Z" }, - { url = "https://files.pythonhosted.org/packages/7a/58/afd56de246cf11780a40a2c28dc7cbabbf06337cc8ddb1c780a2d97e88d8/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:db1e72ede2d0d7ccb213f218df6a078a9c09a7de257c2fe8fcef16d5925230b1", size = 237763, upload-time = "2025-10-06T05:36:41.355Z" }, - { url = "https://files.pythonhosted.org/packages/cb/36/cdfaf6ed42e2644740d4a10452d8e97fa1c062e2a8006e4b09f1b5fd7d63/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:b4dec9482a65c54a5044486847b8a66bf10c9cb4926d42927ec4e8fd5db7fed8", size = 240110, upload-time = "2025-10-06T05:36:42.716Z" }, - { url = "https://files.pythonhosted.org/packages/03/a8/9ea226fbefad669f11b52e864c55f0bd57d3c8d7eb07e9f2e9a0b39502e1/frozenlist-1.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:21900c48ae04d13d416f0e1e0c4d81f7931f73a9dfa0b7a8746fb2fe7dd970ed", size = 233717, upload-time = "2025-10-06T05:36:44.251Z" }, - { url = "https://files.pythonhosted.org/packages/1e/0b/1b5531611e83ba7d13ccc9988967ea1b51186af64c42b7a7af465dcc9568/frozenlist-1.8.0-cp313-cp313-win32.whl", hash = "sha256:8b7b94a067d1c504ee0b16def57ad5738701e4ba10cec90529f13fa03c833496", size = 39628, upload-time = "2025-10-06T05:36:45.423Z" }, - { url = "https://files.pythonhosted.org/packages/d8/cf/174c91dbc9cc49bc7b7aab74d8b734e974d1faa8f191c74af9b7e80848e6/frozenlist-1.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:878be833caa6a3821caf85eb39c5ba92d28e85df26d57afb06b35b2efd937231", size = 43882, upload-time = "2025-10-06T05:36:46.796Z" }, - { url = "https://files.pythonhosted.org/packages/c1/17/502cd212cbfa96eb1388614fe39a3fc9ab87dbbe042b66f97acb57474834/frozenlist-1.8.0-cp313-cp313-win_arm64.whl", hash = "sha256:44389d135b3ff43ba8cc89ff7f51f5a0bb6b63d829c8300f79a2fe4fe61bcc62", size = 39676, upload-time = "2025-10-06T05:36:47.8Z" }, - { url = "https://files.pythonhosted.org/packages/d2/5c/3bbfaa920dfab09e76946a5d2833a7cbdf7b9b4a91c714666ac4855b88b4/frozenlist-1.8.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:e25ac20a2ef37e91c1b39938b591457666a0fa835c7783c3a8f33ea42870db94", size = 89235, upload-time = "2025-10-06T05:36:48.78Z" }, - { url = "https://files.pythonhosted.org/packages/d2/d6/f03961ef72166cec1687e84e8925838442b615bd0b8854b54923ce5b7b8a/frozenlist-1.8.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:07cdca25a91a4386d2e76ad992916a85038a9b97561bf7a3fd12d5d9ce31870c", size = 50742, upload-time = "2025-10-06T05:36:49.837Z" }, - { url = "https://files.pythonhosted.org/packages/1e/bb/a6d12b7ba4c3337667d0e421f7181c82dda448ce4e7ad7ecd249a16fa806/frozenlist-1.8.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4e0c11f2cc6717e0a741f84a527c52616140741cd812a50422f83dc31749fb52", size = 51725, upload-time = "2025-10-06T05:36:50.851Z" }, - { url = "https://files.pythonhosted.org/packages/bc/71/d1fed0ffe2c2ccd70b43714c6cab0f4188f09f8a67a7914a6b46ee30f274/frozenlist-1.8.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b3210649ee28062ea6099cfda39e147fa1bc039583c8ee4481cb7811e2448c51", size = 284533, upload-time = "2025-10-06T05:36:51.898Z" }, - { url = "https://files.pythonhosted.org/packages/c9/1f/fb1685a7b009d89f9bf78a42d94461bc06581f6e718c39344754a5d9bada/frozenlist-1.8.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:581ef5194c48035a7de2aefc72ac6539823bb71508189e5de01d60c9dcd5fa65", size = 292506, upload-time = "2025-10-06T05:36:53.101Z" }, - { url = "https://files.pythonhosted.org/packages/e6/3b/b991fe1612703f7e0d05c0cf734c1b77aaf7c7d321df4572e8d36e7048c8/frozenlist-1.8.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3ef2d026f16a2b1866e1d86fc4e1291e1ed8a387b2c333809419a2f8b3a77b82", size = 274161, upload-time = "2025-10-06T05:36:54.309Z" }, - { url = "https://files.pythonhosted.org/packages/ca/ec/c5c618767bcdf66e88945ec0157d7f6c4a1322f1473392319b7a2501ded7/frozenlist-1.8.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5500ef82073f599ac84d888e3a8c1f77ac831183244bfd7f11eaa0289fb30714", size = 294676, upload-time = "2025-10-06T05:36:55.566Z" }, - { url = "https://files.pythonhosted.org/packages/7c/ce/3934758637d8f8a88d11f0585d6495ef54b2044ed6ec84492a91fa3b27aa/frozenlist-1.8.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:50066c3997d0091c411a66e710f4e11752251e6d2d73d70d8d5d4c76442a199d", size = 300638, upload-time = "2025-10-06T05:36:56.758Z" }, - { url = "https://files.pythonhosted.org/packages/fc/4f/a7e4d0d467298f42de4b41cbc7ddaf19d3cfeabaf9ff97c20c6c7ee409f9/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:5c1c8e78426e59b3f8005e9b19f6ff46e5845895adbde20ece9218319eca6506", size = 283067, upload-time = "2025-10-06T05:36:57.965Z" }, - { url = "https://files.pythonhosted.org/packages/dc/48/c7b163063d55a83772b268e6d1affb960771b0e203b632cfe09522d67ea5/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:eefdba20de0d938cec6a89bd4d70f346a03108a19b9df4248d3cf0d88f1b0f51", size = 292101, upload-time = "2025-10-06T05:36:59.237Z" }, - { url = "https://files.pythonhosted.org/packages/9f/d0/2366d3c4ecdc2fd391e0afa6e11500bfba0ea772764d631bbf82f0136c9d/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:cf253e0e1c3ceb4aaff6df637ce033ff6535fb8c70a764a8f46aafd3d6ab798e", size = 289901, upload-time = "2025-10-06T05:37:00.811Z" }, - { url = "https://files.pythonhosted.org/packages/b8/94/daff920e82c1b70e3618a2ac39fbc01ae3e2ff6124e80739ce5d71c9b920/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:032efa2674356903cd0261c4317a561a6850f3ac864a63fc1583147fb05a79b0", size = 289395, upload-time = "2025-10-06T05:37:02.115Z" }, - { url = "https://files.pythonhosted.org/packages/e3/20/bba307ab4235a09fdcd3cc5508dbabd17c4634a1af4b96e0f69bfe551ebd/frozenlist-1.8.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6da155091429aeba16851ecb10a9104a108bcd32f6c1642867eadaee401c1c41", size = 283659, upload-time = "2025-10-06T05:37:03.711Z" }, - { url = "https://files.pythonhosted.org/packages/fd/00/04ca1c3a7a124b6de4f8a9a17cc2fcad138b4608e7a3fc5877804b8715d7/frozenlist-1.8.0-cp313-cp313t-win32.whl", hash = "sha256:0f96534f8bfebc1a394209427d0f8a63d343c9779cda6fc25e8e121b5fd8555b", size = 43492, upload-time = "2025-10-06T05:37:04.915Z" }, - { url = "https://files.pythonhosted.org/packages/59/5e/c69f733a86a94ab10f68e496dc6b7e8bc078ebb415281d5698313e3af3a1/frozenlist-1.8.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5d63a068f978fc69421fb0e6eb91a9603187527c86b7cd3f534a5b77a592b888", size = 48034, upload-time = "2025-10-06T05:37:06.343Z" }, - { url = "https://files.pythonhosted.org/packages/16/6c/be9d79775d8abe79b05fa6d23da99ad6e7763a1d080fbae7290b286093fd/frozenlist-1.8.0-cp313-cp313t-win_arm64.whl", hash = "sha256:bf0a7e10b077bf5fb9380ad3ae8ce20ef919a6ad93b4552896419ac7e1d8e042", size = 41749, upload-time = "2025-10-06T05:37:07.431Z" }, { url = "https://files.pythonhosted.org/packages/f1/c8/85da824b7e7b9b6e7f7705b2ecaf9591ba6f79c1177f324c2735e41d36a2/frozenlist-1.8.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:cee686f1f4cadeb2136007ddedd0aaf928ab95216e7691c63e50a8ec066336d0", size = 86127, upload-time = "2025-10-06T05:37:08.438Z" }, { url = "https://files.pythonhosted.org/packages/8e/e8/a1185e236ec66c20afd72399522f142c3724c785789255202d27ae992818/frozenlist-1.8.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:119fb2a1bd47307e899c2fac7f28e85b9a543864df47aa7ec9d3c1b4545f096f", size = 49698, upload-time = "2025-10-06T05:37:09.48Z" }, { url = "https://files.pythonhosted.org/packages/a1/93/72b1736d68f03fda5fdf0f2180fb6caaae3894f1b854d006ac61ecc727ee/frozenlist-1.8.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:4970ece02dbc8c3a92fcc5228e36a3e933a01a999f7094ff7c23fbd2beeaa67c", size = 49749, upload-time = "2025-10-06T05:37:10.569Z" }, @@ -291,6 +206,7 @@ dependencies = [ { name = "openai" }, { name = "playsound" }, { name = "psutil" }, + { name = "pygobject" }, { name = "tabulate" }, { name = "textual" }, { name = "toml" }, @@ -299,15 +215,16 @@ dependencies = [ [package.metadata] requires-dist = [ - { name = "edge-tts", specifier = "==7.0.2" }, - { name = "jieba", specifier = "==0.42.1" }, - { name = "openai", specifier = "==1.0.0" }, + { name = "edge-tts", specifier = ">=7.2.8" }, + { name = "jieba", specifier = ">=0.42.1" }, + { name = "openai", specifier = ">=2.32.0" }, { name = "playsound", specifier = "==1.2.2" }, - { name = "psutil", specifier = ">=7.2.1" }, - { name = "tabulate", specifier = ">=0.9.0" }, - { name = "textual", specifier = "==7.0.0" }, - { name = "toml", specifier = "==0.10.2" }, - { name = "transitions", specifier = "==0.9.3" }, + { name = "psutil", specifier = ">=7.2.2" }, + { name = "pygobject", specifier = ">=3.56.2" }, + { name = "tabulate", specifier = ">=0.10.0" }, + { name = "textual", specifier = ">=8.2.3" }, + { name = "toml", specifier = ">=0.10.2" }, + { name = "transitions", specifier = ">=0.9.3" }, ] [[package]] @@ -353,16 +270,51 @@ version = "0.42.1" source = { registry = "https://pypi.org/simple" } sdist = { url = "https://files.pythonhosted.org/packages/c6/cb/18eeb235f833b726522d7ebed54f2278ce28ba9438e3135ab0278d9792a2/jieba-0.42.1.tar.gz", hash = "sha256:055ca12f62674fafed09427f176506079bc135638a14e23e25be909131928db2", size = 19214172, upload-time = "2020-01-20T14:27:23.5Z" } +[[package]] +name = "jiter" +version = "0.14.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/6e/c1/0cddc6eb17d4c53a99840953f95dd3accdc5cfc7a337b0e9b26476276be9/jiter-0.14.0.tar.gz", hash = "sha256:e8a39e66dac7153cf3f964a12aad515afa8d74938ec5cc0018adcdae5367c79e", size = 165725, upload-time = "2026-04-10T14:28:42.01Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/4f/1e/354ed92461b165bd581f9ef5150971a572c873ec3b68a916d5aa91da3cc2/jiter-0.14.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:6f396837fc7577871ca8c12edaf239ed9ccef3bbe39904ae9b8b63ce0a48b140", size = 315277, upload-time = "2026-04-10T14:27:18.109Z" }, + { url = "https://files.pythonhosted.org/packages/a6/95/8c7c7028aa8636ac21b7a55faef3e34215e6ed0cbf5ae58258427f621aa3/jiter-0.14.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a4d50ea3d8ba4176f79754333bd35f1bbcd28e91adc13eb9b7ca91bc52a6cef9", size = 315923, upload-time = "2026-04-10T14:27:19.603Z" }, + { url = "https://files.pythonhosted.org/packages/47/40/e2a852a44c4a089f2681a16611b7ce113224a80fd8504c46d78491b47220/jiter-0.14.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ce17f8a050447d1b4153bda4fb7d26e6a9e74eb4f4a41913f30934c5075bf615", size = 344943, upload-time = "2026-04-10T14:27:21.262Z" }, + { url = "https://files.pythonhosted.org/packages/fc/1f/670f92adee1e9895eac41e8a4d623b6da68c4d46249d8b556b60b63f949e/jiter-0.14.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f4f1c4b125e1652aefbc2e2c1617b60a160ab789d180e3d423c41439e5f32850", size = 369725, upload-time = "2026-04-10T14:27:22.766Z" }, + { url = "https://files.pythonhosted.org/packages/01/2f/541c9ba567d05de1c4874a0f8f8c5e3fd78e2b874266623da9a775cf46e0/jiter-0.14.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:be808176a6a3a14321d18c603f2d40741858a7c4fc982f83232842689fe86dd9", size = 461210, upload-time = "2026-04-10T14:27:24.315Z" }, + { url = "https://files.pythonhosted.org/packages/ce/a9/c31cbec09627e0d5de7aeaec7690dba03e090caa808fefd8133137cf45bc/jiter-0.14.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:26679d58ba816f88c3849306dd58cb863a90a1cf352cdd4ef67e30ccf8a77994", size = 380002, upload-time = "2026-04-10T14:27:26.155Z" }, + { url = "https://files.pythonhosted.org/packages/50/02/3c05c1666c41904a2f607475a73e7a4763d1cbde2d18229c4f85b22dc253/jiter-0.14.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80381f5a19af8fa9aef743f080e34f6b25ebd89656475f8cf0470ec6157052aa", size = 354678, upload-time = "2026-04-10T14:27:27.701Z" }, + { url = "https://files.pythonhosted.org/packages/7d/97/e15b33545c2b13518f560d695f974b9891b311641bdcf178d63177e8801e/jiter-0.14.0-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:004df5fdb8ecbd6d99f3227df18ba1a259254c4359736a2e6f036c944e02d7c5", size = 358920, upload-time = "2026-04-10T14:27:29.256Z" }, + { url = "https://files.pythonhosted.org/packages/ad/d2/8b1461def6b96ba44530df20d07ef7a1c7da22f3f9bf1727e2d611077bf1/jiter-0.14.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:cff5708f7ed0fa098f2b53446c6fa74c48469118e5cd7497b4f1cd569ab06928", size = 394512, upload-time = "2026-04-10T14:27:31.344Z" }, + { url = "https://files.pythonhosted.org/packages/e3/88/837566dd6ed6e452e8d3205355afd484ce44b2533edfa4ed73a298ea893e/jiter-0.14.0-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:2492e5f06c36a976d25c7cc347a60e26d5470178d44cde1b9b75e60b4e519f28", size = 521120, upload-time = "2026-04-10T14:27:33.299Z" }, + { url = "https://files.pythonhosted.org/packages/89/6b/b00b45c4d1b4c031777fe161d620b755b5b02cdade1e316dcb46e4471d63/jiter-0.14.0-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:7609cfbe3a03d37bfdbf5052012d5a879e72b83168a363deae7b3a26564d57de", size = 553668, upload-time = "2026-04-10T14:27:34.868Z" }, + { url = "https://files.pythonhosted.org/packages/ad/d8/6fe5b42011d19397433d345716eac16728ac241862a2aac9c91923c7509a/jiter-0.14.0-cp314-cp314-win32.whl", hash = "sha256:7282342d32e357543565286b6450378c3cd402eea333fc1ebe146f1fabb306fc", size = 207001, upload-time = "2026-04-10T14:27:36.455Z" }, + { url = "https://files.pythonhosted.org/packages/e5/43/5c2e08da1efad5e410f0eaaabeadd954812612c33fbbd8fd5328b489139d/jiter-0.14.0-cp314-cp314-win_amd64.whl", hash = "sha256:bd77945f38866a448e73b0b7637366afa814d4617790ecd88a18ca74377e6c02", size = 202187, upload-time = "2026-04-10T14:27:38Z" }, + { url = "https://files.pythonhosted.org/packages/aa/1f/6e39ac0b4cdfa23e606af5b245df5f9adaa76f35e0c5096790da430ca506/jiter-0.14.0-cp314-cp314-win_arm64.whl", hash = "sha256:f2d4c61da0821ee42e0cdf5489da60a6d074306313a377c2b35af464955a3611", size = 192257, upload-time = "2026-04-10T14:27:39.504Z" }, + { url = "https://files.pythonhosted.org/packages/05/57/7dbc0ffbbb5176a27e3518716608aa464aee2e2887dc938f0b900a120449/jiter-0.14.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1bf7ff85517dd2f20a5750081d2b75083c1b269cf75afc7511bdf1f9548beb3b", size = 323441, upload-time = "2026-04-10T14:27:41.039Z" }, + { url = "https://files.pythonhosted.org/packages/83/6e/7b3314398d8983f06b557aa21b670511ec72d3b79a68ee5e4d9bff972286/jiter-0.14.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c8ef8791c3e78d6c6b157c6d360fbb5c715bebb8113bc6a9303c5caff012754a", size = 348109, upload-time = "2026-04-10T14:27:42.552Z" }, + { url = "https://files.pythonhosted.org/packages/ae/4f/8dc674bcd7db6dba566de73c08c763c337058baff1dbeb34567045b27cdc/jiter-0.14.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e74663b8b10da1fe0f4e4703fd7980d24ad17174b6bb35d8498d6e3ebce2ae6a", size = 368328, upload-time = "2026-04-10T14:27:44.574Z" }, + { url = "https://files.pythonhosted.org/packages/3b/5f/188e09a1f20906f98bbdec44ed820e19f4e8eb8aff88b9d1a5a497587ff3/jiter-0.14.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1aca29ba52913f78362ec9c2da62f22cdc4c3083313403f90c15460979b84d9b", size = 463301, upload-time = "2026-04-10T14:27:46.717Z" }, + { url = "https://files.pythonhosted.org/packages/ac/f0/19046ef965ed8f349e8554775bb12ff4352f443fbe12b95d31f575891256/jiter-0.14.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8b39b7d87a952b79949af5fef44d2544e58c21a28da7f1bae3ef166455c61746", size = 378891, upload-time = "2026-04-10T14:27:48.32Z" }, + { url = "https://files.pythonhosted.org/packages/c4/c3/da43bd8431ee175695777ee78cf0e93eacbb47393ff493f18c45231b427d/jiter-0.14.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78d918a68b26e9fab068c2b5453577ef04943ab2807b9a6275df2a812599a310", size = 360749, upload-time = "2026-04-10T14:27:49.88Z" }, + { url = "https://files.pythonhosted.org/packages/72/26/e054771be889707c6161dbdec9c23d33a9ec70945395d70f07cfea1e9a6f/jiter-0.14.0-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:b08997c35aee1201c1a5361466a8fb9162d03ae7bf6568df70b6c859f1e654a4", size = 358526, upload-time = "2026-04-10T14:27:51.504Z" }, + { url = "https://files.pythonhosted.org/packages/c3/0f/7bea65ea2a6d91f2bf989ff11a18136644392bf2b0497a1fa50934c30a9c/jiter-0.14.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:260bf7ca20704d58d41f669e5e9fe7fe2fa72901a6b324e79056f5d52e9c9be2", size = 393926, upload-time = "2026-04-10T14:27:53.368Z" }, + { url = "https://files.pythonhosted.org/packages/3c/a1/b1ff7d70deef61ac0b7c6c2f12d2ace950cdeecb4fdc94500a0926802857/jiter-0.14.0-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:37826e3df29e60f30a382f9294348d0238ef127f4b5d7f5f8da78b5b9e050560", size = 521052, upload-time = "2026-04-10T14:27:55.058Z" }, + { url = "https://files.pythonhosted.org/packages/0b/7b/3b0649983cbaf15eda26a414b5b1982e910c67bd6f7b1b490f3cfc76896a/jiter-0.14.0-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:645be49c46f2900937ba0eaf871ad5183c96858c0af74b6becc7f4e367e36e06", size = 553716, upload-time = "2026-04-10T14:27:57.269Z" }, + { url = "https://files.pythonhosted.org/packages/97/f8/33d78c83bd93ae0c0af05293a6660f88a1977caef39a6d72a84afab94ce0/jiter-0.14.0-cp314-cp314t-win32.whl", hash = "sha256:2f7877ed45118de283786178eceaf877110abacd04fde31efff3940ae9672674", size = 207957, upload-time = "2026-04-10T14:27:59.285Z" }, + { url = "https://files.pythonhosted.org/packages/d6/ac/2b760516c03e2227826d1f7025d89bf6bf6357a28fe75c2a2800873c50bf/jiter-0.14.0-cp314-cp314t-win_amd64.whl", hash = "sha256:14c0cb10337c49f5eafe8e7364daca5e29a020ea03580b8f8e6c597fed4e1588", size = 204690, upload-time = "2026-04-10T14:28:00.962Z" }, + { url = "https://files.pythonhosted.org/packages/dc/2e/a44c20c58aeed0355f2d326969a181696aeb551a25195f47563908a815be/jiter-0.14.0-cp314-cp314t-win_arm64.whl", hash = "sha256:5419d4aa2024961da9fe12a9cfe7484996735dca99e8e090b5c88595ef1951ff", size = 191338, upload-time = "2026-04-10T14:28:02.853Z" }, +] + [[package]] name = "linkify-it-py" -version = "2.0.3" +version = "2.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "uc-micro-py" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2a/ae/bb56c6828e4797ba5a4821eec7c43b8bf40f69cda4d4f5f8c8a2810ec96a/linkify-it-py-2.0.3.tar.gz", hash = "sha256:68cda27e162e9215c17d786649d1da0021a451bdc436ef9e0fa0ba5234b9b048", size = 27946, upload-time = "2024-02-04T14:48:04.179Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2e/c9/06ea13676ef354f0af6169587ae292d3e2406e212876a413bf9eece4eb23/linkify_it_py-2.1.0.tar.gz", hash = "sha256:43360231720999c10e9328dc3691160e27a718e280673d444c38d7d3aaa3b98b", size = 29158, upload-time = "2026-03-01T07:48:47.683Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/1e/b832de447dee8b582cac175871d2f6c3d5077cc56d5575cadba1fd1cccfa/linkify_it_py-2.0.3-py3-none-any.whl", hash = "sha256:6bcbc417b0ac14323382aef5c5192c0075bf8a9d6b41820a2b66371eac6b6d79", size = 19820, upload-time = "2024-02-04T14:48:02.496Z" }, + { url = "https://files.pythonhosted.org/packages/b4/de/88b3be5c31b22333b3ca2f6ff1de4e863d8fe45aaea7485f591970ec1d3e/linkify_it_py-2.1.0-py3-none-any.whl", hash = "sha256:0d252c1594ecba2ecedc444053db5d3a9b7ec1b0dd929c8f1d74dce89f86c05e", size = 19878, upload-time = "2026-03-01T07:48:46.098Z" }, ] [[package]] @@ -405,127 +357,75 @@ wheels = [ [[package]] name = "multidict" -version = "6.7.0" +version = "6.7.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/80/1e/5492c365f222f907de1039b91f922b93fa4f764c713ee858d235495d8f50/multidict-6.7.0.tar.gz", hash = "sha256:c6e99d9a65ca282e578dfea819cfa9c0a62b2499d8677392e09feaf305e9e6f5", size = 101834, upload-time = "2025-10-06T14:52:30.657Z" } +sdist = { url = "https://files.pythonhosted.org/packages/1a/c2/c2d94cbe6ac1753f3fc980da97b3d930efe1da3af3c9f5125354436c073d/multidict-6.7.1.tar.gz", hash = "sha256:ec6652a1bee61c53a3e5776b6049172c53b6aaba34f18c9ad04f82712bac623d", size = 102010, upload-time = "2026-01-26T02:46:45.979Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c2/9e/9f61ac18d9c8b475889f32ccfa91c9f59363480613fc807b6e3023d6f60b/multidict-6.7.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:8a3862568a36d26e650a19bb5cbbba14b71789032aebc0423f8cc5f150730184", size = 76877, upload-time = "2025-10-06T14:49:20.884Z" }, - { url = "https://files.pythonhosted.org/packages/38/6f/614f09a04e6184f8824268fce4bc925e9849edfa654ddd59f0b64508c595/multidict-6.7.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:960c60b5849b9b4f9dcc9bea6e3626143c252c74113df2c1540aebce70209b45", size = 45467, upload-time = "2025-10-06T14:49:22.054Z" }, - { url = "https://files.pythonhosted.org/packages/b3/93/c4f67a436dd026f2e780c433277fff72be79152894d9fc36f44569cab1a6/multidict-6.7.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2049be98fb57a31b4ccf870bf377af2504d4ae35646a19037ec271e4c07998aa", size = 43834, upload-time = "2025-10-06T14:49:23.566Z" }, - { url = "https://files.pythonhosted.org/packages/7f/f5/013798161ca665e4a422afbc5e2d9e4070142a9ff8905e482139cd09e4d0/multidict-6.7.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:0934f3843a1860dd465d38895c17fce1f1cb37295149ab05cd1b9a03afacb2a7", size = 250545, upload-time = "2025-10-06T14:49:24.882Z" }, - { url = "https://files.pythonhosted.org/packages/71/2f/91dbac13e0ba94669ea5119ba267c9a832f0cb65419aca75549fcf09a3dc/multidict-6.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b3e34f3a1b8131ba06f1a73adab24f30934d148afcd5f5de9a73565a4404384e", size = 258305, upload-time = "2025-10-06T14:49:26.778Z" }, - { url = "https://files.pythonhosted.org/packages/ef/b0/754038b26f6e04488b48ac621f779c341338d78503fb45403755af2df477/multidict-6.7.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:efbb54e98446892590dc2458c19c10344ee9a883a79b5cec4bc34d6656e8d546", size = 242363, upload-time = "2025-10-06T14:49:28.562Z" }, - { url = "https://files.pythonhosted.org/packages/87/15/9da40b9336a7c9fa606c4cf2ed80a649dffeb42b905d4f63a1d7eb17d746/multidict-6.7.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a35c5fc61d4f51eb045061e7967cfe3123d622cd500e8868e7c0c592a09fedc4", size = 268375, upload-time = "2025-10-06T14:49:29.96Z" }, - { url = "https://files.pythonhosted.org/packages/82/72/c53fcade0cc94dfaad583105fd92b3a783af2091eddcb41a6d5a52474000/multidict-6.7.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:29fe6740ebccba4175af1b9b87bf553e9c15cd5868ee967e010efcf94e4fd0f1", size = 269346, upload-time = "2025-10-06T14:49:31.404Z" }, - { url = "https://files.pythonhosted.org/packages/0d/e2/9baffdae21a76f77ef8447f1a05a96ec4bc0a24dae08767abc0a2fe680b8/multidict-6.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:123e2a72e20537add2f33a79e605f6191fba2afda4cbb876e35c1a7074298a7d", size = 256107, upload-time = "2025-10-06T14:49:32.974Z" }, - { url = "https://files.pythonhosted.org/packages/3c/06/3f06f611087dc60d65ef775f1fb5aca7c6d61c6db4990e7cda0cef9b1651/multidict-6.7.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b284e319754366c1aee2267a2036248b24eeb17ecd5dc16022095e747f2f4304", size = 253592, upload-time = "2025-10-06T14:49:34.52Z" }, - { url = "https://files.pythonhosted.org/packages/20/24/54e804ec7945b6023b340c412ce9c3f81e91b3bf5fa5ce65558740141bee/multidict-6.7.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:803d685de7be4303b5a657b76e2f6d1240e7e0a8aa2968ad5811fa2285553a12", size = 251024, upload-time = "2025-10-06T14:49:35.956Z" }, - { url = "https://files.pythonhosted.org/packages/14/48/011cba467ea0b17ceb938315d219391d3e421dfd35928e5dbdc3f4ae76ef/multidict-6.7.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:c04a328260dfd5db8c39538f999f02779012268f54614902d0afc775d44e0a62", size = 251484, upload-time = "2025-10-06T14:49:37.631Z" }, - { url = "https://files.pythonhosted.org/packages/0d/2f/919258b43bb35b99fa127435cfb2d91798eb3a943396631ef43e3720dcf4/multidict-6.7.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:8a19cdb57cd3df4cd865849d93ee14920fb97224300c88501f16ecfa2604b4e0", size = 263579, upload-time = "2025-10-06T14:49:39.502Z" }, - { url = "https://files.pythonhosted.org/packages/31/22/a0e884d86b5242b5a74cf08e876bdf299e413016b66e55511f7a804a366e/multidict-6.7.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:9b2fd74c52accced7e75de26023b7dccee62511a600e62311b918ec5c168fc2a", size = 259654, upload-time = "2025-10-06T14:49:41.32Z" }, - { url = "https://files.pythonhosted.org/packages/b2/e5/17e10e1b5c5f5a40f2fcbb45953c9b215f8a4098003915e46a93f5fcaa8f/multidict-6.7.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:3e8bfdd0e487acf992407a140d2589fe598238eaeffa3da8448d63a63cd363f8", size = 251511, upload-time = "2025-10-06T14:49:46.021Z" }, - { url = "https://files.pythonhosted.org/packages/e3/9a/201bb1e17e7af53139597069c375e7b0dcbd47594604f65c2d5359508566/multidict-6.7.0-cp312-cp312-win32.whl", hash = "sha256:dd32a49400a2c3d52088e120ee00c1e3576cbff7e10b98467962c74fdb762ed4", size = 41895, upload-time = "2025-10-06T14:49:48.718Z" }, - { url = "https://files.pythonhosted.org/packages/46/e2/348cd32faad84eaf1d20cce80e2bb0ef8d312c55bca1f7fa9865e7770aaf/multidict-6.7.0-cp312-cp312-win_amd64.whl", hash = "sha256:92abb658ef2d7ef22ac9f8bb88e8b6c3e571671534e029359b6d9e845923eb1b", size = 46073, upload-time = "2025-10-06T14:49:50.28Z" }, - { url = "https://files.pythonhosted.org/packages/25/ec/aad2613c1910dce907480e0c3aa306905830f25df2e54ccc9dea450cb5aa/multidict-6.7.0-cp312-cp312-win_arm64.whl", hash = "sha256:490dab541a6a642ce1a9d61a4781656b346a55c13038f0b1244653828e3a83ec", size = 43226, upload-time = "2025-10-06T14:49:52.304Z" }, - { url = "https://files.pythonhosted.org/packages/d2/86/33272a544eeb36d66e4d9a920602d1a2f57d4ebea4ef3cdfe5a912574c95/multidict-6.7.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:bee7c0588aa0076ce77c0ea5d19a68d76ad81fcd9fe8501003b9a24f9d4000f6", size = 76135, upload-time = "2025-10-06T14:49:54.26Z" }, - { url = "https://files.pythonhosted.org/packages/91/1c/eb97db117a1ebe46d457a3d235a7b9d2e6dcab174f42d1b67663dd9e5371/multidict-6.7.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:7ef6b61cad77091056ce0e7ce69814ef72afacb150b7ac6a3e9470def2198159", size = 45117, upload-time = "2025-10-06T14:49:55.82Z" }, - { url = "https://files.pythonhosted.org/packages/f1/d8/6c3442322e41fb1dd4de8bd67bfd11cd72352ac131f6368315617de752f1/multidict-6.7.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:9c0359b1ec12b1d6849c59f9d319610b7f20ef990a6d454ab151aa0e3b9f78ca", size = 43472, upload-time = "2025-10-06T14:49:57.048Z" }, - { url = "https://files.pythonhosted.org/packages/75/3f/e2639e80325af0b6c6febdf8e57cc07043ff15f57fa1ef808f4ccb5ac4cd/multidict-6.7.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:cd240939f71c64bd658f186330603aac1a9a81bf6273f523fca63673cb7378a8", size = 249342, upload-time = "2025-10-06T14:49:58.368Z" }, - { url = "https://files.pythonhosted.org/packages/5d/cc/84e0585f805cbeaa9cbdaa95f9a3d6aed745b9d25700623ac89a6ecff400/multidict-6.7.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a60a4d75718a5efa473ebd5ab685786ba0c67b8381f781d1be14da49f1a2dc60", size = 257082, upload-time = "2025-10-06T14:49:59.89Z" }, - { url = "https://files.pythonhosted.org/packages/b0/9c/ac851c107c92289acbbf5cfb485694084690c1b17e555f44952c26ddc5bd/multidict-6.7.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:53a42d364f323275126aff81fb67c5ca1b7a04fda0546245730a55c8c5f24bc4", size = 240704, upload-time = "2025-10-06T14:50:01.485Z" }, - { url = "https://files.pythonhosted.org/packages/50/cc/5f93e99427248c09da95b62d64b25748a5f5c98c7c2ab09825a1d6af0e15/multidict-6.7.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:3b29b980d0ddbecb736735ee5bef69bb2ddca56eff603c86f3f29a1128299b4f", size = 266355, upload-time = "2025-10-06T14:50:02.955Z" }, - { url = "https://files.pythonhosted.org/packages/ec/0c/2ec1d883ceb79c6f7f6d7ad90c919c898f5d1c6ea96d322751420211e072/multidict-6.7.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f8a93b1c0ed2d04b97a5e9336fd2d33371b9a6e29ab7dd6503d63407c20ffbaf", size = 267259, upload-time = "2025-10-06T14:50:04.446Z" }, - { url = "https://files.pythonhosted.org/packages/c6/2d/f0b184fa88d6630aa267680bdb8623fb69cb0d024b8c6f0d23f9a0f406d3/multidict-6.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9ff96e8815eecacc6645da76c413eb3b3d34cfca256c70b16b286a687d013c32", size = 254903, upload-time = "2025-10-06T14:50:05.98Z" }, - { url = "https://files.pythonhosted.org/packages/06/c9/11ea263ad0df7dfabcad404feb3c0dd40b131bc7f232d5537f2fb1356951/multidict-6.7.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:7516c579652f6a6be0e266aec0acd0db80829ca305c3d771ed898538804c2036", size = 252365, upload-time = "2025-10-06T14:50:07.511Z" }, - { url = "https://files.pythonhosted.org/packages/41/88/d714b86ee2c17d6e09850c70c9d310abac3d808ab49dfa16b43aba9d53fd/multidict-6.7.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:040f393368e63fb0f3330e70c26bfd336656bed925e5cbe17c9da839a6ab13ec", size = 250062, upload-time = "2025-10-06T14:50:09.074Z" }, - { url = "https://files.pythonhosted.org/packages/15/fe/ad407bb9e818c2b31383f6131ca19ea7e35ce93cf1310fce69f12e89de75/multidict-6.7.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:b3bc26a951007b1057a1c543af845f1c7e3e71cc240ed1ace7bf4484aa99196e", size = 249683, upload-time = "2025-10-06T14:50:10.714Z" }, - { url = "https://files.pythonhosted.org/packages/8c/a4/a89abdb0229e533fb925e7c6e5c40201c2873efebc9abaf14046a4536ee6/multidict-6.7.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:7b022717c748dd1992a83e219587aabe45980d88969f01b316e78683e6285f64", size = 261254, upload-time = "2025-10-06T14:50:12.28Z" }, - { url = "https://files.pythonhosted.org/packages/8d/aa/0e2b27bd88b40a4fb8dc53dd74eecac70edaa4c1dd0707eb2164da3675b3/multidict-6.7.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:9600082733859f00d79dee64effc7aef1beb26adb297416a4ad2116fd61374bd", size = 257967, upload-time = "2025-10-06T14:50:14.16Z" }, - { url = "https://files.pythonhosted.org/packages/d0/8e/0c67b7120d5d5f6d874ed85a085f9dc770a7f9d8813e80f44a9fec820bb7/multidict-6.7.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:94218fcec4d72bc61df51c198d098ce2b378e0ccbac41ddbed5ef44092913288", size = 250085, upload-time = "2025-10-06T14:50:15.639Z" }, - { url = "https://files.pythonhosted.org/packages/ba/55/b73e1d624ea4b8fd4dd07a3bb70f6e4c7c6c5d9d640a41c6ffe5cdbd2a55/multidict-6.7.0-cp313-cp313-win32.whl", hash = "sha256:a37bd74c3fa9d00be2d7b8eca074dc56bd8077ddd2917a839bd989612671ed17", size = 41713, upload-time = "2025-10-06T14:50:17.066Z" }, - { url = "https://files.pythonhosted.org/packages/32/31/75c59e7d3b4205075b4c183fa4ca398a2daf2303ddf616b04ae6ef55cffe/multidict-6.7.0-cp313-cp313-win_amd64.whl", hash = "sha256:30d193c6cc6d559db42b6bcec8a5d395d34d60c9877a0b71ecd7c204fcf15390", size = 45915, upload-time = "2025-10-06T14:50:18.264Z" }, - { url = "https://files.pythonhosted.org/packages/31/2a/8987831e811f1184c22bc2e45844934385363ee61c0a2dcfa8f71b87e608/multidict-6.7.0-cp313-cp313-win_arm64.whl", hash = "sha256:ea3334cabe4d41b7ccd01e4d349828678794edbc2d3ae97fc162a3312095092e", size = 43077, upload-time = "2025-10-06T14:50:19.853Z" }, - { url = "https://files.pythonhosted.org/packages/e8/68/7b3a5170a382a340147337b300b9eb25a9ddb573bcdfff19c0fa3f31ffba/multidict-6.7.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:ad9ce259f50abd98a1ca0aa6e490b58c316a0fce0617f609723e40804add2c00", size = 83114, upload-time = "2025-10-06T14:50:21.223Z" }, - { url = "https://files.pythonhosted.org/packages/55/5c/3fa2d07c84df4e302060f555bbf539310980362236ad49f50eeb0a1c1eb9/multidict-6.7.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:07f5594ac6d084cbb5de2df218d78baf55ef150b91f0ff8a21cc7a2e3a5a58eb", size = 48442, upload-time = "2025-10-06T14:50:22.871Z" }, - { url = "https://files.pythonhosted.org/packages/fc/56/67212d33239797f9bd91962bb899d72bb0f4c35a8652dcdb8ed049bef878/multidict-6.7.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:0591b48acf279821a579282444814a2d8d0af624ae0bc600aa4d1b920b6e924b", size = 46885, upload-time = "2025-10-06T14:50:24.258Z" }, - { url = "https://files.pythonhosted.org/packages/46/d1/908f896224290350721597a61a69cd19b89ad8ee0ae1f38b3f5cd12ea2ac/multidict-6.7.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:749a72584761531d2b9467cfbdfd29487ee21124c304c4b6cb760d8777b27f9c", size = 242588, upload-time = "2025-10-06T14:50:25.716Z" }, - { url = "https://files.pythonhosted.org/packages/ab/67/8604288bbd68680eee0ab568fdcb56171d8b23a01bcd5cb0c8fedf6e5d99/multidict-6.7.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b4c3d199f953acd5b446bf7c0de1fe25d94e09e79086f8dc2f48a11a129cdf1", size = 249966, upload-time = "2025-10-06T14:50:28.192Z" }, - { url = "https://files.pythonhosted.org/packages/20/33/9228d76339f1ba51e3efef7da3ebd91964d3006217aae13211653193c3ff/multidict-6.7.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9fb0211dfc3b51efea2f349ec92c114d7754dd62c01f81c3e32b765b70c45c9b", size = 228618, upload-time = "2025-10-06T14:50:29.82Z" }, - { url = "https://files.pythonhosted.org/packages/f8/2d/25d9b566d10cab1c42b3b9e5b11ef79c9111eaf4463b8c257a3bd89e0ead/multidict-6.7.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a027ec240fe73a8d6281872690b988eed307cd7d91b23998ff35ff577ca688b5", size = 257539, upload-time = "2025-10-06T14:50:31.731Z" }, - { url = "https://files.pythonhosted.org/packages/b6/b1/8d1a965e6637fc33de3c0d8f414485c2b7e4af00f42cab3d84e7b955c222/multidict-6.7.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1d964afecdf3a8288789df2f5751dc0a8261138c3768d9af117ed384e538fad", size = 256345, upload-time = "2025-10-06T14:50:33.26Z" }, - { url = "https://files.pythonhosted.org/packages/ba/0c/06b5a8adbdeedada6f4fb8d8f193d44a347223b11939b42953eeb6530b6b/multidict-6.7.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:caf53b15b1b7df9fbd0709aa01409000a2b4dd03a5f6f5cc548183c7c8f8b63c", size = 247934, upload-time = "2025-10-06T14:50:34.808Z" }, - { url = "https://files.pythonhosted.org/packages/8f/31/b2491b5fe167ca044c6eb4b8f2c9f3b8a00b24c432c365358eadac5d7625/multidict-6.7.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:654030da3197d927f05a536a66186070e98765aa5142794c9904555d3a9d8fb5", size = 245243, upload-time = "2025-10-06T14:50:36.436Z" }, - { url = "https://files.pythonhosted.org/packages/61/1a/982913957cb90406c8c94f53001abd9eafc271cb3e70ff6371590bec478e/multidict-6.7.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:2090d3718829d1e484706a2f525e50c892237b2bf9b17a79b059cb98cddc2f10", size = 235878, upload-time = "2025-10-06T14:50:37.953Z" }, - { url = "https://files.pythonhosted.org/packages/be/c0/21435d804c1a1cf7a2608593f4d19bca5bcbd7a81a70b253fdd1c12af9c0/multidict-6.7.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:2d2cfeec3f6f45651b3d408c4acec0ebf3daa9bc8a112a084206f5db5d05b754", size = 243452, upload-time = "2025-10-06T14:50:39.574Z" }, - { url = "https://files.pythonhosted.org/packages/54/0a/4349d540d4a883863191be6eb9a928846d4ec0ea007d3dcd36323bb058ac/multidict-6.7.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:4ef089f985b8c194d341eb2c24ae6e7408c9a0e2e5658699c92f497437d88c3c", size = 252312, upload-time = "2025-10-06T14:50:41.612Z" }, - { url = "https://files.pythonhosted.org/packages/26/64/d5416038dbda1488daf16b676e4dbfd9674dde10a0cc8f4fc2b502d8125d/multidict-6.7.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:e93a0617cd16998784bf4414c7e40f17a35d2350e5c6f0bd900d3a8e02bd3762", size = 246935, upload-time = "2025-10-06T14:50:43.972Z" }, - { url = "https://files.pythonhosted.org/packages/9f/8c/8290c50d14e49f35e0bd4abc25e1bc7711149ca9588ab7d04f886cdf03d9/multidict-6.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f0feece2ef8ebc42ed9e2e8c78fc4aa3cf455733b507c09ef7406364c94376c6", size = 243385, upload-time = "2025-10-06T14:50:45.648Z" }, - { url = "https://files.pythonhosted.org/packages/ef/a0/f83ae75e42d694b3fbad3e047670e511c138be747bc713cf1b10d5096416/multidict-6.7.0-cp313-cp313t-win32.whl", hash = "sha256:19a1d55338ec1be74ef62440ca9e04a2f001a04d0cc49a4983dc320ff0f3212d", size = 47777, upload-time = "2025-10-06T14:50:47.154Z" }, - { url = "https://files.pythonhosted.org/packages/dc/80/9b174a92814a3830b7357307a792300f42c9e94664b01dee8e457551fa66/multidict-6.7.0-cp313-cp313t-win_amd64.whl", hash = "sha256:3da4fb467498df97e986af166b12d01f05d2e04f978a9c1c680ea1988e0bc4b6", size = 53104, upload-time = "2025-10-06T14:50:48.851Z" }, - { url = "https://files.pythonhosted.org/packages/cc/28/04baeaf0428d95bb7a7bea0e691ba2f31394338ba424fb0679a9ed0f4c09/multidict-6.7.0-cp313-cp313t-win_arm64.whl", hash = "sha256:b4121773c49a0776461f4a904cdf6264c88e42218aaa8407e803ca8025872792", size = 45503, upload-time = "2025-10-06T14:50:50.16Z" }, - { url = "https://files.pythonhosted.org/packages/e2/b1/3da6934455dd4b261d4c72f897e3a5728eba81db59959f3a639245891baa/multidict-6.7.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:3bab1e4aff7adaa34410f93b1f8e57c4b36b9af0426a76003f441ee1d3c7e842", size = 75128, upload-time = "2025-10-06T14:50:51.92Z" }, - { url = "https://files.pythonhosted.org/packages/14/2c/f069cab5b51d175a1a2cb4ccdf7a2c2dabd58aa5bd933fa036a8d15e2404/multidict-6.7.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:b8512bac933afc3e45fb2b18da8e59b78d4f408399a960339598374d4ae3b56b", size = 44410, upload-time = "2025-10-06T14:50:53.275Z" }, - { url = "https://files.pythonhosted.org/packages/42/e2/64bb41266427af6642b6b128e8774ed84c11b80a90702c13ac0a86bb10cc/multidict-6.7.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:79dcf9e477bc65414ebfea98ffd013cb39552b5ecd62908752e0e413d6d06e38", size = 43205, upload-time = "2025-10-06T14:50:54.911Z" }, - { url = "https://files.pythonhosted.org/packages/02/68/6b086fef8a3f1a8541b9236c594f0c9245617c29841f2e0395d979485cde/multidict-6.7.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:31bae522710064b5cbeddaf2e9f32b1abab70ac6ac91d42572502299e9953128", size = 245084, upload-time = "2025-10-06T14:50:56.369Z" }, - { url = "https://files.pythonhosted.org/packages/15/ee/f524093232007cd7a75c1d132df70f235cfd590a7c9eaccd7ff422ef4ae8/multidict-6.7.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4a0df7ff02397bb63e2fd22af2c87dfa39e8c7f12947bc524dbdc528282c7e34", size = 252667, upload-time = "2025-10-06T14:50:57.991Z" }, - { url = "https://files.pythonhosted.org/packages/02/a5/eeb3f43ab45878f1895118c3ef157a480db58ede3f248e29b5354139c2c9/multidict-6.7.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:7a0222514e8e4c514660e182d5156a415c13ef0aabbd71682fc714e327b95e99", size = 233590, upload-time = "2025-10-06T14:50:59.589Z" }, - { url = "https://files.pythonhosted.org/packages/6a/1e/76d02f8270b97269d7e3dbd45644b1785bda457b474315f8cf999525a193/multidict-6.7.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2397ab4daaf2698eb51a76721e98db21ce4f52339e535725de03ea962b5a3202", size = 264112, upload-time = "2025-10-06T14:51:01.183Z" }, - { url = "https://files.pythonhosted.org/packages/76/0b/c28a70ecb58963847c2a8efe334904cd254812b10e535aefb3bcce513918/multidict-6.7.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:8891681594162635948a636c9fe0ff21746aeb3dd5463f6e25d9bea3a8a39ca1", size = 261194, upload-time = "2025-10-06T14:51:02.794Z" }, - { url = "https://files.pythonhosted.org/packages/b4/63/2ab26e4209773223159b83aa32721b4021ffb08102f8ac7d689c943fded1/multidict-6.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:18706cc31dbf402a7945916dd5cddf160251b6dab8a2c5f3d6d5a55949f676b3", size = 248510, upload-time = "2025-10-06T14:51:04.724Z" }, - { url = "https://files.pythonhosted.org/packages/93/cd/06c1fa8282af1d1c46fd55c10a7930af652afdce43999501d4d68664170c/multidict-6.7.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:f844a1bbf1d207dd311a56f383f7eda2d0e134921d45751842d8235e7778965d", size = 248395, upload-time = "2025-10-06T14:51:06.306Z" }, - { url = "https://files.pythonhosted.org/packages/99/ac/82cb419dd6b04ccf9e7e61befc00c77614fc8134362488b553402ecd55ce/multidict-6.7.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:d4393e3581e84e5645506923816b9cc81f5609a778c7e7534054091acc64d1c6", size = 239520, upload-time = "2025-10-06T14:51:08.091Z" }, - { url = "https://files.pythonhosted.org/packages/fa/f3/a0f9bf09493421bd8716a362e0cd1d244f5a6550f5beffdd6b47e885b331/multidict-6.7.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:fbd18dc82d7bf274b37aa48d664534330af744e03bccf696d6f4c6042e7d19e7", size = 245479, upload-time = "2025-10-06T14:51:10.365Z" }, - { url = "https://files.pythonhosted.org/packages/8d/01/476d38fc73a212843f43c852b0eee266b6971f0e28329c2184a8df90c376/multidict-6.7.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:b6234e14f9314731ec45c42fc4554b88133ad53a09092cc48a88e771c125dadb", size = 258903, upload-time = "2025-10-06T14:51:12.466Z" }, - { url = "https://files.pythonhosted.org/packages/49/6d/23faeb0868adba613b817d0e69c5f15531b24d462af8012c4f6de4fa8dc3/multidict-6.7.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:08d4379f9744d8f78d98c8673c06e202ffa88296f009c71bbafe8a6bf847d01f", size = 252333, upload-time = "2025-10-06T14:51:14.48Z" }, - { url = "https://files.pythonhosted.org/packages/1e/cc/48d02ac22b30fa247f7dad82866e4b1015431092f4ba6ebc7e77596e0b18/multidict-6.7.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:9fe04da3f79387f450fd0061d4dd2e45a72749d31bf634aecc9e27f24fdc4b3f", size = 243411, upload-time = "2025-10-06T14:51:16.072Z" }, - { url = "https://files.pythonhosted.org/packages/4a/03/29a8bf5a18abf1fe34535c88adbdfa88c9fb869b5a3b120692c64abe8284/multidict-6.7.0-cp314-cp314-win32.whl", hash = "sha256:fbafe31d191dfa7c4c51f7a6149c9fb7e914dcf9ffead27dcfd9f1ae382b3885", size = 40940, upload-time = "2025-10-06T14:51:17.544Z" }, - { url = "https://files.pythonhosted.org/packages/82/16/7ed27b680791b939de138f906d5cf2b4657b0d45ca6f5dd6236fdddafb1a/multidict-6.7.0-cp314-cp314-win_amd64.whl", hash = "sha256:2f67396ec0310764b9222a1728ced1ab638f61aadc6226f17a71dd9324f9a99c", size = 45087, upload-time = "2025-10-06T14:51:18.875Z" }, - { url = "https://files.pythonhosted.org/packages/cd/3c/e3e62eb35a1950292fe39315d3c89941e30a9d07d5d2df42965ab041da43/multidict-6.7.0-cp314-cp314-win_arm64.whl", hash = "sha256:ba672b26069957ee369cfa7fc180dde1fc6f176eaf1e6beaf61fbebbd3d9c000", size = 42368, upload-time = "2025-10-06T14:51:20.225Z" }, - { url = "https://files.pythonhosted.org/packages/8b/40/cd499bd0dbc5f1136726db3153042a735fffd0d77268e2ee20d5f33c010f/multidict-6.7.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:c1dcc7524066fa918c6a27d61444d4ee7900ec635779058571f70d042d86ed63", size = 82326, upload-time = "2025-10-06T14:51:21.588Z" }, - { url = "https://files.pythonhosted.org/packages/13/8a/18e031eca251c8df76daf0288e6790561806e439f5ce99a170b4af30676b/multidict-6.7.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:27e0b36c2d388dc7b6ced3406671b401e84ad7eb0656b8f3a2f46ed0ce483718", size = 48065, upload-time = "2025-10-06T14:51:22.93Z" }, - { url = "https://files.pythonhosted.org/packages/40/71/5e6701277470a87d234e433fb0a3a7deaf3bcd92566e421e7ae9776319de/multidict-6.7.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2a7baa46a22e77f0988e3b23d4ede5513ebec1929e34ee9495be535662c0dfe2", size = 46475, upload-time = "2025-10-06T14:51:24.352Z" }, - { url = "https://files.pythonhosted.org/packages/fe/6a/bab00cbab6d9cfb57afe1663318f72ec28289ea03fd4e8236bb78429893a/multidict-6.7.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:7bf77f54997a9166a2f5675d1201520586439424c2511723a7312bdb4bcc034e", size = 239324, upload-time = "2025-10-06T14:51:25.822Z" }, - { url = "https://files.pythonhosted.org/packages/2a/5f/8de95f629fc22a7769ade8b41028e3e5a822c1f8904f618d175945a81ad3/multidict-6.7.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e011555abada53f1578d63389610ac8a5400fc70ce71156b0aa30d326f1a5064", size = 246877, upload-time = "2025-10-06T14:51:27.604Z" }, - { url = "https://files.pythonhosted.org/packages/23/b4/38881a960458f25b89e9f4a4fdcb02ac101cfa710190db6e5528841e67de/multidict-6.7.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:28b37063541b897fd6a318007373930a75ca6d6ac7c940dbe14731ffdd8d498e", size = 225824, upload-time = "2025-10-06T14:51:29.664Z" }, - { url = "https://files.pythonhosted.org/packages/1e/39/6566210c83f8a261575f18e7144736059f0c460b362e96e9cf797a24b8e7/multidict-6.7.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:05047ada7a2fde2631a0ed706f1fd68b169a681dfe5e4cf0f8e4cb6618bbc2cd", size = 253558, upload-time = "2025-10-06T14:51:31.684Z" }, - { url = "https://files.pythonhosted.org/packages/00/a3/67f18315100f64c269f46e6c0319fa87ba68f0f64f2b8e7fd7c72b913a0b/multidict-6.7.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:716133f7d1d946a4e1b91b1756b23c088881e70ff180c24e864c26192ad7534a", size = 252339, upload-time = "2025-10-06T14:51:33.699Z" }, - { url = "https://files.pythonhosted.org/packages/c8/2a/1cb77266afee2458d82f50da41beba02159b1d6b1f7973afc9a1cad1499b/multidict-6.7.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d1bed1b467ef657f2a0ae62844a607909ef1c6889562de5e1d505f74457d0b96", size = 244895, upload-time = "2025-10-06T14:51:36.189Z" }, - { url = "https://files.pythonhosted.org/packages/dd/72/09fa7dd487f119b2eb9524946ddd36e2067c08510576d43ff68469563b3b/multidict-6.7.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:ca43bdfa5d37bd6aee89d85e1d0831fb86e25541be7e9d376ead1b28974f8e5e", size = 241862, upload-time = "2025-10-06T14:51:41.291Z" }, - { url = "https://files.pythonhosted.org/packages/65/92/bc1f8bd0853d8669300f732c801974dfc3702c3eeadae2f60cef54dc69d7/multidict-6.7.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:44b546bd3eb645fd26fb949e43c02a25a2e632e2ca21a35e2e132c8105dc8599", size = 232376, upload-time = "2025-10-06T14:51:43.55Z" }, - { url = "https://files.pythonhosted.org/packages/09/86/ac39399e5cb9d0c2ac8ef6e10a768e4d3bc933ac808d49c41f9dc23337eb/multidict-6.7.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:a6ef16328011d3f468e7ebc326f24c1445f001ca1dec335b2f8e66bed3006394", size = 240272, upload-time = "2025-10-06T14:51:45.265Z" }, - { url = "https://files.pythonhosted.org/packages/3d/b6/fed5ac6b8563ec72df6cb1ea8dac6d17f0a4a1f65045f66b6d3bf1497c02/multidict-6.7.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:5aa873cbc8e593d361ae65c68f85faadd755c3295ea2c12040ee146802f23b38", size = 248774, upload-time = "2025-10-06T14:51:46.836Z" }, - { url = "https://files.pythonhosted.org/packages/6b/8d/b954d8c0dc132b68f760aefd45870978deec6818897389dace00fcde32ff/multidict-6.7.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:3d7b6ccce016e29df4b7ca819659f516f0bc7a4b3efa3bb2012ba06431b044f9", size = 242731, upload-time = "2025-10-06T14:51:48.541Z" }, - { url = "https://files.pythonhosted.org/packages/16/9d/a2dac7009125d3540c2f54e194829ea18ac53716c61b655d8ed300120b0f/multidict-6.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:171b73bd4ee683d307599b66793ac80981b06f069b62eea1c9e29c9241aa66b0", size = 240193, upload-time = "2025-10-06T14:51:50.355Z" }, - { url = "https://files.pythonhosted.org/packages/39/ca/c05f144128ea232ae2178b008d5011d4e2cea86e4ee8c85c2631b1b94802/multidict-6.7.0-cp314-cp314t-win32.whl", hash = "sha256:b2d7f80c4e1fd010b07cb26820aae86b7e73b681ee4889684fb8d2d4537aab13", size = 48023, upload-time = "2025-10-06T14:51:51.883Z" }, - { url = "https://files.pythonhosted.org/packages/ba/8f/0a60e501584145588be1af5cc829265701ba3c35a64aec8e07cbb71d39bb/multidict-6.7.0-cp314-cp314t-win_amd64.whl", hash = "sha256:09929cab6fcb68122776d575e03c6cc64ee0b8fca48d17e135474b042ce515cd", size = 53507, upload-time = "2025-10-06T14:51:53.672Z" }, - { url = "https://files.pythonhosted.org/packages/7f/ae/3148b988a9c6239903e786eac19c889fab607c31d6efa7fb2147e5680f23/multidict-6.7.0-cp314-cp314t-win_arm64.whl", hash = "sha256:cc41db090ed742f32bd2d2c721861725e6109681eddf835d0a82bd3a5c382827", size = 44804, upload-time = "2025-10-06T14:51:55.415Z" }, - { url = "https://files.pythonhosted.org/packages/b7/da/7d22601b625e241d4f23ef1ebff8acfc60da633c9e7e7922e24d10f592b3/multidict-6.7.0-py3-none-any.whl", hash = "sha256:394fc5c42a333c9ffc3e421a4c85e08580d990e08b99f6bf35b4132114c5dcb3", size = 12317, upload-time = "2025-10-06T14:52:29.272Z" }, + { url = "https://files.pythonhosted.org/packages/91/cc/db74228a8be41884a567e88a62fd589a913708fcf180d029898c17a9a371/multidict-6.7.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8f333ec9c5eb1b7105e3b84b53141e66ca05a19a605368c55450b6ba208cb9ee", size = 75190, upload-time = "2026-01-26T02:45:10.651Z" }, + { url = "https://files.pythonhosted.org/packages/d5/22/492f2246bb5b534abd44804292e81eeaf835388901f0c574bac4eeec73c5/multidict-6.7.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:a407f13c188f804c759fc6a9f88286a565c242a76b27626594c133b82883b5c2", size = 44486, upload-time = "2026-01-26T02:45:11.938Z" }, + { url = "https://files.pythonhosted.org/packages/f1/4f/733c48f270565d78b4544f2baddc2fb2a245e5a8640254b12c36ac7ac68e/multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:0e161ddf326db5577c3a4cc2d8648f81456e8a20d40415541587a71620d7a7d1", size = 43219, upload-time = "2026-01-26T02:45:14.346Z" }, + { url = "https://files.pythonhosted.org/packages/24/bb/2c0c2287963f4259c85e8bcbba9182ced8d7fca65c780c38e99e61629d11/multidict-6.7.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:1e3a8bb24342a8201d178c3b4984c26ba81a577c80d4d525727427460a50c22d", size = 245132, upload-time = "2026-01-26T02:45:15.712Z" }, + { url = "https://files.pythonhosted.org/packages/a7/f9/44d4b3064c65079d2467888794dea218d1601898ac50222ab8a9a8094460/multidict-6.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:97231140a50f5d447d3164f994b86a0bed7cd016e2682f8650d6a9158e14fd31", size = 252420, upload-time = "2026-01-26T02:45:17.293Z" }, + { url = "https://files.pythonhosted.org/packages/8b/13/78f7275e73fa17b24c9a51b0bd9d73ba64bb32d0ed51b02a746eb876abe7/multidict-6.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:6b10359683bd8806a200fd2909e7c8ca3a7b24ec1d8132e483d58e791d881048", size = 233510, upload-time = "2026-01-26T02:45:19.356Z" }, + { url = "https://files.pythonhosted.org/packages/4b/25/8167187f62ae3cbd52da7893f58cb036b47ea3fb67138787c76800158982/multidict-6.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:283ddac99f7ac25a4acadbf004cb5ae34480bbeb063520f70ce397b281859362", size = 264094, upload-time = "2026-01-26T02:45:20.834Z" }, + { url = "https://files.pythonhosted.org/packages/a1/e7/69a3a83b7b030cf283fb06ce074a05a02322359783424d7edf0f15fe5022/multidict-6.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:538cec1e18c067d0e6103aa9a74f9e832904c957adc260e61cd9d8cf0c3b3d37", size = 260786, upload-time = "2026-01-26T02:45:22.818Z" }, + { url = "https://files.pythonhosted.org/packages/fe/3b/8ec5074bcfc450fe84273713b4b0a0dd47c0249358f5d82eb8104ffe2520/multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7eee46ccb30ff48a1e35bb818cc90846c6be2b68240e42a78599166722cea709", size = 248483, upload-time = "2026-01-26T02:45:24.368Z" }, + { url = "https://files.pythonhosted.org/packages/48/5a/d5a99e3acbca0e29c5d9cba8f92ceb15dce78bab963b308ae692981e3a5d/multidict-6.7.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:fa263a02f4f2dd2d11a7b1bb4362aa7cb1049f84a9235d31adf63f30143469a0", size = 248403, upload-time = "2026-01-26T02:45:25.982Z" }, + { url = "https://files.pythonhosted.org/packages/35/48/e58cd31f6c7d5102f2a4bf89f96b9cf7e00b6c6f3d04ecc44417c00a5a3c/multidict-6.7.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:2e1425e2f99ec5bd36c15a01b690a1a2456209c5deed58f95469ffb46039ccbb", size = 240315, upload-time = "2026-01-26T02:45:27.487Z" }, + { url = "https://files.pythonhosted.org/packages/94/33/1cd210229559cb90b6786c30676bb0c58249ff42f942765f88793b41fdce/multidict-6.7.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:497394b3239fc6f0e13a78a3e1b61296e72bf1c5f94b4c4eb80b265c37a131cd", size = 245528, upload-time = "2026-01-26T02:45:28.991Z" }, + { url = "https://files.pythonhosted.org/packages/64/f2/6e1107d226278c876c783056b7db43d800bb64c6131cec9c8dfb6903698e/multidict-6.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:233b398c29d3f1b9676b4b6f75c518a06fcb2ea0b925119fb2c1bc35c05e1601", size = 258784, upload-time = "2026-01-26T02:45:30.503Z" }, + { url = "https://files.pythonhosted.org/packages/4d/c1/11f664f14d525e4a1b5327a82d4de61a1db604ab34c6603bb3c2cc63ad34/multidict-6.7.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:93b1818e4a6e0930454f0f2af7dfce69307ca03cdcfb3739bf4d91241967b6c1", size = 251980, upload-time = "2026-01-26T02:45:32.603Z" }, + { url = "https://files.pythonhosted.org/packages/e1/9f/75a9ac888121d0c5bbd4ecf4eead45668b1766f6baabfb3b7f66a410e231/multidict-6.7.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:f33dc2a3abe9249ea5d8360f969ec7f4142e7ac45ee7014d8f8d5acddf178b7b", size = 243602, upload-time = "2026-01-26T02:45:34.043Z" }, + { url = "https://files.pythonhosted.org/packages/9a/e7/50bf7b004cc8525d80dbbbedfdc7aed3e4c323810890be4413e589074032/multidict-6.7.1-cp314-cp314-win32.whl", hash = "sha256:3ab8b9d8b75aef9df299595d5388b14530839f6422333357af1339443cff777d", size = 40930, upload-time = "2026-01-26T02:45:36.278Z" }, + { url = "https://files.pythonhosted.org/packages/e0/bf/52f25716bbe93745595800f36fb17b73711f14da59ed0bb2eba141bc9f0f/multidict-6.7.1-cp314-cp314-win_amd64.whl", hash = "sha256:5e01429a929600e7dab7b166062d9bb54a5eed752384c7384c968c2afab8f50f", size = 45074, upload-time = "2026-01-26T02:45:37.546Z" }, + { url = "https://files.pythonhosted.org/packages/97/ab/22803b03285fa3a525f48217963da3a65ae40f6a1b6f6cf2768879e208f9/multidict-6.7.1-cp314-cp314-win_arm64.whl", hash = "sha256:4885cb0e817aef5d00a2e8451d4665c1808378dc27c2705f1bf4ef8505c0d2e5", size = 42471, upload-time = "2026-01-26T02:45:38.889Z" }, + { url = "https://files.pythonhosted.org/packages/e0/6d/f9293baa6146ba9507e360ea0292b6422b016907c393e2f63fc40ab7b7b5/multidict-6.7.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:0458c978acd8e6ea53c81eefaddbbee9c6c5e591f41b3f5e8e194780fe026581", size = 82401, upload-time = "2026-01-26T02:45:40.254Z" }, + { url = "https://files.pythonhosted.org/packages/7a/68/53b5494738d83558d87c3c71a486504d8373421c3e0dbb6d0db48ad42ee0/multidict-6.7.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:c0abd12629b0af3cf590982c0b413b1e7395cd4ec026f30986818ab95bfaa94a", size = 48143, upload-time = "2026-01-26T02:45:41.635Z" }, + { url = "https://files.pythonhosted.org/packages/37/e8/5284c53310dcdc99ce5d66563f6e5773531a9b9fe9ec7a615e9bc306b05f/multidict-6.7.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:14525a5f61d7d0c94b368a42cff4c9a4e7ba2d52e2672a7b23d84dc86fb02b0c", size = 46507, upload-time = "2026-01-26T02:45:42.99Z" }, + { url = "https://files.pythonhosted.org/packages/e4/fc/6800d0e5b3875568b4083ecf5f310dcf91d86d52573160834fb4bfcf5e4f/multidict-6.7.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:17307b22c217b4cf05033dabefe68255a534d637c6c9b0cc8382718f87be4262", size = 239358, upload-time = "2026-01-26T02:45:44.376Z" }, + { url = "https://files.pythonhosted.org/packages/41/75/4ad0973179361cdf3a113905e6e088173198349131be2b390f9fa4da5fc6/multidict-6.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7a7e590ff876a3eaf1c02a4dfe0724b6e69a9e9de6d8f556816f29c496046e59", size = 246884, upload-time = "2026-01-26T02:45:47.167Z" }, + { url = "https://files.pythonhosted.org/packages/c3/9c/095bb28b5da139bd41fb9a5d5caff412584f377914bd8787c2aa98717130/multidict-6.7.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:5fa6a95dfee63893d80a34758cd0e0c118a30b8dcb46372bf75106c591b77889", size = 225878, upload-time = "2026-01-26T02:45:48.698Z" }, + { url = "https://files.pythonhosted.org/packages/07/d0/c0a72000243756e8f5a277b6b514fa005f2c73d481b7d9e47cd4568aa2e4/multidict-6.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a0543217a6a017692aa6ae5cc39adb75e587af0f3a82288b1492eb73dd6cc2a4", size = 253542, upload-time = "2026-01-26T02:45:50.164Z" }, + { url = "https://files.pythonhosted.org/packages/c0/6b/f69da15289e384ecf2a68837ec8b5ad8c33e973aa18b266f50fe55f24b8c/multidict-6.7.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f99fe611c312b3c1c0ace793f92464d8cd263cc3b26b5721950d977b006b6c4d", size = 252403, upload-time = "2026-01-26T02:45:51.779Z" }, + { url = "https://files.pythonhosted.org/packages/a2/76/b9669547afa5a1a25cd93eaca91c0da1c095b06b6d2d8ec25b713588d3a1/multidict-6.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9004d8386d133b7e6135679424c91b0b854d2d164af6ea3f289f8f2761064609", size = 244889, upload-time = "2026-01-26T02:45:53.27Z" }, + { url = "https://files.pythonhosted.org/packages/7e/a9/a50d2669e506dad33cfc45b5d574a205587b7b8a5f426f2fbb2e90882588/multidict-6.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e628ef0e6859ffd8273c69412a2465c4be4a9517d07261b33334b5ec6f3c7489", size = 241982, upload-time = "2026-01-26T02:45:54.919Z" }, + { url = "https://files.pythonhosted.org/packages/c5/bb/1609558ad8b456b4827d3c5a5b775c93b87878fd3117ed3db3423dfbce1b/multidict-6.7.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:841189848ba629c3552035a6a7f5bf3b02eb304e9fea7492ca220a8eda6b0e5c", size = 232415, upload-time = "2026-01-26T02:45:56.981Z" }, + { url = "https://files.pythonhosted.org/packages/d8/59/6f61039d2aa9261871e03ab9dc058a550d240f25859b05b67fd70f80d4b3/multidict-6.7.1-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:ce1bbd7d780bb5a0da032e095c951f7014d6b0a205f8318308140f1a6aba159e", size = 240337, upload-time = "2026-01-26T02:45:58.698Z" }, + { url = "https://files.pythonhosted.org/packages/a1/29/fdc6a43c203890dc2ae9249971ecd0c41deaedfe00d25cb6564b2edd99eb/multidict-6.7.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b26684587228afed0d50cf804cc71062cc9c1cdf55051c4c6345d372947b268c", size = 248788, upload-time = "2026-01-26T02:46:00.862Z" }, + { url = "https://files.pythonhosted.org/packages/a9/14/a153a06101323e4cf086ecee3faadba52ff71633d471f9685c42e3736163/multidict-6.7.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9f9af11306994335398293f9958071019e3ab95e9a707dc1383a35613f6abcb9", size = 242842, upload-time = "2026-01-26T02:46:02.824Z" }, + { url = "https://files.pythonhosted.org/packages/41/5f/604ae839e64a4a6efc80db94465348d3b328ee955e37acb24badbcd24d83/multidict-6.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:b4938326284c4f1224178a560987b6cf8b4d38458b113d9b8c1db1a836e640a2", size = 240237, upload-time = "2026-01-26T02:46:05.898Z" }, + { url = "https://files.pythonhosted.org/packages/5f/60/c3a5187bf66f6fb546ff4ab8fb5a077cbdd832d7b1908d4365c7f74a1917/multidict-6.7.1-cp314-cp314t-win32.whl", hash = "sha256:98655c737850c064a65e006a3df7c997cd3b220be4ec8fe26215760b9697d4d7", size = 48008, upload-time = "2026-01-26T02:46:07.468Z" }, + { url = "https://files.pythonhosted.org/packages/0c/f7/addf1087b860ac60e6f382240f64fb99f8bfb532bb06f7c542b83c29ca61/multidict-6.7.1-cp314-cp314t-win_amd64.whl", hash = "sha256:497bde6223c212ba11d462853cfa4f0ae6ef97465033e7dc9940cdb3ab5b48e5", size = 53542, upload-time = "2026-01-26T02:46:08.809Z" }, + { url = "https://files.pythonhosted.org/packages/4c/81/4629d0aa32302ef7b2ec65c75a728cc5ff4fa410c50096174c1632e70b3e/multidict-6.7.1-cp314-cp314t-win_arm64.whl", hash = "sha256:2bbd113e0d4af5db41d5ebfe9ccaff89de2120578164f86a5d17d5a576d1e5b2", size = 44719, upload-time = "2026-01-26T02:46:11.146Z" }, + { url = "https://files.pythonhosted.org/packages/81/08/7036c080d7117f28a4af526d794aab6a84463126db031b007717c1a6676e/multidict-6.7.1-py3-none-any.whl", hash = "sha256:55d97cc6dae627efa6a6e548885712d4864b81110ac76fa4e534c03819fa4a56", size = 12319, upload-time = "2026-01-26T02:46:44.004Z" }, ] [[package]] name = "openai" -version = "1.0.0" +version = "2.32.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, { name = "distro" }, { name = "httpx" }, + { name = "jiter" }, { name = "pydantic" }, + { name = "sniffio" }, { name = "tqdm" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/32/92/559d5b2859950dd1f60f09e264b2f9749363c2cf6aa449698192d3dae98c/openai-1.0.0.tar.gz", hash = "sha256:bc58aad3d192f107b82c873dcab66b70f859cbdd12face5124595ef0d0d2c9f4", size = 100085, upload-time = "2023-11-06T16:20:37.411Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ed/59/bdcc6b759b8c42dd73afaf5bf8f902c04b37987a5514dbc1c64dba390fef/openai-2.32.0.tar.gz", hash = "sha256:c54b27a9e4cb8d51f0dd94972ffd1a04437efeb259a9e60d8922b8bd26fe55e0", size = 693286, upload-time = "2026-04-15T22:28:19.434Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fb/86/4d4ac5ddc0bdd8257aedb1383841af8c688114ab22a902976f520362eb35/openai-1.0.0-py3-none-any.whl", hash = "sha256:e9220abf3f0332ddfcbcef3e13f70e71459618637d2e7e87b82241aaca1147f4", size = 154081, upload-time = "2023-11-06T16:20:35.146Z" }, + { url = "https://files.pythonhosted.org/packages/1e/c1/d6e64ccd0536bf616556f0cad2b6d94a8125f508d25cfd814b1d2db4e2f1/openai-2.32.0-py3-none-any.whl", hash = "sha256:4dcc9badeb4bf54ad0d187453742f290226d30150890b7890711bda4f32f192f", size = 1162570, upload-time = "2026-04-15T22:28:17.714Z" }, ] [[package]] name = "platformdirs" -version = "4.5.1" +version = "4.9.6" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/cf/86/0248f086a84f01b37aaec0fa567b397df1a119f73c16f6c7a9aac73ea309/platformdirs-4.5.1.tar.gz", hash = "sha256:61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda", size = 21715, upload-time = "2025-12-05T13:52:58.638Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9f/4a/0883b8e3802965322523f0b200ecf33d31f10991d0401162f4b23c698b42/platformdirs-4.9.6.tar.gz", hash = "sha256:3bfa75b0ad0db84096ae777218481852c0ebc6c727b3168c1b9e0118e458cf0a", size = 29400, upload-time = "2026-04-09T00:04:10.812Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/cb/28/3bfe2fa5a7b9c46fe7e13c97bda14c895fb10fa2ebf1d0abb90e0cea7ee1/platformdirs-4.5.1-py3-none-any.whl", hash = "sha256:d03afa3963c806a9bed9d5125c8f4cb2fdaf74a55ab60e5d59b3fde758104d31", size = 18731, upload-time = "2025-12-05T13:52:56.823Z" }, + { url = "https://files.pythonhosted.org/packages/75/a6/a0a304dc33b49145b21f4808d763822111e67d1c3a32b524a1baf947b6e1/platformdirs-4.9.6-py3-none-any.whl", hash = "sha256:e61adb1d5e5cb3441b4b7710bea7e4c12250ca49439228cc1021c00dcfac0917", size = 21348, upload-time = "2026-04-09T00:04:09.463Z" }, ] [[package]] @@ -542,51 +442,6 @@ version = "0.4.1" source = { registry = "https://pypi.org/simple" } sdist = { url = "https://files.pythonhosted.org/packages/9e/da/e9fc233cf63743258bff22b3dfa7ea5baef7b5bc324af47a0ad89b8ffc6f/propcache-0.4.1.tar.gz", hash = "sha256:f48107a8c637e80362555f37ecf49abe20370e557cc4ab374f04ec4423c97c3d", size = 46442, upload-time = "2025-10-08T19:49:02.291Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a2/0f/f17b1b2b221d5ca28b4b876e8bb046ac40466513960646bda8e1853cdfa2/propcache-0.4.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e153e9cd40cc8945138822807139367f256f89c6810c2634a4f6902b52d3b4e2", size = 80061, upload-time = "2025-10-08T19:46:46.075Z" }, - { url = "https://files.pythonhosted.org/packages/76/47/8ccf75935f51448ba9a16a71b783eb7ef6b9ee60f5d14c7f8a8a79fbeed7/propcache-0.4.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:cd547953428f7abb73c5ad82cbb32109566204260d98e41e5dfdc682eb7f8403", size = 46037, upload-time = "2025-10-08T19:46:47.23Z" }, - { url = "https://files.pythonhosted.org/packages/0a/b6/5c9a0e42df4d00bfb4a3cbbe5cf9f54260300c88a0e9af1f47ca5ce17ac0/propcache-0.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f048da1b4f243fc44f205dfd320933a951b8d89e0afd4c7cacc762a8b9165207", size = 47324, upload-time = "2025-10-08T19:46:48.384Z" }, - { url = "https://files.pythonhosted.org/packages/9e/d3/6c7ee328b39a81ee877c962469f1e795f9db87f925251efeb0545e0020d0/propcache-0.4.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ec17c65562a827bba85e3872ead335f95405ea1674860d96483a02f5c698fa72", size = 225505, upload-time = "2025-10-08T19:46:50.055Z" }, - { url = "https://files.pythonhosted.org/packages/01/5d/1c53f4563490b1d06a684742cc6076ef944bc6457df6051b7d1a877c057b/propcache-0.4.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:405aac25c6394ef275dee4c709be43745d36674b223ba4eb7144bf4d691b7367", size = 230242, upload-time = "2025-10-08T19:46:51.815Z" }, - { url = "https://files.pythonhosted.org/packages/20/e1/ce4620633b0e2422207c3cb774a0ee61cac13abc6217763a7b9e2e3f4a12/propcache-0.4.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0013cb6f8dde4b2a2f66903b8ba740bdfe378c943c4377a200551ceb27f379e4", size = 238474, upload-time = "2025-10-08T19:46:53.208Z" }, - { url = "https://files.pythonhosted.org/packages/46/4b/3aae6835b8e5f44ea6a68348ad90f78134047b503765087be2f9912140ea/propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:15932ab57837c3368b024473a525e25d316d8353016e7cc0e5ba9eb343fbb1cf", size = 221575, upload-time = "2025-10-08T19:46:54.511Z" }, - { url = "https://files.pythonhosted.org/packages/6e/a5/8a5e8678bcc9d3a1a15b9a29165640d64762d424a16af543f00629c87338/propcache-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:031dce78b9dc099f4c29785d9cf5577a3faf9ebf74ecbd3c856a7b92768c3df3", size = 216736, upload-time = "2025-10-08T19:46:56.212Z" }, - { url = "https://files.pythonhosted.org/packages/f1/63/b7b215eddeac83ca1c6b934f89d09a625aa9ee4ba158338854c87210cc36/propcache-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:ab08df6c9a035bee56e31af99be621526bd237bea9f32def431c656b29e41778", size = 213019, upload-time = "2025-10-08T19:46:57.595Z" }, - { url = "https://files.pythonhosted.org/packages/57/74/f580099a58c8af587cac7ba19ee7cb418506342fbbe2d4a4401661cca886/propcache-0.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4d7af63f9f93fe593afbf104c21b3b15868efb2c21d07d8732c0c4287e66b6a6", size = 220376, upload-time = "2025-10-08T19:46:59.067Z" }, - { url = "https://files.pythonhosted.org/packages/c4/ee/542f1313aff7eaf19c2bb758c5d0560d2683dac001a1c96d0774af799843/propcache-0.4.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:cfc27c945f422e8b5071b6e93169679e4eb5bf73bbcbf1ba3ae3a83d2f78ebd9", size = 226988, upload-time = "2025-10-08T19:47:00.544Z" }, - { url = "https://files.pythonhosted.org/packages/8f/18/9c6b015dd9c6930f6ce2229e1f02fb35298b847f2087ea2b436a5bfa7287/propcache-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:35c3277624a080cc6ec6f847cbbbb5b49affa3598c4535a0a4682a697aaa5c75", size = 215615, upload-time = "2025-10-08T19:47:01.968Z" }, - { url = "https://files.pythonhosted.org/packages/80/9e/e7b85720b98c45a45e1fca6a177024934dc9bc5f4d5dd04207f216fc33ed/propcache-0.4.1-cp312-cp312-win32.whl", hash = "sha256:671538c2262dadb5ba6395e26c1731e1d52534bfe9ae56d0b5573ce539266aa8", size = 38066, upload-time = "2025-10-08T19:47:03.503Z" }, - { url = "https://files.pythonhosted.org/packages/54/09/d19cff2a5aaac632ec8fc03737b223597b1e347416934c1b3a7df079784c/propcache-0.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:cb2d222e72399fcf5890d1d5cc1060857b9b236adff2792ff48ca2dfd46c81db", size = 41655, upload-time = "2025-10-08T19:47:04.973Z" }, - { url = "https://files.pythonhosted.org/packages/68/ab/6b5c191bb5de08036a8c697b265d4ca76148efb10fa162f14af14fb5f076/propcache-0.4.1-cp312-cp312-win_arm64.whl", hash = "sha256:204483131fb222bdaaeeea9f9e6c6ed0cac32731f75dfc1d4a567fc1926477c1", size = 37789, upload-time = "2025-10-08T19:47:06.077Z" }, - { url = "https://files.pythonhosted.org/packages/bf/df/6d9c1b6ac12b003837dde8a10231a7344512186e87b36e855bef32241942/propcache-0.4.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:43eedf29202c08550aac1d14e0ee619b0430aaef78f85864c1a892294fbc28cf", size = 77750, upload-time = "2025-10-08T19:47:07.648Z" }, - { url = "https://files.pythonhosted.org/packages/8b/e8/677a0025e8a2acf07d3418a2e7ba529c9c33caf09d3c1f25513023c1db56/propcache-0.4.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d62cdfcfd89ccb8de04e0eda998535c406bf5e060ffd56be6c586cbcc05b3311", size = 44780, upload-time = "2025-10-08T19:47:08.851Z" }, - { url = "https://files.pythonhosted.org/packages/89/a4/92380f7ca60f99ebae761936bc48a72a639e8a47b29050615eef757cb2a7/propcache-0.4.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cae65ad55793da34db5f54e4029b89d3b9b9490d8abe1b4c7ab5d4b8ec7ebf74", size = 46308, upload-time = "2025-10-08T19:47:09.982Z" }, - { url = "https://files.pythonhosted.org/packages/2d/48/c5ac64dee5262044348d1d78a5f85dd1a57464a60d30daee946699963eb3/propcache-0.4.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:333ddb9031d2704a301ee3e506dc46b1fe5f294ec198ed6435ad5b6a085facfe", size = 208182, upload-time = "2025-10-08T19:47:11.319Z" }, - { url = "https://files.pythonhosted.org/packages/c6/0c/cd762dd011a9287389a6a3eb43aa30207bde253610cca06824aeabfe9653/propcache-0.4.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:fd0858c20f078a32cf55f7e81473d96dcf3b93fd2ccdb3d40fdf54b8573df3af", size = 211215, upload-time = "2025-10-08T19:47:13.146Z" }, - { url = "https://files.pythonhosted.org/packages/30/3e/49861e90233ba36890ae0ca4c660e95df565b2cd15d4a68556ab5865974e/propcache-0.4.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:678ae89ebc632c5c204c794f8dab2837c5f159aeb59e6ed0539500400577298c", size = 218112, upload-time = "2025-10-08T19:47:14.913Z" }, - { url = "https://files.pythonhosted.org/packages/f1/8b/544bc867e24e1bd48f3118cecd3b05c694e160a168478fa28770f22fd094/propcache-0.4.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d472aeb4fbf9865e0c6d622d7f4d54a4e101a89715d8904282bb5f9a2f476c3f", size = 204442, upload-time = "2025-10-08T19:47:16.277Z" }, - { url = "https://files.pythonhosted.org/packages/50/a6/4282772fd016a76d3e5c0df58380a5ea64900afd836cec2c2f662d1b9bb3/propcache-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4d3df5fa7e36b3225954fba85589da77a0fe6a53e3976de39caf04a0db4c36f1", size = 199398, upload-time = "2025-10-08T19:47:17.962Z" }, - { url = "https://files.pythonhosted.org/packages/3e/ec/d8a7cd406ee1ddb705db2139f8a10a8a427100347bd698e7014351c7af09/propcache-0.4.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:ee17f18d2498f2673e432faaa71698032b0127ebf23ae5974eeaf806c279df24", size = 196920, upload-time = "2025-10-08T19:47:19.355Z" }, - { url = "https://files.pythonhosted.org/packages/f6/6c/f38ab64af3764f431e359f8baf9e0a21013e24329e8b85d2da32e8ed07ca/propcache-0.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:580e97762b950f993ae618e167e7be9256b8353c2dcd8b99ec100eb50f5286aa", size = 203748, upload-time = "2025-10-08T19:47:21.338Z" }, - { url = "https://files.pythonhosted.org/packages/d6/e3/fa846bd70f6534d647886621388f0a265254d30e3ce47e5c8e6e27dbf153/propcache-0.4.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:501d20b891688eb8e7aa903021f0b72d5a55db40ffaab27edefd1027caaafa61", size = 205877, upload-time = "2025-10-08T19:47:23.059Z" }, - { url = "https://files.pythonhosted.org/packages/e2/39/8163fc6f3133fea7b5f2827e8eba2029a0277ab2c5beee6c1db7b10fc23d/propcache-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a0bd56e5b100aef69bd8562b74b46254e7c8812918d3baa700c8a8009b0af66", size = 199437, upload-time = "2025-10-08T19:47:24.445Z" }, - { url = "https://files.pythonhosted.org/packages/93/89/caa9089970ca49c7c01662bd0eeedfe85494e863e8043565aeb6472ce8fe/propcache-0.4.1-cp313-cp313-win32.whl", hash = "sha256:bcc9aaa5d80322bc2fb24bb7accb4a30f81e90ab8d6ba187aec0744bc302ad81", size = 37586, upload-time = "2025-10-08T19:47:25.736Z" }, - { url = "https://files.pythonhosted.org/packages/f5/ab/f76ec3c3627c883215b5c8080debb4394ef5a7a29be811f786415fc1e6fd/propcache-0.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:381914df18634f5494334d201e98245c0596067504b9372d8cf93f4bb23e025e", size = 40790, upload-time = "2025-10-08T19:47:26.847Z" }, - { url = "https://files.pythonhosted.org/packages/59/1b/e71ae98235f8e2ba5004d8cb19765a74877abf189bc53fc0c80d799e56c3/propcache-0.4.1-cp313-cp313-win_arm64.whl", hash = "sha256:8873eb4460fd55333ea49b7d189749ecf6e55bf85080f11b1c4530ed3034cba1", size = 37158, upload-time = "2025-10-08T19:47:27.961Z" }, - { url = "https://files.pythonhosted.org/packages/83/ce/a31bbdfc24ee0dcbba458c8175ed26089cf109a55bbe7b7640ed2470cfe9/propcache-0.4.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:92d1935ee1f8d7442da9c0c4fa7ac20d07e94064184811b685f5c4fada64553b", size = 81451, upload-time = "2025-10-08T19:47:29.445Z" }, - { url = "https://files.pythonhosted.org/packages/25/9c/442a45a470a68456e710d96cacd3573ef26a1d0a60067e6a7d5e655621ed/propcache-0.4.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:473c61b39e1460d386479b9b2f337da492042447c9b685f28be4f74d3529e566", size = 46374, upload-time = "2025-10-08T19:47:30.579Z" }, - { url = "https://files.pythonhosted.org/packages/f4/bf/b1d5e21dbc3b2e889ea4327044fb16312a736d97640fb8b6aa3f9c7b3b65/propcache-0.4.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:c0ef0aaafc66fbd87842a3fe3902fd889825646bc21149eafe47be6072725835", size = 48396, upload-time = "2025-10-08T19:47:31.79Z" }, - { url = "https://files.pythonhosted.org/packages/f4/04/5b4c54a103d480e978d3c8a76073502b18db0c4bc17ab91b3cb5092ad949/propcache-0.4.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f95393b4d66bfae908c3ca8d169d5f79cd65636ae15b5e7a4f6e67af675adb0e", size = 275950, upload-time = "2025-10-08T19:47:33.481Z" }, - { url = "https://files.pythonhosted.org/packages/b4/c1/86f846827fb969c4b78b0af79bba1d1ea2156492e1b83dea8b8a6ae27395/propcache-0.4.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c07fda85708bc48578467e85099645167a955ba093be0a2dcba962195676e859", size = 273856, upload-time = "2025-10-08T19:47:34.906Z" }, - { url = "https://files.pythonhosted.org/packages/36/1d/fc272a63c8d3bbad6878c336c7a7dea15e8f2d23a544bda43205dfa83ada/propcache-0.4.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:af223b406d6d000830c6f65f1e6431783fc3f713ba3e6cc8c024d5ee96170a4b", size = 280420, upload-time = "2025-10-08T19:47:36.338Z" }, - { url = "https://files.pythonhosted.org/packages/07/0c/01f2219d39f7e53d52e5173bcb09c976609ba30209912a0680adfb8c593a/propcache-0.4.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a78372c932c90ee474559c5ddfffd718238e8673c340dc21fe45c5b8b54559a0", size = 263254, upload-time = "2025-10-08T19:47:37.692Z" }, - { url = "https://files.pythonhosted.org/packages/2d/18/cd28081658ce597898f0c4d174d4d0f3c5b6d4dc27ffafeef835c95eb359/propcache-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:564d9f0d4d9509e1a870c920a89b2fec951b44bf5ba7d537a9e7c1ccec2c18af", size = 261205, upload-time = "2025-10-08T19:47:39.659Z" }, - { url = "https://files.pythonhosted.org/packages/7a/71/1f9e22eb8b8316701c2a19fa1f388c8a3185082607da8e406a803c9b954e/propcache-0.4.1-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:17612831fda0138059cc5546f4d12a2aacfb9e47068c06af35c400ba58ba7393", size = 247873, upload-time = "2025-10-08T19:47:41.084Z" }, - { url = "https://files.pythonhosted.org/packages/4a/65/3d4b61f36af2b4eddba9def857959f1016a51066b4f1ce348e0cf7881f58/propcache-0.4.1-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:41a89040cb10bd345b3c1a873b2bf36413d48da1def52f268a055f7398514874", size = 262739, upload-time = "2025-10-08T19:47:42.51Z" }, - { url = "https://files.pythonhosted.org/packages/2a/42/26746ab087faa77c1c68079b228810436ccd9a5ce9ac85e2b7307195fd06/propcache-0.4.1-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:e35b88984e7fa64aacecea39236cee32dd9bd8c55f57ba8a75cf2399553f9bd7", size = 263514, upload-time = "2025-10-08T19:47:43.927Z" }, - { url = "https://files.pythonhosted.org/packages/94/13/630690fe201f5502d2403dd3cfd451ed8858fe3c738ee88d095ad2ff407b/propcache-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6f8b465489f927b0df505cbe26ffbeed4d6d8a2bbc61ce90eb074ff129ef0ab1", size = 257781, upload-time = "2025-10-08T19:47:45.448Z" }, - { url = "https://files.pythonhosted.org/packages/92/f7/1d4ec5841505f423469efbfc381d64b7b467438cd5a4bbcbb063f3b73d27/propcache-0.4.1-cp313-cp313t-win32.whl", hash = "sha256:2ad890caa1d928c7c2965b48f3a3815c853180831d0e5503d35cf00c472f4717", size = 41396, upload-time = "2025-10-08T19:47:47.202Z" }, - { url = "https://files.pythonhosted.org/packages/48/f0/615c30622316496d2cbbc29f5985f7777d3ada70f23370608c1d3e081c1f/propcache-0.4.1-cp313-cp313t-win_amd64.whl", hash = "sha256:f7ee0e597f495cf415bcbd3da3caa3bd7e816b74d0d52b8145954c5e6fd3ff37", size = 44897, upload-time = "2025-10-08T19:47:48.336Z" }, - { url = "https://files.pythonhosted.org/packages/fd/ca/6002e46eccbe0e33dcd4069ef32f7f1c9e243736e07adca37ae8c4830ec3/propcache-0.4.1-cp313-cp313t-win_arm64.whl", hash = "sha256:929d7cbe1f01bb7baffb33dc14eb5691c95831450a26354cd210a8155170c93a", size = 39789, upload-time = "2025-10-08T19:47:49.876Z" }, { url = "https://files.pythonhosted.org/packages/8e/5c/bca52d654a896f831b8256683457ceddd490ec18d9ec50e97dfd8fc726a8/propcache-0.4.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:3f7124c9d820ba5548d431afb4632301acf965db49e666aa21c305cbe8c6de12", size = 78152, upload-time = "2025-10-08T19:47:51.051Z" }, { url = "https://files.pythonhosted.org/packages/65/9b/03b04e7d82a5f54fb16113d839f5ea1ede58a61e90edf515f6577c66fa8f/propcache-0.4.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:c0d4b719b7da33599dfe3b22d3db1ef789210a0597bc650b7cee9c77c2be8c5c", size = 44869, upload-time = "2025-10-08T19:47:52.594Z" }, { url = "https://files.pythonhosted.org/packages/b2/fa/89a8ef0468d5833a23fff277b143d0573897cf75bd56670a6d28126c7d68/propcache-0.4.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9f302f4783709a78240ebc311b793f123328716a60911d667e0c036bc5dcbded", size = 46596, upload-time = "2025-10-08T19:47:54.073Z" }, @@ -622,35 +477,42 @@ wheels = [ [[package]] name = "psutil" -version = "7.2.1" +version = "7.2.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/73/cb/09e5184fb5fc0358d110fc3ca7f6b1d033800734d34cac10f4136cfac10e/psutil-7.2.1.tar.gz", hash = "sha256:f7583aec590485b43ca601dd9cea0dcd65bd7bb21d30ef4ddbf4ea6b5ed1bdd3", size = 490253, upload-time = "2025-12-29T08:26:00.169Z" } +sdist = { url = "https://files.pythonhosted.org/packages/aa/c6/d1ddf4abb55e93cebc4f2ed8b5d6dbad109ecb8d63748dd2b20ab5e57ebe/psutil-7.2.2.tar.gz", hash = "sha256:0746f5f8d406af344fd547f1c8daa5f5c33dbc293bb8d6a16d80b4bb88f59372", size = 493740, upload-time = "2026-01-28T18:14:54.428Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/77/8e/f0c242053a368c2aa89584ecd1b054a18683f13d6e5a318fc9ec36582c94/psutil-7.2.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:ba9f33bb525b14c3ea563b2fd521a84d2fa214ec59e3e6a2858f78d0844dd60d", size = 129624, upload-time = "2025-12-29T08:26:04.255Z" }, - { url = "https://files.pythonhosted.org/packages/26/97/a58a4968f8990617decee234258a2b4fc7cd9e35668387646c1963e69f26/psutil-7.2.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:81442dac7abfc2f4f4385ea9e12ddf5a796721c0f6133260687fec5c3780fa49", size = 130132, upload-time = "2025-12-29T08:26:06.228Z" }, - { url = "https://files.pythonhosted.org/packages/db/6d/ed44901e830739af5f72a85fa7ec5ff1edea7f81bfbf4875e409007149bd/psutil-7.2.1-cp313-cp313t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ea46c0d060491051d39f0d2cff4f98d5c72b288289f57a21556cc7d504db37fc", size = 180612, upload-time = "2025-12-29T08:26:08.276Z" }, - { url = "https://files.pythonhosted.org/packages/c7/65/b628f8459bca4efbfae50d4bf3feaab803de9a160b9d5f3bd9295a33f0c2/psutil-7.2.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:35630d5af80d5d0d49cfc4d64c1c13838baf6717a13effb35869a5919b854cdf", size = 183201, upload-time = "2025-12-29T08:26:10.622Z" }, - { url = "https://files.pythonhosted.org/packages/fb/23/851cadc9764edcc18f0effe7d0bf69f727d4cf2442deb4a9f78d4e4f30f2/psutil-7.2.1-cp313-cp313t-win_amd64.whl", hash = "sha256:923f8653416604e356073e6e0bccbe7c09990acef442def2f5640dd0faa9689f", size = 139081, upload-time = "2025-12-29T08:26:12.483Z" }, - { url = "https://files.pythonhosted.org/packages/59/82/d63e8494ec5758029f31c6cb06d7d161175d8281e91d011a4a441c8a43b5/psutil-7.2.1-cp313-cp313t-win_arm64.whl", hash = "sha256:cfbe6b40ca48019a51827f20d830887b3107a74a79b01ceb8cc8de4ccb17b672", size = 134767, upload-time = "2025-12-29T08:26:14.528Z" }, - { url = "https://files.pythonhosted.org/packages/05/c2/5fb764bd61e40e1fe756a44bd4c21827228394c17414ade348e28f83cd79/psutil-7.2.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:494c513ccc53225ae23eec7fe6e1482f1b8a44674241b54561f755a898650679", size = 129716, upload-time = "2025-12-29T08:26:16.017Z" }, - { url = "https://files.pythonhosted.org/packages/c9/d2/935039c20e06f615d9ca6ca0ab756cf8408a19d298ffaa08666bc18dc805/psutil-7.2.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:3fce5f92c22b00cdefd1645aa58ab4877a01679e901555067b1bd77039aa589f", size = 130133, upload-time = "2025-12-29T08:26:18.009Z" }, - { url = "https://files.pythonhosted.org/packages/77/69/19f1eb0e01d24c2b3eacbc2f78d3b5add8a89bf0bb69465bc8d563cc33de/psutil-7.2.1-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:93f3f7b0bb07711b49626e7940d6fe52aa9940ad86e8f7e74842e73189712129", size = 181518, upload-time = "2025-12-29T08:26:20.241Z" }, - { url = "https://files.pythonhosted.org/packages/e1/6d/7e18b1b4fa13ad370787626c95887b027656ad4829c156bb6569d02f3262/psutil-7.2.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d34d2ca888208eea2b5c68186841336a7f5e0b990edec929be909353a202768a", size = 184348, upload-time = "2025-12-29T08:26:22.215Z" }, - { url = "https://files.pythonhosted.org/packages/98/60/1672114392dd879586d60dd97896325df47d9a130ac7401318005aab28ec/psutil-7.2.1-cp314-cp314t-win_amd64.whl", hash = "sha256:2ceae842a78d1603753561132d5ad1b2f8a7979cb0c283f5b52fb4e6e14b1a79", size = 140400, upload-time = "2025-12-29T08:26:23.993Z" }, - { url = "https://files.pythonhosted.org/packages/fb/7b/d0e9d4513c46e46897b46bcfc410d51fc65735837ea57a25170f298326e6/psutil-7.2.1-cp314-cp314t-win_arm64.whl", hash = "sha256:08a2f175e48a898c8eb8eace45ce01777f4785bc744c90aa2cc7f2fa5462a266", size = 135430, upload-time = "2025-12-29T08:26:25.999Z" }, - { url = "https://files.pythonhosted.org/packages/c5/cf/5180eb8c8bdf6a503c6919f1da28328bd1e6b3b1b5b9d5b01ae64f019616/psutil-7.2.1-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:b2e953fcfaedcfbc952b44744f22d16575d3aa78eb4f51ae74165b4e96e55f42", size = 128137, upload-time = "2025-12-29T08:26:27.759Z" }, - { url = "https://files.pythonhosted.org/packages/c5/2c/78e4a789306a92ade5000da4f5de3255202c534acdadc3aac7b5458fadef/psutil-7.2.1-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:05cc68dbb8c174828624062e73078e7e35406f4ca2d0866c272c2410d8ef06d1", size = 128947, upload-time = "2025-12-29T08:26:29.548Z" }, - { url = "https://files.pythonhosted.org/packages/29/f8/40e01c350ad9a2b3cb4e6adbcc8a83b17ee50dd5792102b6142385937db5/psutil-7.2.1-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5e38404ca2bb30ed7267a46c02f06ff842e92da3bb8c5bfdadbd35a5722314d8", size = 154694, upload-time = "2025-12-29T08:26:32.147Z" }, - { url = "https://files.pythonhosted.org/packages/06/e4/b751cdf839c011a9714a783f120e6a86b7494eb70044d7d81a25a5cd295f/psutil-7.2.1-cp36-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ab2b98c9fc19f13f59628d94df5cc4cc4844bc572467d113a8b517d634e362c6", size = 156136, upload-time = "2025-12-29T08:26:34.079Z" }, - { url = "https://files.pythonhosted.org/packages/44/ad/bbf6595a8134ee1e94a4487af3f132cef7fce43aef4a93b49912a48c3af7/psutil-7.2.1-cp36-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f78baafb38436d5a128f837fab2d92c276dfb48af01a240b861ae02b2413ada8", size = 148108, upload-time = "2025-12-29T08:26:36.225Z" }, - { url = "https://files.pythonhosted.org/packages/1c/15/dd6fd869753ce82ff64dcbc18356093471a5a5adf4f77ed1f805d473d859/psutil-7.2.1-cp36-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:99a4cd17a5fdd1f3d014396502daa70b5ec21bf4ffe38393e152f8e449757d67", size = 147402, upload-time = "2025-12-29T08:26:39.21Z" }, - { url = "https://files.pythonhosted.org/packages/34/68/d9317542e3f2b180c4306e3f45d3c922d7e86d8ce39f941bb9e2e9d8599e/psutil-7.2.1-cp37-abi3-win_amd64.whl", hash = "sha256:b1b0671619343aa71c20ff9767eced0483e4fc9e1f489d50923738caf6a03c17", size = 136938, upload-time = "2025-12-29T08:26:41.036Z" }, - { url = "https://files.pythonhosted.org/packages/3e/73/2ce007f4198c80fcf2cb24c169884f833fe93fbc03d55d302627b094ee91/psutil-7.2.1-cp37-abi3-win_arm64.whl", hash = "sha256:0d67c1822c355aa6f7314d92018fb4268a76668a536f133599b91edd48759442", size = 133836, upload-time = "2025-12-29T08:26:43.086Z" }, + { url = "https://files.pythonhosted.org/packages/81/69/ef179ab5ca24f32acc1dac0c247fd6a13b501fd5534dbae0e05a1c48b66d/psutil-7.2.2-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:eed63d3b4d62449571547b60578c5b2c4bcccc5387148db46e0c2313dad0ee00", size = 130664, upload-time = "2026-01-28T18:15:09.469Z" }, + { url = "https://files.pythonhosted.org/packages/7b/64/665248b557a236d3fa9efc378d60d95ef56dd0a490c2cd37dafc7660d4a9/psutil-7.2.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7b6d09433a10592ce39b13d7be5a54fbac1d1228ed29abc880fb23df7cb694c9", size = 131087, upload-time = "2026-01-28T18:15:11.724Z" }, + { url = "https://files.pythonhosted.org/packages/d5/2e/e6782744700d6759ebce3043dcfa661fb61e2fb752b91cdeae9af12c2178/psutil-7.2.2-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1fa4ecf83bcdf6e6c8f4449aff98eefb5d0604bf88cb883d7da3d8d2d909546a", size = 182383, upload-time = "2026-01-28T18:15:13.445Z" }, + { url = "https://files.pythonhosted.org/packages/57/49/0a41cefd10cb7505cdc04dab3eacf24c0c2cb158a998b8c7b1d27ee2c1f5/psutil-7.2.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e452c464a02e7dc7822a05d25db4cde564444a67e58539a00f929c51eddda0cf", size = 185210, upload-time = "2026-01-28T18:15:16.002Z" }, + { url = "https://files.pythonhosted.org/packages/dd/2c/ff9bfb544f283ba5f83ba725a3c5fec6d6b10b8f27ac1dc641c473dc390d/psutil-7.2.2-cp314-cp314t-win_amd64.whl", hash = "sha256:c7663d4e37f13e884d13994247449e9f8f574bc4655d509c3b95e9ec9e2b9dc1", size = 141228, upload-time = "2026-01-28T18:15:18.385Z" }, + { url = "https://files.pythonhosted.org/packages/f2/fc/f8d9c31db14fcec13748d373e668bc3bed94d9077dbc17fb0eebc073233c/psutil-7.2.2-cp314-cp314t-win_arm64.whl", hash = "sha256:11fe5a4f613759764e79c65cf11ebdf26e33d6dd34336f8a337aa2996d71c841", size = 136284, upload-time = "2026-01-28T18:15:19.912Z" }, + { url = "https://files.pythonhosted.org/packages/e7/36/5ee6e05c9bd427237b11b3937ad82bb8ad2752d72c6969314590dd0c2f6e/psutil-7.2.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ed0cace939114f62738d808fdcecd4c869222507e266e574799e9c0faa17d486", size = 129090, upload-time = "2026-01-28T18:15:22.168Z" }, + { url = "https://files.pythonhosted.org/packages/80/c4/f5af4c1ca8c1eeb2e92ccca14ce8effdeec651d5ab6053c589b074eda6e1/psutil-7.2.2-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:1a7b04c10f32cc88ab39cbf606e117fd74721c831c98a27dc04578deb0c16979", size = 129859, upload-time = "2026-01-28T18:15:23.795Z" }, + { url = "https://files.pythonhosted.org/packages/b5/70/5d8df3b09e25bce090399cf48e452d25c935ab72dad19406c77f4e828045/psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:076a2d2f923fd4821644f5ba89f059523da90dc9014e85f8e45a5774ca5bc6f9", size = 155560, upload-time = "2026-01-28T18:15:25.976Z" }, + { url = "https://files.pythonhosted.org/packages/63/65/37648c0c158dc222aba51c089eb3bdfa238e621674dc42d48706e639204f/psutil-7.2.2-cp36-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b0726cecd84f9474419d67252add4ac0cd9811b04d61123054b9fb6f57df6e9e", size = 156997, upload-time = "2026-01-28T18:15:27.794Z" }, + { url = "https://files.pythonhosted.org/packages/8e/13/125093eadae863ce03c6ffdbae9929430d116a246ef69866dad94da3bfbc/psutil-7.2.2-cp36-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:fd04ef36b4a6d599bbdb225dd1d3f51e00105f6d48a28f006da7f9822f2606d8", size = 148972, upload-time = "2026-01-28T18:15:29.342Z" }, + { url = "https://files.pythonhosted.org/packages/04/78/0acd37ca84ce3ddffaa92ef0f571e073faa6d8ff1f0559ab1272188ea2be/psutil-7.2.2-cp36-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:b58fabe35e80b264a4e3bb23e6b96f9e45a3df7fb7eed419ac0e5947c61e47cc", size = 148266, upload-time = "2026-01-28T18:15:31.597Z" }, + { url = "https://files.pythonhosted.org/packages/b4/90/e2159492b5426be0c1fef7acba807a03511f97c5f86b3caeda6ad92351a7/psutil-7.2.2-cp37-abi3-win_amd64.whl", hash = "sha256:eb7e81434c8d223ec4a219b5fc1c47d0417b12be7ea866e24fb5ad6e84b3d988", size = 137737, upload-time = "2026-01-28T18:15:33.849Z" }, + { url = "https://files.pythonhosted.org/packages/8c/c7/7bb2e321574b10df20cbde462a94e2b71d05f9bbda251ef27d104668306a/psutil-7.2.2-cp37-abi3-win_arm64.whl", hash = "sha256:8c233660f575a5a89e6d4cb65d9f938126312bca76d8fe087b947b3a1aaac9ee", size = 134617, upload-time = "2026-01-28T18:15:36.514Z" }, +] + +[[package]] +name = "pycairo" +version = "1.29.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/22/d9/1728840a22a4ef8a8f479b9156aa2943cd98c3907accd3849fb0d5f82bfd/pycairo-1.29.0.tar.gz", hash = "sha256:f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5bd3142", size = 665871, upload-time = "2025-11-11T19:13:01.584Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/2d/fa/87eaeeb9d53344c769839d7b2854db7ff2cd596211e00dd1b702eeb1838f/pycairo-1.29.0-cp314-cp314-win32.whl", hash = "sha256:69e2a7968a3fbb839736257bae153f547bca787113cc8d21e9e08ca4526e0b6b", size = 767198, upload-time = "2025-11-11T19:12:42.336Z" }, + { url = "https://files.pythonhosted.org/packages/3c/90/3564d0f64d0a00926ab863dc3c4a129b1065133128e96900772e1c4421f8/pycairo-1.29.0-cp314-cp314-win_amd64.whl", hash = "sha256:e91243437a21cc4c67c401eff4433eadc45745275fa3ade1a0d877e50ffb90da", size = 871579, upload-time = "2025-11-11T19:12:48.982Z" }, + { url = "https://files.pythonhosted.org/packages/5e/91/93632b6ba12ad69c61991e3208bde88486fdfc152be8cfdd13444e9bc650/pycairo-1.29.0-cp314-cp314-win_arm64.whl", hash = "sha256:b72200ea0e5f73ae4c788cd2028a750062221385eb0e6d8f1ecc714d0b4fdf82", size = 719537, upload-time = "2025-11-11T19:12:55.016Z" }, + { url = "https://files.pythonhosted.org/packages/93/23/37053c039f8d3b9b5017af9bc64d27b680c48a898d48b72e6d6583cf0155/pycairo-1.29.0-cp314-cp314t-win_amd64.whl", hash = "sha256:5e45fce6185f553e79e4ef1722b8e98e6cde9900dbc48cb2637a9ccba86f627a", size = 874015, upload-time = "2025-11-11T19:12:28.47Z" }, + { url = "https://files.pythonhosted.org/packages/d7/54/123f6239685f5f3f2edc123f1e38d2eefacebee18cf3c532d2f4bd51d0ef/pycairo-1.29.0-cp314-cp314t-win_arm64.whl", hash = "sha256:caba0837a4b40d47c8dfb0f24cccc12c7831e3dd450837f2a356c75f21ce5a15", size = 721404, upload-time = "2025-11-11T19:12:36.919Z" }, ] [[package]] name = "pydantic" -version = "2.12.5" +version = "2.13.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-types" }, @@ -658,102 +520,81 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/69/44/36f1a6e523abc58ae5f928898e4aca2e0ea509b5aa6f6f392a5d882be928/pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49", size = 821591, upload-time = "2025-11-26T15:11:46.471Z" } +sdist = { url = "https://files.pythonhosted.org/packages/09/e5/06d23afac9973109d1e3c8ad38e1547a12e860610e327c05ee686827dc37/pydantic-2.13.2.tar.gz", hash = "sha256:b418196607e61081c3226dcd4f0672f2a194828abb9109e9cfb84026564df2d1", size = 843836, upload-time = "2026-04-17T09:31:59.636Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/5a/87/b70ad306ebb6f9b585f114d0ac2137d792b48be34d732d60e597c2f8465a/pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d", size = 463580, upload-time = "2025-11-26T15:11:44.605Z" }, + { url = "https://files.pythonhosted.org/packages/77/ca/b45c378e6e8d0b90577288b533e04e95b7afd61bb1d51b6c263176435489/pydantic-2.13.2-py3-none-any.whl", hash = "sha256:a525087f4c03d7e7456a3de89b64cd693d2229933bb1068b9af6befd5563694e", size = 471947, upload-time = "2026-04-17T09:31:57.541Z" }, ] [[package]] name = "pydantic-core" -version = "2.41.5" +version = "2.46.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/71/70/23b021c950c2addd24ec408e9ab05d59b035b39d97cdc1130e1bce647bb6/pydantic_core-2.41.5.tar.gz", hash = "sha256:08daa51ea16ad373ffd5e7606252cc32f07bc72b28284b6bc9c6df804816476e", size = 460952, upload-time = "2025-11-04T13:43:49.098Z" } +sdist = { url = "https://files.pythonhosted.org/packages/43/bb/4742f05b739b2478459bb16fa8470549518c802e06ddcf3f106c5081315e/pydantic_core-2.46.2.tar.gz", hash = "sha256:37bb079f9ee3f1a519392b73fda2a96379b31f2013c6b467fe693e7f2987f596", size = 471269, upload-time = "2026-04-17T09:10:07.017Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/5f/5d/5f6c63eebb5afee93bcaae4ce9a898f3373ca23df3ccaef086d0233a35a7/pydantic_core-2.41.5-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:f41a7489d32336dbf2199c8c0a215390a751c5b014c2c1c5366e817202e9cdf7", size = 2110990, upload-time = "2025-11-04T13:39:58.079Z" }, - { url = "https://files.pythonhosted.org/packages/aa/32/9c2e8ccb57c01111e0fd091f236c7b371c1bccea0fa85247ac55b1e2b6b6/pydantic_core-2.41.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:070259a8818988b9a84a449a2a7337c7f430a22acc0859c6b110aa7212a6d9c0", size = 1896003, upload-time = "2025-11-04T13:39:59.956Z" }, - { url = "https://files.pythonhosted.org/packages/68/b8/a01b53cb0e59139fbc9e4fda3e9724ede8de279097179be4ff31f1abb65a/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e96cea19e34778f8d59fe40775a7a574d95816eb150850a85a7a4c8f4b94ac69", size = 1919200, upload-time = "2025-11-04T13:40:02.241Z" }, - { url = "https://files.pythonhosted.org/packages/38/de/8c36b5198a29bdaade07b5985e80a233a5ac27137846f3bc2d3b40a47360/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed2e99c456e3fadd05c991f8f437ef902e00eedf34320ba2b0842bd1c3ca3a75", size = 2052578, upload-time = "2025-11-04T13:40:04.401Z" }, - { url = "https://files.pythonhosted.org/packages/00/b5/0e8e4b5b081eac6cb3dbb7e60a65907549a1ce035a724368c330112adfdd/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:65840751b72fbfd82c3c640cff9284545342a4f1eb1586ad0636955b261b0b05", size = 2208504, upload-time = "2025-11-04T13:40:06.072Z" }, - { url = "https://files.pythonhosted.org/packages/77/56/87a61aad59c7c5b9dc8caad5a41a5545cba3810c3e828708b3d7404f6cef/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e536c98a7626a98feb2d3eaf75944ef6f3dbee447e1f841eae16f2f0a72d8ddc", size = 2335816, upload-time = "2025-11-04T13:40:07.835Z" }, - { url = "https://files.pythonhosted.org/packages/0d/76/941cc9f73529988688a665a5c0ecff1112b3d95ab48f81db5f7606f522d3/pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eceb81a8d74f9267ef4081e246ffd6d129da5d87e37a77c9bde550cb04870c1c", size = 2075366, upload-time = "2025-11-04T13:40:09.804Z" }, - { url = "https://files.pythonhosted.org/packages/d3/43/ebef01f69baa07a482844faaa0a591bad1ef129253ffd0cdaa9d8a7f72d3/pydantic_core-2.41.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d38548150c39b74aeeb0ce8ee1d8e82696f4a4e16ddc6de7b1d8823f7de4b9b5", size = 2171698, upload-time = "2025-11-04T13:40:12.004Z" }, - { url = "https://files.pythonhosted.org/packages/b1/87/41f3202e4193e3bacfc2c065fab7706ebe81af46a83d3e27605029c1f5a6/pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:c23e27686783f60290e36827f9c626e63154b82b116d7fe9adba1fda36da706c", size = 2132603, upload-time = "2025-11-04T13:40:13.868Z" }, - { url = "https://files.pythonhosted.org/packages/49/7d/4c00df99cb12070b6bccdef4a195255e6020a550d572768d92cc54dba91a/pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:482c982f814460eabe1d3bb0adfdc583387bd4691ef00b90575ca0d2b6fe2294", size = 2329591, upload-time = "2025-11-04T13:40:15.672Z" }, - { url = "https://files.pythonhosted.org/packages/cc/6a/ebf4b1d65d458f3cda6a7335d141305dfa19bdc61140a884d165a8a1bbc7/pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:bfea2a5f0b4d8d43adf9d7b8bf019fb46fdd10a2e5cde477fbcb9d1fa08c68e1", size = 2319068, upload-time = "2025-11-04T13:40:17.532Z" }, - { url = "https://files.pythonhosted.org/packages/49/3b/774f2b5cd4192d5ab75870ce4381fd89cf218af999515baf07e7206753f0/pydantic_core-2.41.5-cp312-cp312-win32.whl", hash = "sha256:b74557b16e390ec12dca509bce9264c3bbd128f8a2c376eaa68003d7f327276d", size = 1985908, upload-time = "2025-11-04T13:40:19.309Z" }, - { url = "https://files.pythonhosted.org/packages/86/45/00173a033c801cacf67c190fef088789394feaf88a98a7035b0e40d53dc9/pydantic_core-2.41.5-cp312-cp312-win_amd64.whl", hash = "sha256:1962293292865bca8e54702b08a4f26da73adc83dd1fcf26fbc875b35d81c815", size = 2020145, upload-time = "2025-11-04T13:40:21.548Z" }, - { url = "https://files.pythonhosted.org/packages/f9/22/91fbc821fa6d261b376a3f73809f907cec5ca6025642c463d3488aad22fb/pydantic_core-2.41.5-cp312-cp312-win_arm64.whl", hash = "sha256:1746d4a3d9a794cacae06a5eaaccb4b8643a131d45fbc9af23e353dc0a5ba5c3", size = 1976179, upload-time = "2025-11-04T13:40:23.393Z" }, - { url = "https://files.pythonhosted.org/packages/87/06/8806241ff1f70d9939f9af039c6c35f2360cf16e93c2ca76f184e76b1564/pydantic_core-2.41.5-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:941103c9be18ac8daf7b7adca8228f8ed6bb7a1849020f643b3a14d15b1924d9", size = 2120403, upload-time = "2025-11-04T13:40:25.248Z" }, - { url = "https://files.pythonhosted.org/packages/94/02/abfa0e0bda67faa65fef1c84971c7e45928e108fe24333c81f3bfe35d5f5/pydantic_core-2.41.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:112e305c3314f40c93998e567879e887a3160bb8689ef3d2c04b6cc62c33ac34", size = 1896206, upload-time = "2025-11-04T13:40:27.099Z" }, - { url = "https://files.pythonhosted.org/packages/15/df/a4c740c0943e93e6500f9eb23f4ca7ec9bf71b19e608ae5b579678c8d02f/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cbaad15cb0c90aa221d43c00e77bb33c93e8d36e0bf74760cd00e732d10a6a0", size = 1919307, upload-time = "2025-11-04T13:40:29.806Z" }, - { url = "https://files.pythonhosted.org/packages/9a/e3/6324802931ae1d123528988e0e86587c2072ac2e5394b4bc2bc34b61ff6e/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:03ca43e12fab6023fc79d28ca6b39b05f794ad08ec2feccc59a339b02f2b3d33", size = 2063258, upload-time = "2025-11-04T13:40:33.544Z" }, - { url = "https://files.pythonhosted.org/packages/c9/d4/2230d7151d4957dd79c3044ea26346c148c98fbf0ee6ebd41056f2d62ab5/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc799088c08fa04e43144b164feb0c13f9a0bc40503f8df3e9fde58a3c0c101e", size = 2214917, upload-time = "2025-11-04T13:40:35.479Z" }, - { url = "https://files.pythonhosted.org/packages/e6/9f/eaac5df17a3672fef0081b6c1bb0b82b33ee89aa5cec0d7b05f52fd4a1fa/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:97aeba56665b4c3235a0e52b2c2f5ae9cd071b8a8310ad27bddb3f7fb30e9aa2", size = 2332186, upload-time = "2025-11-04T13:40:37.436Z" }, - { url = "https://files.pythonhosted.org/packages/cf/4e/35a80cae583a37cf15604b44240e45c05e04e86f9cfd766623149297e971/pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:406bf18d345822d6c21366031003612b9c77b3e29ffdb0f612367352aab7d586", size = 2073164, upload-time = "2025-11-04T13:40:40.289Z" }, - { url = "https://files.pythonhosted.org/packages/bf/e3/f6e262673c6140dd3305d144d032f7bd5f7497d3871c1428521f19f9efa2/pydantic_core-2.41.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b93590ae81f7010dbe380cdeab6f515902ebcbefe0b9327cc4804d74e93ae69d", size = 2179146, upload-time = "2025-11-04T13:40:42.809Z" }, - { url = "https://files.pythonhosted.org/packages/75/c7/20bd7fc05f0c6ea2056a4565c6f36f8968c0924f19b7d97bbfea55780e73/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:01a3d0ab748ee531f4ea6c3e48ad9dac84ddba4b0d82291f87248f2f9de8d740", size = 2137788, upload-time = "2025-11-04T13:40:44.752Z" }, - { url = "https://files.pythonhosted.org/packages/3a/8d/34318ef985c45196e004bc46c6eab2eda437e744c124ef0dbe1ff2c9d06b/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:6561e94ba9dacc9c61bce40e2d6bdc3bfaa0259d3ff36ace3b1e6901936d2e3e", size = 2340133, upload-time = "2025-11-04T13:40:46.66Z" }, - { url = "https://files.pythonhosted.org/packages/9c/59/013626bf8c78a5a5d9350d12e7697d3d4de951a75565496abd40ccd46bee/pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:915c3d10f81bec3a74fbd4faebe8391013ba61e5a1a8d48c4455b923bdda7858", size = 2324852, upload-time = "2025-11-04T13:40:48.575Z" }, - { url = "https://files.pythonhosted.org/packages/1a/d9/c248c103856f807ef70c18a4f986693a46a8ffe1602e5d361485da502d20/pydantic_core-2.41.5-cp313-cp313-win32.whl", hash = "sha256:650ae77860b45cfa6e2cdafc42618ceafab3a2d9a3811fcfbd3bbf8ac3c40d36", size = 1994679, upload-time = "2025-11-04T13:40:50.619Z" }, - { url = "https://files.pythonhosted.org/packages/9e/8b/341991b158ddab181cff136acd2552c9f35bd30380422a639c0671e99a91/pydantic_core-2.41.5-cp313-cp313-win_amd64.whl", hash = "sha256:79ec52ec461e99e13791ec6508c722742ad745571f234ea6255bed38c6480f11", size = 2019766, upload-time = "2025-11-04T13:40:52.631Z" }, - { url = "https://files.pythonhosted.org/packages/73/7d/f2f9db34af103bea3e09735bb40b021788a5e834c81eedb541991badf8f5/pydantic_core-2.41.5-cp313-cp313-win_arm64.whl", hash = "sha256:3f84d5c1b4ab906093bdc1ff10484838aca54ef08de4afa9de0f5f14d69639cd", size = 1981005, upload-time = "2025-11-04T13:40:54.734Z" }, - { url = "https://files.pythonhosted.org/packages/ea/28/46b7c5c9635ae96ea0fbb779e271a38129df2550f763937659ee6c5dbc65/pydantic_core-2.41.5-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:3f37a19d7ebcdd20b96485056ba9e8b304e27d9904d233d7b1015db320e51f0a", size = 2119622, upload-time = "2025-11-04T13:40:56.68Z" }, - { url = "https://files.pythonhosted.org/packages/74/1a/145646e5687e8d9a1e8d09acb278c8535ebe9e972e1f162ed338a622f193/pydantic_core-2.41.5-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1d1d9764366c73f996edd17abb6d9d7649a7eb690006ab6adbda117717099b14", size = 1891725, upload-time = "2025-11-04T13:40:58.807Z" }, - { url = "https://files.pythonhosted.org/packages/23/04/e89c29e267b8060b40dca97bfc64a19b2a3cf99018167ea1677d96368273/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25e1c2af0fce638d5f1988b686f3b3ea8cd7de5f244ca147c777769e798a9cd1", size = 1915040, upload-time = "2025-11-04T13:41:00.853Z" }, - { url = "https://files.pythonhosted.org/packages/84/a3/15a82ac7bd97992a82257f777b3583d3e84bdb06ba6858f745daa2ec8a85/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:506d766a8727beef16b7adaeb8ee6217c64fc813646b424d0804d67c16eddb66", size = 2063691, upload-time = "2025-11-04T13:41:03.504Z" }, - { url = "https://files.pythonhosted.org/packages/74/9b/0046701313c6ef08c0c1cf0e028c67c770a4e1275ca73131563c5f2a310a/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4819fa52133c9aa3c387b3328f25c1facc356491e6135b459f1de698ff64d869", size = 2213897, upload-time = "2025-11-04T13:41:05.804Z" }, - { url = "https://files.pythonhosted.org/packages/8a/cd/6bac76ecd1b27e75a95ca3a9a559c643b3afcd2dd62086d4b7a32a18b169/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2b761d210c9ea91feda40d25b4efe82a1707da2ef62901466a42492c028553a2", size = 2333302, upload-time = "2025-11-04T13:41:07.809Z" }, - { url = "https://files.pythonhosted.org/packages/4c/d2/ef2074dc020dd6e109611a8be4449b98cd25e1b9b8a303c2f0fca2f2bcf7/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22f0fb8c1c583a3b6f24df2470833b40207e907b90c928cc8d3594b76f874375", size = 2064877, upload-time = "2025-11-04T13:41:09.827Z" }, - { url = "https://files.pythonhosted.org/packages/18/66/e9db17a9a763d72f03de903883c057b2592c09509ccfe468187f2a2eef29/pydantic_core-2.41.5-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2782c870e99878c634505236d81e5443092fba820f0373997ff75f90f68cd553", size = 2180680, upload-time = "2025-11-04T13:41:12.379Z" }, - { url = "https://files.pythonhosted.org/packages/d3/9e/3ce66cebb929f3ced22be85d4c2399b8e85b622db77dad36b73c5387f8f8/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:0177272f88ab8312479336e1d777f6b124537d47f2123f89cb37e0accea97f90", size = 2138960, upload-time = "2025-11-04T13:41:14.627Z" }, - { url = "https://files.pythonhosted.org/packages/a6/62/205a998f4327d2079326b01abee48e502ea739d174f0a89295c481a2272e/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:63510af5e38f8955b8ee5687740d6ebf7c2a0886d15a6d65c32814613681bc07", size = 2339102, upload-time = "2025-11-04T13:41:16.868Z" }, - { url = "https://files.pythonhosted.org/packages/3c/0d/f05e79471e889d74d3d88f5bd20d0ed189ad94c2423d81ff8d0000aab4ff/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:e56ba91f47764cc14f1daacd723e3e82d1a89d783f0f5afe9c364b8bb491ccdb", size = 2326039, upload-time = "2025-11-04T13:41:18.934Z" }, - { url = "https://files.pythonhosted.org/packages/ec/e1/e08a6208bb100da7e0c4b288eed624a703f4d129bde2da475721a80cab32/pydantic_core-2.41.5-cp314-cp314-win32.whl", hash = "sha256:aec5cf2fd867b4ff45b9959f8b20ea3993fc93e63c7363fe6851424c8a7e7c23", size = 1995126, upload-time = "2025-11-04T13:41:21.418Z" }, - { url = "https://files.pythonhosted.org/packages/48/5d/56ba7b24e9557f99c9237e29f5c09913c81eeb2f3217e40e922353668092/pydantic_core-2.41.5-cp314-cp314-win_amd64.whl", hash = "sha256:8e7c86f27c585ef37c35e56a96363ab8de4e549a95512445b85c96d3e2f7c1bf", size = 2015489, upload-time = "2025-11-04T13:41:24.076Z" }, - { url = "https://files.pythonhosted.org/packages/4e/bb/f7a190991ec9e3e0ba22e4993d8755bbc4a32925c0b5b42775c03e8148f9/pydantic_core-2.41.5-cp314-cp314-win_arm64.whl", hash = "sha256:e672ba74fbc2dc8eea59fb6d4aed6845e6905fc2a8afe93175d94a83ba2a01a0", size = 1977288, upload-time = "2025-11-04T13:41:26.33Z" }, - { url = "https://files.pythonhosted.org/packages/92/ed/77542d0c51538e32e15afe7899d79efce4b81eee631d99850edc2f5e9349/pydantic_core-2.41.5-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:8566def80554c3faa0e65ac30ab0932b9e3a5cd7f8323764303d468e5c37595a", size = 2120255, upload-time = "2025-11-04T13:41:28.569Z" }, - { url = "https://files.pythonhosted.org/packages/bb/3d/6913dde84d5be21e284439676168b28d8bbba5600d838b9dca99de0fad71/pydantic_core-2.41.5-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:b80aa5095cd3109962a298ce14110ae16b8c1aece8b72f9dafe81cf597ad80b3", size = 1863760, upload-time = "2025-11-04T13:41:31.055Z" }, - { url = "https://files.pythonhosted.org/packages/5a/f0/e5e6b99d4191da102f2b0eb9687aaa7f5bea5d9964071a84effc3e40f997/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3006c3dd9ba34b0c094c544c6006cc79e87d8612999f1a5d43b769b89181f23c", size = 1878092, upload-time = "2025-11-04T13:41:33.21Z" }, - { url = "https://files.pythonhosted.org/packages/71/48/36fb760642d568925953bcc8116455513d6e34c4beaa37544118c36aba6d/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:72f6c8b11857a856bcfa48c86f5368439f74453563f951e473514579d44aa612", size = 2053385, upload-time = "2025-11-04T13:41:35.508Z" }, - { url = "https://files.pythonhosted.org/packages/20/25/92dc684dd8eb75a234bc1c764b4210cf2646479d54b47bf46061657292a8/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5cb1b2f9742240e4bb26b652a5aeb840aa4b417c7748b6f8387927bc6e45e40d", size = 2218832, upload-time = "2025-11-04T13:41:37.732Z" }, - { url = "https://files.pythonhosted.org/packages/e2/09/f53e0b05023d3e30357d82eb35835d0f6340ca344720a4599cd663dca599/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd3d54f38609ff308209bd43acea66061494157703364ae40c951f83ba99a1a9", size = 2327585, upload-time = "2025-11-04T13:41:40Z" }, - { url = "https://files.pythonhosted.org/packages/aa/4e/2ae1aa85d6af35a39b236b1b1641de73f5a6ac4d5a7509f77b814885760c/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ff4321e56e879ee8d2a879501c8e469414d948f4aba74a2d4593184eb326660", size = 2041078, upload-time = "2025-11-04T13:41:42.323Z" }, - { url = "https://files.pythonhosted.org/packages/cd/13/2e215f17f0ef326fc72afe94776edb77525142c693767fc347ed6288728d/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d0d2568a8c11bf8225044aa94409e21da0cb09dcdafe9ecd10250b2baad531a9", size = 2173914, upload-time = "2025-11-04T13:41:45.221Z" }, - { url = "https://files.pythonhosted.org/packages/02/7a/f999a6dcbcd0e5660bc348a3991c8915ce6599f4f2c6ac22f01d7a10816c/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:a39455728aabd58ceabb03c90e12f71fd30fa69615760a075b9fec596456ccc3", size = 2129560, upload-time = "2025-11-04T13:41:47.474Z" }, - { url = "https://files.pythonhosted.org/packages/3a/b1/6c990ac65e3b4c079a4fb9f5b05f5b013afa0f4ed6780a3dd236d2cbdc64/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:239edca560d05757817c13dc17c50766136d21f7cd0fac50295499ae24f90fdf", size = 2329244, upload-time = "2025-11-04T13:41:49.992Z" }, - { url = "https://files.pythonhosted.org/packages/d9/02/3c562f3a51afd4d88fff8dffb1771b30cfdfd79befd9883ee094f5b6c0d8/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:2a5e06546e19f24c6a96a129142a75cee553cc018ffee48a460059b1185f4470", size = 2331955, upload-time = "2025-11-04T13:41:54.079Z" }, - { url = "https://files.pythonhosted.org/packages/5c/96/5fb7d8c3c17bc8c62fdb031c47d77a1af698f1d7a406b0f79aaa1338f9ad/pydantic_core-2.41.5-cp314-cp314t-win32.whl", hash = "sha256:b4ececa40ac28afa90871c2cc2b9ffd2ff0bf749380fbdf57d165fd23da353aa", size = 1988906, upload-time = "2025-11-04T13:41:56.606Z" }, - { url = "https://files.pythonhosted.org/packages/22/ed/182129d83032702912c2e2d8bbe33c036f342cc735737064668585dac28f/pydantic_core-2.41.5-cp314-cp314t-win_amd64.whl", hash = "sha256:80aa89cad80b32a912a65332f64a4450ed00966111b6615ca6816153d3585a8c", size = 1981607, upload-time = "2025-11-04T13:41:58.889Z" }, - { url = "https://files.pythonhosted.org/packages/9f/ed/068e41660b832bb0b1aa5b58011dea2a3fe0ba7861ff38c4d4904c1c1a99/pydantic_core-2.41.5-cp314-cp314t-win_arm64.whl", hash = "sha256:35b44f37a3199f771c3eaa53051bc8a70cd7b54f333531c59e29fd4db5d15008", size = 1974769, upload-time = "2025-11-04T13:42:01.186Z" }, - { url = "https://files.pythonhosted.org/packages/09/32/59b0c7e63e277fa7911c2fc70ccfb45ce4b98991e7ef37110663437005af/pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_10_12_x86_64.whl", hash = "sha256:7da7087d756b19037bc2c06edc6c170eeef3c3bafcb8f532ff17d64dc427adfd", size = 2110495, upload-time = "2025-11-04T13:42:49.689Z" }, - { url = "https://files.pythonhosted.org/packages/aa/81/05e400037eaf55ad400bcd318c05bb345b57e708887f07ddb2d20e3f0e98/pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_11_0_arm64.whl", hash = "sha256:aabf5777b5c8ca26f7824cb4a120a740c9588ed58df9b2d196ce92fba42ff8dc", size = 1915388, upload-time = "2025-11-04T13:42:52.215Z" }, - { url = "https://files.pythonhosted.org/packages/6e/0d/e3549b2399f71d56476b77dbf3cf8937cec5cd70536bdc0e374a421d0599/pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c007fe8a43d43b3969e8469004e9845944f1a80e6acd47c150856bb87f230c56", size = 1942879, upload-time = "2025-11-04T13:42:56.483Z" }, - { url = "https://files.pythonhosted.org/packages/f7/07/34573da085946b6a313d7c42f82f16e8920bfd730665de2d11c0c37a74b5/pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:76d0819de158cd855d1cbb8fcafdf6f5cf1eb8e470abe056d5d161106e38062b", size = 2139017, upload-time = "2025-11-04T13:42:59.471Z" }, + { url = "https://files.pythonhosted.org/packages/d0/96/a50ccb6b539ae780f73cea74905468777680e30c6c3bdf714b9d4c116ea0/pydantic_core-2.46.2-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:4f59b45f3ef8650c0c736a57f59031d47ed9df4c0a64e83796849d7d14863a2d", size = 2097111, upload-time = "2026-04-17T09:10:49.617Z" }, + { url = "https://files.pythonhosted.org/packages/34/5f/fdead7b3afa822ab6e5a18ee0ecffd54937de1877c01ed13a342e0fb3f07/pydantic_core-2.46.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3a075a29ebef752784a91532a1a85be6b234ccffec0a9d7978a92696387c3da6", size = 1951904, upload-time = "2026-04-17T09:12:32.062Z" }, + { url = "https://files.pythonhosted.org/packages/95/e0/1c5d547e550cdab1bec737492aa08865337af6fe7fc9b96f7f45f17d9519/pydantic_core-2.46.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d12d786e30c04a9d307c5d7080bf720d9bac7f1668191d8e37633a9562749e2", size = 1978667, upload-time = "2026-04-17T09:11:35.589Z" }, + { url = "https://files.pythonhosted.org/packages/0e/cb/665ce629e218c8228302cb94beff4f6531082a2c87d3ecc3d5e63a26f392/pydantic_core-2.46.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0d5e6d6343b0b5dcacb3503b5de90022968da8ed0ab9ab39d3eda71c20cbf84e", size = 2046721, upload-time = "2026-04-17T09:11:47.725Z" }, + { url = "https://files.pythonhosted.org/packages/77/e9/6cb2cf60f54c1472bbdfce19d957553b43dbba79d1d7b2930a195c594785/pydantic_core-2.46.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:233eebac0999b6b9ba76eb56f3ec8fce13164aa16b6d2225a36a79e0f95b5973", size = 2228483, upload-time = "2026-04-17T09:12:08.837Z" }, + { url = "https://files.pythonhosted.org/packages/0d/2a/93e018dd5571f781ebaeda8c0cf65398489d5bee9b1f484df0b6149b43b9/pydantic_core-2.46.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9cc0eee720dd2f14f3b7c349469402b99ad81a174ab49d3533974529e9d93992", size = 2294663, upload-time = "2026-04-17T09:12:52.053Z" }, + { url = "https://files.pythonhosted.org/packages/5e/4f/49e57ca55c770c93d9bb046666a54949b42e3c9099a0c5fe94557873fe30/pydantic_core-2.46.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:83ee76bf2c9910513dbc19e7d82367131fa7508dedd6186a462393071cc11059", size = 2098742, upload-time = "2026-04-17T09:13:45.472Z" }, + { url = "https://files.pythonhosted.org/packages/c6/b0/6e46b5cd3332af665f794b8cdeea206618a8630bd9e7bcc36864518fce81/pydantic_core-2.46.2-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:d61db38eb4ee5192f0c261b7f2d38e420b554df8912245e3546aee5c45e2fd78", size = 2125922, upload-time = "2026-04-17T09:12:54.304Z" }, + { url = "https://files.pythonhosted.org/packages/06/d1/40850c81585be443a2abfdf7f795f8fae831baf8e2f9b2133c8246ac671c/pydantic_core-2.46.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8f09a713d17bcd55da8ab02ebd9110c5246a49c44182af213b5212800af8bc83", size = 2183000, upload-time = "2026-04-17T09:10:59.027Z" }, + { url = "https://files.pythonhosted.org/packages/04/af/8493d7dfa03ebb7866909e577c6aa65ea0de7377b86023cc51d0c8e11db3/pydantic_core-2.46.2-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:30cacc5fb696e64b8ef6fd31d9549d394dd7d52760db072eecb98e37e3af1677", size = 2180335, upload-time = "2026-04-17T09:12:57.01Z" }, + { url = "https://files.pythonhosted.org/packages/72/5b/1f6a344c4ffdf284da41c6067b82d5ebcbd11ce1b515ae4b662d4adb6f61/pydantic_core-2.46.2-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:7ccfb105fcfe91a22bbb5563ad3dc124bc1aa75bfd2e53a780ab05f78cdf6108", size = 2330002, upload-time = "2026-04-17T09:12:02.958Z" }, + { url = "https://files.pythonhosted.org/packages/25/ff/9a694126c12d6d2f48a0cafa6f8eef88ef0d8825600e18d03ff2e896c3b2/pydantic_core-2.46.2-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:13ffef637dc8370c249e5b26bd18e9a80a4fca3d809618c44e18ec834a7ca7a8", size = 2359920, upload-time = "2026-04-17T09:10:27.764Z" }, + { url = "https://files.pythonhosted.org/packages/51/c8/3a35c763d68a9cb2675eb10ef242cf66c5d4701b28ae12e688d67d2c180e/pydantic_core-2.46.2-cp314-cp314-win32.whl", hash = "sha256:1b0ab6d756ca2704a938e6c31b53f290c2f9c10d3914235410302a149de1a83e", size = 1953701, upload-time = "2026-04-17T09:13:30.021Z" }, + { url = "https://files.pythonhosted.org/packages/1a/6a/f2726a780365f7dfd89d62036f984f7acb99978c60c5e1fa7c0cb898ed11/pydantic_core-2.46.2-cp314-cp314-win_amd64.whl", hash = "sha256:99ebade8c9ada4df975372d8dd25883daa0e379a05f1cd0c99aa0c04368d01a6", size = 2071867, upload-time = "2026-04-17T09:10:39.205Z" }, + { url = "https://files.pythonhosted.org/packages/e1/79/76baacb9feba3d7c399b245ca1a29c74ea0db04ea693811374827eec2290/pydantic_core-2.46.2-cp314-cp314-win_arm64.whl", hash = "sha256:de87422197cf7f83db91d89c86a21660d749b3cd76cd8a45d115b8e675670f02", size = 2017252, upload-time = "2026-04-17T09:10:26.175Z" }, + { url = "https://files.pythonhosted.org/packages/f1/3b/77c26938f817668d9ad9bab1a905cb23f11d9a3d4bf724d429b3e55a8eaf/pydantic_core-2.46.2-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:236f22b4a206b5b61db955396b7cf9e2e1ff77f372efe9570128ccfcd6a525eb", size = 2094545, upload-time = "2026-04-17T09:12:19.339Z" }, + { url = "https://files.pythonhosted.org/packages/fe/de/42c13f590e3c260966aa49bcdb1674774f975467c49abd51191e502bea28/pydantic_core-2.46.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c2012f64d2cd7cca50f49f22445aa5a88691ac2b4498ee0a9a977f8ca4f7289f", size = 1933953, upload-time = "2026-04-17T09:09:55.889Z" }, + { url = "https://files.pythonhosted.org/packages/4e/84/ebe3ebb3e2d8db656937cfa6f97f544cb7132f2307a4a7dfdcd0ea102a12/pydantic_core-2.46.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d07d6c63106d3a9c9a333e2636f9c82c703b1a9e3b079299e58747964e4fdb72", size = 1974435, upload-time = "2026-04-17T09:10:12.371Z" }, + { url = "https://files.pythonhosted.org/packages/b9/15/0bf51ca6709477cd4ef86148b6d7844f3308f029eac361dd0383f1e17b1a/pydantic_core-2.46.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c326a2b4b85e959d9a1fc3a11f32f84611b6ec07c053e1828a860edf8d068208", size = 2031113, upload-time = "2026-04-17T09:10:00.752Z" }, + { url = "https://files.pythonhosted.org/packages/02/ae/b7b5af9b79db036d9e61a44c481c17a213dc8fc4b8b71fe6875a72fc778b/pydantic_core-2.46.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac8a65e798f2462552c00d2e013d532c94d646729dda98458beaf51f9ec7b120", size = 2236325, upload-time = "2026-04-17T09:10:33.227Z" }, + { url = "https://files.pythonhosted.org/packages/a6/ae/ecef7477b5a03d4a499708f7e75d2836452ebb70b776c2d64612b334f57a/pydantic_core-2.46.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5a3c2bc1cc8164bedbc160b7bb1e8cc1e8b9c27f69ae4f9ae2b976cdae02b2dd", size = 2278135, upload-time = "2026-04-17T09:10:23.287Z" }, + { url = "https://files.pythonhosted.org/packages/db/e4/2f9d82faa47af6c39fc3f120145fd915971e1e0cb6b55b494fad9fdf8275/pydantic_core-2.46.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e69aa5e10b7e8b1bb4a6888650fd12fcbf11d396ca11d4a44de1450875702830", size = 2109071, upload-time = "2026-04-17T09:11:06.149Z" }, + { url = "https://files.pythonhosted.org/packages/f1/9c/677cf10873fbd0b116575ab7b97c90482b21564f8a8040beb18edef7a577/pydantic_core-2.46.2-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:4e6df5c3301e65fb42bc5338bf9a1027a02b0a31dc7f54c33775229af474daf0", size = 2106028, upload-time = "2026-04-17T09:10:51.525Z" }, + { url = "https://files.pythonhosted.org/packages/d6/53/6a06183544daba51c059123a2064a99039df25f115a06bdb26f2ea177038/pydantic_core-2.46.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2c2f6e32548ac8d559b47944effcf8ae4d81c161f6b6c885edc53bc08b8f192d", size = 2164816, upload-time = "2026-04-17T09:11:56.187Z" }, + { url = "https://files.pythonhosted.org/packages/57/6f/10fcdd9e3eca66fc828eef0f6f5850f2dd3bca2c59e6e041fb8bc3da39be/pydantic_core-2.46.2-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:b089a81c58e6ea0485562bbbbbca4f65c0549521606d5ef27fba217aac9b665a", size = 2166130, upload-time = "2026-04-17T09:10:03.804Z" }, + { url = "https://files.pythonhosted.org/packages/29/83/92d3fd0e0156cad2e3cb5c26de73794af78ac9fa0c22ab666e566dd67061/pydantic_core-2.46.2-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:7f700a6d6f64112ae9193709b84303bbab84424ad4b47d0253301aabce9dfc70", size = 2316605, upload-time = "2026-04-17T09:12:45.249Z" }, + { url = "https://files.pythonhosted.org/packages/97/f1/facffdb970981068219582e499b8d0871ed163ffcc6b347de5c412669e4c/pydantic_core-2.46.2-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:67db6814beaa5fefe91101ec7eb9efda613795767be96f7cf58b1ca8c9ca9972", size = 2358385, upload-time = "2026-04-17T09:09:54.657Z" }, + { url = "https://files.pythonhosted.org/packages/8b/a1/b8160b2f22b2199467bc68581a4ed380643c16b348a27d6165c6c242d694/pydantic_core-2.46.2-cp314-cp314t-win32.whl", hash = "sha256:32fbc7447be8e3be99bf7869f7066308f16be55b61f9882c2cefc7931f5c7664", size = 1942373, upload-time = "2026-04-17T09:12:59.594Z" }, + { url = "https://files.pythonhosted.org/packages/0d/90/db89acabe5b150e11d1b59fe3d947dda2ef6abbfef5c82f056ff63802f5d/pydantic_core-2.46.2-cp314-cp314t-win_amd64.whl", hash = "sha256:b317a2b97019c0b95ce99f4f901ae383f40132da6706cdf1731066a73394c25c", size = 2052078, upload-time = "2026-04-17T09:10:19.96Z" }, + { url = "https://files.pythonhosted.org/packages/97/32/e19b83ceb07a3f1bb21798407790bbc9a31740158fd132b94139cb84e16c/pydantic_core-2.46.2-cp314-cp314t-win_arm64.whl", hash = "sha256:7dcb9d40930dfad7ab6b20bcc6ca9d2b030b0f347a0cd9909b54bd53ead521b1", size = 2016941, upload-time = "2026-04-17T09:12:34.447Z" }, ] [[package]] name = "pygments" -version = "2.19.2" +version = "2.20.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887", size = 4968631, upload-time = "2025-06-21T13:39:12.283Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c3/b2/bc9c9196916376152d655522fdcebac55e66de6603a76a02bca1b6414f6c/pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f", size = 4955991, upload-time = "2026-03-29T13:29:33.898Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b", size = 1225217, upload-time = "2025-06-21T13:39:07.939Z" }, + { url = "https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176", size = 1231151, upload-time = "2026-03-29T13:29:30.038Z" }, ] +[[package]] +name = "pygobject" +version = "3.56.2" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "pycairo" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/a2/80/09247a2be28af2c2240132a0af6c1005a2b1d089242b13a2cd782d2de8d7/pygobject-3.56.2.tar.gz", hash = "sha256:b816098969544081de9eecedb94ad6ac59c77e4d571fe7051f18bebcec074313", size = 1409059, upload-time = "2026-03-25T16:14:04.008Z" } + [[package]] name = "rich" -version = "14.2.0" +version = "15.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "markdown-it-py" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fb/d2/8920e102050a0de7bfabeb4c4614a49248cf8d5d7a8d01885fbb24dc767a/rich-14.2.0.tar.gz", hash = "sha256:73ff50c7c0c1c77c8243079283f4edb376f0f6442433aecb8ce7e6d0b92d1fe4", size = 219990, upload-time = "2025-10-09T14:16:53.064Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c0/8f/0722ca900cc807c13a6a0c696dacf35430f72e0ec571c4275d2371fca3e9/rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36", size = 230680, upload-time = "2026-04-12T08:24:00.75Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/25/7a/b0178788f8dc6cafce37a212c99565fa1fe7872c70c6c9c1e1a372d9d88f/rich-14.2.0-py3-none-any.whl", hash = "sha256:76bc51fe2e57d2b1be1f96c524b890b816e334ab4c1e45888799bfaab0021edd", size = 243393, upload-time = "2025-10-09T14:16:51.245Z" }, + { url = "https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb", size = 310654, upload-time = "2026-04-12T08:24:02.83Z" }, ] [[package]] @@ -774,24 +615,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235, upload-time = "2024-02-25T23:20:01.196Z" }, ] -[[package]] -name = "srt" -version = "3.5.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/66/b7/4a1bc231e0681ebf339337b0cd05b91dc6a0d701fa852bb812e244b7a030/srt-3.5.3.tar.gz", hash = "sha256:4884315043a4f0740fd1f878ed6caa376ac06d70e135f306a6dc44632eed0cc0", size = 28296, upload-time = "2023-03-28T02:35:44.007Z" } - [[package]] name = "tabulate" -version = "0.9.0" +version = "0.10.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ec/fe/802052aecb21e3797b8f7902564ab6ea0d60ff8ca23952079064155d1ae1/tabulate-0.9.0.tar.gz", hash = "sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c", size = 81090, upload-time = "2022-10-06T17:21:48.54Z" } +sdist = { url = "https://files.pythonhosted.org/packages/46/58/8c37dea7bbf769b20d58e7ace7e5edfe65b849442b00ffcdd56be88697c6/tabulate-0.10.0.tar.gz", hash = "sha256:e2cfde8f79420f6deeffdeda9aaec3b6bc5abce947655d17ac662b126e48a60d", size = 91754, upload-time = "2026-03-04T18:55:34.402Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f", size = 35252, upload-time = "2022-10-06T17:21:44.262Z" }, + { url = "https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl", hash = "sha256:f0b0622e567335c8fabaaa659f1b33bcb6ddfe2e496071b743aa113f8774f2d3", size = 39814, upload-time = "2026-03-04T18:55:31.284Z" }, ] [[package]] name = "textual" -version = "7.0.0" +version = "8.2.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "markdown-it-py", extra = ["linkify"] }, @@ -801,9 +636,9 @@ dependencies = [ { name = "rich" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d4/9c/ebc9ca1f95366bef4c0e8360f4a77400d47a79aeecc08747de1990ef8bdc/textual-7.0.0.tar.gz", hash = "sha256:617638a2be74fb7507aff3ea6ec9374148be02e5a7bb1d02396d1d557b66c0a9", size = 1582005, upload-time = "2026-01-03T11:48:10.909Z" } +sdist = { url = "https://files.pythonhosted.org/packages/cf/2f/d44f0f12b3ddb1f0b88f7775652e99c6b5a43fd733badf4ce064bdbfef4a/textual-8.2.3.tar.gz", hash = "sha256:beea7b86b03b03558a2224f0cc35252e60ef8b0c4353b117b2f40972902d976a", size = 1848738, upload-time = "2026-04-05T09:12:45.338Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/63/f8/a1ef9034b2a7f334f91b2f673f2ec03020a2529bb30a9437a6beb855beee/textual-7.0.0-py3-none-any.whl", hash = "sha256:190de0f65e5f4bc820fae46f32f591e509621d76688b36400ce01fa63dc6b623", size = 715156, upload-time = "2026-01-03T11:48:09.067Z" }, + { url = "https://files.pythonhosted.org/packages/0e/28/a81d6ce9f4804818bd1231a9a6e4d56ea84ebbe8385c49591444f0234fa2/textual-8.2.3-py3-none-any.whl", hash = "sha256:5008ac581bebf1f6fa0520404261844a231e5715fdbddd10ca73916a3af48ca2", size = 724231, upload-time = "2026-04-05T09:12:48.747Z" }, ] [[package]] @@ -817,14 +652,14 @@ wheels = [ [[package]] name = "tqdm" -version = "4.67.1" +version = "4.67.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2", size = 169737, upload-time = "2024-11-24T20:12:22.481Z" } +sdist = { url = "https://files.pythonhosted.org/packages/09/a9/6ba95a270c6f1fbcd8dac228323f2777d886cb206987444e4bce66338dd4/tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb", size = 169598, upload-time = "2026-02-03T17:35:53.048Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540, upload-time = "2024-11-24T20:12:19.698Z" }, + { url = "https://files.pythonhosted.org/packages/16/e1/3079a9ff9b8e11b846c6ac5c8b5bfb7ff225eee721825310c91b3b50304f/tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf", size = 78374, upload-time = "2026-02-03T17:35:50.982Z" }, ] [[package]] @@ -862,103 +697,59 @@ wheels = [ [[package]] name = "uc-micro-py" -version = "1.0.3" +version = "2.0.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/91/7a/146a99696aee0609e3712f2b44c6274566bc368dfe8375191278045186b8/uc-micro-py-1.0.3.tar.gz", hash = "sha256:d321b92cff673ec58027c04015fcaa8bb1e005478643ff4a500882eaab88c48a", size = 6043, upload-time = "2024-02-09T16:52:01.654Z" } +sdist = { url = "https://files.pythonhosted.org/packages/78/67/9a363818028526e2d4579334460df777115bdec1bb77c08f9db88f6389f2/uc_micro_py-2.0.0.tar.gz", hash = "sha256:c53691e495c8db60e16ffc4861a35469b0ba0821fe409a8a7a0a71864d33a811", size = 6611, upload-time = "2026-03-01T06:31:27.526Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/37/87/1f677586e8ac487e29672e4b17455758fce261de06a0d086167bb760361a/uc_micro_py-1.0.3-py3-none-any.whl", hash = "sha256:db1dffff340817673d7b466ec86114a9dc0e9d4d9b5ba229d9d60e5c12600cd5", size = 6229, upload-time = "2024-02-09T16:52:00.371Z" }, + { url = "https://files.pythonhosted.org/packages/61/73/d21edf5b204d1467e06500080a50f79d49ef2b997c79123a536d4a17d97c/uc_micro_py-2.0.0-py3-none-any.whl", hash = "sha256:3603a3859af53e5a39bc7677713c78ea6589ff188d70f4fee165db88e22b242c", size = 6383, upload-time = "2026-03-01T06:31:26.257Z" }, ] [[package]] name = "yarl" -version = "1.22.0" +version = "1.23.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "idna" }, { name = "multidict" }, { name = "propcache" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/57/63/0c6ebca57330cd313f6102b16dd57ffaf3ec4c83403dcb45dbd15c6f3ea1/yarl-1.22.0.tar.gz", hash = "sha256:bebf8557577d4401ba8bd9ff33906f1376c877aa78d1fe216ad01b4d6745af71", size = 187169, upload-time = "2025-10-06T14:12:55.963Z" } +sdist = { url = "https://files.pythonhosted.org/packages/23/6e/beb1beec874a72f23815c1434518bfc4ed2175065173fb138c3705f658d4/yarl-1.23.0.tar.gz", hash = "sha256:53b1ea6ca88ebd4420379c330aea57e258408dd0df9af0992e5de2078dc9f5d5", size = 194676, upload-time = "2026-03-01T22:07:53.373Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/75/ff/46736024fee3429b80a165a732e38e5d5a238721e634ab41b040d49f8738/yarl-1.22.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:e340382d1afa5d32b892b3ff062436d592ec3d692aeea3bef3a5cfe11bbf8c6f", size = 142000, upload-time = "2025-10-06T14:09:44.631Z" }, - { url = "https://files.pythonhosted.org/packages/5a/9a/b312ed670df903145598914770eb12de1bac44599549b3360acc96878df8/yarl-1.22.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f1e09112a2c31ffe8d80be1b0988fa6a18c5d5cad92a9ffbb1c04c91bfe52ad2", size = 94338, upload-time = "2025-10-06T14:09:46.372Z" }, - { url = "https://files.pythonhosted.org/packages/ba/f5/0601483296f09c3c65e303d60c070a5c19fcdbc72daa061e96170785bc7d/yarl-1.22.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:939fe60db294c786f6b7c2d2e121576628468f65453d86b0fe36cb52f987bd74", size = 94909, upload-time = "2025-10-06T14:09:48.648Z" }, - { url = "https://files.pythonhosted.org/packages/60/41/9a1fe0b73dbcefce72e46cf149b0e0a67612d60bfc90fb59c2b2efdfbd86/yarl-1.22.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e1651bf8e0398574646744c1885a41198eba53dc8a9312b954073f845c90a8df", size = 372940, upload-time = "2025-10-06T14:09:50.089Z" }, - { url = "https://files.pythonhosted.org/packages/17/7a/795cb6dfee561961c30b800f0ed616b923a2ec6258b5def2a00bf8231334/yarl-1.22.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:b8a0588521a26bf92a57a1705b77b8b59044cdceccac7151bd8d229e66b8dedb", size = 345825, upload-time = "2025-10-06T14:09:52.142Z" }, - { url = "https://files.pythonhosted.org/packages/d7/93/a58f4d596d2be2ae7bab1a5846c4d270b894958845753b2c606d666744d3/yarl-1.22.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:42188e6a615c1a75bcaa6e150c3fe8f3e8680471a6b10150c5f7e83f47cc34d2", size = 386705, upload-time = "2025-10-06T14:09:54.128Z" }, - { url = "https://files.pythonhosted.org/packages/61/92/682279d0e099d0e14d7fd2e176bd04f48de1484f56546a3e1313cd6c8e7c/yarl-1.22.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f6d2cb59377d99718913ad9a151030d6f83ef420a2b8f521d94609ecc106ee82", size = 396518, upload-time = "2025-10-06T14:09:55.762Z" }, - { url = "https://files.pythonhosted.org/packages/db/0f/0d52c98b8a885aeda831224b78f3be7ec2e1aa4a62091f9f9188c3c65b56/yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:50678a3b71c751d58d7908edc96d332af328839eea883bb554a43f539101277a", size = 377267, upload-time = "2025-10-06T14:09:57.958Z" }, - { url = "https://files.pythonhosted.org/packages/22/42/d2685e35908cbeaa6532c1fc73e89e7f2efb5d8a7df3959ea8e37177c5a3/yarl-1.22.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1e8fbaa7cec507aa24ea27a01456e8dd4b6fab829059b69844bd348f2d467124", size = 365797, upload-time = "2025-10-06T14:09:59.527Z" }, - { url = "https://files.pythonhosted.org/packages/a2/83/cf8c7bcc6355631762f7d8bdab920ad09b82efa6b722999dfb05afa6cfac/yarl-1.22.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:433885ab5431bc3d3d4f2f9bd15bfa1614c522b0f1405d62c4f926ccd69d04fa", size = 365535, upload-time = "2025-10-06T14:10:01.139Z" }, - { url = "https://files.pythonhosted.org/packages/25/e1/5302ff9b28f0c59cac913b91fe3f16c59a033887e57ce9ca5d41a3a94737/yarl-1.22.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:b790b39c7e9a4192dc2e201a282109ed2985a1ddbd5ac08dc56d0e121400a8f7", size = 382324, upload-time = "2025-10-06T14:10:02.756Z" }, - { url = "https://files.pythonhosted.org/packages/bf/cd/4617eb60f032f19ae3a688dc990d8f0d89ee0ea378b61cac81ede3e52fae/yarl-1.22.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:31f0b53913220599446872d757257be5898019c85e7971599065bc55065dc99d", size = 383803, upload-time = "2025-10-06T14:10:04.552Z" }, - { url = "https://files.pythonhosted.org/packages/59/65/afc6e62bb506a319ea67b694551dab4a7e6fb7bf604e9bd9f3e11d575fec/yarl-1.22.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a49370e8f711daec68d09b821a34e1167792ee2d24d405cbc2387be4f158b520", size = 374220, upload-time = "2025-10-06T14:10:06.489Z" }, - { url = "https://files.pythonhosted.org/packages/e7/3d/68bf18d50dc674b942daec86a9ba922d3113d8399b0e52b9897530442da2/yarl-1.22.0-cp312-cp312-win32.whl", hash = "sha256:70dfd4f241c04bd9239d53b17f11e6ab672b9f1420364af63e8531198e3f5fe8", size = 81589, upload-time = "2025-10-06T14:10:09.254Z" }, - { url = "https://files.pythonhosted.org/packages/c8/9a/6ad1a9b37c2f72874f93e691b2e7ecb6137fb2b899983125db4204e47575/yarl-1.22.0-cp312-cp312-win_amd64.whl", hash = "sha256:8884d8b332a5e9b88e23f60bb166890009429391864c685e17bd73a9eda9105c", size = 87213, upload-time = "2025-10-06T14:10:11.369Z" }, - { url = "https://files.pythonhosted.org/packages/44/c5/c21b562d1680a77634d748e30c653c3ca918beb35555cff24986fff54598/yarl-1.22.0-cp312-cp312-win_arm64.whl", hash = "sha256:ea70f61a47f3cc93bdf8b2f368ed359ef02a01ca6393916bc8ff877427181e74", size = 81330, upload-time = "2025-10-06T14:10:13.112Z" }, - { url = "https://files.pythonhosted.org/packages/ea/f3/d67de7260456ee105dc1d162d43a019ecad6b91e2f51809d6cddaa56690e/yarl-1.22.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8dee9c25c74997f6a750cd317b8ca63545169c098faee42c84aa5e506c819b53", size = 139980, upload-time = "2025-10-06T14:10:14.601Z" }, - { url = "https://files.pythonhosted.org/packages/01/88/04d98af0b47e0ef42597b9b28863b9060bb515524da0a65d5f4db160b2d5/yarl-1.22.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:01e73b85a5434f89fc4fe27dcda2aff08ddf35e4d47bbbea3bdcd25321af538a", size = 93424, upload-time = "2025-10-06T14:10:16.115Z" }, - { url = "https://files.pythonhosted.org/packages/18/91/3274b215fd8442a03975ce6bee5fe6aa57a8326b29b9d3d56234a1dca244/yarl-1.22.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:22965c2af250d20c873cdbee8ff958fb809940aeb2e74ba5f20aaf6b7ac8c70c", size = 93821, upload-time = "2025-10-06T14:10:17.993Z" }, - { url = "https://files.pythonhosted.org/packages/61/3a/caf4e25036db0f2da4ca22a353dfeb3c9d3c95d2761ebe9b14df8fc16eb0/yarl-1.22.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b4f15793aa49793ec8d1c708ab7f9eded1aa72edc5174cae703651555ed1b601", size = 373243, upload-time = "2025-10-06T14:10:19.44Z" }, - { url = "https://files.pythonhosted.org/packages/6e/9e/51a77ac7516e8e7803b06e01f74e78649c24ee1021eca3d6a739cb6ea49c/yarl-1.22.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:e5542339dcf2747135c5c85f68680353d5cb9ffd741c0f2e8d832d054d41f35a", size = 342361, upload-time = "2025-10-06T14:10:21.124Z" }, - { url = "https://files.pythonhosted.org/packages/d4/f8/33b92454789dde8407f156c00303e9a891f1f51a0330b0fad7c909f87692/yarl-1.22.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5c401e05ad47a75869c3ab3e35137f8468b846770587e70d71e11de797d113df", size = 387036, upload-time = "2025-10-06T14:10:22.902Z" }, - { url = "https://files.pythonhosted.org/packages/d9/9a/c5db84ea024f76838220280f732970aa4ee154015d7f5c1bfb60a267af6f/yarl-1.22.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:243dda95d901c733f5b59214d28b0120893d91777cb8aa043e6ef059d3cddfe2", size = 397671, upload-time = "2025-10-06T14:10:24.523Z" }, - { url = "https://files.pythonhosted.org/packages/11/c9/cd8538dc2e7727095e0c1d867bad1e40c98f37763e6d995c1939f5fdc7b1/yarl-1.22.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bec03d0d388060058f5d291a813f21c011041938a441c593374da6077fe21b1b", size = 377059, upload-time = "2025-10-06T14:10:26.406Z" }, - { url = "https://files.pythonhosted.org/packages/a1/b9/ab437b261702ced75122ed78a876a6dec0a1b0f5e17a4ac7a9a2482d8abe/yarl-1.22.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b0748275abb8c1e1e09301ee3cf90c8a99678a4e92e4373705f2a2570d581273", size = 365356, upload-time = "2025-10-06T14:10:28.461Z" }, - { url = "https://files.pythonhosted.org/packages/b2/9d/8e1ae6d1d008a9567877b08f0ce4077a29974c04c062dabdb923ed98e6fe/yarl-1.22.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:47fdb18187e2a4e18fda2c25c05d8251a9e4a521edaed757fef033e7d8498d9a", size = 361331, upload-time = "2025-10-06T14:10:30.541Z" }, - { url = "https://files.pythonhosted.org/packages/ca/5a/09b7be3905962f145b73beb468cdd53db8aa171cf18c80400a54c5b82846/yarl-1.22.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c7044802eec4524fde550afc28edda0dd5784c4c45f0be151a2d3ba017daca7d", size = 382590, upload-time = "2025-10-06T14:10:33.352Z" }, - { url = "https://files.pythonhosted.org/packages/aa/7f/59ec509abf90eda5048b0bc3e2d7b5099dffdb3e6b127019895ab9d5ef44/yarl-1.22.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:139718f35149ff544caba20fce6e8a2f71f1e39b92c700d8438a0b1d2a631a02", size = 385316, upload-time = "2025-10-06T14:10:35.034Z" }, - { url = "https://files.pythonhosted.org/packages/e5/84/891158426bc8036bfdfd862fabd0e0fa25df4176ec793e447f4b85cf1be4/yarl-1.22.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e1b51bebd221006d3d2f95fbe124b22b247136647ae5dcc8c7acafba66e5ee67", size = 374431, upload-time = "2025-10-06T14:10:37.76Z" }, - { url = "https://files.pythonhosted.org/packages/bb/49/03da1580665baa8bef5e8ed34c6df2c2aca0a2f28bf397ed238cc1bbc6f2/yarl-1.22.0-cp313-cp313-win32.whl", hash = "sha256:d3e32536234a95f513bd374e93d717cf6b2231a791758de6c509e3653f234c95", size = 81555, upload-time = "2025-10-06T14:10:39.649Z" }, - { url = "https://files.pythonhosted.org/packages/9a/ee/450914ae11b419eadd067c6183ae08381cfdfcb9798b90b2b713bbebddda/yarl-1.22.0-cp313-cp313-win_amd64.whl", hash = "sha256:47743b82b76d89a1d20b83e60d5c20314cbd5ba2befc9cda8f28300c4a08ed4d", size = 86965, upload-time = "2025-10-06T14:10:41.313Z" }, - { url = "https://files.pythonhosted.org/packages/98/4d/264a01eae03b6cf629ad69bae94e3b0e5344741e929073678e84bf7a3e3b/yarl-1.22.0-cp313-cp313-win_arm64.whl", hash = "sha256:5d0fcda9608875f7d052eff120c7a5da474a6796fe4d83e152e0e4d42f6d1a9b", size = 81205, upload-time = "2025-10-06T14:10:43.167Z" }, - { url = "https://files.pythonhosted.org/packages/88/fc/6908f062a2f77b5f9f6d69cecb1747260831ff206adcbc5b510aff88df91/yarl-1.22.0-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:719ae08b6972befcba4310e49edb1161a88cdd331e3a694b84466bd938a6ab10", size = 146209, upload-time = "2025-10-06T14:10:44.643Z" }, - { url = "https://files.pythonhosted.org/packages/65/47/76594ae8eab26210b4867be6f49129861ad33da1f1ebdf7051e98492bf62/yarl-1.22.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:47d8a5c446df1c4db9d21b49619ffdba90e77c89ec6e283f453856c74b50b9e3", size = 95966, upload-time = "2025-10-06T14:10:46.554Z" }, - { url = "https://files.pythonhosted.org/packages/ab/ce/05e9828a49271ba6b5b038b15b3934e996980dd78abdfeb52a04cfb9467e/yarl-1.22.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:cfebc0ac8333520d2d0423cbbe43ae43c8838862ddb898f5ca68565e395516e9", size = 97312, upload-time = "2025-10-06T14:10:48.007Z" }, - { url = "https://files.pythonhosted.org/packages/d1/c5/7dffad5e4f2265b29c9d7ec869c369e4223166e4f9206fc2243ee9eea727/yarl-1.22.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4398557cbf484207df000309235979c79c4356518fd5c99158c7d38203c4da4f", size = 361967, upload-time = "2025-10-06T14:10:49.997Z" }, - { url = "https://files.pythonhosted.org/packages/50/b2/375b933c93a54bff7fc041e1a6ad2c0f6f733ffb0c6e642ce56ee3b39970/yarl-1.22.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2ca6fd72a8cd803be290d42f2dec5cdcd5299eeb93c2d929bf060ad9efaf5de0", size = 323949, upload-time = "2025-10-06T14:10:52.004Z" }, - { url = "https://files.pythonhosted.org/packages/66/50/bfc2a29a1d78644c5a7220ce2f304f38248dc94124a326794e677634b6cf/yarl-1.22.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ca1f59c4e1ab6e72f0a23c13fca5430f889634166be85dbf1013683e49e3278e", size = 361818, upload-time = "2025-10-06T14:10:54.078Z" }, - { url = "https://files.pythonhosted.org/packages/46/96/f3941a46af7d5d0f0498f86d71275696800ddcdd20426298e572b19b91ff/yarl-1.22.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:6c5010a52015e7c70f86eb967db0f37f3c8bd503a695a49f8d45700144667708", size = 372626, upload-time = "2025-10-06T14:10:55.767Z" }, - { url = "https://files.pythonhosted.org/packages/c1/42/8b27c83bb875cd89448e42cd627e0fb971fa1675c9ec546393d18826cb50/yarl-1.22.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d7672ecf7557476642c88497c2f8d8542f8e36596e928e9bcba0e42e1e7d71f", size = 341129, upload-time = "2025-10-06T14:10:57.985Z" }, - { url = "https://files.pythonhosted.org/packages/49/36/99ca3122201b382a3cf7cc937b95235b0ac944f7e9f2d5331d50821ed352/yarl-1.22.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:3b7c88eeef021579d600e50363e0b6ee4f7f6f728cd3486b9d0f3ee7b946398d", size = 346776, upload-time = "2025-10-06T14:10:59.633Z" }, - { url = "https://files.pythonhosted.org/packages/85/b4/47328bf996acd01a4c16ef9dcd2f59c969f495073616586f78cd5f2efb99/yarl-1.22.0-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:f4afb5c34f2c6fecdcc182dfcfc6af6cccf1aa923eed4d6a12e9d96904e1a0d8", size = 334879, upload-time = "2025-10-06T14:11:01.454Z" }, - { url = "https://files.pythonhosted.org/packages/c2/ad/b77d7b3f14a4283bffb8e92c6026496f6de49751c2f97d4352242bba3990/yarl-1.22.0-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:59c189e3e99a59cf8d83cbb31d4db02d66cda5a1a4374e8a012b51255341abf5", size = 350996, upload-time = "2025-10-06T14:11:03.452Z" }, - { url = "https://files.pythonhosted.org/packages/81/c8/06e1d69295792ba54d556f06686cbd6a7ce39c22307100e3fb4a2c0b0a1d/yarl-1.22.0-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:5a3bf7f62a289fa90f1990422dc8dff5a458469ea71d1624585ec3a4c8d6960f", size = 356047, upload-time = "2025-10-06T14:11:05.115Z" }, - { url = "https://files.pythonhosted.org/packages/4b/b8/4c0e9e9f597074b208d18cef227d83aac36184bfbc6eab204ea55783dbc5/yarl-1.22.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:de6b9a04c606978fdfe72666fa216ffcf2d1a9f6a381058d4378f8d7b1e5de62", size = 342947, upload-time = "2025-10-06T14:11:08.137Z" }, - { url = "https://files.pythonhosted.org/packages/e0/e5/11f140a58bf4c6ad7aca69a892bff0ee638c31bea4206748fc0df4ebcb3a/yarl-1.22.0-cp313-cp313t-win32.whl", hash = "sha256:1834bb90991cc2999f10f97f5f01317f99b143284766d197e43cd5b45eb18d03", size = 86943, upload-time = "2025-10-06T14:11:10.284Z" }, - { url = "https://files.pythonhosted.org/packages/31/74/8b74bae38ed7fe6793d0c15a0c8207bbb819cf287788459e5ed230996cdd/yarl-1.22.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ff86011bd159a9d2dfc89c34cfd8aff12875980e3bd6a39ff097887520e60249", size = 93715, upload-time = "2025-10-06T14:11:11.739Z" }, - { url = "https://files.pythonhosted.org/packages/69/66/991858aa4b5892d57aef7ee1ba6b4d01ec3b7eb3060795d34090a3ca3278/yarl-1.22.0-cp313-cp313t-win_arm64.whl", hash = "sha256:7861058d0582b847bc4e3a4a4c46828a410bca738673f35a29ba3ca5db0b473b", size = 83857, upload-time = "2025-10-06T14:11:13.586Z" }, - { url = "https://files.pythonhosted.org/packages/46/b3/e20ef504049f1a1c54a814b4b9bed96d1ac0e0610c3b4da178f87209db05/yarl-1.22.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:34b36c2c57124530884d89d50ed2c1478697ad7473efd59cfd479945c95650e4", size = 140520, upload-time = "2025-10-06T14:11:15.465Z" }, - { url = "https://files.pythonhosted.org/packages/e4/04/3532d990fdbab02e5ede063676b5c4260e7f3abea2151099c2aa745acc4c/yarl-1.22.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:0dd9a702591ca2e543631c2a017e4a547e38a5c0f29eece37d9097e04a7ac683", size = 93504, upload-time = "2025-10-06T14:11:17.106Z" }, - { url = "https://files.pythonhosted.org/packages/11/63/ff458113c5c2dac9a9719ac68ee7c947cb621432bcf28c9972b1c0e83938/yarl-1.22.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:594fcab1032e2d2cc3321bb2e51271e7cd2b516c7d9aee780ece81b07ff8244b", size = 94282, upload-time = "2025-10-06T14:11:19.064Z" }, - { url = "https://files.pythonhosted.org/packages/a7/bc/315a56aca762d44a6aaaf7ad253f04d996cb6b27bad34410f82d76ea8038/yarl-1.22.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f3d7a87a78d46a2e3d5b72587ac14b4c16952dd0887dbb051451eceac774411e", size = 372080, upload-time = "2025-10-06T14:11:20.996Z" }, - { url = "https://files.pythonhosted.org/packages/3f/3f/08e9b826ec2e099ea6e7c69a61272f4f6da62cb5b1b63590bb80ca2e4a40/yarl-1.22.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:852863707010316c973162e703bddabec35e8757e67fcb8ad58829de1ebc8590", size = 338696, upload-time = "2025-10-06T14:11:22.847Z" }, - { url = "https://files.pythonhosted.org/packages/e3/9f/90360108e3b32bd76789088e99538febfea24a102380ae73827f62073543/yarl-1.22.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:131a085a53bfe839a477c0845acf21efc77457ba2bcf5899618136d64f3303a2", size = 387121, upload-time = "2025-10-06T14:11:24.889Z" }, - { url = "https://files.pythonhosted.org/packages/98/92/ab8d4657bd5b46a38094cfaea498f18bb70ce6b63508fd7e909bd1f93066/yarl-1.22.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:078a8aefd263f4d4f923a9677b942b445a2be970ca24548a8102689a3a8ab8da", size = 394080, upload-time = "2025-10-06T14:11:27.307Z" }, - { url = "https://files.pythonhosted.org/packages/f5/e7/d8c5a7752fef68205296201f8ec2bf718f5c805a7a7e9880576c67600658/yarl-1.22.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bca03b91c323036913993ff5c738d0842fc9c60c4648e5c8d98331526df89784", size = 372661, upload-time = "2025-10-06T14:11:29.387Z" }, - { url = "https://files.pythonhosted.org/packages/b6/2e/f4d26183c8db0bb82d491b072f3127fb8c381a6206a3a56332714b79b751/yarl-1.22.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:68986a61557d37bb90d3051a45b91fa3d5c516d177dfc6dd6f2f436a07ff2b6b", size = 364645, upload-time = "2025-10-06T14:11:31.423Z" }, - { url = "https://files.pythonhosted.org/packages/80/7c/428e5812e6b87cd00ee8e898328a62c95825bf37c7fa87f0b6bb2ad31304/yarl-1.22.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:4792b262d585ff0dff6bcb787f8492e40698443ec982a3568c2096433660c694", size = 355361, upload-time = "2025-10-06T14:11:33.055Z" }, - { url = "https://files.pythonhosted.org/packages/ec/2a/249405fd26776f8b13c067378ef4d7dd49c9098d1b6457cdd152a99e96a9/yarl-1.22.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:ebd4549b108d732dba1d4ace67614b9545b21ece30937a63a65dd34efa19732d", size = 381451, upload-time = "2025-10-06T14:11:35.136Z" }, - { url = "https://files.pythonhosted.org/packages/67/a8/fb6b1adbe98cf1e2dd9fad71003d3a63a1bc22459c6e15f5714eb9323b93/yarl-1.22.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:f87ac53513d22240c7d59203f25cc3beac1e574c6cd681bbfd321987b69f95fd", size = 383814, upload-time = "2025-10-06T14:11:37.094Z" }, - { url = "https://files.pythonhosted.org/packages/d9/f9/3aa2c0e480fb73e872ae2814c43bc1e734740bb0d54e8cb2a95925f98131/yarl-1.22.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:22b029f2881599e2f1b06f8f1db2ee63bd309e2293ba2d566e008ba12778b8da", size = 370799, upload-time = "2025-10-06T14:11:38.83Z" }, - { url = "https://files.pythonhosted.org/packages/50/3c/af9dba3b8b5eeb302f36f16f92791f3ea62e3f47763406abf6d5a4a3333b/yarl-1.22.0-cp314-cp314-win32.whl", hash = "sha256:6a635ea45ba4ea8238463b4f7d0e721bad669f80878b7bfd1f89266e2ae63da2", size = 82990, upload-time = "2025-10-06T14:11:40.624Z" }, - { url = "https://files.pythonhosted.org/packages/ac/30/ac3a0c5bdc1d6efd1b41fa24d4897a4329b3b1e98de9449679dd327af4f0/yarl-1.22.0-cp314-cp314-win_amd64.whl", hash = "sha256:0d6e6885777af0f110b0e5d7e5dda8b704efed3894da26220b7f3d887b839a79", size = 88292, upload-time = "2025-10-06T14:11:42.578Z" }, - { url = "https://files.pythonhosted.org/packages/df/0a/227ab4ff5b998a1b7410abc7b46c9b7a26b0ca9e86c34ba4b8d8bc7c63d5/yarl-1.22.0-cp314-cp314-win_arm64.whl", hash = "sha256:8218f4e98d3c10d683584cb40f0424f4b9fd6e95610232dd75e13743b070ee33", size = 82888, upload-time = "2025-10-06T14:11:44.863Z" }, - { url = "https://files.pythonhosted.org/packages/06/5e/a15eb13db90abd87dfbefb9760c0f3f257ac42a5cac7e75dbc23bed97a9f/yarl-1.22.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:45c2842ff0e0d1b35a6bf1cd6c690939dacb617a70827f715232b2e0494d55d1", size = 146223, upload-time = "2025-10-06T14:11:46.796Z" }, - { url = "https://files.pythonhosted.org/packages/18/82/9665c61910d4d84f41a5bf6837597c89e665fa88aa4941080704645932a9/yarl-1.22.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:d947071e6ebcf2e2bee8fce76e10faca8f7a14808ca36a910263acaacef08eca", size = 95981, upload-time = "2025-10-06T14:11:48.845Z" }, - { url = "https://files.pythonhosted.org/packages/5d/9a/2f65743589809af4d0a6d3aa749343c4b5f4c380cc24a8e94a3c6625a808/yarl-1.22.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:334b8721303e61b00019474cc103bdac3d7b1f65e91f0bfedeec2d56dfe74b53", size = 97303, upload-time = "2025-10-06T14:11:50.897Z" }, - { url = "https://files.pythonhosted.org/packages/b0/ab/5b13d3e157505c43c3b43b5a776cbf7b24a02bc4cccc40314771197e3508/yarl-1.22.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1e7ce67c34138a058fd092f67d07a72b8e31ff0c9236e751957465a24b28910c", size = 361820, upload-time = "2025-10-06T14:11:52.549Z" }, - { url = "https://files.pythonhosted.org/packages/fb/76/242a5ef4677615cf95330cfc1b4610e78184400699bdda0acb897ef5e49a/yarl-1.22.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:d77e1b2c6d04711478cb1c4ab90db07f1609ccf06a287d5607fcd90dc9863acf", size = 323203, upload-time = "2025-10-06T14:11:54.225Z" }, - { url = "https://files.pythonhosted.org/packages/8c/96/475509110d3f0153b43d06164cf4195c64d16999e0c7e2d8a099adcd6907/yarl-1.22.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4647674b6150d2cae088fc07de2738a84b8bcedebef29802cf0b0a82ab6face", size = 363173, upload-time = "2025-10-06T14:11:56.069Z" }, - { url = "https://files.pythonhosted.org/packages/c9/66/59db471aecfbd559a1fd48aedd954435558cd98c7d0da8b03cc6c140a32c/yarl-1.22.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efb07073be061c8f79d03d04139a80ba33cbd390ca8f0297aae9cce6411e4c6b", size = 373562, upload-time = "2025-10-06T14:11:58.783Z" }, - { url = "https://files.pythonhosted.org/packages/03/1f/c5d94abc91557384719da10ff166b916107c1b45e4d0423a88457071dd88/yarl-1.22.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e51ac5435758ba97ad69617e13233da53908beccc6cfcd6c34bbed8dcbede486", size = 339828, upload-time = "2025-10-06T14:12:00.686Z" }, - { url = "https://files.pythonhosted.org/packages/5f/97/aa6a143d3afba17b6465733681c70cf175af89f76ec8d9286e08437a7454/yarl-1.22.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:33e32a0dd0c8205efa8e83d04fc9f19313772b78522d1bdc7d9aed706bfd6138", size = 347551, upload-time = "2025-10-06T14:12:02.628Z" }, - { url = "https://files.pythonhosted.org/packages/43/3c/45a2b6d80195959239a7b2a8810506d4eea5487dce61c2a3393e7fc3c52e/yarl-1.22.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:bf4a21e58b9cde0e401e683ebd00f6ed30a06d14e93f7c8fd059f8b6e8f87b6a", size = 334512, upload-time = "2025-10-06T14:12:04.871Z" }, - { url = "https://files.pythonhosted.org/packages/86/a0/c2ab48d74599c7c84cb104ebd799c5813de252bea0f360ffc29d270c2caa/yarl-1.22.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:e4b582bab49ac33c8deb97e058cd67c2c50dac0dd134874106d9c774fd272529", size = 352400, upload-time = "2025-10-06T14:12:06.624Z" }, - { url = "https://files.pythonhosted.org/packages/32/75/f8919b2eafc929567d3d8411f72bdb1a2109c01caaab4ebfa5f8ffadc15b/yarl-1.22.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:0b5bcc1a9c4839e7e30b7b30dd47fe5e7e44fb7054ec29b5bb8d526aa1041093", size = 357140, upload-time = "2025-10-06T14:12:08.362Z" }, - { url = "https://files.pythonhosted.org/packages/cf/72/6a85bba382f22cf78add705d8c3731748397d986e197e53ecc7835e76de7/yarl-1.22.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c0232bce2170103ec23c454e54a57008a9a72b5d1c3105dc2496750da8cfa47c", size = 341473, upload-time = "2025-10-06T14:12:10.994Z" }, - { url = "https://files.pythonhosted.org/packages/35/18/55e6011f7c044dc80b98893060773cefcfdbf60dfefb8cb2f58b9bacbd83/yarl-1.22.0-cp314-cp314t-win32.whl", hash = "sha256:8009b3173bcd637be650922ac455946197d858b3630b6d8787aa9e5c4564533e", size = 89056, upload-time = "2025-10-06T14:12:13.317Z" }, - { url = "https://files.pythonhosted.org/packages/f9/86/0f0dccb6e59a9e7f122c5afd43568b1d31b8ab7dda5f1b01fb5c7025c9a9/yarl-1.22.0-cp314-cp314t-win_amd64.whl", hash = "sha256:9fb17ea16e972c63d25d4a97f016d235c78dd2344820eb35bc034bc32012ee27", size = 96292, upload-time = "2025-10-06T14:12:15.398Z" }, - { url = "https://files.pythonhosted.org/packages/48/b7/503c98092fb3b344a179579f55814b613c1fbb1c23b3ec14a7b008a66a6e/yarl-1.22.0-cp314-cp314t-win_arm64.whl", hash = "sha256:9f6d73c1436b934e3f01df1e1b21ff765cd1d28c77dfb9ace207f746d4610ee1", size = 85171, upload-time = "2025-10-06T14:12:16.935Z" }, - { url = "https://files.pythonhosted.org/packages/73/ae/b48f95715333080afb75a4504487cbe142cae1268afc482d06692d605ae6/yarl-1.22.0-py3-none-any.whl", hash = "sha256:1380560bdba02b6b6c90de54133c81c9f2a453dee9912fe58c1dcced1edb7cff", size = 46814, upload-time = "2025-10-06T14:12:53.872Z" }, + { url = "https://files.pythonhosted.org/packages/90/98/b85a038d65d1b92c3903ab89444f48d3cee490a883477b716d7a24b1a78c/yarl-1.23.0-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:21d1b7305a71a15b4794b5ff22e8eef96ff4a6d7f9657155e5aa419444b28912", size = 124455, upload-time = "2026-03-01T22:06:43.615Z" }, + { url = "https://files.pythonhosted.org/packages/39/54/bc2b45559f86543d163b6e294417a107bb87557609007c007ad889afec18/yarl-1.23.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:85610b4f27f69984932a7abbe52703688de3724d9f72bceb1cca667deff27474", size = 86752, upload-time = "2026-03-01T22:06:45.425Z" }, + { url = "https://files.pythonhosted.org/packages/24/f9/e8242b68362bffe6fb536c8db5076861466fc780f0f1b479fc4ffbebb128/yarl-1.23.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:23f371bd662cf44a7630d4d113101eafc0cfa7518a2760d20760b26021454719", size = 86291, upload-time = "2026-03-01T22:06:46.974Z" }, + { url = "https://files.pythonhosted.org/packages/ea/d8/d1cb2378c81dd729e98c716582b1ccb08357e8488e4c24714658cc6630e8/yarl-1.23.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c4a80f77dc1acaaa61f0934176fccca7096d9b1ff08c8ba9cddf5ae034a24319", size = 99026, upload-time = "2026-03-01T22:06:48.459Z" }, + { url = "https://files.pythonhosted.org/packages/0a/ff/7196790538f31debe3341283b5b0707e7feb947620fc5e8236ef28d44f72/yarl-1.23.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:bd654fad46d8d9e823afbb4f87c79160b5a374ed1ff5bde24e542e6ba8f41434", size = 92355, upload-time = "2026-03-01T22:06:50.306Z" }, + { url = "https://files.pythonhosted.org/packages/c1/56/25d58c3eddde825890a5fe6aa1866228377354a3c39262235234ab5f616b/yarl-1.23.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:682bae25f0a0dd23a056739f23a134db9f52a63e2afd6bfb37ddc76292bbd723", size = 106417, upload-time = "2026-03-01T22:06:52.1Z" }, + { url = "https://files.pythonhosted.org/packages/51/8a/882c0e7bc8277eb895b31bce0138f51a1ba551fc2e1ec6753ffc1e7c1377/yarl-1.23.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a82836cab5f197a0514235aaf7ffccdc886ccdaa2324bc0aafdd4ae898103039", size = 106422, upload-time = "2026-03-01T22:06:54.424Z" }, + { url = "https://files.pythonhosted.org/packages/42/2b/fef67d616931055bf3d6764885990a3ac647d68734a2d6a9e1d13de437a2/yarl-1.23.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1c57676bdedc94cd3bc37724cf6f8cd2779f02f6aba48de45feca073e714fe52", size = 101915, upload-time = "2026-03-01T22:06:55.895Z" }, + { url = "https://files.pythonhosted.org/packages/18/6a/530e16aebce27c5937920f3431c628a29a4b6b430fab3fd1c117b26ff3f6/yarl-1.23.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c7f8dc16c498ff06497c015642333219871effba93e4a2e8604a06264aca5c5c", size = 100690, upload-time = "2026-03-01T22:06:58.21Z" }, + { url = "https://files.pythonhosted.org/packages/88/08/93749219179a45e27b036e03260fda05190b911de8e18225c294ac95bbc9/yarl-1.23.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:5ee586fb17ff8f90c91cf73c6108a434b02d69925f44f5f8e0d7f2f260607eae", size = 98750, upload-time = "2026-03-01T22:06:59.794Z" }, + { url = "https://files.pythonhosted.org/packages/d9/cf/ea424a004969f5d81a362110a6ac1496d79efdc6d50c2c4b2e3ea0fc2519/yarl-1.23.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:17235362f580149742739cc3828b80e24029d08cbb9c4bda0242c7b5bc610a8e", size = 94685, upload-time = "2026-03-01T22:07:01.375Z" }, + { url = "https://files.pythonhosted.org/packages/e2/b7/14341481fe568e2b0408bcf1484c652accafe06a0ade9387b5d3fd9df446/yarl-1.23.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:0793e2bd0cf14234983bbb371591e6bea9e876ddf6896cdcc93450996b0b5c85", size = 106009, upload-time = "2026-03-01T22:07:03.151Z" }, + { url = "https://files.pythonhosted.org/packages/0a/e6/5c744a9b54f4e8007ad35bce96fbc9218338e84812d36f3390cea616881a/yarl-1.23.0-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:3650dc2480f94f7116c364096bc84b1d602f44224ef7d5c7208425915c0475dd", size = 100033, upload-time = "2026-03-01T22:07:04.701Z" }, + { url = "https://files.pythonhosted.org/packages/0c/23/e3bfc188d0b400f025bc49d99793d02c9abe15752138dcc27e4eaf0c4a9e/yarl-1.23.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:f40e782d49630ad384db66d4d8b73ff4f1b8955dc12e26b09a3e3af064b3b9d6", size = 106483, upload-time = "2026-03-01T22:07:06.231Z" }, + { url = "https://files.pythonhosted.org/packages/72/42/f0505f949a90b3f8b7a363d6cbdf398f6e6c58946d85c6d3a3bc70595b26/yarl-1.23.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:94f8575fbdf81749008d980c17796097e645574a3b8c28ee313931068dad14fe", size = 102175, upload-time = "2026-03-01T22:07:08.4Z" }, + { url = "https://files.pythonhosted.org/packages/aa/65/b39290f1d892a9dd671d1c722014ca062a9c35d60885d57e5375db0404b5/yarl-1.23.0-cp314-cp314-win32.whl", hash = "sha256:c8aa34a5c864db1087d911a0b902d60d203ea3607d91f615acd3f3108ac32169", size = 83871, upload-time = "2026-03-01T22:07:09.968Z" }, + { url = "https://files.pythonhosted.org/packages/a9/5b/9b92f54c784c26e2a422e55a8d2607ab15b7ea3349e28359282f84f01d43/yarl-1.23.0-cp314-cp314-win_amd64.whl", hash = "sha256:63e92247f383c85ab00dd0091e8c3fa331a96e865459f5ee80353c70a4a42d70", size = 89093, upload-time = "2026-03-01T22:07:11.501Z" }, + { url = "https://files.pythonhosted.org/packages/e0/7d/8a84dc9381fd4412d5e7ff04926f9865f6372b4c2fd91e10092e65d29eb8/yarl-1.23.0-cp314-cp314-win_arm64.whl", hash = "sha256:70efd20be968c76ece7baa8dafe04c5be06abc57f754d6f36f3741f7aa7a208e", size = 83384, upload-time = "2026-03-01T22:07:13.069Z" }, + { url = "https://files.pythonhosted.org/packages/dd/8d/d2fad34b1c08aa161b74394183daa7d800141aaaee207317e82c790b418d/yarl-1.23.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:9a18d6f9359e45722c064c97464ec883eb0e0366d33eda61cb19a244bf222679", size = 131019, upload-time = "2026-03-01T22:07:14.903Z" }, + { url = "https://files.pythonhosted.org/packages/19/ff/33009a39d3ccf4b94d7d7880dfe17fb5816c5a4fe0096d9b56abceea9ac7/yarl-1.23.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:2803ed8b21ca47a43da80a6fd1ed3019d30061f7061daa35ac54f63933409412", size = 89894, upload-time = "2026-03-01T22:07:17.372Z" }, + { url = "https://files.pythonhosted.org/packages/0c/f1/dab7ac5e7306fb79c0190766a3c00b4cb8d09a1f390ded68c85a5934faf5/yarl-1.23.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:394906945aa8b19fc14a61cf69743a868bb8c465efe85eee687109cc540b98f4", size = 89979, upload-time = "2026-03-01T22:07:19.361Z" }, + { url = "https://files.pythonhosted.org/packages/aa/b1/08e95f3caee1fad6e65017b9f26c1d79877b502622d60e517de01e72f95d/yarl-1.23.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:71d006bee8397a4a89f469b8deb22469fe7508132d3c17fa6ed871e79832691c", size = 95943, upload-time = "2026-03-01T22:07:21.266Z" }, + { url = "https://files.pythonhosted.org/packages/c0/cc/6409f9018864a6aa186c61175b977131f373f1988e198e031236916e87e4/yarl-1.23.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:62694e275c93d54f7ccedcfef57d42761b2aad5234b6be1f3e3026cae4001cd4", size = 88786, upload-time = "2026-03-01T22:07:23.129Z" }, + { url = "https://files.pythonhosted.org/packages/76/40/cc22d1d7714b717fde2006fad2ced5efe5580606cb059ae42117542122f3/yarl-1.23.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a31de1613658308efdb21ada98cbc86a97c181aa050ba22a808120bb5be3ab94", size = 101307, upload-time = "2026-03-01T22:07:24.689Z" }, + { url = "https://files.pythonhosted.org/packages/8f/0d/476c38e85ddb4c6ec6b20b815bdd779aa386a013f3d8b85516feee55c8dc/yarl-1.23.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:fb1e8b8d66c278b21d13b0a7ca22c41dd757a7c209c6b12c313e445c31dd3b28", size = 100904, upload-time = "2026-03-01T22:07:26.287Z" }, + { url = "https://files.pythonhosted.org/packages/72/32/0abe4a76d59adf2081dcb0397168553ece4616ada1c54d1c49d8936c74f8/yarl-1.23.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:50f9d8d531dfb767c565f348f33dd5139a6c43f5cbdf3f67da40d54241df93f6", size = 97728, upload-time = "2026-03-01T22:07:27.906Z" }, + { url = "https://files.pythonhosted.org/packages/b7/35/7b30f4810fba112f60f5a43237545867504e15b1c7647a785fbaf588fac2/yarl-1.23.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:575aa4405a656e61a540f4a80eaa5260f2a38fff7bfdc4b5f611840d76e9e277", size = 95964, upload-time = "2026-03-01T22:07:30.198Z" }, + { url = "https://files.pythonhosted.org/packages/2d/86/ed7a73ab85ef00e8bb70b0cb5421d8a2a625b81a333941a469a6f4022828/yarl-1.23.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:041b1a4cefacf65840b4e295c6985f334ba83c30607441ae3cf206a0eed1a2e4", size = 95882, upload-time = "2026-03-01T22:07:32.132Z" }, + { url = "https://files.pythonhosted.org/packages/19/90/d56967f61a29d8498efb7afb651e0b2b422a1e9b47b0ab5f4e40a19b699b/yarl-1.23.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:d38c1e8231722c4ce40d7593f28d92b5fc72f3e9774fe73d7e800ec32299f63a", size = 90797, upload-time = "2026-03-01T22:07:34.404Z" }, + { url = "https://files.pythonhosted.org/packages/72/00/8b8f76909259f56647adb1011d7ed8b321bcf97e464515c65016a47ecdf0/yarl-1.23.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:d53834e23c015ee83a99377db6e5e37d8484f333edb03bd15b4bc312cc7254fb", size = 101023, upload-time = "2026-03-01T22:07:35.953Z" }, + { url = "https://files.pythonhosted.org/packages/ac/e2/cab11b126fb7d440281b7df8e9ddbe4851e70a4dde47a202b6642586b8d9/yarl-1.23.0-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:2e27c8841126e017dd2a054a95771569e6070b9ee1b133366d8b31beb5018a41", size = 96227, upload-time = "2026-03-01T22:07:37.594Z" }, + { url = "https://files.pythonhosted.org/packages/c2/9b/2c893e16bfc50e6b2edf76c1a9eb6cb0c744346197e74c65e99ad8d634d0/yarl-1.23.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:76855800ac56f878847a09ce6dba727c93ca2d89c9e9d63002d26b916810b0a2", size = 100302, upload-time = "2026-03-01T22:07:39.334Z" }, + { url = "https://files.pythonhosted.org/packages/28/ec/5498c4e3a6d5f1003beb23405671c2eb9cdbf3067d1c80f15eeafe301010/yarl-1.23.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:e09fd068c2e169a7070d83d3bde728a4d48de0549f975290be3c108c02e499b4", size = 98202, upload-time = "2026-03-01T22:07:41.717Z" }, + { url = "https://files.pythonhosted.org/packages/fe/c3/cd737e2d45e70717907f83e146f6949f20cc23cd4bf7b2688727763aa458/yarl-1.23.0-cp314-cp314t-win32.whl", hash = "sha256:73309162a6a571d4cbd3b6a1dcc703c7311843ae0d1578df6f09be4e98df38d4", size = 90558, upload-time = "2026-03-01T22:07:43.433Z" }, + { url = "https://files.pythonhosted.org/packages/e1/19/3774d162f6732d1cfb0b47b4140a942a35ca82bb19b6db1f80e9e7bdc8f8/yarl-1.23.0-cp314-cp314t-win_amd64.whl", hash = "sha256:4503053d296bc6e4cbd1fad61cf3b6e33b939886c4f249ba7c78b602214fabe2", size = 97610, upload-time = "2026-03-01T22:07:45.773Z" }, + { url = "https://files.pythonhosted.org/packages/51/47/3fa2286c3cb162c71cdb34c4224d5745a1ceceb391b2bd9b19b668a8d724/yarl-1.23.0-cp314-cp314t-win_arm64.whl", hash = "sha256:44bb7bef4ea409384e3f8bc36c063d77ea1b8d4a5b2706956c0d6695f07dcc25", size = 86041, upload-time = "2026-03-01T22:07:49.026Z" }, + { url = "https://files.pythonhosted.org/packages/69/68/c8739671f5699c7dc470580a4f821ef37c32c4cb0b047ce223a7f115757f/yarl-1.23.0-py3-none-any.whl", hash = "sha256:a2df6afe50dea8ae15fa34c9f824a3ee958d785fd5d089063d960bae1daa0a3f", size = 48288, upload-time = "2026-03-01T22:07:51.388Z" }, ]