diff --git a/.cursor/agent/产品经理/evolution/2026-03-17.md b/.cursor/agent/产品经理/evolution/2026-03-17.md index f7b8d01b..f7603afe 100644 --- a/.cursor/agent/产品经理/evolution/2026-03-17.md +++ b/.cursor/agent/产品经理/evolution/2026-03-17.md @@ -1,8 +1,13 @@ # 产品经理 经验记录 - 2026-03-17 -## 新版管理端迁移到稳定版(会议:实施方案确认) +## 稳定版源码质量优化(会议:2026-03-17) -- **需求基准**:以稳定版小程序为准,管理端支撑余额、代付、VIP、规则引擎等 -- **内容管理**:以稳定版为主,不采纳新版 -- **新版独有**:API 文档、OSS、编辑禁用、鉴权 → 全部吸纳(用户决议「新版有的就迁移」) -- **待确认**:RFM、用户旅程、神射手是否继续使用 +- **验收标准**:优化后现有功能行为不变,三端联调通过 +- **优先级**:高优(安全)→ 中优(可维护)→ 低优(性能/结构) +- **原则**:源码质量优化按安全→可维护→性能分批,用户无感知 + +--- + +## 会议收尾(2026-03-17) + +- 10 项优化全部完成;测试流程与报告模板已定稿;开发文档已同步 diff --git a/.cursor/agent/后端工程师/evolution/2026-03-17.md b/.cursor/agent/后端工程师/evolution/2026-03-17.md index 0f661268..28ff0075 100644 --- a/.cursor/agent/后端工程师/evolution/2026-03-17.md +++ b/.cursor/agent/后端工程师/evolution/2026-03-17.md @@ -33,3 +33,17 @@ - **router 补齐**:迁移前注册 5 个路由:`db.GET("/users/rfm")`、`db.GET("/users/journey-stats")`、`admin.GET("/shensheshou/query")`、`admin.POST("/shensheshou/enrich")`、`admin.POST("/shensheshou/ingest")` - **待确认**:/api/admin/settings 是否已支持 ossConfig,若不支持需补充 + +--- + +## 稳定版源码质量优化(会议:2026-03-17) + +- **敏感配置**:生产环境(MODE=release)强制校验,缺敏感 env 则 Fatal +- **user/track 鉴权**:新增 GET /api/admin/user/track + AdminAuth,原 /api/user/track 保留给小程序 POST 埋点 +- **AdminWithdrawTest**:非 develop 环境返回 404 或拒绝 + +--- + +## 会议收尾(2026-03-17) + +- 源码优化 10 项全部完成;开发环境测试 10 通过 2 跳过 diff --git a/.cursor/agent/团队/evolution/2026-03-17.md b/.cursor/agent/团队/evolution/2026-03-17.md index 51d21ad1..54eba977 100644 --- a/.cursor/agent/团队/evolution/2026-03-17.md +++ b/.cursor/agent/团队/evolution/2026-03-17.md @@ -35,3 +35,16 @@ - 管理端开发工程师:主导迁移 - 后端开发:router 补齐、ossConfig 确认 - 测试人员:迁移后验收 + +--- + +## 稳定版源码质量优化(会议:2026-03-17) + +- **原则**:增量修复、不改功能逻辑;高优安全项优先,中优可维护项次之,低优可后续迭代 +- **影响角色**:后端、管理端、小程序、测试 + +--- + +## 会议收尾(2026-03-17) + +- 源码优化 10 项全部完成;功能测试流程定稿;开发环境测试 10 通过 2 跳过 diff --git a/.cursor/agent/小程序开发工程师/evolution/2026-03-17.md b/.cursor/agent/小程序开发工程师/evolution/2026-03-17.md index ee4aa5e0..0e8fb71f 100644 --- a/.cursor/agent/小程序开发工程师/evolution/2026-03-17.md +++ b/.cursor/agent/小程序开发工程师/evolution/2026-03-17.md @@ -1,40 +1,15 @@ -# 小程序 - 2026-03-17 +# 小程序开发工程师 经验记录 - 2026-03-17 -## 代付美团式流程改造 +## 稳定版源码质量优化(会议:2026-03-17) -### 场景 - -用户希望代付流程类似美团:先进入代付页面,再分享给好友,而非在阅读页弹窗分享。 - -### 实现 - -1. **读页「找好友代付」**:创建请求后 `wx.navigateTo` 跳转 `/pages/gift-pay/detail?requestSn=xxx`,移除弹窗 -2. **代付详情页双态**: - - 发起人(`detail.initiatorUserId === 当前用户ID`):标题「找朋友代付」,主按钮「分享给好友」(`open-type="share"`) - - 好友:标题「帮他付款」,主按钮「帮他付款」 -3. **后端**:detail 接口返回 `initiatorUserId` 供前端区分 - -### 经验 - -- 代付分享入口:优先「进入代付页再分享」而非「弹窗分享」,符合用户心智 -- 同一页面根据 `initiatorUserId` 与当前用户比对,展示不同 UI +- **payment.js**:确认无引用可删除(read.js 直接调 /api/miniprogram/pay) +- **goToMatch**:my.js 重复定义,删除一个 +- **备份文件**:删除 read.js.backup、referral.wxss.backup +- **appId 等**:优先从 config 的 mpConfig 读取,保留兜底 +- **totalSections**:从 book/stats 或 all-chapters 动态获取,保留 62 兜底 --- -## 代付统一到代付页(禁止阅读页代付) +## 会议收尾(2026-03-17) -### 规则 - -代付必须在代付页完成,禁止在阅读页代付。代付页可显示部分文章信息。 - -### 实现 - -- 读页:`gift=1&ref=requestSn` 打开时,`redirectTo` 到 gift-pay/detail,不展示阅读页 -- 代付页:已展示 description(章节标题等)、金额、发起人昵称 - ---- - -## 目录页 loading、首页最新新增 - -- 目录页:`book/parts` 加载时 `partsLoading: true`,展示旋转圈 +「加载目录中...」 -- 首页最新新增:默认 5 条、折叠状态,`>5` 时显示「展开更多」 +- 源码优化 5 项全部完成;开发环境测试通过 diff --git a/.cursor/agent/开发助理/evolution/2026-03-17.md b/.cursor/agent/开发助理/evolution/2026-03-17.md new file mode 100644 index 00000000..32e5d663 --- /dev/null +++ b/.cursor/agent/开发助理/evolution/2026-03-17.md @@ -0,0 +1,9 @@ +# 开发助理 经验记录 - 2026-03-17 + +## 会议收尾(2026-03-17) + +- **纪要**:2026-03-17_会议收尾-源码优化完成与测试流程定稿.md +- **经验入库**:各角色 evolution 已追加收尾经验 +- **项目索引**:后端、管理端、小程序、测试、助理橙子已更新 +- **会议索引**:README.md 已追加 +- **开发文档**:运营与变更第十七部分已追加 diff --git a/.cursor/agent/开发助理/经验清单.md b/.cursor/agent/开发助理/经验清单.md index d41079ff..673ca7e6 100644 --- a/.cursor/agent/开发助理/经验清单.md +++ b/.cursor/agent/开发助理/经验清单.md @@ -50,6 +50,7 @@ | 2026-03-16 | 开发助理 | 交互习惯分析 | - | 乘风读取 agent-transcripts 抽样分析:角色触发词、表达方式、工作流程、沟通风格、技术偏好、Agent 响应建议 | | 2026-03-17 | 小程序、后端、团队 | 业务规则/bug 修复 | - | 代付美团式:读页→代付页→分享;PayNotify beneficiaryUserID 权益归发起人;detail 返回 initiatorUserId;目录 loading、最新新增 5 条折叠 | | 2026-03-17 | 小程序 | 业务规则 | - | 代付统一到代付页:gift=1&ref 打开 read 时 redirectTo 代付页,禁止在阅读页代付 | +| 2026-03-17 | 软件测试 | 流程定稿 | testing SKILL | 功能测试流程:成功 ☑️、失败列问题、最终报告;scripts/test/功能测试流程.md、测试报告-环境与用例清单.md | --- @@ -60,4 +61,4 @@ --- -**最后更新**:2026-03-17(代付美团式与 PayNotify 完善) +**最后更新**:2026-03-17(会议收尾:源码优化完成与测试流程定稿) diff --git a/.cursor/agent/开发助理/项目索引/产品.md b/.cursor/agent/开发助理/项目索引/产品.md index 175090ff..54296adb 100644 --- a/.cursor/agent/开发助理/项目索引/产品.md +++ b/.cursor/agent/开发助理/项目索引/产品.md @@ -23,9 +23,10 @@ Soul 创业派对产品定位:面向创业者的社区/工具型小程序。 | 2026-03-11 | 以界面定需求文档建立;需求基准以《以界面定需求》为准 | 已完成 | | 2026-03-16 | 乘风发起例行开发进度同步 | 已完成 | | 2026-03-16 | 会议:new-soul 新需求与当前项目差异分析 | 已完成 | +| 2026-03-17 | 会议:稳定版源码质量优化;验收标准功能不变、三端联调通过 | 待续 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 --- -**最后更新**:2026-03-16 +**最后更新**:2026-03-17 diff --git a/.cursor/agent/开发助理/项目索引/助理橙子.md b/.cursor/agent/开发助理/项目索引/助理橙子.md index 794624fe..b3b9d53a 100644 --- a/.cursor/agent/开发助理/项目索引/助理橙子.md +++ b/.cursor/agent/开发助理/项目索引/助理橙子.md @@ -23,9 +23,10 @@ | 2026-03-17 | 乘风吸收经验与交互:迁移完成度与待办清单、运营与变更第十二部分 | 已完成 | | 2026-03-17 | 吸收新需求:代付统一到代付页(gift=1&ref redirectTo)→ 需求汇总、找朋友代付流程、运营与变更 | 已完成 | | 2026-03-17 | 会议收尾:新版管理端迁移到稳定版实施方案确认;纪要、各角色经验入库、项目索引更新 | 已完成 | +| 2026-03-17 | 会议收尾:源码优化完成与测试流程定稿;纪要、经验入库、开发文档同步 | 已完成 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 --- -**最后更新**:2026-03-17(会议收尾:新版管理端迁移实施方案) +**最后更新**:2026-03-17(会议收尾:源码优化完成与测试流程定稿) diff --git a/.cursor/agent/开发助理/项目索引/后端.md b/.cursor/agent/开发助理/项目索引/后端.md index c2ad1d0f..87375aed 100644 --- a/.cursor/agent/开发助理/项目索引/后端.md +++ b/.cursor/agent/开发助理/项目索引/后端.md @@ -33,6 +33,8 @@ soul-api(Go + Gin + GORM + MySQL)提供三组路由:`/api/miniprogram/*` | 2026-03-16 | 会议:new-soul 新需求与当前项目差异分析;content_upload.py 与 chapters 一致性待核对 | 待续 | | 2026-03-17 | 代付 PayNotify 权益归属修复:beneficiaryUserID(代付=发起人);gift-pay detail 返回 initiatorUserId | 已完成 | | 2026-03-17 | 会议:新版管理端迁移;router 补齐 users/rfm、journey-stats、shensheshou 共 5 个;确认 ossConfig | 进行中 | +| 2026-03-17 | 会议:稳定版源码质量优化;敏感配置生产强制校验、新增 /api/admin/user/track、AdminWithdrawTest 环境限制 | 已完成 | +| 2026-03-17 | 会议收尾:源码优化 10 项全部完成;开发环境测试 10 通过 2 跳过 | 已完成 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 diff --git a/.cursor/agent/开发助理/项目索引/小程序.md b/.cursor/agent/开发助理/项目索引/小程序.md index b48686de..3327944e 100644 --- a/.cursor/agent/开发助理/项目索引/小程序.md +++ b/.cursor/agent/开发助理/项目索引/小程序.md @@ -37,6 +37,8 @@ | 2026-03-17 | 代付美团式:读页→创建请求→跳转代付详情页;详情页双态(发起人分享/好友帮他付款);目录 loading、首页最新新增 5 条折叠 | 已完成 | | 2026-03-17 | 代付统一到代付页:gift=1&ref 打开 read 时 redirectTo 代付页,禁止在阅读页代付 | 已完成 | | 2026-03-17 | 代付页营销:章节标题+20%内容预览;我的代付列表点击进详情;页面协调 | 已完成 | +| 2026-03-17 | 会议:稳定版源码质量优化;删除 payment.js、goToMatch 重复、备份文件;config 读取、totalSections 动态化 | 已完成 | +| 2026-03-17 | 会议收尾:源码优化 5 项全部完成;开发环境测试通过 | 已完成 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 diff --git a/.cursor/agent/开发助理/项目索引/测试.md b/.cursor/agent/开发助理/项目索引/测试.md index 6841d740..de3591f3 100644 --- a/.cursor/agent/开发助理/项目索引/测试.md +++ b/.cursor/agent/开发助理/项目索引/测试.md @@ -27,7 +27,9 @@ | 2026-03-16 | pytest 架构、配置从项目读取、运行前显示测试环境 | 已完成 | | 2026-03-16 | 文章 @某人 自动创建存客宝:用例编写、执行、报告;归档规则 | 已完成 | | 2026-03-16 | 会议:new-soul 新需求与当前项目差异分析;引入派对AI 时回归文章上传/飞书推送/小程序展示 | 已完成 | +| 2026-03-17 | 会议:稳定版源码质量优化;每项小回归、全部完成后完整三端联调 | 待续 | +| 2026-03-17 | 会议收尾:功能测试流程定稿、测试报告模板、开发环境 10 通过 2 跳过 | 已完成 | --- -**最后更新**:2026-03-16 +**最后更新**:2026-03-17 diff --git a/.cursor/agent/开发助理/项目索引/管理端.md b/.cursor/agent/开发助理/项目索引/管理端.md index 16c08668..2d089e22 100644 --- a/.cursor/agent/开发助理/项目索引/管理端.md +++ b/.cursor/agent/开发助理/项目索引/管理端.md @@ -38,6 +38,8 @@ | 2026-03-17 | 会议:新版管理端迁移到稳定版实施方案确认;新版独有全部吸纳,内容管理以稳定版为主 | 已完成 | | 2026-03-17 | 吸收新版管理端定义(new-soul/soul-admin);迁移 ApiDocsPage 完整版、OSS region、鉴权失败 clearAdminToken | 已完成 | | 2026-03-17 | 修复 DistributionPage Order.description;用户余额人工调整(后端 adjust API + 用户详情入口);代付列表页(后端 gift-pay-requests + 推广中心 Tab) | 已完成 | +| 2026-03-17 | 会议:稳定版源码质量优化;UserDetailModal 改 /api/admin/user/track、RichEditor HTML 转义 | 已完成 | +| 2026-03-17 | 会议收尾:源码优化已落地;开发环境测试通过 | 已完成 | > **格式说明**:每次开发后在此追加一行,日期格式 YYYY-MM-DD,状态用:已完成 / 进行中 / 待续 / 搁置 diff --git a/.cursor/agent/管理端开发工程师/evolution/2026-03-17.md b/.cursor/agent/管理端开发工程师/evolution/2026-03-17.md index f60ce696..3951ba39 100644 --- a/.cursor/agent/管理端开发工程师/evolution/2026-03-17.md +++ b/.cursor/agent/管理端开发工程师/evolution/2026-03-17.md @@ -1,15 +1,12 @@ # 管理端开发工程师 经验记录 - 2026-03-17 -## 新版管理端迁移到稳定版(会议:实施方案确认) +## 稳定版源码质量优化(会议:2026-03-17) -### 迁移策略 +- **UserDetailModal**:改为调用 `/api/admin/user/track`(后端新增后同步改) +- **RichEditor**:@mention 弹窗对 `item.name`、`item.label` 做 HTML 转义,防 XSS,不改 @mention 行为 -- **内容管理**:以稳定版为主,不采纳新版,ContentPage 及关联组件不覆盖 -- **新版独有全部吸纳**:API 文档 Tab、api-docs 独立页、OSS 配置、编辑时手机号禁用、鉴权逻辑 -- **必须保留**:用户详情余额、订单支付方式/代付、RechargeAlert、LinkedMp、用户规则、超级个体 +--- -### 实施任务 +## 会议收尾(2026-03-17) -1. 从 new-soul/soul-admin 迁移:ApiDocsPage、OSS 配置、api-docs 路由、编辑时手机号禁用、鉴权逻辑 -2. 以稳定版为基准合并,内容管理不覆盖 -3. 按模块分批:Layout/Dashboard/设置 → 用户/订单/推广/提现/找伙伴 +- 源码优化已落地;开发环境测试通过 diff --git a/.cursor/agent/软件测试/evolution/2026-03-17.md b/.cursor/agent/软件测试/evolution/2026-03-17.md index 5b7d2b45..9deb7e59 100644 --- a/.cursor/agent/软件测试/evolution/2026-03-17.md +++ b/.cursor/agent/软件测试/evolution/2026-03-17.md @@ -6,3 +6,18 @@ - **回归范围**:提现、分销、找伙伴、导师、设置等 - **风险**:合并时避免误覆盖稳定版独有逻辑,建议 diff 逐模块核对 - **三端联调**:管理端 ↔ soul-api 重点验证;用户规则、订单、余额展示 + +--- + +## 稳定版源码质量优化(会议:2026-03-17) + +- **回归重点**:支付流程、管理端用户详情行为轨迹、我的页找伙伴/推广/搜索、首页目录搜索 +- **策略**:每项优化完成后小回归,全部完成后完整三端联调 + +--- + +## 会议收尾(2026-03-17) + +- **功能测试流程定稿**:`scripts/test/功能测试流程.md` — 成功 ☑️、失败列问题、最终报告 +- **测试报告模板**:`scripts/test/测试报告-环境与用例清单.md` — 环境、用例、结果记录 +- **开发环境测试**:10 通过、2 跳过、0 失败 diff --git a/.cursor/meeting/2026-03-17_会议收尾-源码优化完成与测试流程定稿.md b/.cursor/meeting/2026-03-17_会议收尾-源码优化完成与测试流程定稿.md new file mode 100644 index 00000000..9c169866 --- /dev/null +++ b/.cursor/meeting/2026-03-17_会议收尾-源码优化完成与测试流程定稿.md @@ -0,0 +1,90 @@ +# 会议收尾 - 2026-03-17 | 源码优化完成与测试流程定稿 + +> 本文件由**助理橙子**在会议结束后自动生成。对应会议:2026-03-17 稳定版源码质量优化方案讨论与开发安排。 + +--- + +## 基本信息 + +- **时间**:2026-03-17 +- **议题**:会议收尾 — 源码质量优化完成、开发环境测试、功能测试流程定稿、开发文档同步 +- **触发方式**:结束会议、沉淀经验、开发部门同步需求 +- **参与角色**:产品经理、后端开发、管理端开发工程师、小程序开发工程师、测试人员、助理橙子 + +--- + +## 收尾结论 + +### 1. 源码质量优化(10 项全部完成) + +| 端 | 任务 | 状态 | +|----|------|------| +| 后端 | 敏感配置生产环境强制校验(config.go) | ☑️ 已完成 | +| 后端 | 新增 GET /api/admin/user/track + AdminAuth | ☑️ 已完成 | +| 后端 | AdminWithdrawTest 环境限制 | ☑️ 已完成 | +| 管理端 | UserDetailModal 改为 /api/admin/user/track | ☑️ 已完成 | +| 管理端 | RichEditor name/label HTML 转义 | ☑️ 已完成 | +| 小程序 | 删除 payment.js | ☑️ 已完成 | +| 小程序 | 删除 goToMatch 重复定义 | ☑️ 已完成 | +| 小程序 | 删除 read.js.backup、referral.wxss.backup | ☑️ 已完成 | +| 小程序 | appId 等从 config 读取 | ☑️ 已完成 | +| 小程序 | totalSections 动态获取 | ☑️ 已完成 | + +### 2. 开发环境测试 + +- **环境**:local (http://localhost:8080) +- **结果**:10 通过、2 跳过、0 失败 +- **跳过**:test_dev_login_as(需 SOUL_MINIPROGRAM_DEV_USER_ID)、test_backfill_persons_ckb_api_key(需 CKB 配置) + +### 3. 测试流程与文档 + +| 产出 | 路径 | 说明 | +|------|------|------| +| 功能测试流程 | scripts/test/功能测试流程.md | 环境准备→自动化→手工验证→问题汇总→报告;成功 ☑️,失败列问题 | +| 测试报告模板 | scripts/test/测试报告-环境与用例清单.md | 环境、用例清单、结果记录、归档说明 | + +### 4. 开发文档同步 + +- **运营与变更**:新增第十七部分「源码优化完成与测试流程定稿」 +- **需求汇总**:源码优化为内部质量项,无新增需求条目 + +--- + +## 问题与作答区 + +| # | 问题 | 责任角色 | 作答 | +|---|------|---------|------| +| 1 | 生产环境判断:是否以 MODE=release 为准? | 后端开发 | (待补充) | +| 2 | dev/login-as 后端限制方案:环境变量 or IP 白名单? | 后端开发 | (待补充) | + +--- + +## 各角色经验与业务理解更新 + +### 产品经理 + +- 源码质量优化验收:10 项全部完成,功能不变;测试流程与报告模板已定稿 + +### 后端开发 + +- 源码优化已落地:config 生产校验、admin/user/track、AdminWithdrawTest 环境限制 + +### 管理端开发工程师 + +- UserDetailModal、RichEditor 优化已落地;开发环境测试通过 + +### 小程序开发工程师 + +- payment.js 删除、goToMatch 去重、备份清理、config 读取、totalSections 动态化已落地 + +### 测试人员 + +- 功能测试流程定稿:☑️ 成功、失败列问题、最终报告;开发环境 10 通过 2 跳过 + +### 助理橙子 + +- 会议收尾:纪要、经验入库、项目索引、会议索引、开发文档同步 + +--- + +*会议收尾由助理橙子执行 | 各角色经验已同步至 agent/{角色}/evolution/2026-03-17.md* diff --git a/.cursor/meeting/2026-03-17_稳定版源码质量优化方案讨论与开发安排.md b/.cursor/meeting/2026-03-17_稳定版源码质量优化方案讨论与开发安排.md new file mode 100644 index 00000000..8ec9c162 --- /dev/null +++ b/.cursor/meeting/2026-03-17_稳定版源码质量优化方案讨论与开发安排.md @@ -0,0 +1,113 @@ +# 会议纪要 - 2026-03-17 | 稳定版源码质量优化方案讨论与开发安排 + +> 本文件由**助理橙子**在会议结束后自动生成。 + +--- + +## 基本信息 + +- **时间**:2026-03-17 +- **议题**:稳定版源码质量优化方案讨论与开发安排(基于源码质量分析报告,不影响现有功能) +- **触发方式**:开会讨论 +- **参与角色**:产品经理、后端开发、管理端开发工程师、小程序开发工程师、测试人员 + +--- + +## 各角色发言 + +### 【产品经理】 + +从需求与业务角度,本次优化聚焦**安全与可维护性**,不涉及新功能,用户无感知。建议按优先级分批处理:高优(安全)→ 中优(代码质量)→ 低优(性能/结构)。验收标准:优化后现有功能行为不变,三端联调通过。 + +### 【后端开发】 + +高优:1)敏感配置在 `config.go` 中,生产环境(MODE=release)强制校验,缺则 Fatal;2)新增 `GET /api/admin/user/track` 并加 AdminAuth,原 `/api/user/track` 保留给小程序 POST 埋点。中优:AdminWithdrawTest 加环境限制。低优:DBUsersList 拆分可后续做。 + +### 【管理端开发工程师】 + +中优:1)后端提供 `/api/admin/user/track` 后,UserDetailModal 改为调用新路径;2)RichEditor 对 name/label 做 HTML 转义防 XSS。低优:上传逻辑抽公共方法可后续做。 + +### 【小程序开发工程师】 + +高优:1)payment.js 确认无引用可删除;2)goToMatch 重复定义删除一个;3)删除 read.js.backup、referral.wxss.backup。中优:appId 等从 config 读取、totalSections 动态获取。dev/login-as 由后端限制即可。 + +### 【测试人员】 + +回归重点:支付流程、管理端用户详情行为轨迹、我的页找伙伴/推广/搜索、首页目录搜索。建议每项完成后小回归,全部完成后完整三端联调。 + +--- + +## 讨论过程 + +- 后端确认 `/api/admin/user/track` 参数与现 `/api/user/track` 一致(userId、phone、limit),管理端仅改 URL 即可 +- 小程序确认 payment.js 无 require 引用,可安全删除 +- 产品确认按优先级分批,低优可放入后续迭代 + +--- + +## 会议决议 + +1. **高优(本周完成)**:后端敏感配置生产强制校验、新增 `/api/admin/user/track`;管理端 UserDetailModal 改路径;小程序删除 payment.js、goToMatch 重复、备份文件 +2. **中优(下周完成)**:后端 AdminWithdrawTest 环境限制;管理端 RichEditor 转义;小程序 config 读取、totalSections 动态化 +3. **低优(后续迭代)**:DBUsersList 拆分、上传逻辑抽公共、config 缓存 +4. **原则**:所有改动为增量修复,不改现有功能逻辑;每项完成后小回归,全部完成后完整联调 + +--- + +## 待办事项 + +| 责任角色 | 任务 | 优先级 | 截止建议 | +|---------|------|--------|---------| +| 后端开发 | 敏感配置生产环境强制校验(config.go) | 高 | 本周 | +| 后端开发 | 新增 GET /api/admin/user/track + AdminAuth | 高 | 本周 | +| 后端开发 | AdminWithdrawTest 环境限制 | 中 | 下周 | +| 管理端开发工程师 | UserDetailModal 改为 /api/admin/user/track | 高 | 本周 | +| 管理端开发工程师 | RichEditor name/label HTML 转义 | 中 | 下周 | +| 小程序开发工程师 | 删除 payment.js | 高 | 本周 | +| 小程序开发工程师 | 删除 goToMatch 重复定义 | 高 | 本周 | +| 小程序开发工程师 | 删除 read.js.backup、referral.wxss.backup | 高 | 本周 | +| 小程序开发工程师 | appId 等从 config 读取 | 中 | 下周 | +| 小程序开发工程师 | totalSections 动态获取 | 中 | 下周 | +| 测试人员 | 每项完成后小回归 | - | 持续 | +| 测试人员 | 全部完成后三端联调 | - | 下周 | + +--- + +## 问题与作答区 + +| # | 问题 | 责任角色 | 作答 | +|---|------|---------|------| +| 1 | 生产环境判断:是否以 MODE=release 为准? | 后端开发 | (待补充) | +| 2 | dev/login-as 后端限制方案:环境变量 or IP 白名单? | 后端开发 | (待补充) | + +--- + +## 各角色经验与业务理解更新 + +### 产品经理 + +- 源码质量优化按安全→可维护→性能分批,验收标准为功能不变、三端联调通过 + +### 后端开发 + +- 敏感配置生产环境缺则 Fatal;user/track 查询迁至 admin 组并加鉴权;AdminWithdrawTest 非 develop 拒绝 + +### 管理端开发工程师 + +- UserDetailModal 调用 /api/admin/user/track;RichEditor @mention 需对 name/label 做 HTML 转义防 XSS + +### 小程序开发工程师 + +- payment.js 废弃可删;goToMatch 去重;备份文件清理;appId 等优先从 config 读取;totalSections 动态获取 + +### 测试人员 + +- 源码优化类改动需每项小回归 + 全部完成后完整三端联调,重点覆盖支付、用户详情、我的页、搜索 + +### 团队共享 + +- 源码质量优化原则:增量修复、不改功能逻辑;高优安全项优先,中优可维护项次之,低优可后续迭代 + +--- + +*会议纪要由助理橙子生成 | 各角色经验已同步至 `agent/{角色}/evolution/2026-03-17.md`* diff --git a/.cursor/meeting/README.md b/.cursor/meeting/README.md index ff56a14e..62702b00 100644 --- a/.cursor/meeting/README.md +++ b/.cursor/meeting/README.md @@ -76,3 +76,5 @@ YYYY-MM-DD_会议主题.md | 2026-03-16 | 链接人与事与存客宝对接优化 | 管理端、后端、团队 | [2026-03-16_链接人与事与存客宝对接优化.md](2026-03-16_链接人与事与存客宝对接优化.md) | | 2026-03-16 | new-soul 新需求与当前项目差异分析 | 产品、后端、管理端、小程序、测试 | [2026-03-16_new-soul新需求与当前项目差异分析.md](2026-03-16_new-soul新需求与当前项目差异分析.md) | | 2026-03-17 | 新版管理端迁移到稳定版实施方案确认 | 产品、后端、管理端、小程序、测试 | [2026-03-17_新版管理端迁移到稳定版实施方案确认.md](2026-03-17_新版管理端迁移到稳定版实施方案确认.md) | +| 2026-03-17 | 稳定版源码质量优化方案讨论与开发安排 | 产品、后端、管理端、小程序、测试 | [2026-03-17_稳定版源码质量优化方案讨论与开发安排.md](2026-03-17_稳定版源码质量优化方案讨论与开发安排.md) | +| 2026-03-17 | 会议收尾:源码优化完成与测试流程定稿 | 产品、后端、管理端、小程序、测试、助理橙子 | [2026-03-17_会议收尾-源码优化完成与测试流程定稿.md](2026-03-17_会议收尾-源码优化完成与测试流程定稿.md) | diff --git a/miniprogram/README.md b/miniprogram/README.md index 2cc11dbf..06118089 100644 --- a/miniprogram/README.md +++ b/miniprogram/README.md @@ -35,8 +35,7 @@ miniprogram/ │ ├── purchases/ # 订单页 │ └── settings/ # 设置页 ├── utils/ -│ ├── util.js # 工具函数 -│ └── payment.js # 支付工具 +│ └── util.js # 工具函数 ├── assets/ │ └── icons/ # 图标资源 ├── project.config.json # 项目配置 diff --git a/miniprogram/app.js b/miniprogram/app.js index 4bec7d88..12b88878 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -92,6 +92,8 @@ App({ // 加载书籍数据 this.loadBookData() + // 加载 mpConfig(appId、mchId、withdrawSubscribeTmplId 等,失败时保留默认值) + this.loadMpConfig() // 检查更新 this.checkUpdate() @@ -320,6 +322,7 @@ App({ if (res && (res.data || res.chapters)) { const chapters = res.data || res.chapters || [] this.globalData.bookData = chapters + this.globalData.totalSections = (chapters && chapters.length) ? chapters.length : 62 wx.setStorageSync('bookData', chapters) } } catch (e) { @@ -327,6 +330,21 @@ App({ } }, + // 加载 mpConfig(appId、mchId、withdrawSubscribeTmplId 等),失败时保留 globalData 默认值 + async loadMpConfig() { + try { + const res = await this.request({ url: '/api/miniprogram/config', silent: true }) + const mp = (res && res.mpConfig) || (res && res.configs && res.configs.mp_config) + if (mp && typeof mp === 'object') { + if (mp.appId) this.globalData.appId = mp.appId + if (mp.mchId) this.globalData.mchId = mp.mchId + if (mp.withdrawSubscribeTmplId) this.globalData.withdrawSubscribeTmplId = mp.withdrawSubscribeTmplId + } + } catch (e) { + console.warn('[App] loadMpConfig 失败,使用默认值:', e?.message || e) + } + }, + /** * 小程序更新检测(基于 wx.getUpdateManager) * - 启动时检测;从后台切回前台时也检测(间隔至少 5 分钟,避免频繁请求) diff --git a/miniprogram/pages/my/my.js b/miniprogram/pages/my/my.js index 62399fc6..41d88817 100644 --- a/miniprogram/pages/my/my.js +++ b/miniprogram/pages/my/my.js @@ -812,11 +812,6 @@ Page({ wx.navigateTo({ url: '/pages/referral/referral' }) }, - // 跳转到找伙伴 - goToMatch() { - wx.switchTab({ url: '/pages/match/match' }) - }, - // 退出登录 handleLogout() { wx.showModal({ diff --git a/miniprogram/pages/read/read.js.backup b/miniprogram/pages/read/read.js.backup deleted file mode 100644 index 65ea2b60..00000000 --- a/miniprogram/pages/read/read.js.backup +++ /dev/null @@ -1,1055 +0,0 @@ -/** - * Soul创业派对 - 阅读页 - * 开发: 卡若 - * 技术支持: 存客宝 - */ - -const app = getApp() - -Page({ - data: { - // 系统信息 - statusBarHeight: 44, - navBarHeight: 88, - - // 章节信息 - sectionId: '', - section: null, - partTitle: '', - chapterTitle: '', - - // 内容 - content: '', - previewContent: '', - contentParagraphs: [], - previewParagraphs: [], - loading: true, - - // 用户状态 - isLoggedIn: false, - hasFullBook: false, - canAccess: false, - purchasedCount: 0, - - // 阅读进度 - readingProgress: 0, - showPaywall: false, - - // 上一篇/下一篇 - prevSection: null, - nextSection: null, - - // 价格 - sectionPrice: 1, - fullBookPrice: 9.9, - totalSections: 62, - - // 弹窗 - showShareModal: false, - showLoginModal: false, - showPosterModal: false, - isPaying: false, - isGeneratingPoster: false, - - // 免费章节 - freeIds: ['preface', 'epilogue', '1.1', 'appendix-1', 'appendix-2', 'appendix-3'] - }, - - onLoad(options) { - const { id, ref } = options - - this.setData({ - statusBarHeight: app.globalData.statusBarHeight, - navBarHeight: app.globalData.navBarHeight, - sectionId: id - }) - - // 处理推荐码绑定 - if (ref) { - console.log('[Read] 检测到推荐码:', ref) - wx.setStorageSync('referral_code', ref) - app.handleReferralCode({ query: { ref } }) - } - - // 先拉取免费章节配置再初始化,避免首帧误判免费/付费 - const run = async () => { - await this.loadFreeChaptersConfig() - this.initSection(id) - } - run() - }, - - // 从后端加载免费章节配置 - async loadFreeChaptersConfig() { - try { - const res = await app.request('/api/db/config') - if (res.success && res.freeChapters) { - this.setData({ freeIds: res.freeChapters }) - console.log('[Read] 加载免费章节配置:', res.freeChapters) - } - } catch (e) { - console.log('[Read] 使用默认免费章节配置') - } - }, - - onPageScroll(e) { - // 计算阅读进度 - const query = wx.createSelectorQuery() - query.select('.page').boundingClientRect() - query.exec((res) => { - if (res[0]) { - const scrollTop = e.scrollTop - const pageHeight = res[0].height - this.data.statusBarHeight - 200 - const progress = pageHeight > 0 ? Math.min((scrollTop / pageHeight) * 100, 100) : 0 - this.setData({ readingProgress: progress }) - } - }) - }, - - // 初始化章节:免费直接可看;付费则请求接口校验是否已购买 - async initSection(id) { - this.setData({ loading: true }) - - try { - const section = this.getSectionInfo(id) - const { isLoggedIn, hasFullBook, purchasedSections } = app.globalData - const isFree = this.data.freeIds.includes(id) - - let canAccess = isFree - let isPurchased = false - - if (!isFree) { - if (!isLoggedIn || !app.globalData.userInfo?.id) { - canAccess = false - } else { - try { - const userId = app.globalData.userInfo.id - const res = await app.request( - `/api/user/check-purchased?userId=${encodeURIComponent(userId)}&type=section&productId=${encodeURIComponent(id)}` - ) - if (res.success && res.data && res.data.isPurchased) { - isPurchased = true - canAccess = true - if (!purchasedSections.includes(id)) { - app.globalData.purchasedSections = [...(app.globalData.purchasedSections || []), id] - } - if (res.data.reason === 'has_full_book') { - app.globalData.hasFullBook = true - } - } - } catch (e) { - console.warn('[Read] 校验购买状态失败,保守处理为未购买:', e) - isPurchased = false - canAccess = false - } - } - } - - const purchasedCount = (app.globalData.purchasedSections || []).length - - this.setData({ - section, - isLoggedIn, - hasFullBook: app.globalData.hasFullBook, - canAccess, - purchasedCount, - showPaywall: !canAccess - }) - - await this.loadContent(id) - - if (canAccess) { - app.markSectionAsRead(id) - } - - this.loadNavigation(id) - - } catch (e) { - console.error('初始化章节失败:', e) - wx.showToast({ title: '加载失败', icon: 'none' }) - } finally { - this.setData({ loading: false }) - } - }, - - // 获取章节信息 - getSectionInfo(id) { - // 特殊章节 - if (id === 'preface') { - return { id: 'preface', title: '为什么我每天早上6点在Soul开播?', isFree: true, price: 0 } - } - if (id === 'epilogue') { - return { id: 'epilogue', title: '这本书的真实目的', isFree: true, price: 0 } - } - if (id.startsWith('appendix')) { - const appendixTitles = { - 'appendix-1': 'Soul派对房精选对话', - 'appendix-2': '创业者自检清单', - 'appendix-3': '本书提到的工具和资源' - } - return { id, title: appendixTitles[id] || '附录', isFree: true, price: 0 } - } - - // 普通章节 - return { - id: id, - title: this.getSectionTitle(id), - isFree: id === '1.1', - price: 1 - } - }, - - // 获取章节标题 - getSectionTitle(id) { - const titles = { - '1.1': '荷包:电动车出租的被动收入模式', - '1.2': '老墨:资源整合高手的社交方法', - '1.3': '笑声背后的MBTI', - '1.4': '人性的三角结构:利益、情感、价值观', - '1.5': '沟通差的问题:为什么你说的别人听不懂', - '2.1': '相亲故事:你以为找的是人,实际是在找模式', - '2.2': '找工作迷茫者:为什么简历解决不了人生', - '2.3': '撸运费险:小钱困住大脑的真实心理', - '2.4': '游戏上瘾的年轻人:不是游戏吸引他,是生活没吸引力', - '2.5': '健康焦虑(我的糖尿病经历):疾病是人生的第一次清醒', - '3.1': '3000万流水如何跑出来(退税模式解析)', - '8.1': '流量杠杆:抖音、Soul、飞书', - '9.14': '大健康私域:一个月150万的70后' - } - return titles[id] || `章节 ${id}` - }, - - // 加载内容 - 三级降级方案:API → 本地缓存 → 备用API - async loadContent(id) { - const cacheKey = `chapter_${id}` - - // 1. 优先从API获取 - try { - const res = await this.fetchChapterWithTimeout(id, 5000) - if (res && res.content) { - this.setChapterContent(res) - // 成功后缓存到本地 - wx.setStorageSync(cacheKey, res) - console.log('[Read] 从API加载成功:', id) - return - } - } catch (e) { - console.warn('[Read] API加载失败,尝试本地缓存:', e.message) - } - - // 2. API失败,尝试从本地缓存读取 - try { - const cached = wx.getStorageSync(cacheKey) - if (cached && cached.content) { - this.setChapterContent(cached) - console.log('[Read] 从本地缓存加载成功:', id) - // 后台静默刷新 - this.silentRefresh(id) - return - } - } catch (e) { - console.warn('[Read] 本地缓存读取失败') - } - - // 3. 都失败,显示加载中并持续重试 - this.setData({ - contentParagraphs: ['章节内容加载中...', '正在尝试连接服务器,请稍候...'], - previewParagraphs: ['章节内容加载中...'] - }) - - // 延迟重试(最多3次) - this.retryLoadContent(id, 3) - }, - - // 带超时的章节请求 - fetchChapterWithTimeout(id, timeout = 5000) { - return new Promise((resolve, reject) => { - const timer = setTimeout(() => { - reject(new Error('请求超时')) - }, timeout) - - app.request(`/api/book/chapter/${id}`) - .then(res => { - clearTimeout(timer) - resolve(res) - }) - .catch(err => { - clearTimeout(timer) - reject(err) - }) - }) - }, - - // 设置章节内容 - setChapterContent(res) { - const lines = res.content.split('\n').filter(line => line.trim()) - const previewCount = Math.ceil(lines.length * 0.2) - - this.setData({ - content: res.content, - previewContent: lines.slice(0, previewCount).join('\n'), - contentParagraphs: lines, - previewParagraphs: lines.slice(0, previewCount), - partTitle: res.partTitle || '', - chapterTitle: res.chapterTitle || '' - }) - }, - - // 静默刷新(后台更新缓存) - async silentRefresh(id) { - try { - const res = await this.fetchChapterWithTimeout(id, 10000) - if (res && res.content) { - wx.setStorageSync(`chapter_${id}`, res) - console.log('[Read] 后台缓存更新成功:', id) - } - } catch (e) { - // 静默失败不处理 - } - }, - - // 重试加载 - retryLoadContent(id, maxRetries, currentRetry = 0) { - if (currentRetry >= maxRetries) { - this.setData({ - contentParagraphs: ['内容加载失败', '请检查网络连接后下拉刷新重试'], - previewParagraphs: ['内容加载失败'] - }) - return - } - - setTimeout(async () => { - try { - const res = await this.fetchChapterWithTimeout(id, 8000) - if (res && res.content) { - this.setChapterContent(res) - wx.setStorageSync(`chapter_${id}`, res) - console.log('[Read] 重试成功:', id, '第', currentRetry + 1, '次') - return - } - } catch (e) { - console.warn('[Read] 重试失败,继续重试:', currentRetry + 1) - } - this.retryLoadContent(id, maxRetries, currentRetry + 1) - }, 2000 * (currentRetry + 1)) - }, - - - // 加载导航 - loadNavigation(id) { - const sectionOrder = [ - 'preface', '1.1', '1.2', '1.3', '1.4', '1.5', - '2.1', '2.2', '2.3', '2.4', '2.5', - '3.1', '3.2', '3.3', '3.4', - '4.1', '4.2', '4.3', '4.4', '4.5', - '5.1', '5.2', '5.3', '5.4', '5.5', - '6.1', '6.2', '6.3', '6.4', - '7.1', '7.2', '7.3', '7.4', '7.5', - '8.1', '8.2', '8.3', '8.4', '8.5', '8.6', - '9.1', '9.2', '9.3', '9.4', '9.5', '9.6', '9.7', '9.8', '9.9', '9.10', '9.11', '9.12', '9.13', '9.14', - '10.1', '10.2', '10.3', '10.4', - '11.1', '11.2', '11.3', '11.4', '11.5', - 'epilogue' - ] - - const currentIndex = sectionOrder.indexOf(id) - const prevId = currentIndex > 0 ? sectionOrder[currentIndex - 1] : null - const nextId = currentIndex < sectionOrder.length - 1 ? sectionOrder[currentIndex + 1] : null - - this.setData({ - prevSection: prevId ? { id: prevId, title: this.getSectionTitle(prevId) } : null, - nextSection: nextId ? { id: nextId, title: this.getSectionTitle(nextId) } : null - }) - }, - - // 返回 - goBack() { - wx.navigateBack({ - fail: () => wx.switchTab({ url: '/pages/chapters/chapters' }) - }) - }, - - // 分享弹窗 - showShare() { - this.setData({ showShareModal: true }) - }, - - closeShareModal() { - this.setData({ showShareModal: false }) - }, - - // 复制链接 - copyLink() { - const userInfo = app.globalData.userInfo - const referralCode = userInfo?.referralCode || '' - const shareUrl = `https://soul.quwanzhi.com/read/${this.data.sectionId}${referralCode ? '?ref=' + referralCode : ''}` - - wx.setClipboardData({ - data: shareUrl, - success: () => { - wx.showToast({ title: '链接已复制', icon: 'success' }) - this.setData({ showShareModal: false }) - } - }) - }, - - // 复制分享文案(朋友圈风格) - copyShareText() { - const { section } = this.data - - const shareText = `🔥 刚看完这篇《${section?.title || 'Soul创业派对'}》,太上头了! - -62个真实商业案例,每个都是从0到1的实战经验。私域运营、资源整合、商业变现,干货满满。 - -推荐给正在创业或想创业的朋友,搜"Soul创业派对"小程序就能看! - -#创业派对 #私域运营 #商业案例` - - wx.setClipboardData({ - data: shareText, - success: () => { - wx.showToast({ title: '文案已复制', icon: 'success' }) - } - }) - }, - - // 分享到微信 - 自动带分享人ID - onShareAppMessage() { - const { section, sectionId } = this.data - const userInfo = app.globalData.userInfo - const referralCode = userInfo?.referralCode || wx.getStorageSync('referralCode') || '' - - // 分享标题优化 - const shareTitle = section?.title - ? `📚 ${section.title.length > 20 ? section.title.slice(0, 20) + '...' : section.title}` - : '📚 Soul创业派对 - 真实商业故事' - - return { - title: shareTitle, - path: `/pages/read/read?id=${sectionId}${referralCode ? '&ref=' + referralCode : ''}`, - imageUrl: '/assets/share-cover.png' // 可配置分享封面图 - } - }, - - // 分享到朋友圈 - onShareTimeline() { - const { section, sectionId } = this.data - const userInfo = app.globalData.userInfo - const referralCode = userInfo?.referralCode || '' - - return { - title: `${section?.title || 'Soul创业派对'} - 来自派对房的真实故事`, - query: `id=${sectionId}${referralCode ? '&ref=' + referralCode : ''}` - } - }, - - // 显示登录弹窗 - showLoginModal() { - this.setData({ showLoginModal: true }) - }, - - closeLoginModal() { - this.setData({ showLoginModal: false }) - }, - - // 从服务端刷新购买状态,避免登录后误用旧数据导致误解锁 - async refreshPurchaseFromServer() { - const userId = app.globalData.userInfo?.id - if (!userId) return - try { - const res = await app.request(`/api/user/purchase-status?userId=${encodeURIComponent(userId)}`) - if (res.success && res.data) { - app.globalData.hasFullBook = res.data.hasFullBook || false - app.globalData.purchasedSections = res.data.purchasedSections || [] - wx.setStorageSync('userInfo', { ...(app.globalData.userInfo || {}), purchasedSections: app.globalData.purchasedSections, hasFullBook: app.globalData.hasFullBook }) - } - } catch (e) { - console.warn('[Read] 刷新购买状态失败:', e) - } - }, - - // 微信登录(含:因付款弹窗发起的登录) - async handleWechatLogin() { - try { - const result = await app.login() - if (result) { - this.setData({ showLoginModal: false }) - // 登录后必须重新向服务端拉取购买状态,并重新校验当前章节是否已购买,再决定是否解锁(避免误解锁) - await this.refreshPurchaseFromServer() - await this.recheckCurrentSectionAndRefresh() - wx.showToast({ title: '登录成功', icon: 'success' }) - } - } catch (e) { - wx.showToast({ title: '登录失败', icon: 'none' }) - } - }, - - // 手机号登录(含:因付款弹窗发起的登录) - async handlePhoneLogin(e) { - if (!e.detail.code) { - return this.handleWechatLogin() - } - - try { - const result = await app.loginWithPhone(e.detail.code) - if (result) { - this.setData({ showLoginModal: false }) - // 登录后必须重新向服务端拉取购买状态,并重新校验当前章节是否已购买,再决定是否解锁(避免误解锁) - await this.refreshPurchaseFromServer() - await this.recheckCurrentSectionAndRefresh() - wx.showToast({ title: '登录成功', icon: 'success' }) - } - } catch (e) { - wx.showToast({ title: '登录失败', icon: 'none' }) - } - }, - - // 登录后专用:重新向服务端校验当前章节是否已付费购买(或是否已改为免费),再刷新页面状态 - async recheckCurrentSectionAndRefresh() { - const sectionId = this.data.sectionId - // 极端情况:用户登录后,当前章节可能刚被后台改为免费,先拉取最新免费列表再判断 - await this.loadFreeChaptersConfig() - const isFree = this.data.freeIds.includes(sectionId) - if (isFree) { - this.setData({ isLoggedIn: true, canAccess: true, showPaywall: false }) - await this.initSection(sectionId) - return - } - const userId = app.globalData.userInfo?.id - if (!userId) { - this.setData({ canAccess: false, showPaywall: true }) - return - } - try { - const res = await app.request( - `/api/user/check-purchased?userId=${encodeURIComponent(userId)}&type=section&productId=${encodeURIComponent(sectionId)}` - ) - const isPurchased = res.success && res.data && res.data.isPurchased - if (isPurchased) { - if (!(app.globalData.purchasedSections || []).includes(sectionId)) { - app.globalData.purchasedSections = [...(app.globalData.purchasedSections || []), sectionId] - } - if (res.data.reason === 'has_full_book') { - app.globalData.hasFullBook = true - } - } - this.setData({ - isLoggedIn: true, - hasFullBook: app.globalData.hasFullBook, - canAccess: isPurchased, - purchasedCount: (app.globalData.purchasedSections || []).length, - showPaywall: !isPurchased - }) - if (isPurchased) { - app.markSectionAsRead(sectionId) - } - await this.initSection(sectionId) - } catch (e) { - console.warn('[Read] 登录后校验当前章节购买状态失败,保守处理为未购买:', e) - this.setData({ - isLoggedIn: true, - canAccess: false, - showPaywall: true - }) - await this.initSection(sectionId) - } - }, - - // 购买章节 - 直接调起支付 - async handlePurchaseSection() { - console.log('[Pay] 点击购买章节按钮') - wx.showLoading({ title: '处理中...', mask: true }) - - if (!this.data.isLoggedIn) { - wx.hideLoading() - console.log('[Pay] 用户未登录,显示登录弹窗') - this.setData({ showLoginModal: true }) - return - } - - const price = this.data.section?.price || 1 - console.log('[Pay] 开始支付流程:', { sectionId: this.data.sectionId, price }) - wx.hideLoading() - await this.processPayment('section', this.data.sectionId, price) - }, - - // 购买全书 - 直接调起支付 - async handlePurchaseFullBook() { - console.log('[Pay] 点击购买全书按钮') - wx.showLoading({ title: '处理中...', mask: true }) - - if (!this.data.isLoggedIn) { - wx.hideLoading() - console.log('[Pay] 用户未登录,显示登录弹窗') - this.setData({ showLoginModal: true }) - return - } - - console.log('[Pay] 开始支付流程: 全书', { price: this.data.fullBookPrice }) - wx.hideLoading() - await this.processPayment('fullbook', null, this.data.fullBookPrice) - }, - - // 处理支付 - 调用真实微信支付接口 - async processPayment(type, sectionId, amount) { - console.log('[Pay] processPayment开始:', { type, sectionId, amount }) - - // 检查金额是否有效 - if (!amount || amount <= 0) { - console.error('[Pay] 金额无效:', amount) - wx.showToast({ title: '价格信息错误', icon: 'none' }) - return - } - - // ✅ 从服务器查询是否已购买(基于 orders 表) - try { - wx.showLoading({ title: '检查购买状态...', mask: true }) - const userId = app.globalData.userInfo?.id - - if (userId) { - const checkRes = await app.request(`/api/user/purchase-status?userId=${userId}`) - - if (checkRes.success && checkRes.data) { - // 更新本地购买状态 - app.globalData.hasFullBook = checkRes.data.hasFullBook - app.globalData.purchasedSections = checkRes.data.purchasedSections || [] - - // 检查是否已购买 - if (type === 'section' && sectionId) { - if (checkRes.data.purchasedSections.includes(sectionId)) { - wx.hideLoading() - wx.showToast({ title: '已购买过此章节', icon: 'none' }) - return - } - } - - if (type === 'fullbook' && checkRes.data.hasFullBook) { - wx.hideLoading() - wx.showToast({ title: '已购买全书', icon: 'none' }) - return - } - } - } - } catch (e) { - console.warn('[Pay] 查询购买状态失败,继续支付流程:', e) - // 查询失败不影响支付 - } - - this.setData({ isPaying: true }) - wx.showLoading({ title: '正在发起支付...', mask: true }) - - try { - // 1. 先获取openId (支付必需) - let openId = app.globalData.openId || wx.getStorageSync('openId') - - if (!openId) { - console.log('[Pay] 需要先获取openId,尝试静默获取') - wx.showLoading({ title: '获取支付凭证...', mask: true }) - openId = await app.getOpenId() - - if (!openId) { - // openId获取失败,但已登录用户可以使用用户ID替代 - if (app.globalData.isLoggedIn && app.globalData.userInfo?.id) { - console.log('[Pay] 使用用户ID作为替代') - openId = app.globalData.userInfo.id - } else { - wx.hideLoading() - wx.showModal({ - title: '提示', - content: '需要登录后才能支付,请先登录', - showCancel: false - }) - this.setData({ showLoginModal: true, isPaying: false }) - return - } - } - } - - console.log('[Pay] 开始创建订单:', { type, sectionId, amount, openId: openId.slice(0, 10) + '...' }) - wx.showLoading({ title: '创建订单中...', mask: true }) - - // 2. 调用后端创建预支付订单 - let paymentData = null - - try { - // 获取章节完整名称用于支付描述 - const sectionTitle = this.data.section?.title || sectionId - const description = type === 'fullbook' - ? '《一场Soul的创业实验》全书' - : `章节${sectionId}-${sectionTitle.length > 20 ? sectionTitle.slice(0, 20) + '...' : sectionTitle}` - - // 邀请码:谁邀请了我(从落地页 ref 或 storage 带入),用于订单分销归属 - const referralCode = wx.getStorageSync('referral_code') || '' - const res = await app.request('/api/miniprogram/pay', { - method: 'POST', - data: { - openId, - productType: type, - productId: sectionId, - amount, - description, - userId: app.globalData.userInfo?.id || '', - referralCode: referralCode || undefined - } - }) - - console.log('[Pay] 创建订单响应:', res) - - if (res.success && res.data?.payParams) { - paymentData = res.data.payParams - console.log('[Pay] 获取支付参数成功:', paymentData) - } else { - throw new Error(res.error || res.message || '创建订单失败') - } - } catch (apiError) { - console.error('[Pay] API创建订单失败:', apiError) - wx.hideLoading() - // 支付接口失败时,显示客服联系方式 - wx.showModal({ - title: '支付通道维护中', - content: '微信支付正在审核中,请添加客服微信(28533368)手动购买,感谢理解!', - confirmText: '复制微信号', - cancelText: '稍后再说', - success: (res) => { - if (res.confirm) { - wx.setClipboardData({ - data: '28533368', - success: () => { - wx.showToast({ title: '微信号已复制', icon: 'success' }) - } - }) - } - } - }) - this.setData({ isPaying: false }) - return - } - - // 3. 调用微信支付 - wx.hideLoading() - console.log('[Pay] 调起微信支付, paymentData:', paymentData) - - try { - await this.callWechatPay(paymentData) - - // 4. 支付成功,刷新用户购买状态 - console.log('[Pay] 微信支付成功!') - wx.showLoading({ title: '正在确认购买...', mask: true }) - - // 等待后端处理支付回调(1-3秒) - await new Promise(resolve => setTimeout(resolve, 2000)) - - // 重新获取用户信息(包含最新购买记录) - await this.refreshUserPurchaseStatus() - - wx.hideLoading() - wx.showToast({ title: '购买成功', icon: 'success' }) - - // 5. 刷新页面 - this.initSection(this.data.sectionId) - } catch (payErr) { - console.error('[Pay] 微信支付调起失败:', payErr) - if (payErr.errMsg && payErr.errMsg.includes('cancel')) { - wx.showToast({ title: '已取消支付', icon: 'none' }) - } else if (payErr.errMsg && payErr.errMsg.includes('requestPayment:fail')) { - // 支付失败,可能是参数错误或权限问题 - wx.showModal({ - title: '支付失败', - content: '微信支付暂不可用,请添加客服微信(28533368)手动购买', - confirmText: '复制微信号', - cancelText: '取消', - success: (res) => { - if (res.confirm) { - wx.setClipboardData({ - data: '28533368', - success: () => wx.showToast({ title: '微信号已复制', icon: 'success' }) - }) - } - } - }) - } else { - wx.showToast({ title: payErr.errMsg || '支付失败', icon: 'none' }) - } - } - - } catch (e) { - console.error('[Pay] 支付流程异常:', e) - wx.hideLoading() - wx.showToast({ title: '支付出错,请重试', icon: 'none' }) - } finally { - this.setData({ isPaying: false }) - } - }, - - // ✅ 刷新用户购买状态(从服务器获取最新数据) - async refreshUserPurchaseStatus() { - try { - const userId = app.globalData.userInfo?.id - if (!userId) { - console.warn('[Pay] 用户未登录,无法刷新购买状态') - return - } - - // 调用专门的购买状态查询接口 - const res = await app.request(`/api/user/purchase-status?userId=${userId}`) - - if (res.success && res.data) { - // 更新全局购买状态 - app.globalData.hasFullBook = res.data.hasFullBook - app.globalData.purchasedSections = res.data.purchasedSections || [] - - // 更新用户信息中的购买记录 - const userInfo = app.globalData.userInfo || {} - userInfo.hasFullBook = res.data.hasFullBook - userInfo.purchasedSections = res.data.purchasedSections || [] - app.globalData.userInfo = userInfo - wx.setStorageSync('userInfo', userInfo) - - console.log('[Pay] ✅ 购买状态已刷新:', { - hasFullBook: res.data.hasFullBook, - purchasedCount: res.data.purchasedSections.length - }) - } - } catch (e) { - console.error('[Pay] 刷新购买状态失败:', e) - // 刷新失败时不影响用户体验,只是记录日志 - } - }, - - // 调用微信支付 - callWechatPay(paymentData) { - return new Promise((resolve, reject) => { - wx.requestPayment({ - timeStamp: paymentData.timeStamp, - nonceStr: paymentData.nonceStr, - package: paymentData.package, - signType: paymentData.signType || 'MD5', - paySign: paymentData.paySign, - success: resolve, - fail: reject - }) - }) - }, - - // 跳转到上一篇 - goToPrev() { - if (this.data.prevSection) { - wx.redirectTo({ url: `/pages/read/read?id=${this.data.prevSection.id}` }) - } - }, - - // 跳转到下一篇 - goToNext() { - if (this.data.nextSection) { - wx.redirectTo({ url: `/pages/read/read?id=${this.data.nextSection.id}` }) - } - }, - - // 跳转到推广中心 - goToReferral() { - wx.navigateTo({ url: '/pages/referral/referral' }) - }, - - // 生成海报 - async generatePoster() { - wx.showLoading({ title: '生成中...' }) - this.setData({ showPosterModal: true, isGeneratingPoster: true }) - - try { - const ctx = wx.createCanvasContext('posterCanvas', this) - const { section, contentParagraphs, sectionId } = this.data - const userInfo = app.globalData.userInfo - const userId = userInfo?.id || '' - - // 获取小程序码(带推荐人参数) - let qrcodeImage = null - try { - const scene = userId ? `id=${sectionId}&ref=${userId.slice(0,10)}` : `id=${sectionId}` - const qrRes = await app.request('/api/miniprogram/qrcode', { - method: 'POST', - data: { scene, page: 'pages/read/read', width: 280 } - }) - if (qrRes.success && qrRes.image) { - qrcodeImage = qrRes.image - } - } catch (e) { - console.log('[Poster] 获取小程序码失败,使用占位符') - } - - // 海报尺寸 300x450 - const width = 300 - const height = 450 - - // 背景渐变 - const grd = ctx.createLinearGradient(0, 0, 0, height) - grd.addColorStop(0, '#1a1a2e') - grd.addColorStop(1, '#16213e') - ctx.setFillStyle(grd) - ctx.fillRect(0, 0, width, height) - - // 顶部装饰条 - ctx.setFillStyle('#00CED1') - ctx.fillRect(0, 0, width, 4) - - // 标题区域 - ctx.setFillStyle('#ffffff') - ctx.setFontSize(14) - ctx.fillText('📚 Soul创业派对', 20, 35) - - // 章节标题 - ctx.setFontSize(18) - ctx.setFillStyle('#ffffff') - const title = section?.title || '精彩内容' - const titleLines = this.wrapText(ctx, title, width - 40, 18) - let y = 70 - titleLines.forEach(line => { - ctx.fillText(line, 20, y) - y += 26 - }) - - // 分隔线 - ctx.setStrokeStyle('rgba(255,255,255,0.1)') - ctx.beginPath() - ctx.moveTo(20, y + 10) - ctx.lineTo(width - 20, y + 10) - ctx.stroke() - - // 内容摘要 - ctx.setFontSize(12) - ctx.setFillStyle('rgba(255,255,255,0.8)') - y += 30 - const summary = contentParagraphs.slice(0, 3).join(' ').slice(0, 150) + '...' - const summaryLines = this.wrapText(ctx, summary, width - 40, 12) - summaryLines.slice(0, 6).forEach(line => { - ctx.fillText(line, 20, y) - y += 20 - }) - - // 底部区域背景 - ctx.setFillStyle('rgba(0,206,209,0.1)') - ctx.fillRect(0, height - 100, width, 100) - - // 左侧提示文字 - ctx.setFillStyle('#ffffff') - ctx.setFontSize(13) - ctx.fillText('长按识别小程序码', 20, height - 60) - ctx.setFillStyle('rgba(255,255,255,0.6)') - ctx.setFontSize(11) - ctx.fillText('长按小程序码阅读全文', 20, height - 38) - - // 绘制小程序码或占位符 - const drawQRCode = () => { - return new Promise((resolve) => { - if (qrcodeImage) { - // 下载base64图片并绘制 - const fs = wx.getFileSystemManager() - const filePath = `${wx.env.USER_DATA_PATH}/qrcode_${Date.now()}.png` - const base64Data = qrcodeImage.replace(/^data:image\/\w+;base64,/, '') - - fs.writeFile({ - filePath, - data: base64Data, - encoding: 'base64', - success: () => { - ctx.drawImage(filePath, width - 85, height - 85, 70, 70) - resolve() - }, - fail: () => { - this.drawQRPlaceholder(ctx, width, height) - resolve() - } - }) - } else { - this.drawQRPlaceholder(ctx, width, height) - resolve() - } - }) - } - - await drawQRCode() - - ctx.draw(true, () => { - wx.hideLoading() - this.setData({ isGeneratingPoster: false }) - }) - } catch (e) { - console.error('生成海报失败:', e) - wx.hideLoading() - wx.showToast({ title: '生成失败', icon: 'none' }) - this.setData({ showPosterModal: false, isGeneratingPoster: false }) - } - }, - - // 绘制小程序码占位符 - drawQRPlaceholder(ctx, width, height) { - ctx.setFillStyle('#ffffff') - ctx.beginPath() - ctx.arc(width - 50, height - 50, 35, 0, Math.PI * 2) - ctx.fill() - ctx.setFillStyle('#00CED1') - ctx.setFontSize(9) - ctx.fillText('扫码', width - 57, height - 52) - ctx.fillText('阅读', width - 57, height - 40) - }, - - // 文字换行处理 - wrapText(ctx, text, maxWidth, fontSize) { - const lines = [] - let line = '' - for (let i = 0; i < text.length; i++) { - const testLine = line + text[i] - const metrics = ctx.measureText(testLine) - if (metrics.width > maxWidth && line) { - lines.push(line) - line = text[i] - } else { - line = testLine - } - } - if (line) lines.push(line) - return lines - }, - - // 关闭海报弹窗 - closePosterModal() { - this.setData({ showPosterModal: false }) - }, - - // 保存海报到相册 - savePoster() { - wx.canvasToTempFilePath({ - canvasId: 'posterCanvas', - success: (res) => { - wx.saveImageToPhotosAlbum({ - filePath: res.tempFilePath, - success: () => { - wx.showToast({ title: '已保存到相册', icon: 'success' }) - this.setData({ showPosterModal: false }) - }, - fail: (err) => { - if (err.errMsg.includes('auth deny')) { - wx.showModal({ - title: '提示', - content: '需要相册权限才能保存海报', - confirmText: '去设置', - success: (res) => { - if (res.confirm) { - wx.openSetting() - } - } - }) - } else { - wx.showToast({ title: '保存失败', icon: 'none' }) - } - } - }) - }, - fail: () => { - wx.showToast({ title: '生成图片失败', icon: 'none' }) - } - }, this) - }, - - // 阻止冒泡 - stopPropagation() {} -}) diff --git a/miniprogram/pages/referral/referral.wxss.backup b/miniprogram/pages/referral/referral.wxss.backup deleted file mode 100644 index 3c9e7c32..00000000 --- a/miniprogram/pages/referral/referral.wxss.backup +++ /dev/null @@ -1,379 +0,0 @@ -/* ???????? - 1:1??Web?? */ -.page { min-height: 100vh; background: #000; padding-bottom: 64rpx; } - -/* ??? */ -.nav-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(0,0,0,0.9); backdrop-filter: blur(40rpx); display: flex; align-items: center; justify-content: space-between; padding: 0 32rpx; height: 88rpx; } -.nav-left { display: flex; gap: 16rpx; align-items: center; } -.nav-back { width: 64rpx; height: 64rpx; background: #1c1c1e; border-radius: 50%; display: flex; align-items: center; justify-content: center; } -.nav-icon { width: 40rpx; height: 40rpx; display: block; filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%); } -.nav-title { font-size: 34rpx; font-weight: 600; color: #fff; flex: 1; text-align: center; } -.nav-right-placeholder { width: 144rpx; } -.nav-btn { width: 64rpx; height: 64rpx; background: #1c1c1e; border-radius: 50%; display: flex; align-items: center; justify-content: center; } - -.content { padding: 24rpx; width: 100%; box-sizing: border-box; } - -/* ?????? */ -.expiring-banner { display: flex; align-items: center; gap: 24rpx; padding: 24rpx; background: rgba(255,165,0,0.1); border: 2rpx solid rgba(255,165,0,0.3); border-radius: 24rpx; margin-bottom: 24rpx; } -.banner-icon { width: 80rpx; height: 80rpx; background: rgba(255,165,0,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } -.icon-bell-warning { width: 40rpx; height: 40rpx; display: block; filter: brightness(0) saturate(100%) invert(64%) sepia(89%) saturate(1363%) hue-rotate(4deg) brightness(101%) contrast(102%); } -.banner-content { flex: 1; } -.banner-title { font-size: 28rpx; font-weight: 500; color: #fff; display: block; } -.banner-desc { font-size: 24rpx; color: rgba(255,165,0,0.8); margin-top: 4rpx; display: block; } - -/* ???? - ?? Next.js */ -.earnings-card { position: relative; background: rgba(28, 28, 30, 0.8); backdrop-filter: blur(40rpx); border: 2rpx solid rgba(255,255,255,0.1); border-radius: 32rpx; padding: 48rpx; margin-bottom: 24rpx; overflow: hidden; width: 100%; box-sizing: border-box; } -.earnings-bg { position: absolute; top: 0; right: 0; width: 256rpx; height: 256rpx; background: rgba(0,206,209,0.15); border-radius: 50%; filter: blur(100rpx); } -.earnings-main { position: relative; } -.earnings-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 32rpx; } -.earnings-left { display: flex; align-items: center; gap: 16rpx; } -.wallet-icon { width: 80rpx; height: 80rpx; background: rgba(0,206,209,0.2); border-radius: 20rpx; display: flex; align-items: center; justify-content: center; } -.icon-wallet { width: 40rpx; height: 40rpx; display: block; filter: brightness(0) saturate(100%) invert(72%) sepia(54%) saturate(2933%) hue-rotate(134deg) brightness(101%) contrast(101%); } -.earnings-info { display: flex; flex-direction: column; gap: 8rpx; } -.earnings-label { font-size: 24rpx; color: rgba(255,255,255,0.6); } -.commission-rate { font-size: 24rpx; color: #00CED1; font-weight: 500; } -.earnings-right { text-align: right; } -.earnings-value { font-size: 60rpx; font-weight: 700; color: #fff; display: block; line-height: 1; } -.pending-text { font-size: 24rpx; color: rgba(255,255,255,0.5); margin-top: 8rpx; display: block; } - -.withdraw-btn { padding: 28rpx; background: linear-gradient(135deg, #00CED1 0%, #20B2AA 100%); color: #fff; font-size: 32rpx; font-weight: 600; text-align: center; border-radius: 24rpx; box-shadow: 0 8rpx 24rpx rgba(0,206,209,0.3); } -.withdraw-btn.btn-disabled { background: rgba(0,206,209,0.2); color: rgba(255,255,255,0.3); box-shadow: none; } - -/* ???? - ?? Next.js 4??? */ -.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8rpx; margin-bottom: 24rpx; width: 100%; box-sizing: border-box; } -.stat-card { background: rgba(28, 28, 30, 0.8); backdrop-filter: blur(40rpx); border: 2rpx solid rgba(255,255,255,0.1); border-radius: 24rpx; padding: 24rpx 12rpx; text-align: center; } -.stat-value { font-size: 40rpx; font-weight: 700; color: #fff; display: block; } -.stat-value.orange { color: #FFA500; } -.stat-label { font-size: 20rpx; color: rgba(255,255,255,0.6); margin-top: 8rpx; display: block; } - -/* ????? */ -.visit-stat { display: flex; align-items: center; justify-content: center; gap: 12rpx; padding: 20rpx 32rpx; background: rgba(255,255,255,0.05); border-radius: 16rpx; margin-bottom: 24rpx; } -.visit-label { font-size: 24rpx; color: rgba(255,255,255,0.5); } -.visit-value { font-size: 32rpx; font-weight: 700; color: #00CED1; } -.visit-tip { font-size: 24rpx; color: rgba(255,255,255,0.5); } - -/* ???? - ?? Next.js */ -.rules-card { background: rgba(0,206,209,0.05); border: 2rpx solid rgba(0,206,209,0.2); border-radius: 24rpx; padding: 32rpx; margin-bottom: 24rpx; width: 100%; box-sizing: border-box; } -.rules-header { display: flex; align-items: center; gap: 16rpx; margin-bottom: 16rpx; } -.rules-icon { width: 64rpx; height: 64rpx; background: rgba(0,206,209,0.2); border-radius: 16rpx; display: flex; align-items: center; justify-content: center; } -.icon-alert { width: 32rpx; height: 32rpx; display: block; filter: brightness(0) saturate(100%) invert(72%) sepia(54%) saturate(2933%) hue-rotate(134deg) brightness(101%) contrast(101%); } -.rules-title { font-size: 28rpx; font-weight: 500; color: #fff; } -.rules-list { padding-left: 8rpx; } -.rule-item { font-size: 24rpx; color: rgba(255,255,255,0.6); line-height: 2; display: block; margin-bottom: 4rpx; } -.rule-item .gold { color: #FFD700; font-weight: 500; } -.rule-item .brand { color: #00CED1; font-weight: 500; } -.rule-item .orange { color: #FFA500; font-weight: 500; } - -/* ?????? - ?? Next.js */ -.binding-card { background: rgba(28, 28, 30, 0.8); backdrop-filter: blur(40rpx); border: 2rpx solid rgba(255,255,255,0.1); border-radius: 32rpx; overflow: hidden; margin-bottom: 24rpx; width: 100%; box-sizing: border-box; } -.binding-header { display: flex; align-items: center; justify-content: space-between; padding: 28rpx 32rpx; border-bottom: 2rpx solid rgba(255,255,255,0.05); } -.binding-title { display: flex; align-items: center; gap: 12rpx; } -.binding-icon-img { width: 40rpx; height: 40rpx; display: block; filter: brightness(0) saturate(100%) invert(72%) sepia(54%) saturate(2933%) hue-rotate(134deg) brightness(101%) contrast(101%); } -.title-text { font-size: 30rpx; font-weight: 600; color: #fff; } -.binding-count { font-size: 26rpx; color: rgba(255,255,255,0.5); } -.toggle-icon { font-size: 24rpx; color: rgba(255,255,255,0.5); } - -/* Tab?? */ -.binding-tabs { display: flex; border-bottom: 2rpx solid rgba(255,255,255,0.05); } -.tab-item { flex: 1; padding: 24rpx 0; text-align: center; font-size: 26rpx; color: rgba(255,255,255,0.5); position: relative; } -.tab-item.tab-active { color: #00CED1; } -.tab-item.tab-active::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80rpx; height: 4rpx; background: #00CED1; border-radius: 4rpx; } - -/* ???? */ -.binding-list { max-height: 640rpx; overflow-y: auto; } -.empty-state { padding: 80rpx 0; text-align: center; } -.empty-icon { font-size: 64rpx; display: block; margin-bottom: 16rpx; } -.empty-text { font-size: 26rpx; color: rgba(255,255,255,0.5); } - -.binding-item { display: flex; align-items: center; padding: 24rpx 32rpx; border-bottom: 2rpx solid rgba(255,255,255,0.05); } -.binding-item:last-child { border-bottom: none; } -.user-avatar { width: 80rpx; height: 80rpx; border-radius: 50%; background: rgba(0,206,209,0.2); display: flex; align-items: center; justify-content: center; font-size: 28rpx; font-weight: 600; color: #00CED1; margin-right: 24rpx; flex-shrink: 0; } -.user-avatar.avatar-converted { background: rgba(76,175,80,0.2); color: #4CAF50; } -.user-avatar.avatar-expired { background: rgba(158,158,158,0.2); color: #9E9E9E; } -.user-info { flex: 1; } -.user-name { font-size: 28rpx; color: #fff; font-weight: 500; display: block; } -.user-time { font-size: 22rpx; color: rgba(255,255,255,0.5); margin-top: 4rpx; display: block; } -.user-status { text-align: right; } -.status-amount { font-size: 28rpx; color: #4CAF50; font-weight: 600; display: block; } -.status-order { font-size: 22rpx; color: rgba(255,255,255,0.5); } -.status-tag { font-size: 22rpx; padding: 8rpx 16rpx; border-radius: 16rpx; } -.status-tag.tag-green { background: rgba(76,175,80,0.2); color: #4CAF50; } -.status-tag.tag-orange { background: rgba(255,165,0,0.2); color: #FFA500; } -.status-tag.tag-red { background: rgba(244,67,54,0.2); color: #F44336; } - -/* ????? - ?? Next.js */ -.invite-card { background: rgba(28, 28, 30, 0.8); backdrop-filter: blur(40rpx); border: 2rpx solid rgba(255,255,255,0.1); border-radius: 32rpx; padding: 40rpx; margin-bottom: 24rpx; width: 100%; box-sizing: border-box; } -.invite-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24rpx; } -.invite-title { font-size: 30rpx; font-weight: 600; color: #fff; } -.invite-code-box { background: rgba(0,206,209,0.2); padding: 12rpx 24rpx; border-radius: 16rpx; } -.invite-code { font-size: 28rpx; font-weight: 600; color: #00CED1; font-family: 'Courier New', monospace; letter-spacing: 2rpx; } -.invite-tip { font-size: 24rpx; color: rgba(255,255,255,0.6); line-height: 1.5; display: block; } -.invite-tip .gold { color: #FFD700; } -.invite-tip .brand { color: #00CED1; } - -/* ?????? - ?? Next.js */ -.earnings-detail-card { background: rgba(28, 28, 30, 0.8); backdrop-filter: blur(40rpx); border: 2rpx solid rgba(255,255,255,0.1); border-radius: 32rpx; overflow: hidden; margin-bottom: 24rpx; width: 100%; box-sizing: border-box; } -.detail-header { padding: 40rpx 40rpx 24rpx; border-bottom: 2rpx solid rgba(255,255,255,0.05); } -.detail-title { font-size: 30rpx; font-weight: 600; color: #fff; } -.detail-list { max-height: 480rpx; overflow-y: auto; } -.detail-item { display: flex; align-items: center; justify-content: space-between; padding: 32rpx 40rpx; border-bottom: 2rpx solid rgba(255,255,255,0.05); } -.detail-item:last-child { border-bottom: none; } -.detail-left { display: flex; align-items: center; gap: 24rpx; flex: 1; } -.detail-icon { width: 80rpx; height: 80rpx; border-radius: 20rpx; background: rgba(0,206,209,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } -.icon-gift { width: 40rpx; height: 40rpx; display: block; filter: brightness(0) saturate(100%) invert(72%) sepia(54%) saturate(2933%) hue-rotate(134deg) brightness(101%) contrast(101%); } -.detail-info { flex: 1; } -.detail-type { font-size: 28rpx; color: #fff; font-weight: 500; display: block; } -.detail-time { font-size: 24rpx; color: rgba(255,255,255,0.5); margin-top: 4rpx; display: block; } -.detail-amount { font-size: 30rpx; font-weight: 600; color: #00CED1; } - -/* ???? - ?? Next.js */ -.share-section { display: flex; flex-direction: column; gap: 12rpx; width: 100%; margin-bottom: 24rpx; } -.share-item { display: flex; align-items: center; background: rgba(28, 28, 30, 0.8); backdrop-filter: blur(40rpx); border: 2rpx solid rgba(255,255,255,0.1); border-radius: 24rpx; padding: 32rpx; border: none; margin: 0; text-align: left; width: 100%; box-sizing: border-box; } -.share-item::after { border: none; } -.share-icon { width: 96rpx; height: 96rpx; border-radius: 20rpx; display: flex; align-items: center; justify-content: center; margin-right: 24rpx; flex-shrink: 0; } -.share-icon.poster { background: rgba(103,58,183,0.2); } -.share-icon.wechat { background: rgba(7,193,96,0.2); } -.share-icon.link { background: rgba(158,158,158,0.2); } -.icon-share-btn { width: 48rpx; height: 48rpx; display: block; } -.share-icon.poster .icon-share-btn { filter: brightness(0) saturate(100%) invert(37%) sepia(73%) saturate(2296%) hue-rotate(252deg) brightness(96%) contrast(92%); } -.share-icon.wechat .icon-share-btn { filter: brightness(0) saturate(100%) invert(58%) sepia(91%) saturate(1255%) hue-rotate(105deg) brightness(96%) contrast(97%); } -.share-icon.link .icon-share-btn { filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%); } -.share-info { flex: 1; text-align: left; } -.share-title { font-size: 28rpx; color: #fff; font-weight: 500; display: block; text-align: left; } -.share-desc { font-size: 22rpx; color: rgba(255,255,255,0.5); margin-top: 4rpx; display: block; text-align: left; } -.share-arrow-icon { width: 40rpx; height: 40rpx; display: block; flex-shrink: 0; filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%); } -.share-btn-wechat { line-height: normal; font-size: inherit; padding: 24rpx 32rpx !important; margin: 0 !important; width: 100% !important; } - -/* ?????????????? + ???? + ???????? */ -/* ???????? backdrop-filter??????????????? */ -.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.8); display: flex; align-items: center; justify-content: center; z-index: 1000; padding: 32rpx; box-sizing: border-box; } - -.poster-dialog { width: 686rpx; border-radius: 24rpx; overflow: hidden; position: relative; background: transparent; } -.poster-close { position: absolute; top: 20rpx; right: 20rpx; width: 56rpx; height: 56rpx; border-radius: 28rpx; background: rgba(0,0,0,0.25); color: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; z-index: 5; font-size: 28rpx; } - -/* ???? */ -.poster-card { position: relative; background: linear-gradient(135deg, #0a1628 0%, #0f2137 50%, #1a3a5c 100%); color: #fff; padding: 44rpx 40rpx 36rpx; } -.poster-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; } - -/* ???? */ -/* ???????? filter: blur ??????????????? + ???? */ -.poster-glow { position: absolute; width: 320rpx; height: 320rpx; border-radius: 50%; opacity: 0.6; z-index: 1; } -.poster-glow-left { top: -120rpx; left: -160rpx; background: rgba(0,206,209,0.12); box-shadow: 0 0 140rpx 40rpx rgba(0,206,209,0.18); } -.poster-glow-right { bottom: -140rpx; right: -160rpx; background: rgba(255,215,0,0.10); box-shadow: 0 0 160rpx 50rpx rgba(255,215,0,0.14); } -.poster-ring { position: absolute; width: 520rpx; height: 520rpx; border-radius: 50%; border: 2rpx solid rgba(0,206,209,0.06); left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; } - -/* ???? */ -.poster-badges { display: flex; gap: 16rpx; margin-bottom: 24rpx; } -.poster-badge { padding: 10rpx 22rpx; font-size: 20rpx; font-weight: 700; border-radius: 999rpx; border: 2rpx solid transparent; } -.poster-badge-gold { background: rgba(255,215,0,0.18); color: #FFD700; border-color: rgba(255,215,0,0.28); } -.poster-badge-brand { background: rgba(0,206,209,0.18); color: #00CED1; border-color: rgba(0,206,209,0.28); } - -/* ?? */ -.poster-title { margin-bottom: 8rpx; } -.poster-title-line1 { display: block; font-size: 44rpx; font-weight: 900; line-height: 1.1; color: #00CED1; } -.poster-title-line2 { display: block; font-size: 44rpx; font-weight: 900; line-height: 1.1; color: #fff; margin-top: 6rpx; } -.poster-subtitle { display: block; font-size: 22rpx; color: rgba(255,255,255,0.6); margin-bottom: 28rpx; } - -/* ???? */ -.poster-stats { width: 100%; display: flex; gap: 16rpx; justify-content: center; margin-bottom: 24rpx; } -.poster-stat { flex: 1; max-width: 190rpx; background: rgba(255,255,255,0.05); border: 2rpx solid rgba(255,255,255,0.10); border-radius: 16rpx; padding: 18rpx 10rpx; } -.poster-stat-value { display: block; font-size: 44rpx; font-weight: 900; line-height: 1; } -.poster-stat-label { display: block; font-size: 20rpx; color: rgba(255,255,255,0.5); margin-top: 8rpx; } -.poster-stat-gold { color: #FFD700; } -.poster-stat-brand { color: #00CED1; } -.poster-stat-pink { color: #E91E63; } - -/* ?? */ -.poster-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10rpx; margin: 0 24rpx 26rpx; } -.poster-tag { font-size: 20rpx; color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.05); border: 2rpx solid rgba(255,255,255,0.10); border-radius: 12rpx; padding: 6rpx 14rpx; } - -/* ??? */ -.poster-recommender { display: flex; align-items: center; gap: 12rpx; background: rgba(0,206,209,0.10); border: 2rpx solid rgba(0,206,209,0.20); border-radius: 999rpx; padding: 12rpx 22rpx; margin-bottom: 22rpx; } -.poster-avatar { width: 44rpx; height: 44rpx; border-radius: 22rpx; background: rgba(0,206,209,0.30); display: flex; align-items: center; justify-content: center; } -.poster-avatar-text { font-size: 20rpx; font-weight: 800; color: #00CED1; } -.poster-recommender-text { font-size: 22rpx; color: #00CED1; } - -/* ??? */ -.poster-discount { width: 100%; background: linear-gradient(90deg, rgba(255,215,0,0.10) 0%, rgba(233,30,99,0.10) 100%); border: 2rpx solid rgba(255,215,0,0.20); border-radius: 18rpx; padding: 18rpx 18rpx; margin-bottom: 26rpx; } -.poster-discount-text { font-size: 22rpx; color: rgba(255,255,255,0.80); } -.poster-discount-highlight { color: #00CED1; font-weight: 800; } - -/* ??? */ -.poster-qr-wrap { background: #fff; padding: 14rpx; border-radius: 16rpx; margin-bottom: 12rpx; box-shadow: 0 16rpx 40rpx rgba(0,0,0,0.35); } -.poster-qr-img { width: 240rpx; height: 240rpx; display: block; } -.poster-qr-tip { font-size: 20rpx; color: rgba(255,255,255,0.40); margin-bottom: 8rpx; } -.poster-code { font-size: 22rpx; font-family: monospace; letter-spacing: 2rpx; color: rgba(0,206,209,0.80); } - -/* ??????? */ -.poster-footer { background: #fff; padding: 28rpx 28rpx 32rpx; display: flex; flex-direction: column; gap: 18rpx; } -.poster-footer-tip { font-size: 22rpx; color: rgba(0,0,0,0.55); text-align: center; } -.poster-footer-btn { height: 72rpx; border-radius: 18rpx; border: 2rpx solid rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; font-size: 28rpx; color: rgba(0,0,0,0.75); background: #fff; } - - - -/* ????- ?? Next.js */ -.empty-earnings { background: rgba(28, 28, 30, 0.8); backdrop-filter: blur(40rpx); border: 2rpx solid rgba(255,255,255,0.1); border-radius: 32rpx; padding: 64rpx 40rpx; text-align: center; margin-bottom: 24rpx; } -.empty-icon-wrapper { width: 128rpx; height: 128rpx; border-radius: 50%; background: rgba(28, 28, 30, 0.8); display: flex; align-items: center; justify-content: center; margin: 0 auto 32rpx; } -.empty-gift-icon { width: 64rpx; height: 64rpx; display: block; filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%); } -.empty-title { font-size: 30rpx; font-weight: 500; color: #fff; display: block; margin-bottom: 16rpx; } -.empty-desc { font-size: 26rpx; color: rgba(255,255,255,0.6); display: block; line-height: 1.5; } - - -/* ===== TrGm5 ?===== */ -.loading-overlay { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - background: rgba(0, 0, 0, 0.7); - backdrop-filter: blur(10rpx); - z-index: 999; - display: flex; - align-items: center; - justify-content: center; -} - -.loading-content { - display: flex; - flex-direction: column; - align-items: center; - gap: 24rpx; -} - -.loading-spinner { - width: 80rpx; - height: 80rpx; - border: 6rpx solid rgba(56, 189, 172, 0.2); - border-top-color: #38bdac; - border-radius: 50%; - animation: spin 1s linear infinite; -} - -@keyframes spin { - 0% { transform: rotate(0deg); } - 100% { transform: rotate(360deg); } -} - -.loading-text { - font-size: 28rpx; - color: rgba(255, 255, 255, 0.8); - font-weight: 500; -} - -.content-loading { - opacity: 0.3; - pointer-events: none; -} - -/* ===== ARlē^|op]͓\!} ===== */ -.detail-item { - display: flex; - align-items: center; - gap: 24rpx; - padding: 24rpx; - background: rgba(255, 255, 255, 0.02); - border-radius: 16rpx; - margin-bottom: 16rpx; - transition: all 0.3s; -} - -.detail-item:active { - background: rgba(255, 255, 255, 0.05); -} - -.detail-avatar-wrap { - flex-shrink: 0; -} - -.detail-avatar { - width: 88rpx; - height: 88rpx; - border-radius: 50%; - border: 2rpx solid rgba(56, 189, 172, 0.2); -} - -.detail-avatar-text { - width: 88rpx; - height: 88rpx; - border-radius: 50%; - background: linear-gradient(135deg, #38bdac 0%, #2da396 100%); - display: flex; - align-items: center; - justify-content: center; - font-size: 36rpx; - font-weight: 700; - color: #ffffff; -} - -.detail-content { - flex: 1; - display: flex; - flex-direction: column; - gap: 8rpx; - min-width: 0; -} - -.detail-top { - display: flex; - align-items: center; - justify-content: space-between; - gap: 16rpx; -} - -.detail-buyer { - font-size: 28rpx; - font-weight: 500; - color: #ffffff; - flex-shrink: 0; -} - -.detail-amount { - font-size: 32rpx; - font-weight: 700; - color: #38bdac; - flex-shrink: 0; -} - -.detail-product { - display: flex; - align-items: center; - font-size: 24rpx; - color: rgba(255, 255, 255, 0.6); - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.detail-book { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - flex-shrink: 0; -} - -.detail-chapter { - color: rgba(255, 255, 255, 0.5); - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.detail-time { - font-size: 22rpx; - color: rgba(255, 255, 255, 0.4); -} - -/* === ARlē^|͓\!}m2 === */ -.detail-item { display: flex; align-items: center; gap: 24rpx; padding: 24rpx; background: rgba(255, 255, 255, 0.02); border-radius: 16rpx; margin-bottom: 16rpx; } -.detail-avatar-wrap { flex-shrink: 0; } -.detail-avatar { width: 88rpx; height: 88rpx; border-radius: 50%; } -.detail-avatar-text { width: 88rpx; height: 88rpx; border-radius: 50%; background: linear-gradient(135deg, #38bdac 0%, #2da396 100%); display: flex; align-items: center; justify-content: center; font-size: 36rpx; font-weight: 700; color: #ffffff; } -.detail-content { flex: 1; display: flex; flex-direction: column; gap: 8rpx; min-width: 0; overflow: hidden; } -.detail-top { display: flex; align-items: center; justify-content: space-between; gap: 16rpx; } -.detail-buyer { font-size: 28rpx; font-weight: 500; color: #ffffff; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } -.detail-amount { font-size: 32rpx; font-weight: 700; color: #38bdac; flex-shrink: 0; } -.detail-product { display: flex; align-items: baseline; font-size: 24rpx; color: rgba(255, 255, 255, 0.6); overflow: hidden; } -.detail-book { color: rgba(255, 255, 255, 0.7); font-weight: 500; max-width: 200rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex-shrink: 1; } -.detail-chapter { color: rgba(255, 255, 255, 0.5); flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 4rpx; } -.detail-time { font-size: 22rpx; color: rgba(255, 255, 255, 0.4); } - - \ No newline at end of file diff --git a/miniprogram/utils/payment.js b/miniprogram/utils/payment.js deleted file mode 100644 index 9e048d1a..00000000 --- a/miniprogram/utils/payment.js +++ /dev/null @@ -1,211 +0,0 @@ -// miniprogram/utils/payment.js -// 微信支付工具类 - -const app = getApp() - -/** - * 发起微信支付 - * @param {Object} options - 支付选项 - * @param {String} options.orderId - 订单ID - * @param {Number} options.amount - 支付金额(元) - * @param {String} options.description - 商品描述 - * @param {Function} options.success - 成功回调 - * @param {Function} options.fail - 失败回调 - */ -function wxPay(options) { - const { orderId, amount, description, success, fail } = options - - wx.showLoading({ - title: '正在支付...', - mask: true - }) - - // 1. 调用后端创建支付订单 - wx.request({ - url: `${app.globalData.apiBase}/payment/create`, - method: 'POST', - header: { - 'Authorization': `Bearer ${wx.getStorageSync('token')}` - }, - data: { - orderId, - amount, - description, - paymentMethod: 'wechat' - }, - success: (res) => { - wx.hideLoading() - - if (res.statusCode === 200) { - const paymentData = res.data - - // 2. 调起微信支付 - wx.requestPayment({ - timeStamp: paymentData.timeStamp, - nonceStr: paymentData.nonceStr, - package: paymentData.package, - signType: paymentData.signType || 'RSA', - paySign: paymentData.paySign, - success: (payRes) => { - console.log('支付成功', payRes) - - // 3. 通知后端支付成功 - notifyPaymentSuccess(orderId, paymentData.prepayId) - - wx.showToast({ - title: '支付成功', - icon: 'success', - duration: 2000 - }) - - success && success(payRes) - }, - fail: (payErr) => { - console.error('支付失败', payErr) - - if (payErr.errMsg.indexOf('cancel') !== -1) { - wx.showToast({ - title: '支付已取消', - icon: 'none' - }) - } else { - wx.showToast({ - title: '支付失败', - icon: 'none' - }) - } - - fail && fail(payErr) - } - }) - } else { - wx.showToast({ - title: res.data.message || '创建订单失败', - icon: 'none' - }) - fail && fail(res) - } - }, - fail: (err) => { - wx.hideLoading() - console.error('请求失败', err) - - wx.showToast({ - title: '网络请求失败', - icon: 'none' - }) - - fail && fail(err) - } - }) -} - -/** - * 通知后端支付成功 - * @param {String} orderId - * @param {String} prepayId - */ -function notifyPaymentSuccess(orderId, prepayId) { - wx.request({ - url: `${app.globalData.apiBase}/payment/notify`, - method: 'POST', - header: { - 'Authorization': `Bearer ${wx.getStorageSync('token')}` - }, - data: { - orderId, - prepayId, - status: 'success' - }, - success: (res) => { - console.log('支付通知成功', res) - }, - fail: (err) => { - console.error('支付通知失败', err) - } - }) -} - -/** - * 查询订单状态 - * @param {String} orderId - * @param {Function} callback - */ -function queryOrderStatus(orderId, callback) { - wx.request({ - url: `${app.globalData.apiBase}/payment/query`, - method: 'GET', - header: { - 'Authorization': `Bearer ${wx.getStorageSync('token')}` - }, - data: { orderId }, - success: (res) => { - if (res.statusCode === 200) { - callback && callback(true, res.data) - } else { - callback && callback(false, null) - } - }, - fail: () => { - callback && callback(false, null) - } - }) -} - -/** - * 购买完整电子书 - * @param {Function} success - * @param {Function} fail - */ -function purchaseFullBook(success, fail) { - // 计算动态价格:9.9 + (天数 * 1元) - const basePrice = 9.9 - const startDate = new Date('2025-01-01') // 书籍上架日期 - const today = new Date() - const daysPassed = Math.floor((today - startDate) / (1000 * 60 * 60 * 24)) - const currentPrice = basePrice + daysPassed - - const orderId = `ORDER_${Date.now()}_${Math.random().toString(36).substr(2, 9)}` - - wxPay({ - orderId, - amount: currentPrice, - description: 'Soul派对·创业实验 完整版', - success: (res) => { - // 更新本地购买状态 - updatePurchaseStatus(true) - success && success(res) - }, - fail - }) -} - -/** - * 更新购买状态 - * @param {Boolean} isPurchased - */ -function updatePurchaseStatus(isPurchased) { - const userInfo = app.getUserInfo() - if (userInfo) { - userInfo.isPurchased = isPurchased - wx.setStorageSync('userInfo', userInfo) - app.globalData.userInfo = userInfo - } -} - -/** - * 检查是否已购买 - * @returns {Boolean} - */ -function checkPurchaseStatus() { - const userInfo = app.getUserInfo() - return userInfo ? userInfo.isPurchased : false -} - -module.exports = { - wxPay, - queryOrderStatus, - purchaseFullBook, - checkPurchaseStatus, - updatePurchaseStatus -} diff --git a/scripts/test/web/test_upload.py b/scripts/test/web/test_upload.py new file mode 100644 index 00000000..c2078a8a --- /dev/null +++ b/scripts/test/web/test_upload.py @@ -0,0 +1,121 @@ +# -*- coding: utf-8 -*- +""" +文件上传测试。POST /api/upload 上传图片,DELETE /api/upload 删除。 +验证:本地存储(OSS 未配置时)、响应格式、删除流程。 +""" +import io +import pytest +import requests + + +# 最小有效 JPEG(1x1 像素,约 100 字节) +_MIN_JPEG = ( + b"\xff\xd8\xff\xe0\x00\x10JFIF\x00\x01\x01\x00\x00\x01\x00\x01\x00\x00" + b"\xff\xdb\x00C\x00\x08\x06\x06\x07\x06\x05\x08\x07\x07\x07\t\t\x08\n\x0c\x14\r\x0c\x0b\x0b\x0c\x19\x12\x13\x0f\x14\x1d\x1a\x1f\x1e\x1d\x1a\x1c\x1c" + b" $.' \",#\x1c\x1c(7),01444\x1f'9=82<.342\xff\xc0\x00\x0b\x08\x00\x01\x00\x01\x01\x01\x11\x00\xff\xc4\x00\x1f\x00\x00\x01\x05\x01\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\xff\xda\x00\x08\x01\x01\x00\x00\x00?\x00\xfe\x02\x1f\xff\xd9" +) + + +def test_upload_post_success(base_url): + """POST /api/upload 上传图片成功,返回 url、fileName、size、type""" + files = {"file": ("test_upload.jpg", io.BytesIO(_MIN_JPEG), "image/jpeg")} + data = {"folder": "test"} + r = requests.post( + f"{base_url}/api/upload", + files=files, + data=data, + timeout=10, + ) + assert r.status_code == 200, f"期望 200,实际 {r.status_code}: {r.text}" + body = r.json() + assert body.get("success") is True, body + assert "url" in body, body + assert body["url"], "url 不应为空" + data_out = body.get("data", {}) + assert "url" in data_out + assert "fileName" in data_out + assert "size" in data_out + assert data_out["size"] == len(_MIN_JPEG) + assert "type" in data_out + assert "image" in str(data_out.get("type", "")).lower() + + +def test_upload_post_with_admin_token(base_url, admin_token): + """POST /api/upload 带管理端 token 也可上传(接口不强制鉴权)""" + if not admin_token: + pytest.skip("admin 登录失败") + files = {"file": ("avatar.jpg", io.BytesIO(_MIN_JPEG), "image/jpeg")} + # multipart 上传不设 Content-Type,让 requests 自动带 boundary + headers = {"Authorization": f"Bearer {admin_token}"} + r = requests.post( + f"{base_url}/api/upload", + files=files, + headers=headers, + timeout=10, + ) + assert r.status_code == 200 + body = r.json() + assert body.get("success") is True + assert body.get("url") + + +def test_upload_post_no_file(base_url): + """POST /api/upload 无 file 返回 400""" + r = requests.post( + f"{base_url}/api/upload", + data={"folder": "test"}, + timeout=10, + ) + assert r.status_code == 400 + body = r.json() + assert body.get("success") is False + assert "error" in body or "请选择" in body.get("error", "") + + +def test_upload_post_invalid_type(base_url): + """POST /api/upload 非图片格式返回 400""" + files = {"file": ("test.txt", io.BytesIO(b"hello"), "text/plain")} + r = requests.post( + f"{base_url}/api/upload", + files=files, + timeout=10, + ) + assert r.status_code == 400 + body = r.json() + assert body.get("success") is False + + +def test_upload_delete_local(base_url): + """DELETE /api/upload 删除本地文件:先上传再删除""" + # 1. 上传 + files = {"file": ("del_test.jpg", io.BytesIO(_MIN_JPEG), "image/jpeg")} + r1 = requests.post( + f"{base_url}/api/upload", + files=files, + data={"folder": "test"}, + timeout=10, + ) + assert r1.status_code == 200 + url = r1.json().get("url") + assert url, "上传应返回 url" + # path 支持 /uploads/xxx 或含 /uploads/ 的完整 URL + path = url + + # 2. 删除 + r2 = requests.delete( + f"{base_url}/api/upload", + params={"path": path}, + timeout=10, + ) + assert r2.status_code == 200 + body = r2.json() + assert body.get("success") is True + assert "删除成功" in body.get("message", "") + + +def test_upload_delete_no_path(base_url): + """DELETE /api/upload 无 path 返回 400""" + r = requests.delete(f"{base_url}/api/upload", timeout=10) + assert r.status_code == 400 + body = r.json() + assert body.get("success") is False diff --git a/scripts/test/功能测试流程.md b/scripts/test/功能测试流程.md new file mode 100644 index 00000000..87bbd653 --- /dev/null +++ b/scripts/test/功能测试流程.md @@ -0,0 +1,155 @@ +# Soul 创业派对 - 功能测试流程 + +> 测试工程师产出。按流程执行,成功项打 ☑️,失败项列出问题,最后输出报告。 + +--- + +## 一、测试流程总览 + +``` +环境准备 → 自动化用例执行 → 手工功能验证 → 问题汇总 → 输出报告 +``` + +--- + +## 二、环境准备 + +| 步骤 | 内容 | 结果 | +|------|------|------| +| 1 | soul-api 已启动(local 时)或测试服已部署 | ☐ / 问题:_____ | +| 2 | 配置 `.env.test`(SOUL_TEST_ENV 或 SOUL_API_BASE) | ☐ / 问题:_____ | +| 3 | 管理端可访问,默认账号 admin/admin123 可登录 | ☐ / 问题:_____ | +| 4 | 小程序可访问(真机或开发者工具) | ☐ / 问题:_____ | + +**环境信息记录**: +- 执行日期:__________ +- 测试环境:local / souldev / soulapi +- API 地址:__________ + +--- + +## 三、自动化用例执行 + +在 `scripts/test` 下执行: + +```bash +cd scripts/test +$env:SOUL_TEST_ENV="local" # 或 souldev +pytest -v +``` + +### 3.1 小程序接口(miniapp) + +| 用例 | 验证点 | 结果 | 问题(若失败) | +|------|--------|------|----------------| +| test_config_public | GET /api/miniprogram/config 返回 prices、features、mpConfig | ☐ | | +| test_dev_login_as | POST /api/miniprogram/dev/login-as 按 userId 登录 | ☐ | | + +### 3.2 管理端接口(web) + +| 用例 | 验证点 | 结果 | 问题(若失败) | +|------|--------|------|----------------| +| test_admin_login | POST /api/admin 登录成功 | ☐ | | +| test_admin_check_with_token | GET /api/admin 带 token 鉴权通过 | ☐ | | +| test_admin_check_without_token | GET /api/admin 无 token 返回 401 | ☐ | | + +### 3.3 流程测试(process) + +| 用例 | 验证点 | 结果 | 问题(若失败) | +|------|--------|------|----------------| +| test_health | GET /health 返回 200 | ☐ | | +| test_person_ensure_* | @某人 创建 Person + 存客宝计划 | ☐ | | +| test_article_mention_* | 文章保存自动创建 Person | ☐ | | +| test_backfill_persons_ckb_api_key | 从存客宝补齐 ckb_api_key | ☐ | | + +--- + +## 四、手工功能验证 + +### 4.1 小程序端 + +| 场景 | 验证点 | 结果 | 问题(若失败) | +|------|--------|------|----------------| +| 登录 | 微信登录、手机号授权、token 持久化 | ☐ | | +| 首页 | 书籍列表、搜索栏(searchEnabled 控制) | ☐ | | +| 目录 | 章节列表、购买状态展示 | ☐ | | +| 阅读 | 阅读页、购买章节/全书、支付流程 | ☐ | | +| 我的 | 找伙伴、推广、搜索入口(featureConfig 控制) | ☐ | | +| VIP | 开通、资料填写、头像上传、保存 | ☐ | | +| 推荐 | 扫码/分享带 ref、绑定、分润展示 | ☐ | | + +### 4.2 管理端 + +| 场景 | 验证点 | 结果 | 问题(若失败) | +|------|--------|------|----------------| +| 登录 | 账号密码登录、token 持久化 | ☐ | | +| 仪表盘 | 数据统计展示 | ☐ | | +| 用户管理 | 列表、搜索、分页、详情、行为轨迹 Tab | ☐ | | +| 订单管理 | 列表、状态、筛选 | ☐ | | +| 内容管理 | 书籍/章节 CRUD | ☐ | | +| 提现 | 申请列表、审核、状态流转 | ☐ | | +| 提现测试接口 | GIN_MODE=release 时返回 404 | ☐ | | + +### 4.3 接口与数据流 + +| 场景 | 验证点 | 结果 | 问题(若失败) | +|------|--------|------|----------------| +| 路径隔离 | 小程序只调 /api/miniprogram/* | ☐ | | +| 鉴权 | 需登录接口带 token,401 正确跳转 | ☐ | | +| 支付回调 | 下单→支付→回调→分润 | ☐ | | + +--- + +## 五、问题汇总(失败项) + +将上述所有**未打 ☑️** 的项在此列出: + +| 序号 | 模块 | 场景/用例 | 问题描述 | 严重程度 | +|------|------|-----------|----------|----------| +| 1 | | | | 高/中/低 | +| 2 | | | | | +| … | | | | | + +--- + +## 六、测试报告(最终输出) + +### 6.1 执行摘要 + +| 项目 | 内容 | +|------|------| +| 执行日期 | | +| 测试环境 | | +| 执行人 | | + +### 6.2 结果统计 + +| 类型 | 总数 | 通过 ☑️ | 失败 | 通过率 | +|------|------|---------|------|--------| +| 自动化用例 | 12 | | | | +| 手工-小程序 | 7 | | | | +| 手工-管理端 | 7 | | | | +| 手工-接口 | 3 | | | | +| **合计** | **29** | | | | + +### 6.3 结论 + +- [ ] **通过**:所有关键项 ☑️,无高/中严重问题 +- [ ] **有条件通过**:存在低严重问题,可上线但需跟进 +- [ ] **不通过**:存在高/中严重问题,需修复后复测 + +### 6.4 问题清单(若有) + +| 序号 | 问题 | 严重程度 | 建议 | +|------|------|----------|------| +| 1 | | | | +| 2 | | | | + +--- + +## 七、使用说明 + +1. **执行前**:复制本文档或新建一份,填写环境信息。 +2. **执行中**:逐项验证,成功打 ☑️,失败在「问题」列填写。 +3. **执行后**:汇总失败项到「五、问题汇总」,填写「六、测试报告」。 +4. **归档**:报告保存为 `scripts/test/测试报告-YYYY-MM-DD.md`,便于追溯。 diff --git a/scripts/test/测试报告-环境与用例清单.md b/scripts/test/测试报告-环境与用例清单.md new file mode 100644 index 00000000..3f5cdb7d --- /dev/null +++ b/scripts/test/测试报告-环境与用例清单.md @@ -0,0 +1,102 @@ +# Soul 创业派对 - 测试报告(环境与用例清单) + +> 测试人员产出。环境就绪后执行 `pytest -v` 并填写结果。 + +--- + +## 一、测试环境 + +| 环境 | API 地址 | 说明 | +|------|----------|------| +| **local** | http://localhost:8080 | 本地开发,需先启动 soul-api | +| **souldev** | https://souldev.quwanzhi.com | 测试服,需已部署 | +| **soulapi** | https://soulapi.quwanzhi.com | 正式服,慎用 | + +**配置方式**: +- 复制 `scripts/test/.env.test.example` 为 `.env.test` +- 设置 `SOUL_TEST_ENV=local|souldev|soulapi` 或 `SOUL_API_BASE=<地址>` + +**运行命令**: +```bash +cd scripts/test +# Windows PowerShell +$env:SOUL_TEST_ENV="local" # 或 souldev +pytest -v +``` + +--- + +## 二、用例清单(共 18 个) + +### 2.1 小程序接口(miniapp/) + +| 用例 | 验证点 | 前置条件 | +|------|--------|----------| +| **test_config_public** | GET /api/miniprogram/config 返回 200,含 prices、features、mpConfig | 无 | +| **test_dev_login_as** | POST /api/miniprogram/dev/login-as 按 userId 登录成功 | SOUL_MINIPROGRAM_DEV_USER_ID 已配置;APP_ENV=development | + +### 2.2 管理端接口(web/) + +| 用例 | 验证点 | 前置条件 | +|------|--------|----------| +| **test_admin_login** | POST /api/admin 登录成功,返回 token、user | 无 | +| **test_admin_check_with_token** | GET /api/admin 带 token 鉴权通过 | admin 登录成功 | +| **test_admin_check_without_token** | GET /api/admin 无 token 返回 401 | 无 | +| **test_upload_post_success** | POST /api/upload 上传图片成功,返回 url、data | 无 | +| **test_upload_post_with_admin_token** | POST /api/upload 带 token 可上传 | admin 登录 | +| **test_upload_post_no_file** | POST /api/upload 无 file 返回 400 | 无 | +| **test_upload_post_invalid_type** | POST /api/upload 非图片格式返回 400 | 无 | +| **test_upload_delete_local** | DELETE /api/upload 删除本地文件(先上传再删) | 无 | +| **test_upload_delete_no_path** | DELETE /api/upload 无 path 返回 400 | 无 | + +### 2.3 流程测试(process/) + +| 用例 | 验证点 | 前置条件 | +|------|--------|----------| +| **test_health** | GET /health 返回 200 | soul-api 已启动 | +| **test_person_ensure_creates_ckb_plan_when_not_exists** | @某人 不存在时 POST /api/db/persons 创建 Person + 存客宝计划 | admin 登录;CKB 配置正确 | +| **test_person_ensure_returns_existing_when_name_exists** | 相同 name 返回已有 Person,不重复创建 | 同上 | +| **test_person_ensure_rejects_empty_name** | 空 name 被拒绝 | 同上 | +| **test_article_mention_flow_persons_list_contains_new** | 文章保存后 persons 列表含新人物 | 同上 | +| **test_new_article_save_auto_creates_person_and_ckb** | 新文章保存自动创建 Person 与存客宝计划 | 同上 | +| **test_backfill_persons_ckb_api_key** | 从存客宝补齐 persons.ckb_api_key | admin 登录;CKB 配置;persons 有 ckb_plan_id | + +--- + +## 三、源码质量优化相关回归点(手工验证) + +以下为 2026-03-17 源码质量优化后的建议回归项,自动化用例未覆盖: + +| 场景 | 验证点 | +|------|--------| +| **支付流程** | read 页购买章节/全书 → 微信支付 → 回调更新购买状态 | +| **管理端用户详情** | 用户列表点击详情 → 行为轨迹 Tab 展示(调用 /api/admin/user/track) | +| **我的页** | 找伙伴、推广、搜索入口根据 featureConfig 显示/隐藏 | +| **首页/目录** | 搜索栏根据 searchEnabled 显示/隐藏 | +| **提现测试接口** | GIN_MODE=release 时 GET/POST /api/admin/withdraw-test 返回 404 | + +--- + +## 四、测试结果记录 + +| 执行日期 | 环境 | 通过 | 失败 | 跳过 | 备注 | +|----------|------|------|------|------|------| +| 2026-03-17 | local | 16 | 0 | 2 | 含新增文件上传 6 用例;2 跳过(dev_login、backfill 需配置) | +| (待填写) | local / souldev | - | - | - | - | + +### 失败用例详情(若有) + +| 用例 | 错误信息 | 处理 | +|------|----------|------| +| - | - | - | + +--- + +## 五、环境就绪检查 + +执行测试前请确认: + +- [ ] soul-api 已启动(local 时 `go run cmd/server/main.go` 或 `scripts/本地启动.sh`) +- [ ] 测试环境变量已设置(SOUL_TEST_ENV 或 SOUL_API_BASE) +- [ ] 管理端账号可登录(默认 admin/admin123) +- [ ] 流程测试需 CKB 配置时,soul-api/.env 已配置 CKB_OPEN_API_KEY、CKB_OPEN_ACCOUNT diff --git a/soul-admin/dist/assets/index-BC7lp6bO.js b/soul-admin/dist/assets/index-D5RkA1Qc.js similarity index 79% rename from soul-admin/dist/assets/index-BC7lp6bO.js rename to soul-admin/dist/assets/index-D5RkA1Qc.js index 0a2fa79c..4faddb40 100644 --- a/soul-admin/dist/assets/index-BC7lp6bO.js +++ b/soul-admin/dist/assets/index-D5RkA1Qc.js @@ -1,4 +1,4 @@ -function xE(t,e){for(var n=0;nr[a]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const a of document.querySelectorAll('link[rel="modulepreload"]'))r(a);new MutationObserver(a=>{for(const i of a)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(a){const i={};return a.integrity&&(i.integrity=a.integrity),a.referrerPolicy&&(i.referrerPolicy=a.referrerPolicy),a.crossOrigin==="use-credentials"?i.credentials="include":a.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(a){if(a.ep)return;a.ep=!0;const i=n(a);fetch(a.href,i)}})();function Aw(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var bm={exports:{}},kc={},vm={exports:{}},ft={};/** +function yE(t,e){for(var n=0;nr[a]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const a of document.querySelectorAll('link[rel="modulepreload"]'))r(a);new MutationObserver(a=>{for(const i of a)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(a){const i={};return a.integrity&&(i.integrity=a.integrity),a.referrerPolicy&&(i.referrerPolicy=a.referrerPolicy),a.crossOrigin==="use-credentials"?i.credentials="include":a.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function r(a){if(a.ep)return;a.ep=!0;const i=n(a);fetch(a.href,i)}})();function Iw(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var bm={exports:{}},kc={},vm={exports:{}},ft={};/** * @license React * react.production.min.js * @@ -6,7 +6,7 @@ function xE(t,e){for(var n=0;n>>1,H=z[$];if(0>>1;$a(me,K))Za(ce,me)?(z[$]=ce,z[Z]=K,$=Z):(z[$]=me,z[q]=K,$=q);else if(Za(ce,K))z[$]=ce,z[Z]=K,$=Z;else break e}}return re}function a(z,re){var K=z.sortIndex-re.sortIndex;return K!==0?K:z.id-re.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;t.unstable_now=function(){return i.now()}}else{var o=Date,c=o.now();t.unstable_now=function(){return o.now()-c}}var u=[],h=[],f=1,m=null,g=3,y=!1,N=!1,w=!1,v=typeof setTimeout=="function"?setTimeout:null,k=typeof clearTimeout=="function"?clearTimeout:null,C=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function E(z){for(var re=n(h);re!==null;){if(re.callback===null)r(h);else if(re.startTime<=z)r(h),re.sortIndex=re.expirationTime,e(u,re);else break;re=n(h)}}function T(z){if(w=!1,E(z),!N)if(n(u)!==null)N=!0,O(R);else{var re=n(h);re!==null&&G(T,re.startTime-z)}}function R(z,re){N=!1,w&&(w=!1,k(P),P=-1),y=!0;var K=g;try{for(E(re),m=n(u);m!==null&&(!(m.expirationTime>re)||z&&!X());){var $=m.callback;if(typeof $=="function"){m.callback=null,g=m.priorityLevel;var H=$(m.expirationTime<=re);re=t.unstable_now(),typeof H=="function"?m.callback=H:m===n(u)&&r(u),E(re)}else r(u);m=n(u)}if(m!==null)var oe=!0;else{var q=n(h);q!==null&&G(T,q.startTime-re),oe=!1}return oe}finally{m=null,g=K,y=!1}}var D=!1,_=null,P=-1,L=5,F=-1;function X(){return!(t.unstable_now()-Fz||125$?(z.sortIndex=K,e(h,z),n(u)===null&&z===n(h)&&(w?(k(P),P=-1):w=!0,G(T,K-$))):(z.sortIndex=H,e(u,z),N||y||(N=!0,O(R))),z},t.unstable_shouldYield=X,t.unstable_wrapCallback=function(z){var re=g;return function(){var K=g;g=re;try{return z.apply(this,arguments)}finally{g=K}}}})(jm)),jm}var jv;function wE(){return jv||(jv=1,wm.exports=NE()),wm.exports}/** + */var wv;function wE(){return wv||(wv=1,(function(t){function e(z,re){var K=z.length;z.push(re);e:for(;0>>1,H=z[$];if(0>>1;$a(me,K))Za(ce,me)?(z[$]=ce,z[Z]=K,$=Z):(z[$]=me,z[q]=K,$=q);else if(Za(ce,K))z[$]=ce,z[Z]=K,$=Z;else break e}}return re}function a(z,re){var K=z.sortIndex-re.sortIndex;return K!==0?K:z.id-re.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;t.unstable_now=function(){return i.now()}}else{var o=Date,c=o.now();t.unstable_now=function(){return o.now()-c}}var u=[],h=[],f=1,m=null,g=3,y=!1,N=!1,w=!1,v=typeof setTimeout=="function"?setTimeout:null,k=typeof clearTimeout=="function"?clearTimeout:null,C=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function E(z){for(var re=n(h);re!==null;){if(re.callback===null)r(h);else if(re.startTime<=z)r(h),re.sortIndex=re.expirationTime,e(u,re);else break;re=n(h)}}function T(z){if(w=!1,E(z),!N)if(n(u)!==null)N=!0,O(R);else{var re=n(h);re!==null&&G(T,re.startTime-z)}}function R(z,re){N=!1,w&&(w=!1,k(P),P=-1),y=!0;var K=g;try{for(E(re),m=n(u);m!==null&&(!(m.expirationTime>re)||z&&!X());){var $=m.callback;if(typeof $=="function"){m.callback=null,g=m.priorityLevel;var H=$(m.expirationTime<=re);re=t.unstable_now(),typeof H=="function"?m.callback=H:m===n(u)&&r(u),E(re)}else r(u);m=n(u)}if(m!==null)var oe=!0;else{var q=n(h);q!==null&&G(T,q.startTime-re),oe=!1}return oe}finally{m=null,g=K,y=!1}}var D=!1,_=null,P=-1,L=5,F=-1;function X(){return!(t.unstable_now()-Fz||125$?(z.sortIndex=K,e(h,z),n(u)===null&&z===n(h)&&(w?(k(P),P=-1):w=!0,G(T,K-$))):(z.sortIndex=H,e(u,z),N||y||(N=!0,O(R))),z},t.unstable_shouldYield=X,t.unstable_wrapCallback=function(z){var re=g;return function(){var K=g;g=re;try{return z.apply(this,arguments)}finally{g=K}}}})(jm)),jm}var jv;function jE(){return jv||(jv=1,wm.exports=wE()),wm.exports}/** * @license React * react-dom.production.min.js * @@ -30,14 +30,14 @@ function xE(t,e){for(var n=0;n"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),u=Object.prototype.hasOwnProperty,h=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,f={},m={};function g(l){return u.call(m,l)?!0:u.call(f,l)?!1:h.test(l)?m[l]=!0:(f[l]=!0,!1)}function y(l,d,p,x){if(p!==null&&p.type===0)return!1;switch(typeof d){case"function":case"symbol":return!0;case"boolean":return x?!1:p!==null?!p.acceptsBooleans:(l=l.toLowerCase().slice(0,5),l!=="data-"&&l!=="aria-");default:return!1}}function N(l,d,p,x){if(d===null||typeof d>"u"||y(l,d,p,x))return!0;if(x)return!1;if(p!==null)switch(p.type){case 3:return!d;case 4:return d===!1;case 5:return isNaN(d);case 6:return isNaN(d)||1>d}return!1}function w(l,d,p,x,j,S,A){this.acceptsBooleans=d===2||d===3||d===4,this.attributeName=x,this.attributeNamespace=j,this.mustUseProperty=p,this.propertyName=l,this.type=d,this.sanitizeURL=S,this.removeEmptyString=A}var v={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(l){v[l]=new w(l,0,!1,l,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(l){var d=l[0];v[d]=new w(d,1,!1,l[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(l){v[l]=new w(l,2,!1,l.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(l){v[l]=new w(l,2,!1,l,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(l){v[l]=new w(l,3,!1,l.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(l){v[l]=new w(l,3,!0,l,null,!1,!1)}),["capture","download"].forEach(function(l){v[l]=new w(l,4,!1,l,null,!1,!1)}),["cols","rows","size","span"].forEach(function(l){v[l]=new w(l,6,!1,l,null,!1,!1)}),["rowSpan","start"].forEach(function(l){v[l]=new w(l,5,!1,l.toLowerCase(),null,!1,!1)});var k=/[\-:]([a-z])/g;function C(l){return l[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(l){v[l]=new w(l,1,!1,l.toLowerCase(),null,!1,!1)}),v.xlinkHref=new w("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(l){v[l]=new w(l,1,!1,l.toLowerCase(),null,!0,!0)});function E(l,d,p,x){var j=v.hasOwnProperty(d)?v[d]:null;(j!==null?j.type!==0:x||!(2"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),u=Object.prototype.hasOwnProperty,h=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,f={},m={};function g(l){return u.call(m,l)?!0:u.call(f,l)?!1:h.test(l)?m[l]=!0:(f[l]=!0,!1)}function y(l,d,p,x){if(p!==null&&p.type===0)return!1;switch(typeof d){case"function":case"symbol":return!0;case"boolean":return x?!1:p!==null?!p.acceptsBooleans:(l=l.toLowerCase().slice(0,5),l!=="data-"&&l!=="aria-");default:return!1}}function N(l,d,p,x){if(d===null||typeof d>"u"||y(l,d,p,x))return!0;if(x)return!1;if(p!==null)switch(p.type){case 3:return!d;case 4:return d===!1;case 5:return isNaN(d);case 6:return isNaN(d)||1>d}return!1}function w(l,d,p,x,j,S,A){this.acceptsBooleans=d===2||d===3||d===4,this.attributeName=x,this.attributeNamespace=j,this.mustUseProperty=p,this.propertyName=l,this.type=d,this.sanitizeURL=S,this.removeEmptyString=A}var v={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(l){v[l]=new w(l,0,!1,l,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(l){var d=l[0];v[d]=new w(d,1,!1,l[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(l){v[l]=new w(l,2,!1,l.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(l){v[l]=new w(l,2,!1,l,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(l){v[l]=new w(l,3,!1,l.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(l){v[l]=new w(l,3,!0,l,null,!1,!1)}),["capture","download"].forEach(function(l){v[l]=new w(l,4,!1,l,null,!1,!1)}),["cols","rows","size","span"].forEach(function(l){v[l]=new w(l,6,!1,l,null,!1,!1)}),["rowSpan","start"].forEach(function(l){v[l]=new w(l,5,!1,l.toLowerCase(),null,!1,!1)});var k=/[\-:]([a-z])/g;function C(l){return l[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(l){var d=l.replace(k,C);v[d]=new w(d,1,!1,l,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(l){v[l]=new w(l,1,!1,l.toLowerCase(),null,!1,!1)}),v.xlinkHref=new w("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(l){v[l]=new w(l,1,!1,l.toLowerCase(),null,!0,!0)});function E(l,d,p,x){var j=v.hasOwnProperty(d)?v[d]:null;(j!==null?j.type!==0:x||!(2B||j[A]!==S[B]){var U=` -`+j[A].replace(" at new "," at ");return l.displayName&&U.includes("")&&(U=U.replace("",l.displayName)),U}while(1<=A&&0<=B);break}}}finally{oe=!1,Error.prepareStackTrace=p}return(l=l?l.displayName||l.name:"")?H(l):""}function me(l){switch(l.tag){case 5:return H(l.type);case 16:return H("Lazy");case 13:return H("Suspense");case 19:return H("SuspenseList");case 0:case 2:case 15:return l=q(l.type,!1),l;case 11:return l=q(l.type.render,!1),l;case 1:return l=q(l.type,!0),l;default:return""}}function Z(l){if(l==null)return null;if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case _:return"Fragment";case D:return"Portal";case L:return"Profiler";case P:return"StrictMode";case ue:return"Suspense";case ae:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case X:return(l.displayName||"Context")+".Consumer";case F:return(l._context.displayName||"Context")+".Provider";case te:var d=l.render;return l=l.displayName,l||(l=d.displayName||d.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case I:return d=l.displayName||null,d!==null?d:Z(l.type)||"Memo";case O:d=l._payload,l=l._init;try{return Z(l(d))}catch{}}return null}function ce(l){var d=l.type;switch(l.tag){case 24:return"Cache";case 9:return(d.displayName||"Context")+".Consumer";case 10:return(d._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return l=d.render,l=l.displayName||l.name||"",d.displayName||(l!==""?"ForwardRef("+l+")":"ForwardRef");case 7:return"Fragment";case 5:return d;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Z(d);case 8:return d===P?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d}return null}function he(l){switch(typeof l){case"boolean":case"number":case"string":case"undefined":return l;case"object":return l;default:return""}}function ve(l){var d=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(d==="checkbox"||d==="radio")}function Ae(l){var d=ve(l)?"checked":"value",p=Object.getOwnPropertyDescriptor(l.constructor.prototype,d),x=""+l[d];if(!l.hasOwnProperty(d)&&typeof p<"u"&&typeof p.get=="function"&&typeof p.set=="function"){var j=p.get,S=p.set;return Object.defineProperty(l,d,{configurable:!0,get:function(){return j.call(this)},set:function(A){x=""+A,S.call(this,A)}}),Object.defineProperty(l,d,{enumerable:p.enumerable}),{getValue:function(){return x},setValue:function(A){x=""+A},stopTracking:function(){l._valueTracker=null,delete l[d]}}}}function Be(l){l._valueTracker||(l._valueTracker=Ae(l))}function $e(l){if(!l)return!1;var d=l._valueTracker;if(!d)return!0;var p=d.getValue(),x="";return l&&(x=ve(l)?l.checked?"true":"false":l.value),l=x,l!==p?(d.setValue(l),!0):!1}function pt(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}function Tt(l,d){var p=d.checked;return K({},d,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:p??l._wrapperState.initialChecked})}function ln(l,d){var p=d.defaultValue==null?"":d.defaultValue,x=d.checked!=null?d.checked:d.defaultChecked;p=he(d.value!=null?d.value:p),l._wrapperState={initialChecked:x,initialValue:p,controlled:d.type==="checkbox"||d.type==="radio"?d.checked!=null:d.value!=null}}function yt(l,d){d=d.checked,d!=null&&E(l,"checked",d,!1)}function nn(l,d){yt(l,d);var p=he(d.value),x=d.type;if(p!=null)x==="number"?(p===0&&l.value===""||l.value!=p)&&(l.value=""+p):l.value!==""+p&&(l.value=""+p);else if(x==="submit"||x==="reset"){l.removeAttribute("value");return}d.hasOwnProperty("value")?Mt(l,d.type,p):d.hasOwnProperty("defaultValue")&&Mt(l,d.type,he(d.defaultValue)),d.checked==null&&d.defaultChecked!=null&&(l.defaultChecked=!!d.defaultChecked)}function An(l,d,p){if(d.hasOwnProperty("value")||d.hasOwnProperty("defaultValue")){var x=d.type;if(!(x!=="submit"&&x!=="reset"||d.value!==void 0&&d.value!==null))return;d=""+l._wrapperState.initialValue,p||d===l.value||(l.value=d),l.defaultValue=d}p=l.name,p!==""&&(l.name=""),l.defaultChecked=!!l._wrapperState.initialChecked,p!==""&&(l.name=p)}function Mt(l,d,p){(d!=="number"||pt(l.ownerDocument)!==l)&&(p==null?l.defaultValue=""+l._wrapperState.initialValue:l.defaultValue!==""+p&&(l.defaultValue=""+p))}var Yt=Array.isArray;function rn(l,d,p,x){if(l=l.options,d){d={};for(var j=0;j"+d.valueOf().toString()+"",d=qe.firstChild;l.firstChild;)l.removeChild(l.firstChild);for(;d.firstChild;)l.appendChild(d.firstChild)}});function lt(l,d){if(d){var p=l.firstChild;if(p&&p===l.lastChild&&p.nodeType===3){p.nodeValue=d;return}}l.textContent=d}var nt={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},gt=["Webkit","ms","Moz","O"];Object.keys(nt).forEach(function(l){gt.forEach(function(d){d=d+l.charAt(0).toUpperCase()+l.substring(1),nt[d]=nt[l]})});function It(l,d,p){return d==null||typeof d=="boolean"||d===""?"":p||typeof d!="number"||d===0||nt.hasOwnProperty(l)&&nt[l]?(""+d).trim():d+"px"}function gn(l,d){l=l.style;for(var p in d)if(d.hasOwnProperty(p)){var x=p.indexOf("--")===0,j=It(p,d[p],x);p==="float"&&(p="cssFloat"),x?l.setProperty(p,j):l[p]=j}}var mr=K({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function wr(l,d){if(d){if(mr[l]&&(d.children!=null||d.dangerouslySetInnerHTML!=null))throw Error(n(137,l));if(d.dangerouslySetInnerHTML!=null){if(d.children!=null)throw Error(n(60));if(typeof d.dangerouslySetInnerHTML!="object"||!("__html"in d.dangerouslySetInnerHTML))throw Error(n(61))}if(d.style!=null&&typeof d.style!="object")throw Error(n(62))}}function As(l,d){if(l.indexOf("-")===-1)return typeof d.is=="string";switch(l){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Wr=null;function Is(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}var fe=null,ge=null,Rt=null;function Pn(l){if(l=cc(l)){if(typeof fe!="function")throw Error(n(280));var d=l.stateNode;d&&(d=zd(d),fe(l.stateNode,l.type,d))}}function Qs(l){ge?Rt?Rt.push(l):Rt=[l]:ge=l}function Xs(){if(ge){var l=ge,d=Rt;if(Rt=ge=null,Pn(l),d)for(l=0;l>>=0,l===0?32:31-(Dn(l)/gr|0)|0}var Qt=64,Un=4194304;function ps(l){switch(l&-l){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return l&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return l&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return l}}function Os(l,d){var p=l.pendingLanes;if(p===0)return 0;var x=0,j=l.suspendedLanes,S=l.pingedLanes,A=p&268435455;if(A!==0){var B=A&~j;B!==0?x=ps(B):(S&=A,S!==0&&(x=ps(S)))}else A=p&~j,A!==0?x=ps(A):S!==0&&(x=ps(S));if(x===0)return 0;if(d!==0&&d!==x&&(d&j)===0&&(j=x&-x,S=d&-d,j>=S||j===16&&(S&4194240)!==0))return d;if((x&4)!==0&&(x|=p&16),d=l.entangledLanes,d!==0)for(l=l.entanglements,d&=x;0p;p++)d.push(l);return d}function zi(l,d,p){l.pendingLanes|=d,d!==536870912&&(l.suspendedLanes=0,l.pingedLanes=0),l=l.eventTimes,d=31-tt(d),l[d]=p}function jd(l,d){var p=l.pendingLanes&~d;l.pendingLanes=d,l.suspendedLanes=0,l.pingedLanes=0,l.expiredLanes&=d,l.mutableReadLanes&=d,l.entangledLanes&=d,d=l.entanglements;var x=l.eventTimes;for(l=l.expirationTimes;0=ec),uy=" ",hy=!1;function fy(l,d){switch(l){case"keyup":return h3.indexOf(d.keyCode)!==-1;case"keydown":return d.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function py(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}var _o=!1;function p3(l,d){switch(l){case"compositionend":return py(d);case"keypress":return d.which!==32?null:(hy=!0,uy);case"textInput":return l=d.data,l===uy&&hy?null:l;default:return null}}function m3(l,d){if(_o)return l==="compositionend"||!Zf&&fy(l,d)?(l=ay(),Ed=qf=Da=null,_o=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(d.ctrlKey||d.altKey||d.metaKey)||d.ctrlKey&&d.altKey){if(d.char&&1=d)return{node:p,offset:d-l};l=x}e:{for(;p;){if(p.nextSibling){p=p.nextSibling;break e}p=p.parentNode}p=void 0}p=Ny(p)}}function jy(l,d){return l&&d?l===d?!0:l&&l.nodeType===3?!1:d&&d.nodeType===3?jy(l,d.parentNode):"contains"in l?l.contains(d):l.compareDocumentPosition?!!(l.compareDocumentPosition(d)&16):!1:!1}function ky(){for(var l=window,d=pt();d instanceof l.HTMLIFrameElement;){try{var p=typeof d.contentWindow.location.href=="string"}catch{p=!1}if(p)l=d.contentWindow;else break;d=pt(l.document)}return d}function np(l){var d=l&&l.nodeName&&l.nodeName.toLowerCase();return d&&(d==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||d==="textarea"||l.contentEditable==="true")}function k3(l){var d=ky(),p=l.focusedElem,x=l.selectionRange;if(d!==p&&p&&p.ownerDocument&&jy(p.ownerDocument.documentElement,p)){if(x!==null&&np(p)){if(d=x.start,l=x.end,l===void 0&&(l=d),"selectionStart"in p)p.selectionStart=d,p.selectionEnd=Math.min(l,p.value.length);else if(l=(d=p.ownerDocument||document)&&d.defaultView||window,l.getSelection){l=l.getSelection();var j=p.textContent.length,S=Math.min(x.start,j);x=x.end===void 0?S:Math.min(x.end,j),!l.extend&&S>x&&(j=x,x=S,S=j),j=wy(p,S);var A=wy(p,x);j&&A&&(l.rangeCount!==1||l.anchorNode!==j.node||l.anchorOffset!==j.offset||l.focusNode!==A.node||l.focusOffset!==A.offset)&&(d=d.createRange(),d.setStart(j.node,j.offset),l.removeAllRanges(),S>x?(l.addRange(d),l.extend(A.node,A.offset)):(d.setEnd(A.node,A.offset),l.addRange(d)))}}for(d=[],l=p;l=l.parentNode;)l.nodeType===1&&d.push({element:l,left:l.scrollLeft,top:l.scrollTop});for(typeof p.focus=="function"&&p.focus(),p=0;p=document.documentMode,zo=null,rp=null,sc=null,sp=!1;function Sy(l,d,p){var x=p.window===p?p.document:p.nodeType===9?p:p.ownerDocument;sp||zo==null||zo!==pt(x)||(x=zo,"selectionStart"in x&&np(x)?x={start:x.selectionStart,end:x.selectionEnd}:(x=(x.ownerDocument&&x.ownerDocument.defaultView||window).getSelection(),x={anchorNode:x.anchorNode,anchorOffset:x.anchorOffset,focusNode:x.focusNode,focusOffset:x.focusOffset}),sc&&rc(sc,x)||(sc=x,x=Dd(rp,"onSelect"),0Ho||(l.current=gp[Ho],gp[Ho]=null,Ho--)}function Vt(l,d){Ho++,gp[Ho]=l.current,l.current=d}var Fa={},tr=za(Fa),jr=za(!1),Vi=Fa;function Wo(l,d){var p=l.type.contextTypes;if(!p)return Fa;var x=l.stateNode;if(x&&x.__reactInternalMemoizedUnmaskedChildContext===d)return x.__reactInternalMemoizedMaskedChildContext;var j={},S;for(S in p)j[S]=d[S];return x&&(l=l.stateNode,l.__reactInternalMemoizedUnmaskedChildContext=d,l.__reactInternalMemoizedMaskedChildContext=j),j}function kr(l){return l=l.childContextTypes,l!=null}function Fd(){Gt(jr),Gt(tr)}function $y(l,d,p){if(tr.current!==Fa)throw Error(n(168));Vt(tr,d),Vt(jr,p)}function By(l,d,p){var x=l.stateNode;if(d=d.childContextTypes,typeof x.getChildContext!="function")return p;x=x.getChildContext();for(var j in x)if(!(j in d))throw Error(n(108,ce(l)||"Unknown",j));return K({},p,x)}function $d(l){return l=(l=l.stateNode)&&l.__reactInternalMemoizedMergedChildContext||Fa,Vi=tr.current,Vt(tr,l),Vt(jr,jr.current),!0}function Vy(l,d,p){var x=l.stateNode;if(!x)throw Error(n(169));p?(l=By(l,d,Vi),x.__reactInternalMemoizedMergedChildContext=l,Gt(jr),Gt(tr),Vt(tr,l)):Gt(jr),Vt(jr,p)}var sa=null,Bd=!1,xp=!1;function Hy(l){sa===null?sa=[l]:sa.push(l)}function L3(l){Bd=!0,Hy(l)}function $a(){if(!xp&&sa!==null){xp=!0;var l=0,d=vt;try{var p=sa;for(vt=1;l>=A,j-=A,aa=1<<32-tt(d)+j|p<at?(Fn=Ze,Ze=null):Fn=Ze.sibling;var Nt=Ne(se,Ze,le[at],Me);if(Nt===null){Ze===null&&(Ze=Fn);break}l&&Ze&&Nt.alternate===null&&d(se,Ze),Q=S(Nt,Q,at),Xe===null?Ve=Nt:Xe.sibling=Nt,Xe=Nt,Ze=Fn}if(at===le.length)return p(se,Ze),Xt&&Wi(se,at),Ve;if(Ze===null){for(;atat?(Fn=Ze,Ze=null):Fn=Ze.sibling;var Ja=Ne(se,Ze,Nt.value,Me);if(Ja===null){Ze===null&&(Ze=Fn);break}l&&Ze&&Ja.alternate===null&&d(se,Ze),Q=S(Ja,Q,at),Xe===null?Ve=Ja:Xe.sibling=Ja,Xe=Ja,Ze=Fn}if(Nt.done)return p(se,Ze),Xt&&Wi(se,at),Ve;if(Ze===null){for(;!Nt.done;at++,Nt=le.next())Nt=ke(se,Nt.value,Me),Nt!==null&&(Q=S(Nt,Q,at),Xe===null?Ve=Nt:Xe.sibling=Nt,Xe=Nt);return Xt&&Wi(se,at),Ve}for(Ze=x(se,Ze);!Nt.done;at++,Nt=le.next())Nt=Pe(Ze,se,at,Nt.value,Me),Nt!==null&&(l&&Nt.alternate!==null&&Ze.delete(Nt.key===null?at:Nt.key),Q=S(Nt,Q,at),Xe===null?Ve=Nt:Xe.sibling=Nt,Xe=Nt);return l&&Ze.forEach(function(gE){return d(se,gE)}),Xt&&Wi(se,at),Ve}function yn(se,Q,le,Me){if(typeof le=="object"&&le!==null&&le.type===_&&le.key===null&&(le=le.props.children),typeof le=="object"&&le!==null){switch(le.$$typeof){case R:e:{for(var Ve=le.key,Xe=Q;Xe!==null;){if(Xe.key===Ve){if(Ve=le.type,Ve===_){if(Xe.tag===7){p(se,Xe.sibling),Q=j(Xe,le.props.children),Q.return=se,se=Q;break e}}else if(Xe.elementType===Ve||typeof Ve=="object"&&Ve!==null&&Ve.$$typeof===O&&Jy(Ve)===Xe.type){p(se,Xe.sibling),Q=j(Xe,le.props),Q.ref=dc(se,Xe,le),Q.return=se,se=Q;break e}p(se,Xe);break}else d(se,Xe);Xe=Xe.sibling}le.type===_?(Q=Xi(le.props.children,se.mode,Me,le.key),Q.return=se,se=Q):(Me=mu(le.type,le.key,le.props,null,se.mode,Me),Me.ref=dc(se,Q,le),Me.return=se,se=Me)}return A(se);case D:e:{for(Xe=le.key;Q!==null;){if(Q.key===Xe)if(Q.tag===4&&Q.stateNode.containerInfo===le.containerInfo&&Q.stateNode.implementation===le.implementation){p(se,Q.sibling),Q=j(Q,le.children||[]),Q.return=se,se=Q;break e}else{p(se,Q);break}else d(se,Q);Q=Q.sibling}Q=pm(le,se.mode,Me),Q.return=se,se=Q}return A(se);case O:return Xe=le._init,yn(se,Q,Xe(le._payload),Me)}if(Yt(le))return Le(se,Q,le,Me);if(re(le))return Fe(se,Q,le,Me);Ud(se,le)}return typeof le=="string"&&le!==""||typeof le=="number"?(le=""+le,Q!==null&&Q.tag===6?(p(se,Q.sibling),Q=j(Q,le),Q.return=se,se=Q):(p(se,Q),Q=fm(le,se.mode,Me),Q.return=se,se=Q),A(se)):p(se,Q)}return yn}var Go=Yy(!0),Qy=Yy(!1),Kd=za(null),qd=null,Jo=null,jp=null;function kp(){jp=Jo=qd=null}function Sp(l){var d=Kd.current;Gt(Kd),l._currentValue=d}function Cp(l,d,p){for(;l!==null;){var x=l.alternate;if((l.childLanes&d)!==d?(l.childLanes|=d,x!==null&&(x.childLanes|=d)):x!==null&&(x.childLanes&d)!==d&&(x.childLanes|=d),l===p)break;l=l.return}}function Yo(l,d){qd=l,jp=Jo=null,l=l.dependencies,l!==null&&l.firstContext!==null&&((l.lanes&d)!==0&&(Sr=!0),l.firstContext=null)}function Xr(l){var d=l._currentValue;if(jp!==l)if(l={context:l,memoizedValue:d,next:null},Jo===null){if(qd===null)throw Error(n(308));Jo=l,qd.dependencies={lanes:0,firstContext:l}}else Jo=Jo.next=l;return d}var Ui=null;function Ep(l){Ui===null?Ui=[l]:Ui.push(l)}function Xy(l,d,p,x){var j=d.interleaved;return j===null?(p.next=p,Ep(d)):(p.next=j.next,j.next=p),d.interleaved=p,oa(l,x)}function oa(l,d){l.lanes|=d;var p=l.alternate;for(p!==null&&(p.lanes|=d),p=l,l=l.return;l!==null;)l.childLanes|=d,p=l.alternate,p!==null&&(p.childLanes|=d),p=l,l=l.return;return p.tag===3?p.stateNode:null}var Ba=!1;function Tp(l){l.updateQueue={baseState:l.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Zy(l,d){l=l.updateQueue,d.updateQueue===l&&(d.updateQueue={baseState:l.baseState,firstBaseUpdate:l.firstBaseUpdate,lastBaseUpdate:l.lastBaseUpdate,shared:l.shared,effects:l.effects})}function la(l,d){return{eventTime:l,lane:d,tag:0,payload:null,callback:null,next:null}}function Va(l,d,p){var x=l.updateQueue;if(x===null)return null;if(x=x.shared,(bt&2)!==0){var j=x.pending;return j===null?d.next=d:(d.next=j.next,j.next=d),x.pending=d,oa(l,p)}return j=x.interleaved,j===null?(d.next=d,Ep(x)):(d.next=j.next,j.next=d),x.interleaved=d,oa(l,p)}function Gd(l,d,p){if(d=d.updateQueue,d!==null&&(d=d.shared,(p&4194240)!==0)){var x=d.lanes;x&=l.pendingLanes,p|=x,d.lanes=p,Fi(l,p)}}function eb(l,d){var p=l.updateQueue,x=l.alternate;if(x!==null&&(x=x.updateQueue,p===x)){var j=null,S=null;if(p=p.firstBaseUpdate,p!==null){do{var A={eventTime:p.eventTime,lane:p.lane,tag:p.tag,payload:p.payload,callback:p.callback,next:null};S===null?j=S=A:S=S.next=A,p=p.next}while(p!==null);S===null?j=S=d:S=S.next=d}else j=S=d;p={baseState:x.baseState,firstBaseUpdate:j,lastBaseUpdate:S,shared:x.shared,effects:x.effects},l.updateQueue=p;return}l=p.lastBaseUpdate,l===null?p.firstBaseUpdate=d:l.next=d,p.lastBaseUpdate=d}function Jd(l,d,p,x){var j=l.updateQueue;Ba=!1;var S=j.firstBaseUpdate,A=j.lastBaseUpdate,B=j.shared.pending;if(B!==null){j.shared.pending=null;var U=B,de=U.next;U.next=null,A===null?S=de:A.next=de,A=U;var we=l.alternate;we!==null&&(we=we.updateQueue,B=we.lastBaseUpdate,B!==A&&(B===null?we.firstBaseUpdate=de:B.next=de,we.lastBaseUpdate=U))}if(S!==null){var ke=j.baseState;A=0,we=de=U=null,B=S;do{var Ne=B.lane,Pe=B.eventTime;if((x&Ne)===Ne){we!==null&&(we=we.next={eventTime:Pe,lane:0,tag:B.tag,payload:B.payload,callback:B.callback,next:null});e:{var Le=l,Fe=B;switch(Ne=d,Pe=p,Fe.tag){case 1:if(Le=Fe.payload,typeof Le=="function"){ke=Le.call(Pe,ke,Ne);break e}ke=Le;break e;case 3:Le.flags=Le.flags&-65537|128;case 0:if(Le=Fe.payload,Ne=typeof Le=="function"?Le.call(Pe,ke,Ne):Le,Ne==null)break e;ke=K({},ke,Ne);break e;case 2:Ba=!0}}B.callback!==null&&B.lane!==0&&(l.flags|=64,Ne=j.effects,Ne===null?j.effects=[B]:Ne.push(B))}else Pe={eventTime:Pe,lane:Ne,tag:B.tag,payload:B.payload,callback:B.callback,next:null},we===null?(de=we=Pe,U=ke):we=we.next=Pe,A|=Ne;if(B=B.next,B===null){if(B=j.shared.pending,B===null)break;Ne=B,B=Ne.next,Ne.next=null,j.lastBaseUpdate=Ne,j.shared.pending=null}}while(!0);if(we===null&&(U=ke),j.baseState=U,j.firstBaseUpdate=de,j.lastBaseUpdate=we,d=j.shared.interleaved,d!==null){j=d;do A|=j.lane,j=j.next;while(j!==d)}else S===null&&(j.shared.lanes=0);Gi|=A,l.lanes=A,l.memoizedState=ke}}function tb(l,d,p){if(l=d.effects,d.effects=null,l!==null)for(d=0;dp?p:4,l(!0);var x=Pp.transition;Pp.transition={};try{l(!1),d()}finally{vt=p,Pp.transition=x}}function vb(){return Zr().memoizedState}function $3(l,d,p){var x=Ka(l);if(p={lane:x,action:p,hasEagerState:!1,eagerState:null,next:null},Nb(l))wb(d,p);else if(p=Xy(l,d,p,x),p!==null){var j=yr();Ns(p,l,x,j),jb(p,d,x)}}function B3(l,d,p){var x=Ka(l),j={lane:x,action:p,hasEagerState:!1,eagerState:null,next:null};if(Nb(l))wb(d,j);else{var S=l.alternate;if(l.lanes===0&&(S===null||S.lanes===0)&&(S=d.lastRenderedReducer,S!==null))try{var A=d.lastRenderedState,B=S(A,p);if(j.hasEagerState=!0,j.eagerState=B,gs(B,A)){var U=d.interleaved;U===null?(j.next=j,Ep(d)):(j.next=U.next,U.next=j),d.interleaved=j;return}}catch{}finally{}p=Xy(l,d,j,x),p!==null&&(j=yr(),Ns(p,l,x,j),jb(p,d,x))}}function Nb(l){var d=l.alternate;return l===an||d!==null&&d===an}function wb(l,d){pc=Xd=!0;var p=l.pending;p===null?d.next=d:(d.next=p.next,p.next=d),l.pending=d}function jb(l,d,p){if((p&4194240)!==0){var x=d.lanes;x&=l.pendingLanes,p|=x,d.lanes=p,Fi(l,p)}}var tu={readContext:Xr,useCallback:nr,useContext:nr,useEffect:nr,useImperativeHandle:nr,useInsertionEffect:nr,useLayoutEffect:nr,useMemo:nr,useReducer:nr,useRef:nr,useState:nr,useDebugValue:nr,useDeferredValue:nr,useTransition:nr,useMutableSource:nr,useSyncExternalStore:nr,useId:nr,unstable_isNewReconciler:!1},V3={readContext:Xr,useCallback:function(l,d){return _s().memoizedState=[l,d===void 0?null:d],l},useContext:Xr,useEffect:hb,useImperativeHandle:function(l,d,p){return p=p!=null?p.concat([l]):null,Zd(4194308,4,mb.bind(null,d,l),p)},useLayoutEffect:function(l,d){return Zd(4194308,4,l,d)},useInsertionEffect:function(l,d){return Zd(4,2,l,d)},useMemo:function(l,d){var p=_s();return d=d===void 0?null:d,l=l(),p.memoizedState=[l,d],l},useReducer:function(l,d,p){var x=_s();return d=p!==void 0?p(d):d,x.memoizedState=x.baseState=d,l={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:l,lastRenderedState:d},x.queue=l,l=l.dispatch=$3.bind(null,an,l),[x.memoizedState,l]},useRef:function(l){var d=_s();return l={current:l},d.memoizedState=l},useState:db,useDebugValue:$p,useDeferredValue:function(l){return _s().memoizedState=l},useTransition:function(){var l=db(!1),d=l[0];return l=F3.bind(null,l[1]),_s().memoizedState=l,[d,l]},useMutableSource:function(){},useSyncExternalStore:function(l,d,p){var x=an,j=_s();if(Xt){if(p===void 0)throw Error(n(407));p=p()}else{if(p=d(),zn===null)throw Error(n(349));(qi&30)!==0||ab(x,d,p)}j.memoizedState=p;var S={value:p,getSnapshot:d};return j.queue=S,hb(ob.bind(null,x,S,l),[l]),x.flags|=2048,xc(9,ib.bind(null,x,S,p,d),void 0,null),p},useId:function(){var l=_s(),d=zn.identifierPrefix;if(Xt){var p=ia,x=aa;p=(x&~(1<<32-tt(x)-1)).toString(32)+p,d=":"+d+"R"+p,p=mc++,0")&&(U=U.replace("",l.displayName)),U}while(1<=A&&0<=B);break}}}finally{oe=!1,Error.prepareStackTrace=p}return(l=l?l.displayName||l.name:"")?H(l):""}function me(l){switch(l.tag){case 5:return H(l.type);case 16:return H("Lazy");case 13:return H("Suspense");case 19:return H("SuspenseList");case 0:case 2:case 15:return l=q(l.type,!1),l;case 11:return l=q(l.type.render,!1),l;case 1:return l=q(l.type,!0),l;default:return""}}function Z(l){if(l==null)return null;if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l;switch(l){case _:return"Fragment";case D:return"Portal";case L:return"Profiler";case P:return"StrictMode";case ue:return"Suspense";case ae:return"SuspenseList"}if(typeof l=="object")switch(l.$$typeof){case X:return(l.displayName||"Context")+".Consumer";case F:return(l._context.displayName||"Context")+".Provider";case te:var d=l.render;return l=l.displayName,l||(l=d.displayName||d.name||"",l=l!==""?"ForwardRef("+l+")":"ForwardRef"),l;case I:return d=l.displayName||null,d!==null?d:Z(l.type)||"Memo";case O:d=l._payload,l=l._init;try{return Z(l(d))}catch{}}return null}function ce(l){var d=l.type;switch(l.tag){case 24:return"Cache";case 9:return(d.displayName||"Context")+".Consumer";case 10:return(d._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return l=d.render,l=l.displayName||l.name||"",d.displayName||(l!==""?"ForwardRef("+l+")":"ForwardRef");case 7:return"Fragment";case 5:return d;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Z(d);case 8:return d===P?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof d=="function")return d.displayName||d.name||null;if(typeof d=="string")return d}return null}function he(l){switch(typeof l){case"boolean":case"number":case"string":case"undefined":return l;case"object":return l;default:return""}}function ve(l){var d=l.type;return(l=l.nodeName)&&l.toLowerCase()==="input"&&(d==="checkbox"||d==="radio")}function Ae(l){var d=ve(l)?"checked":"value",p=Object.getOwnPropertyDescriptor(l.constructor.prototype,d),x=""+l[d];if(!l.hasOwnProperty(d)&&typeof p<"u"&&typeof p.get=="function"&&typeof p.set=="function"){var j=p.get,S=p.set;return Object.defineProperty(l,d,{configurable:!0,get:function(){return j.call(this)},set:function(A){x=""+A,S.call(this,A)}}),Object.defineProperty(l,d,{enumerable:p.enumerable}),{getValue:function(){return x},setValue:function(A){x=""+A},stopTracking:function(){l._valueTracker=null,delete l[d]}}}}function Be(l){l._valueTracker||(l._valueTracker=Ae(l))}function $e(l){if(!l)return!1;var d=l._valueTracker;if(!d)return!0;var p=d.getValue(),x="";return l&&(x=ve(l)?l.checked?"true":"false":l.value),l=x,l!==p?(d.setValue(l),!0):!1}function pt(l){if(l=l||(typeof document<"u"?document:void 0),typeof l>"u")return null;try{return l.activeElement||l.body}catch{return l.body}}function Et(l,d){var p=d.checked;return K({},d,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:p??l._wrapperState.initialChecked})}function ln(l,d){var p=d.defaultValue==null?"":d.defaultValue,x=d.checked!=null?d.checked:d.defaultChecked;p=he(d.value!=null?d.value:p),l._wrapperState={initialChecked:x,initialValue:p,controlled:d.type==="checkbox"||d.type==="radio"?d.checked!=null:d.value!=null}}function yt(l,d){d=d.checked,d!=null&&E(l,"checked",d,!1)}function nn(l,d){yt(l,d);var p=he(d.value),x=d.type;if(p!=null)x==="number"?(p===0&&l.value===""||l.value!=p)&&(l.value=""+p):l.value!==""+p&&(l.value=""+p);else if(x==="submit"||x==="reset"){l.removeAttribute("value");return}d.hasOwnProperty("value")?Tt(l,d.type,p):d.hasOwnProperty("defaultValue")&&Tt(l,d.type,he(d.defaultValue)),d.checked==null&&d.defaultChecked!=null&&(l.defaultChecked=!!d.defaultChecked)}function An(l,d,p){if(d.hasOwnProperty("value")||d.hasOwnProperty("defaultValue")){var x=d.type;if(!(x!=="submit"&&x!=="reset"||d.value!==void 0&&d.value!==null))return;d=""+l._wrapperState.initialValue,p||d===l.value||(l.value=d),l.defaultValue=d}p=l.name,p!==""&&(l.name=""),l.defaultChecked=!!l._wrapperState.initialChecked,p!==""&&(l.name=p)}function Tt(l,d,p){(d!=="number"||pt(l.ownerDocument)!==l)&&(p==null?l.defaultValue=""+l._wrapperState.initialValue:l.defaultValue!==""+p&&(l.defaultValue=""+p))}var Yt=Array.isArray;function rn(l,d,p,x){if(l=l.options,d){d={};for(var j=0;j"+d.valueOf().toString()+"",d=qe.firstChild;l.firstChild;)l.removeChild(l.firstChild);for(;d.firstChild;)l.appendChild(d.firstChild)}});function lt(l,d){if(d){var p=l.firstChild;if(p&&p===l.lastChild&&p.nodeType===3){p.nodeValue=d;return}}l.textContent=d}var nt={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},gt=["Webkit","ms","Moz","O"];Object.keys(nt).forEach(function(l){gt.forEach(function(d){d=d+l.charAt(0).toUpperCase()+l.substring(1),nt[d]=nt[l]})});function It(l,d,p){return d==null||typeof d=="boolean"||d===""?"":p||typeof d!="number"||d===0||nt.hasOwnProperty(l)&&nt[l]?(""+d).trim():d+"px"}function gn(l,d){l=l.style;for(var p in d)if(d.hasOwnProperty(p)){var x=p.indexOf("--")===0,j=It(p,d[p],x);p==="float"&&(p="cssFloat"),x?l.setProperty(p,j):l[p]=j}}var mr=K({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function wr(l,d){if(d){if(mr[l]&&(d.children!=null||d.dangerouslySetInnerHTML!=null))throw Error(n(137,l));if(d.dangerouslySetInnerHTML!=null){if(d.children!=null)throw Error(n(60));if(typeof d.dangerouslySetInnerHTML!="object"||!("__html"in d.dangerouslySetInnerHTML))throw Error(n(61))}if(d.style!=null&&typeof d.style!="object")throw Error(n(62))}}function As(l,d){if(l.indexOf("-")===-1)return typeof d.is=="string";switch(l){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Wr=null;function Is(l){return l=l.target||l.srcElement||window,l.correspondingUseElement&&(l=l.correspondingUseElement),l.nodeType===3?l.parentNode:l}var fe=null,ge=null,Rt=null;function Pn(l){if(l=cc(l)){if(typeof fe!="function")throw Error(n(280));var d=l.stateNode;d&&(d=zd(d),fe(l.stateNode,l.type,d))}}function Qs(l){ge?Rt?Rt.push(l):Rt=[l]:ge=l}function Xs(){if(ge){var l=ge,d=Rt;if(Rt=ge=null,Pn(l),d)for(l=0;l>>=0,l===0?32:31-(Dn(l)/gr|0)|0}var Qt=64,Un=4194304;function ps(l){switch(l&-l){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return l&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return l&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return l}}function Os(l,d){var p=l.pendingLanes;if(p===0)return 0;var x=0,j=l.suspendedLanes,S=l.pingedLanes,A=p&268435455;if(A!==0){var B=A&~j;B!==0?x=ps(B):(S&=A,S!==0&&(x=ps(S)))}else A=p&~j,A!==0?x=ps(A):S!==0&&(x=ps(S));if(x===0)return 0;if(d!==0&&d!==x&&(d&j)===0&&(j=x&-x,S=d&-d,j>=S||j===16&&(S&4194240)!==0))return d;if((x&4)!==0&&(x|=p&16),d=l.entangledLanes,d!==0)for(l=l.entanglements,d&=x;0p;p++)d.push(l);return d}function zi(l,d,p){l.pendingLanes|=d,d!==536870912&&(l.suspendedLanes=0,l.pingedLanes=0),l=l.eventTimes,d=31-tt(d),l[d]=p}function jd(l,d){var p=l.pendingLanes&~d;l.pendingLanes=d,l.suspendedLanes=0,l.pingedLanes=0,l.expiredLanes&=d,l.mutableReadLanes&=d,l.entangledLanes&=d,d=l.entanglements;var x=l.eventTimes;for(l=l.expirationTimes;0=ec),uy=" ",hy=!1;function fy(l,d){switch(l){case"keyup":return f3.indexOf(d.keyCode)!==-1;case"keydown":return d.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function py(l){return l=l.detail,typeof l=="object"&&"data"in l?l.data:null}var Lo=!1;function m3(l,d){switch(l){case"compositionend":return py(d);case"keypress":return d.which!==32?null:(hy=!0,uy);case"textInput":return l=d.data,l===uy&&hy?null:l;default:return null}}function g3(l,d){if(Lo)return l==="compositionend"||!Zf&&fy(l,d)?(l=ay(),Ed=qf=Da=null,Lo=!1,l):null;switch(l){case"paste":return null;case"keypress":if(!(d.ctrlKey||d.altKey||d.metaKey)||d.ctrlKey&&d.altKey){if(d.char&&1=d)return{node:p,offset:d-l};l=x}e:{for(;p;){if(p.nextSibling){p=p.nextSibling;break e}p=p.parentNode}p=void 0}p=Ny(p)}}function jy(l,d){return l&&d?l===d?!0:l&&l.nodeType===3?!1:d&&d.nodeType===3?jy(l,d.parentNode):"contains"in l?l.contains(d):l.compareDocumentPosition?!!(l.compareDocumentPosition(d)&16):!1:!1}function ky(){for(var l=window,d=pt();d instanceof l.HTMLIFrameElement;){try{var p=typeof d.contentWindow.location.href=="string"}catch{p=!1}if(p)l=d.contentWindow;else break;d=pt(l.document)}return d}function np(l){var d=l&&l.nodeName&&l.nodeName.toLowerCase();return d&&(d==="input"&&(l.type==="text"||l.type==="search"||l.type==="tel"||l.type==="url"||l.type==="password")||d==="textarea"||l.contentEditable==="true")}function S3(l){var d=ky(),p=l.focusedElem,x=l.selectionRange;if(d!==p&&p&&p.ownerDocument&&jy(p.ownerDocument.documentElement,p)){if(x!==null&&np(p)){if(d=x.start,l=x.end,l===void 0&&(l=d),"selectionStart"in p)p.selectionStart=d,p.selectionEnd=Math.min(l,p.value.length);else if(l=(d=p.ownerDocument||document)&&d.defaultView||window,l.getSelection){l=l.getSelection();var j=p.textContent.length,S=Math.min(x.start,j);x=x.end===void 0?S:Math.min(x.end,j),!l.extend&&S>x&&(j=x,x=S,S=j),j=wy(p,S);var A=wy(p,x);j&&A&&(l.rangeCount!==1||l.anchorNode!==j.node||l.anchorOffset!==j.offset||l.focusNode!==A.node||l.focusOffset!==A.offset)&&(d=d.createRange(),d.setStart(j.node,j.offset),l.removeAllRanges(),S>x?(l.addRange(d),l.extend(A.node,A.offset)):(d.setEnd(A.node,A.offset),l.addRange(d)))}}for(d=[],l=p;l=l.parentNode;)l.nodeType===1&&d.push({element:l,left:l.scrollLeft,top:l.scrollTop});for(typeof p.focus=="function"&&p.focus(),p=0;p=document.documentMode,_o=null,rp=null,sc=null,sp=!1;function Sy(l,d,p){var x=p.window===p?p.document:p.nodeType===9?p:p.ownerDocument;sp||_o==null||_o!==pt(x)||(x=_o,"selectionStart"in x&&np(x)?x={start:x.selectionStart,end:x.selectionEnd}:(x=(x.ownerDocument&&x.ownerDocument.defaultView||window).getSelection(),x={anchorNode:x.anchorNode,anchorOffset:x.anchorOffset,focusNode:x.focusNode,focusOffset:x.focusOffset}),sc&&rc(sc,x)||(sc=x,x=Dd(rp,"onSelect"),0Vo||(l.current=gp[Vo],gp[Vo]=null,Vo--)}function Vt(l,d){Vo++,gp[Vo]=l.current,l.current=d}var Fa={},tr=za(Fa),jr=za(!1),Vi=Fa;function Ho(l,d){var p=l.type.contextTypes;if(!p)return Fa;var x=l.stateNode;if(x&&x.__reactInternalMemoizedUnmaskedChildContext===d)return x.__reactInternalMemoizedMaskedChildContext;var j={},S;for(S in p)j[S]=d[S];return x&&(l=l.stateNode,l.__reactInternalMemoizedUnmaskedChildContext=d,l.__reactInternalMemoizedMaskedChildContext=j),j}function kr(l){return l=l.childContextTypes,l!=null}function Fd(){Gt(jr),Gt(tr)}function $y(l,d,p){if(tr.current!==Fa)throw Error(n(168));Vt(tr,d),Vt(jr,p)}function By(l,d,p){var x=l.stateNode;if(d=d.childContextTypes,typeof x.getChildContext!="function")return p;x=x.getChildContext();for(var j in x)if(!(j in d))throw Error(n(108,ce(l)||"Unknown",j));return K({},p,x)}function $d(l){return l=(l=l.stateNode)&&l.__reactInternalMemoizedMergedChildContext||Fa,Vi=tr.current,Vt(tr,l),Vt(jr,jr.current),!0}function Vy(l,d,p){var x=l.stateNode;if(!x)throw Error(n(169));p?(l=By(l,d,Vi),x.__reactInternalMemoizedMergedChildContext=l,Gt(jr),Gt(tr),Vt(tr,l)):Gt(jr),Vt(jr,p)}var sa=null,Bd=!1,xp=!1;function Hy(l){sa===null?sa=[l]:sa.push(l)}function _3(l){Bd=!0,Hy(l)}function $a(){if(!xp&&sa!==null){xp=!0;var l=0,d=vt;try{var p=sa;for(vt=1;l>=A,j-=A,aa=1<<32-tt(d)+j|p<at?(Fn=Ze,Ze=null):Fn=Ze.sibling;var Nt=Ne(se,Ze,le[at],Me);if(Nt===null){Ze===null&&(Ze=Fn);break}l&&Ze&&Nt.alternate===null&&d(se,Ze),Q=S(Nt,Q,at),Xe===null?Ve=Nt:Xe.sibling=Nt,Xe=Nt,Ze=Fn}if(at===le.length)return p(se,Ze),Xt&&Wi(se,at),Ve;if(Ze===null){for(;atat?(Fn=Ze,Ze=null):Fn=Ze.sibling;var Ja=Ne(se,Ze,Nt.value,Me);if(Ja===null){Ze===null&&(Ze=Fn);break}l&&Ze&&Ja.alternate===null&&d(se,Ze),Q=S(Ja,Q,at),Xe===null?Ve=Ja:Xe.sibling=Ja,Xe=Ja,Ze=Fn}if(Nt.done)return p(se,Ze),Xt&&Wi(se,at),Ve;if(Ze===null){for(;!Nt.done;at++,Nt=le.next())Nt=ke(se,Nt.value,Me),Nt!==null&&(Q=S(Nt,Q,at),Xe===null?Ve=Nt:Xe.sibling=Nt,Xe=Nt);return Xt&&Wi(se,at),Ve}for(Ze=x(se,Ze);!Nt.done;at++,Nt=le.next())Nt=Pe(Ze,se,at,Nt.value,Me),Nt!==null&&(l&&Nt.alternate!==null&&Ze.delete(Nt.key===null?at:Nt.key),Q=S(Nt,Q,at),Xe===null?Ve=Nt:Xe.sibling=Nt,Xe=Nt);return l&&Ze.forEach(function(xE){return d(se,xE)}),Xt&&Wi(se,at),Ve}function yn(se,Q,le,Me){if(typeof le=="object"&&le!==null&&le.type===_&&le.key===null&&(le=le.props.children),typeof le=="object"&&le!==null){switch(le.$$typeof){case R:e:{for(var Ve=le.key,Xe=Q;Xe!==null;){if(Xe.key===Ve){if(Ve=le.type,Ve===_){if(Xe.tag===7){p(se,Xe.sibling),Q=j(Xe,le.props.children),Q.return=se,se=Q;break e}}else if(Xe.elementType===Ve||typeof Ve=="object"&&Ve!==null&&Ve.$$typeof===O&&Jy(Ve)===Xe.type){p(se,Xe.sibling),Q=j(Xe,le.props),Q.ref=dc(se,Xe,le),Q.return=se,se=Q;break e}p(se,Xe);break}else d(se,Xe);Xe=Xe.sibling}le.type===_?(Q=Xi(le.props.children,se.mode,Me,le.key),Q.return=se,se=Q):(Me=mu(le.type,le.key,le.props,null,se.mode,Me),Me.ref=dc(se,Q,le),Me.return=se,se=Me)}return A(se);case D:e:{for(Xe=le.key;Q!==null;){if(Q.key===Xe)if(Q.tag===4&&Q.stateNode.containerInfo===le.containerInfo&&Q.stateNode.implementation===le.implementation){p(se,Q.sibling),Q=j(Q,le.children||[]),Q.return=se,se=Q;break e}else{p(se,Q);break}else d(se,Q);Q=Q.sibling}Q=pm(le,se.mode,Me),Q.return=se,se=Q}return A(se);case O:return Xe=le._init,yn(se,Q,Xe(le._payload),Me)}if(Yt(le))return Le(se,Q,le,Me);if(re(le))return Fe(se,Q,le,Me);Ud(se,le)}return typeof le=="string"&&le!==""||typeof le=="number"?(le=""+le,Q!==null&&Q.tag===6?(p(se,Q.sibling),Q=j(Q,le),Q.return=se,se=Q):(p(se,Q),Q=fm(le,se.mode,Me),Q.return=se,se=Q),A(se)):p(se,Q)}return yn}var qo=Yy(!0),Qy=Yy(!1),Kd=za(null),qd=null,Go=null,jp=null;function kp(){jp=Go=qd=null}function Sp(l){var d=Kd.current;Gt(Kd),l._currentValue=d}function Cp(l,d,p){for(;l!==null;){var x=l.alternate;if((l.childLanes&d)!==d?(l.childLanes|=d,x!==null&&(x.childLanes|=d)):x!==null&&(x.childLanes&d)!==d&&(x.childLanes|=d),l===p)break;l=l.return}}function Jo(l,d){qd=l,jp=Go=null,l=l.dependencies,l!==null&&l.firstContext!==null&&((l.lanes&d)!==0&&(Sr=!0),l.firstContext=null)}function Xr(l){var d=l._currentValue;if(jp!==l)if(l={context:l,memoizedValue:d,next:null},Go===null){if(qd===null)throw Error(n(308));Go=l,qd.dependencies={lanes:0,firstContext:l}}else Go=Go.next=l;return d}var Ui=null;function Ep(l){Ui===null?Ui=[l]:Ui.push(l)}function Xy(l,d,p,x){var j=d.interleaved;return j===null?(p.next=p,Ep(d)):(p.next=j.next,j.next=p),d.interleaved=p,oa(l,x)}function oa(l,d){l.lanes|=d;var p=l.alternate;for(p!==null&&(p.lanes|=d),p=l,l=l.return;l!==null;)l.childLanes|=d,p=l.alternate,p!==null&&(p.childLanes|=d),p=l,l=l.return;return p.tag===3?p.stateNode:null}var Ba=!1;function Tp(l){l.updateQueue={baseState:l.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Zy(l,d){l=l.updateQueue,d.updateQueue===l&&(d.updateQueue={baseState:l.baseState,firstBaseUpdate:l.firstBaseUpdate,lastBaseUpdate:l.lastBaseUpdate,shared:l.shared,effects:l.effects})}function la(l,d){return{eventTime:l,lane:d,tag:0,payload:null,callback:null,next:null}}function Va(l,d,p){var x=l.updateQueue;if(x===null)return null;if(x=x.shared,(bt&2)!==0){var j=x.pending;return j===null?d.next=d:(d.next=j.next,j.next=d),x.pending=d,oa(l,p)}return j=x.interleaved,j===null?(d.next=d,Ep(x)):(d.next=j.next,j.next=d),x.interleaved=d,oa(l,p)}function Gd(l,d,p){if(d=d.updateQueue,d!==null&&(d=d.shared,(p&4194240)!==0)){var x=d.lanes;x&=l.pendingLanes,p|=x,d.lanes=p,Fi(l,p)}}function eb(l,d){var p=l.updateQueue,x=l.alternate;if(x!==null&&(x=x.updateQueue,p===x)){var j=null,S=null;if(p=p.firstBaseUpdate,p!==null){do{var A={eventTime:p.eventTime,lane:p.lane,tag:p.tag,payload:p.payload,callback:p.callback,next:null};S===null?j=S=A:S=S.next=A,p=p.next}while(p!==null);S===null?j=S=d:S=S.next=d}else j=S=d;p={baseState:x.baseState,firstBaseUpdate:j,lastBaseUpdate:S,shared:x.shared,effects:x.effects},l.updateQueue=p;return}l=p.lastBaseUpdate,l===null?p.firstBaseUpdate=d:l.next=d,p.lastBaseUpdate=d}function Jd(l,d,p,x){var j=l.updateQueue;Ba=!1;var S=j.firstBaseUpdate,A=j.lastBaseUpdate,B=j.shared.pending;if(B!==null){j.shared.pending=null;var U=B,de=U.next;U.next=null,A===null?S=de:A.next=de,A=U;var we=l.alternate;we!==null&&(we=we.updateQueue,B=we.lastBaseUpdate,B!==A&&(B===null?we.firstBaseUpdate=de:B.next=de,we.lastBaseUpdate=U))}if(S!==null){var ke=j.baseState;A=0,we=de=U=null,B=S;do{var Ne=B.lane,Pe=B.eventTime;if((x&Ne)===Ne){we!==null&&(we=we.next={eventTime:Pe,lane:0,tag:B.tag,payload:B.payload,callback:B.callback,next:null});e:{var Le=l,Fe=B;switch(Ne=d,Pe=p,Fe.tag){case 1:if(Le=Fe.payload,typeof Le=="function"){ke=Le.call(Pe,ke,Ne);break e}ke=Le;break e;case 3:Le.flags=Le.flags&-65537|128;case 0:if(Le=Fe.payload,Ne=typeof Le=="function"?Le.call(Pe,ke,Ne):Le,Ne==null)break e;ke=K({},ke,Ne);break e;case 2:Ba=!0}}B.callback!==null&&B.lane!==0&&(l.flags|=64,Ne=j.effects,Ne===null?j.effects=[B]:Ne.push(B))}else Pe={eventTime:Pe,lane:Ne,tag:B.tag,payload:B.payload,callback:B.callback,next:null},we===null?(de=we=Pe,U=ke):we=we.next=Pe,A|=Ne;if(B=B.next,B===null){if(B=j.shared.pending,B===null)break;Ne=B,B=Ne.next,Ne.next=null,j.lastBaseUpdate=Ne,j.shared.pending=null}}while(!0);if(we===null&&(U=ke),j.baseState=U,j.firstBaseUpdate=de,j.lastBaseUpdate=we,d=j.shared.interleaved,d!==null){j=d;do A|=j.lane,j=j.next;while(j!==d)}else S===null&&(j.shared.lanes=0);Gi|=A,l.lanes=A,l.memoizedState=ke}}function tb(l,d,p){if(l=d.effects,d.effects=null,l!==null)for(d=0;dp?p:4,l(!0);var x=Pp.transition;Pp.transition={};try{l(!1),d()}finally{vt=p,Pp.transition=x}}function vb(){return Zr().memoizedState}function B3(l,d,p){var x=Ka(l);if(p={lane:x,action:p,hasEagerState:!1,eagerState:null,next:null},Nb(l))wb(d,p);else if(p=Xy(l,d,p,x),p!==null){var j=yr();Ns(p,l,x,j),jb(p,d,x)}}function V3(l,d,p){var x=Ka(l),j={lane:x,action:p,hasEagerState:!1,eagerState:null,next:null};if(Nb(l))wb(d,j);else{var S=l.alternate;if(l.lanes===0&&(S===null||S.lanes===0)&&(S=d.lastRenderedReducer,S!==null))try{var A=d.lastRenderedState,B=S(A,p);if(j.hasEagerState=!0,j.eagerState=B,gs(B,A)){var U=d.interleaved;U===null?(j.next=j,Ep(d)):(j.next=U.next,U.next=j),d.interleaved=j;return}}catch{}finally{}p=Xy(l,d,j,x),p!==null&&(j=yr(),Ns(p,l,x,j),jb(p,d,x))}}function Nb(l){var d=l.alternate;return l===an||d!==null&&d===an}function wb(l,d){pc=Xd=!0;var p=l.pending;p===null?d.next=d:(d.next=p.next,p.next=d),l.pending=d}function jb(l,d,p){if((p&4194240)!==0){var x=d.lanes;x&=l.pendingLanes,p|=x,d.lanes=p,Fi(l,p)}}var tu={readContext:Xr,useCallback:nr,useContext:nr,useEffect:nr,useImperativeHandle:nr,useInsertionEffect:nr,useLayoutEffect:nr,useMemo:nr,useReducer:nr,useRef:nr,useState:nr,useDebugValue:nr,useDeferredValue:nr,useTransition:nr,useMutableSource:nr,useSyncExternalStore:nr,useId:nr,unstable_isNewReconciler:!1},H3={readContext:Xr,useCallback:function(l,d){return _s().memoizedState=[l,d===void 0?null:d],l},useContext:Xr,useEffect:hb,useImperativeHandle:function(l,d,p){return p=p!=null?p.concat([l]):null,Zd(4194308,4,mb.bind(null,d,l),p)},useLayoutEffect:function(l,d){return Zd(4194308,4,l,d)},useInsertionEffect:function(l,d){return Zd(4,2,l,d)},useMemo:function(l,d){var p=_s();return d=d===void 0?null:d,l=l(),p.memoizedState=[l,d],l},useReducer:function(l,d,p){var x=_s();return d=p!==void 0?p(d):d,x.memoizedState=x.baseState=d,l={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:l,lastRenderedState:d},x.queue=l,l=l.dispatch=B3.bind(null,an,l),[x.memoizedState,l]},useRef:function(l){var d=_s();return l={current:l},d.memoizedState=l},useState:db,useDebugValue:$p,useDeferredValue:function(l){return _s().memoizedState=l},useTransition:function(){var l=db(!1),d=l[0];return l=$3.bind(null,l[1]),_s().memoizedState=l,[d,l]},useMutableSource:function(){},useSyncExternalStore:function(l,d,p){var x=an,j=_s();if(Xt){if(p===void 0)throw Error(n(407));p=p()}else{if(p=d(),zn===null)throw Error(n(349));(qi&30)!==0||ab(x,d,p)}j.memoizedState=p;var S={value:p,getSnapshot:d};return j.queue=S,hb(ob.bind(null,x,S,l),[l]),x.flags|=2048,xc(9,ib.bind(null,x,S,p,d),void 0,null),p},useId:function(){var l=_s(),d=zn.identifierPrefix;if(Xt){var p=ia,x=aa;p=(x&~(1<<32-tt(x)-1)).toString(32)+p,d=":"+d+"R"+p,p=mc++,0<\/script>",l=l.removeChild(l.firstChild)):typeof x.is=="string"?l=A.createElement(p,{is:x.is}):(l=A.createElement(p),p==="select"&&(A=l,x.multiple?A.multiple=!0:x.size&&(A.size=x.size))):l=A.createElementNS(l,p),l[Ds]=d,l[lc]=x,Hb(l,d,!1,!1),d.stateNode=l;e:{switch(A=As(p,x),p){case"dialog":qt("cancel",l),qt("close",l),j=x;break;case"iframe":case"object":case"embed":qt("load",l),j=x;break;case"video":case"audio":for(j=0;jtl&&(d.flags|=128,x=!0,yc(S,!1),d.lanes=4194304)}else{if(!x)if(l=Yd(A),l!==null){if(d.flags|=128,x=!0,p=l.updateQueue,p!==null&&(d.updateQueue=p,d.flags|=4),yc(S,!0),S.tail===null&&S.tailMode==="hidden"&&!A.alternate&&!Xt)return rr(d),null}else 2*Pt()-S.renderingStartTime>tl&&p!==1073741824&&(d.flags|=128,x=!0,yc(S,!1),d.lanes=4194304);S.isBackwards?(A.sibling=d.child,d.child=A):(p=S.last,p!==null?p.sibling=A:d.child=A,S.last=A)}return S.tail!==null?(d=S.tail,S.rendering=d,S.tail=d.sibling,S.renderingStartTime=Pt(),d.sibling=null,p=sn.current,Vt(sn,x?p&1|2:p&1),d):(rr(d),null);case 22:case 23:return dm(),x=d.memoizedState!==null,l!==null&&l.memoizedState!==null!==x&&(d.flags|=8192),x&&(d.mode&1)!==0?(Lr&1073741824)!==0&&(rr(d),d.subtreeFlags&6&&(d.flags|=8192)):rr(d),null;case 24:return null;case 25:return null}throw Error(n(156,d.tag))}function Y3(l,d){switch(bp(d),d.tag){case 1:return kr(d.type)&&Fd(),l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 3:return Qo(),Gt(jr),Gt(tr),Rp(),l=d.flags,(l&65536)!==0&&(l&128)===0?(d.flags=l&-65537|128,d):null;case 5:return Ap(d),null;case 13:if(Gt(sn),l=d.memoizedState,l!==null&&l.dehydrated!==null){if(d.alternate===null)throw Error(n(340));qo()}return l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 19:return Gt(sn),null;case 4:return Qo(),null;case 10:return Sp(d.type._context),null;case 22:case 23:return dm(),null;case 24:return null;default:return null}}var au=!1,sr=!1,Q3=typeof WeakSet=="function"?WeakSet:Set,De=null;function Zo(l,d){var p=l.ref;if(p!==null)if(typeof p=="function")try{p(null)}catch(x){dn(l,d,x)}else p.current=null}function Xp(l,d,p){try{p()}catch(x){dn(l,d,x)}}var Kb=!1;function X3(l,d){if(dp=Sd,l=ky(),np(l)){if("selectionStart"in l)var p={start:l.selectionStart,end:l.selectionEnd};else e:{p=(p=l.ownerDocument)&&p.defaultView||window;var x=p.getSelection&&p.getSelection();if(x&&x.rangeCount!==0){p=x.anchorNode;var j=x.anchorOffset,S=x.focusNode;x=x.focusOffset;try{p.nodeType,S.nodeType}catch{p=null;break e}var A=0,B=-1,U=-1,de=0,we=0,ke=l,Ne=null;t:for(;;){for(var Pe;ke!==p||j!==0&&ke.nodeType!==3||(B=A+j),ke!==S||x!==0&&ke.nodeType!==3||(U=A+x),ke.nodeType===3&&(A+=ke.nodeValue.length),(Pe=ke.firstChild)!==null;)Ne=ke,ke=Pe;for(;;){if(ke===l)break t;if(Ne===p&&++de===j&&(B=A),Ne===S&&++we===x&&(U=A),(Pe=ke.nextSibling)!==null)break;ke=Ne,Ne=ke.parentNode}ke=Pe}p=B===-1||U===-1?null:{start:B,end:U}}else p=null}p=p||{start:0,end:0}}else p=null;for(up={focusedElem:l,selectionRange:p},Sd=!1,De=d;De!==null;)if(d=De,l=d.child,(d.subtreeFlags&1028)!==0&&l!==null)l.return=d,De=l;else for(;De!==null;){d=De;try{var Le=d.alternate;if((d.flags&1024)!==0)switch(d.tag){case 0:case 11:case 15:break;case 1:if(Le!==null){var Fe=Le.memoizedProps,yn=Le.memoizedState,se=d.stateNode,Q=se.getSnapshotBeforeUpdate(d.elementType===d.type?Fe:ys(d.type,Fe),yn);se.__reactInternalSnapshotBeforeUpdate=Q}break;case 3:var le=d.stateNode.containerInfo;le.nodeType===1?le.textContent="":le.nodeType===9&&le.documentElement&&le.removeChild(le.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(n(163))}}catch(Me){dn(d,d.return,Me)}if(l=d.sibling,l!==null){l.return=d.return,De=l;break}De=d.return}return Le=Kb,Kb=!1,Le}function bc(l,d,p){var x=d.updateQueue;if(x=x!==null?x.lastEffect:null,x!==null){var j=x=x.next;do{if((j.tag&l)===l){var S=j.destroy;j.destroy=void 0,S!==void 0&&Xp(d,p,S)}j=j.next}while(j!==x)}}function iu(l,d){if(d=d.updateQueue,d=d!==null?d.lastEffect:null,d!==null){var p=d=d.next;do{if((p.tag&l)===l){var x=p.create;p.destroy=x()}p=p.next}while(p!==d)}}function Zp(l){var d=l.ref;if(d!==null){var p=l.stateNode;switch(l.tag){case 5:l=p;break;default:l=p}typeof d=="function"?d(l):d.current=l}}function qb(l){var d=l.alternate;d!==null&&(l.alternate=null,qb(d)),l.child=null,l.deletions=null,l.sibling=null,l.tag===5&&(d=l.stateNode,d!==null&&(delete d[Ds],delete d[lc],delete d[mp],delete d[O3],delete d[D3])),l.stateNode=null,l.return=null,l.dependencies=null,l.memoizedProps=null,l.memoizedState=null,l.pendingProps=null,l.stateNode=null,l.updateQueue=null}function Gb(l){return l.tag===5||l.tag===3||l.tag===4}function Jb(l){e:for(;;){for(;l.sibling===null;){if(l.return===null||Gb(l.return))return null;l=l.return}for(l.sibling.return=l.return,l=l.sibling;l.tag!==5&&l.tag!==6&&l.tag!==18;){if(l.flags&2||l.child===null||l.tag===4)continue e;l.child.return=l,l=l.child}if(!(l.flags&2))return l.stateNode}}function em(l,d,p){var x=l.tag;if(x===5||x===6)l=l.stateNode,d?p.nodeType===8?p.parentNode.insertBefore(l,d):p.insertBefore(l,d):(p.nodeType===8?(d=p.parentNode,d.insertBefore(l,p)):(d=p,d.appendChild(l)),p=p._reactRootContainer,p!=null||d.onclick!==null||(d.onclick=_d));else if(x!==4&&(l=l.child,l!==null))for(em(l,d,p),l=l.sibling;l!==null;)em(l,d,p),l=l.sibling}function tm(l,d,p){var x=l.tag;if(x===5||x===6)l=l.stateNode,d?p.insertBefore(l,d):p.appendChild(l);else if(x!==4&&(l=l.child,l!==null))for(tm(l,d,p),l=l.sibling;l!==null;)tm(l,d,p),l=l.sibling}var Kn=null,bs=!1;function Ha(l,d,p){for(p=p.child;p!==null;)Yb(l,d,p),p=p.sibling}function Yb(l,d,p){if(Re&&typeof Re.onCommitFiberUnmount=="function")try{Re.onCommitFiberUnmount(V,p)}catch{}switch(p.tag){case 5:sr||Zo(p,d);case 6:var x=Kn,j=bs;Kn=null,Ha(l,d,p),Kn=x,bs=j,Kn!==null&&(bs?(l=Kn,p=p.stateNode,l.nodeType===8?l.parentNode.removeChild(p):l.removeChild(p)):Kn.removeChild(p.stateNode));break;case 18:Kn!==null&&(bs?(l=Kn,p=p.stateNode,l.nodeType===8?pp(l.parentNode,p):l.nodeType===1&&pp(l,p),Ql(l)):pp(Kn,p.stateNode));break;case 4:x=Kn,j=bs,Kn=p.stateNode.containerInfo,bs=!0,Ha(l,d,p),Kn=x,bs=j;break;case 0:case 11:case 14:case 15:if(!sr&&(x=p.updateQueue,x!==null&&(x=x.lastEffect,x!==null))){j=x=x.next;do{var S=j,A=S.destroy;S=S.tag,A!==void 0&&((S&2)!==0||(S&4)!==0)&&Xp(p,d,A),j=j.next}while(j!==x)}Ha(l,d,p);break;case 1:if(!sr&&(Zo(p,d),x=p.stateNode,typeof x.componentWillUnmount=="function"))try{x.props=p.memoizedProps,x.state=p.memoizedState,x.componentWillUnmount()}catch(B){dn(p,d,B)}Ha(l,d,p);break;case 21:Ha(l,d,p);break;case 22:p.mode&1?(sr=(x=sr)||p.memoizedState!==null,Ha(l,d,p),sr=x):Ha(l,d,p);break;default:Ha(l,d,p)}}function Qb(l){var d=l.updateQueue;if(d!==null){l.updateQueue=null;var p=l.stateNode;p===null&&(p=l.stateNode=new Q3),d.forEach(function(x){var j=oE.bind(null,l,x);p.has(x)||(p.add(x),x.then(j,j))})}}function vs(l,d){var p=d.deletions;if(p!==null)for(var x=0;xj&&(j=A),x&=~S}if(x=j,x=Pt()-x,x=(120>x?120:480>x?480:1080>x?1080:1920>x?1920:3e3>x?3e3:4320>x?4320:1960*eE(x/1960))-x,10l?16:l,Ua===null)var x=!1;else{if(l=Ua,Ua=null,uu=0,(bt&6)!==0)throw Error(n(331));var j=bt;for(bt|=4,De=l.current;De!==null;){var S=De,A=S.child;if((De.flags&16)!==0){var B=S.deletions;if(B!==null){for(var U=0;UPt()-sm?Yi(l,0):rm|=p),Er(l,d)}function dv(l,d){d===0&&((l.mode&1)===0?d=1:(d=Un,Un<<=1,(Un&130023424)===0&&(Un=4194304)));var p=yr();l=oa(l,d),l!==null&&(zi(l,d,p),Er(l,p))}function iE(l){var d=l.memoizedState,p=0;d!==null&&(p=d.retryLane),dv(l,p)}function oE(l,d){var p=0;switch(l.tag){case 13:var x=l.stateNode,j=l.memoizedState;j!==null&&(p=j.retryLane);break;case 19:x=l.stateNode;break;default:throw Error(n(314))}x!==null&&x.delete(d),dv(l,p)}var uv;uv=function(l,d,p){if(l!==null)if(l.memoizedProps!==d.pendingProps||jr.current)Sr=!0;else{if((l.lanes&p)===0&&(d.flags&128)===0)return Sr=!1,G3(l,d,p);Sr=(l.flags&131072)!==0}else Sr=!1,Xt&&(d.flags&1048576)!==0&&Wy(d,Hd,d.index);switch(d.lanes=0,d.tag){case 2:var x=d.type;su(l,d),l=d.pendingProps;var j=Wo(d,tr.current);Yo(d,p),j=Dp(null,d,x,l,j,p);var S=Lp();return d.flags|=1,typeof j=="object"&&j!==null&&typeof j.render=="function"&&j.$$typeof===void 0?(d.tag=1,d.memoizedState=null,d.updateQueue=null,kr(x)?(S=!0,$d(d)):S=!1,d.memoizedState=j.state!==null&&j.state!==void 0?j.state:null,Tp(d),j.updater=nu,d.stateNode=j,j._reactInternals=d,Vp(d,x,l,p),d=Kp(null,d,x,!0,S,p)):(d.tag=0,Xt&&S&&yp(d),xr(null,d,j,p),d=d.child),d;case 16:x=d.elementType;e:{switch(su(l,d),l=d.pendingProps,j=x._init,x=j(x._payload),d.type=x,j=d.tag=cE(x),l=ys(x,l),j){case 0:d=Up(null,d,x,l,p);break e;case 1:d=_b(null,d,x,l,p);break e;case 11:d=Rb(null,d,x,l,p);break e;case 14:d=Pb(null,d,x,ys(x.type,l),p);break e}throw Error(n(306,x,""))}return d;case 0:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:ys(x,j),Up(l,d,x,j,p);case 1:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:ys(x,j),_b(l,d,x,j,p);case 3:e:{if(zb(d),l===null)throw Error(n(387));x=d.pendingProps,S=d.memoizedState,j=S.element,Zy(l,d),Jd(d,x,null,p);var A=d.memoizedState;if(x=A.element,S.isDehydrated)if(S={element:x,isDehydrated:!1,cache:A.cache,pendingSuspenseBoundaries:A.pendingSuspenseBoundaries,transitions:A.transitions},d.updateQueue.baseState=S,d.memoizedState=S,d.flags&256){j=Xo(Error(n(423)),d),d=Fb(l,d,x,p,j);break e}else if(x!==j){j=Xo(Error(n(424)),d),d=Fb(l,d,x,p,j);break e}else for(Dr=_a(d.stateNode.containerInfo.firstChild),Or=d,Xt=!0,xs=null,p=Qy(d,null,x,p),d.child=p;p;)p.flags=p.flags&-3|4096,p=p.sibling;else{if(qo(),x===j){d=ca(l,d,p);break e}xr(l,d,x,p)}d=d.child}return d;case 5:return nb(d),l===null&&Np(d),x=d.type,j=d.pendingProps,S=l!==null?l.memoizedProps:null,A=j.children,hp(x,j)?A=null:S!==null&&hp(x,S)&&(d.flags|=32),Lb(l,d),xr(l,d,A,p),d.child;case 6:return l===null&&Np(d),null;case 13:return $b(l,d,p);case 4:return Mp(d,d.stateNode.containerInfo),x=d.pendingProps,l===null?d.child=Go(d,null,x,p):xr(l,d,x,p),d.child;case 11:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:ys(x,j),Rb(l,d,x,j,p);case 7:return xr(l,d,d.pendingProps,p),d.child;case 8:return xr(l,d,d.pendingProps.children,p),d.child;case 12:return xr(l,d,d.pendingProps.children,p),d.child;case 10:e:{if(x=d.type._context,j=d.pendingProps,S=d.memoizedProps,A=j.value,Vt(Kd,x._currentValue),x._currentValue=A,S!==null)if(gs(S.value,A)){if(S.children===j.children&&!jr.current){d=ca(l,d,p);break e}}else for(S=d.child,S!==null&&(S.return=d);S!==null;){var B=S.dependencies;if(B!==null){A=S.child;for(var U=B.firstContext;U!==null;){if(U.context===x){if(S.tag===1){U=la(-1,p&-p),U.tag=2;var de=S.updateQueue;if(de!==null){de=de.shared;var we=de.pending;we===null?U.next=U:(U.next=we.next,we.next=U),de.pending=U}}S.lanes|=p,U=S.alternate,U!==null&&(U.lanes|=p),Cp(S.return,p,d),B.lanes|=p;break}U=U.next}}else if(S.tag===10)A=S.type===d.type?null:S.child;else if(S.tag===18){if(A=S.return,A===null)throw Error(n(341));A.lanes|=p,B=A.alternate,B!==null&&(B.lanes|=p),Cp(A,p,d),A=S.sibling}else A=S.child;if(A!==null)A.return=S;else for(A=S;A!==null;){if(A===d){A=null;break}if(S=A.sibling,S!==null){S.return=A.return,A=S;break}A=A.return}S=A}xr(l,d,j.children,p),d=d.child}return d;case 9:return j=d.type,x=d.pendingProps.children,Yo(d,p),j=Xr(j),x=x(j),d.flags|=1,xr(l,d,x,p),d.child;case 14:return x=d.type,j=ys(x,d.pendingProps),j=ys(x.type,j),Pb(l,d,x,j,p);case 15:return Ob(l,d,d.type,d.pendingProps,p);case 17:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:ys(x,j),su(l,d),d.tag=1,kr(x)?(l=!0,$d(d)):l=!1,Yo(d,p),Sb(d,x,j),Vp(d,x,j,p),Kp(null,d,x,!0,l,p);case 19:return Vb(l,d,p);case 22:return Db(l,d,p)}throw Error(n(156,d.tag))};function hv(l,d){return Gr(l,d)}function lE(l,d,p,x){this.tag=l,this.key=p,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=d,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=x,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function ts(l,d,p,x){return new lE(l,d,p,x)}function hm(l){return l=l.prototype,!(!l||!l.isReactComponent)}function cE(l){if(typeof l=="function")return hm(l)?1:0;if(l!=null){if(l=l.$$typeof,l===te)return 11;if(l===I)return 14}return 2}function Ga(l,d){var p=l.alternate;return p===null?(p=ts(l.tag,d,l.key,l.mode),p.elementType=l.elementType,p.type=l.type,p.stateNode=l.stateNode,p.alternate=l,l.alternate=p):(p.pendingProps=d,p.type=l.type,p.flags=0,p.subtreeFlags=0,p.deletions=null),p.flags=l.flags&14680064,p.childLanes=l.childLanes,p.lanes=l.lanes,p.child=l.child,p.memoizedProps=l.memoizedProps,p.memoizedState=l.memoizedState,p.updateQueue=l.updateQueue,d=l.dependencies,p.dependencies=d===null?null:{lanes:d.lanes,firstContext:d.firstContext},p.sibling=l.sibling,p.index=l.index,p.ref=l.ref,p}function mu(l,d,p,x,j,S){var A=2;if(x=l,typeof l=="function")hm(l)&&(A=1);else if(typeof l=="string")A=5;else e:switch(l){case _:return Xi(p.children,j,S,d);case P:A=8,j|=8;break;case L:return l=ts(12,p,d,j|2),l.elementType=L,l.lanes=S,l;case ue:return l=ts(13,p,d,j),l.elementType=ue,l.lanes=S,l;case ae:return l=ts(19,p,d,j),l.elementType=ae,l.lanes=S,l;case G:return gu(p,j,S,d);default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case F:A=10;break e;case X:A=9;break e;case te:A=11;break e;case I:A=14;break e;case O:A=16,x=null;break e}throw Error(n(130,l==null?l:typeof l,""))}return d=ts(A,p,d,j),d.elementType=l,d.type=x,d.lanes=S,d}function Xi(l,d,p,x){return l=ts(7,l,x,d),l.lanes=p,l}function gu(l,d,p,x){return l=ts(22,l,x,d),l.elementType=G,l.lanes=p,l.stateNode={isHidden:!1},l}function fm(l,d,p){return l=ts(6,l,null,d),l.lanes=p,l}function pm(l,d,p){return d=ts(4,l.children!==null?l.children:[],l.key,d),d.lanes=p,d.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},d}function dE(l,d,p,x,j){this.tag=d,this.containerInfo=l,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Ul(0),this.expirationTimes=Ul(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ul(0),this.identifierPrefix=x,this.onRecoverableError=j,this.mutableSourceEagerHydrationData=null}function mm(l,d,p,x,j,S,A,B,U){return l=new dE(l,d,p,B,U),d===1?(d=1,S===!0&&(d|=8)):d=0,S=ts(3,null,null,d),l.current=S,S.stateNode=l,S.memoizedState={element:x,isDehydrated:p,cache:null,transitions:null,pendingSuspenseBoundaries:null},Tp(S),l}function uE(l,d,p){var x=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),Nm.exports=jE(),Nm.exports}var Cv;function kE(){if(Cv)return ju;Cv=1;var t=Iw();return ju.createRoot=t.createRoot,ju.hydrateRoot=t.hydrateRoot,ju}var SE=kE(),pd=Iw();const Rw=Aw(pd);/** +`+S.stack}return{value:l,source:d,stack:j,digest:null}}function Hp(l,d,p){return{value:l,source:null,stack:p??null,digest:d??null}}function Wp(l,d){try{console.error(d.value)}catch(p){setTimeout(function(){throw p})}}var K3=typeof WeakMap=="function"?WeakMap:Map;function Eb(l,d,p){p=la(-1,p),p.tag=3,p.payload={element:null};var x=d.value;return p.callback=function(){cu||(cu=!0,am=x),Wp(l,d)},p}function Tb(l,d,p){p=la(-1,p),p.tag=3;var x=l.type.getDerivedStateFromError;if(typeof x=="function"){var j=d.value;p.payload=function(){return x(j)},p.callback=function(){Wp(l,d)}}var S=l.stateNode;return S!==null&&typeof S.componentDidCatch=="function"&&(p.callback=function(){Wp(l,d),typeof x!="function"&&(Wa===null?Wa=new Set([this]):Wa.add(this));var A=d.stack;this.componentDidCatch(d.value,{componentStack:A!==null?A:""})}),p}function Mb(l,d,p){var x=l.pingCache;if(x===null){x=l.pingCache=new K3;var j=new Set;x.set(d,j)}else j=x.get(d),j===void 0&&(j=new Set,x.set(d,j));j.has(p)||(j.add(p),l=iE.bind(null,l,d,p),d.then(l,l))}function Ab(l){do{var d;if((d=l.tag===13)&&(d=l.memoizedState,d=d!==null?d.dehydrated!==null:!0),d)return l;l=l.return}while(l!==null);return null}function Ib(l,d,p,x,j){return(l.mode&1)===0?(l===d?l.flags|=65536:(l.flags|=128,p.flags|=131072,p.flags&=-52805,p.tag===1&&(p.alternate===null?p.tag=17:(d=la(-1,1),d.tag=2,Va(p,d,1))),p.lanes|=1),l):(l.flags|=65536,l.lanes=j,l)}var q3=T.ReactCurrentOwner,Sr=!1;function xr(l,d,p,x){d.child=l===null?Qy(d,null,p,x):qo(d,l.child,p,x)}function Rb(l,d,p,x,j){p=p.render;var S=d.ref;return Jo(d,j),x=Dp(l,d,p,x,S,j),p=Lp(),l!==null&&!Sr?(d.updateQueue=l.updateQueue,d.flags&=-2053,l.lanes&=~j,ca(l,d,j)):(Xt&&p&&yp(d),d.flags|=1,xr(l,d,x,j),d.child)}function Pb(l,d,p,x,j){if(l===null){var S=p.type;return typeof S=="function"&&!hm(S)&&S.defaultProps===void 0&&p.compare===null&&p.defaultProps===void 0?(d.tag=15,d.type=S,Ob(l,d,S,x,j)):(l=mu(p.type,null,x,d,d.mode,j),l.ref=d.ref,l.return=d,d.child=l)}if(S=l.child,(l.lanes&j)===0){var A=S.memoizedProps;if(p=p.compare,p=p!==null?p:rc,p(A,x)&&l.ref===d.ref)return ca(l,d,j)}return d.flags|=1,l=Ga(S,x),l.ref=d.ref,l.return=d,d.child=l}function Ob(l,d,p,x,j){if(l!==null){var S=l.memoizedProps;if(rc(S,x)&&l.ref===d.ref)if(Sr=!1,d.pendingProps=x=S,(l.lanes&j)!==0)(l.flags&131072)!==0&&(Sr=!0);else return d.lanes=l.lanes,ca(l,d,j)}return Up(l,d,p,x,j)}function Db(l,d,p){var x=d.pendingProps,j=x.children,S=l!==null?l.memoizedState:null;if(x.mode==="hidden")if((d.mode&1)===0)d.memoizedState={baseLanes:0,cachePool:null,transitions:null},Vt(Zo,Lr),Lr|=p;else{if((p&1073741824)===0)return l=S!==null?S.baseLanes|p:p,d.lanes=d.childLanes=1073741824,d.memoizedState={baseLanes:l,cachePool:null,transitions:null},d.updateQueue=null,Vt(Zo,Lr),Lr|=l,null;d.memoizedState={baseLanes:0,cachePool:null,transitions:null},x=S!==null?S.baseLanes:p,Vt(Zo,Lr),Lr|=x}else S!==null?(x=S.baseLanes|p,d.memoizedState=null):x=p,Vt(Zo,Lr),Lr|=x;return xr(l,d,j,p),d.child}function Lb(l,d){var p=d.ref;(l===null&&p!==null||l!==null&&l.ref!==p)&&(d.flags|=512,d.flags|=2097152)}function Up(l,d,p,x,j){var S=kr(p)?Vi:tr.current;return S=Ho(d,S),Jo(d,j),p=Dp(l,d,p,x,S,j),x=Lp(),l!==null&&!Sr?(d.updateQueue=l.updateQueue,d.flags&=-2053,l.lanes&=~j,ca(l,d,j)):(Xt&&x&&yp(d),d.flags|=1,xr(l,d,p,j),d.child)}function _b(l,d,p,x,j){if(kr(p)){var S=!0;$d(d)}else S=!1;if(Jo(d,j),d.stateNode===null)su(l,d),Sb(d,p,x),Vp(d,p,x,j),x=!0;else if(l===null){var A=d.stateNode,B=d.memoizedProps;A.props=B;var U=A.context,de=p.contextType;typeof de=="object"&&de!==null?de=Xr(de):(de=kr(p)?Vi:tr.current,de=Ho(d,de));var we=p.getDerivedStateFromProps,ke=typeof we=="function"||typeof A.getSnapshotBeforeUpdate=="function";ke||typeof A.UNSAFE_componentWillReceiveProps!="function"&&typeof A.componentWillReceiveProps!="function"||(B!==x||U!==de)&&Cb(d,A,x,de),Ba=!1;var Ne=d.memoizedState;A.state=Ne,Jd(d,x,A,j),U=d.memoizedState,B!==x||Ne!==U||jr.current||Ba?(typeof we=="function"&&(Bp(d,p,we,x),U=d.memoizedState),(B=Ba||kb(d,p,B,x,Ne,U,de))?(ke||typeof A.UNSAFE_componentWillMount!="function"&&typeof A.componentWillMount!="function"||(typeof A.componentWillMount=="function"&&A.componentWillMount(),typeof A.UNSAFE_componentWillMount=="function"&&A.UNSAFE_componentWillMount()),typeof A.componentDidMount=="function"&&(d.flags|=4194308)):(typeof A.componentDidMount=="function"&&(d.flags|=4194308),d.memoizedProps=x,d.memoizedState=U),A.props=x,A.state=U,A.context=de,x=B):(typeof A.componentDidMount=="function"&&(d.flags|=4194308),x=!1)}else{A=d.stateNode,Zy(l,d),B=d.memoizedProps,de=d.type===d.elementType?B:ys(d.type,B),A.props=de,ke=d.pendingProps,Ne=A.context,U=p.contextType,typeof U=="object"&&U!==null?U=Xr(U):(U=kr(p)?Vi:tr.current,U=Ho(d,U));var Pe=p.getDerivedStateFromProps;(we=typeof Pe=="function"||typeof A.getSnapshotBeforeUpdate=="function")||typeof A.UNSAFE_componentWillReceiveProps!="function"&&typeof A.componentWillReceiveProps!="function"||(B!==ke||Ne!==U)&&Cb(d,A,x,U),Ba=!1,Ne=d.memoizedState,A.state=Ne,Jd(d,x,A,j);var Le=d.memoizedState;B!==ke||Ne!==Le||jr.current||Ba?(typeof Pe=="function"&&(Bp(d,p,Pe,x),Le=d.memoizedState),(de=Ba||kb(d,p,de,x,Ne,Le,U)||!1)?(we||typeof A.UNSAFE_componentWillUpdate!="function"&&typeof A.componentWillUpdate!="function"||(typeof A.componentWillUpdate=="function"&&A.componentWillUpdate(x,Le,U),typeof A.UNSAFE_componentWillUpdate=="function"&&A.UNSAFE_componentWillUpdate(x,Le,U)),typeof A.componentDidUpdate=="function"&&(d.flags|=4),typeof A.getSnapshotBeforeUpdate=="function"&&(d.flags|=1024)):(typeof A.componentDidUpdate!="function"||B===l.memoizedProps&&Ne===l.memoizedState||(d.flags|=4),typeof A.getSnapshotBeforeUpdate!="function"||B===l.memoizedProps&&Ne===l.memoizedState||(d.flags|=1024),d.memoizedProps=x,d.memoizedState=Le),A.props=x,A.state=Le,A.context=U,x=de):(typeof A.componentDidUpdate!="function"||B===l.memoizedProps&&Ne===l.memoizedState||(d.flags|=4),typeof A.getSnapshotBeforeUpdate!="function"||B===l.memoizedProps&&Ne===l.memoizedState||(d.flags|=1024),x=!1)}return Kp(l,d,p,x,S,j)}function Kp(l,d,p,x,j,S){Lb(l,d);var A=(d.flags&128)!==0;if(!x&&!A)return j&&Vy(d,p,!1),ca(l,d,S);x=d.stateNode,q3.current=d;var B=A&&typeof p.getDerivedStateFromError!="function"?null:x.render();return d.flags|=1,l!==null&&A?(d.child=qo(d,l.child,null,S),d.child=qo(d,null,B,S)):xr(l,d,B,S),d.memoizedState=x.state,j&&Vy(d,p,!0),d.child}function zb(l){var d=l.stateNode;d.pendingContext?$y(l,d.pendingContext,d.pendingContext!==d.context):d.context&&$y(l,d.context,!1),Mp(l,d.containerInfo)}function Fb(l,d,p,x,j){return Ko(),wp(j),d.flags|=256,xr(l,d,p,x),d.child}var qp={dehydrated:null,treeContext:null,retryLane:0};function Gp(l){return{baseLanes:l,cachePool:null,transitions:null}}function $b(l,d,p){var x=d.pendingProps,j=sn.current,S=!1,A=(d.flags&128)!==0,B;if((B=A)||(B=l!==null&&l.memoizedState===null?!1:(j&2)!==0),B?(S=!0,d.flags&=-129):(l===null||l.memoizedState!==null)&&(j|=1),Vt(sn,j&1),l===null)return Np(d),l=d.memoizedState,l!==null&&(l=l.dehydrated,l!==null)?((d.mode&1)===0?d.lanes=1:l.data==="$!"?d.lanes=8:d.lanes=1073741824,null):(A=x.children,l=x.fallback,S?(x=d.mode,S=d.child,A={mode:"hidden",children:A},(x&1)===0&&S!==null?(S.childLanes=0,S.pendingProps=A):S=gu(A,x,0,null),l=Xi(l,x,p,null),S.return=d,l.return=d,S.sibling=l,d.child=S,d.child.memoizedState=Gp(p),d.memoizedState=qp,l):Jp(d,A));if(j=l.memoizedState,j!==null&&(B=j.dehydrated,B!==null))return G3(l,d,A,x,B,j,p);if(S){S=x.fallback,A=d.mode,j=l.child,B=j.sibling;var U={mode:"hidden",children:x.children};return(A&1)===0&&d.child!==j?(x=d.child,x.childLanes=0,x.pendingProps=U,d.deletions=null):(x=Ga(j,U),x.subtreeFlags=j.subtreeFlags&14680064),B!==null?S=Ga(B,S):(S=Xi(S,A,p,null),S.flags|=2),S.return=d,x.return=d,x.sibling=S,d.child=x,x=S,S=d.child,A=l.child.memoizedState,A=A===null?Gp(p):{baseLanes:A.baseLanes|p,cachePool:null,transitions:A.transitions},S.memoizedState=A,S.childLanes=l.childLanes&~p,d.memoizedState=qp,x}return S=l.child,l=S.sibling,x=Ga(S,{mode:"visible",children:x.children}),(d.mode&1)===0&&(x.lanes=p),x.return=d,x.sibling=null,l!==null&&(p=d.deletions,p===null?(d.deletions=[l],d.flags|=16):p.push(l)),d.child=x,d.memoizedState=null,x}function Jp(l,d){return d=gu({mode:"visible",children:d},l.mode,0,null),d.return=l,l.child=d}function ru(l,d,p,x){return x!==null&&wp(x),qo(d,l.child,null,p),l=Jp(d,d.pendingProps.children),l.flags|=2,d.memoizedState=null,l}function G3(l,d,p,x,j,S,A){if(p)return d.flags&256?(d.flags&=-257,x=Hp(Error(n(422))),ru(l,d,A,x)):d.memoizedState!==null?(d.child=l.child,d.flags|=128,null):(S=x.fallback,j=d.mode,x=gu({mode:"visible",children:x.children},j,0,null),S=Xi(S,j,A,null),S.flags|=2,x.return=d,S.return=d,x.sibling=S,d.child=x,(d.mode&1)!==0&&qo(d,l.child,null,A),d.child.memoizedState=Gp(A),d.memoizedState=qp,S);if((d.mode&1)===0)return ru(l,d,A,null);if(j.data==="$!"){if(x=j.nextSibling&&j.nextSibling.dataset,x)var B=x.dgst;return x=B,S=Error(n(419)),x=Hp(S,x,void 0),ru(l,d,A,x)}if(B=(A&l.childLanes)!==0,Sr||B){if(x=zn,x!==null){switch(A&-A){case 4:j=2;break;case 16:j=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:j=32;break;case 536870912:j=268435456;break;default:j=0}j=(j&(x.suspendedLanes|A))!==0?0:j,j!==0&&j!==S.retryLane&&(S.retryLane=j,oa(l,j),Ns(x,l,j,-1))}return um(),x=Hp(Error(n(421))),ru(l,d,A,x)}return j.data==="$?"?(d.flags|=128,d.child=l.child,d=oE.bind(null,l),j._reactRetry=d,null):(l=S.treeContext,Dr=_a(j.nextSibling),Or=d,Xt=!0,xs=null,l!==null&&(Yr[Qr++]=aa,Yr[Qr++]=ia,Yr[Qr++]=Hi,aa=l.id,ia=l.overflow,Hi=d),d=Jp(d,x.children),d.flags|=4096,d)}function Bb(l,d,p){l.lanes|=d;var x=l.alternate;x!==null&&(x.lanes|=d),Cp(l.return,d,p)}function Yp(l,d,p,x,j){var S=l.memoizedState;S===null?l.memoizedState={isBackwards:d,rendering:null,renderingStartTime:0,last:x,tail:p,tailMode:j}:(S.isBackwards=d,S.rendering=null,S.renderingStartTime=0,S.last=x,S.tail=p,S.tailMode=j)}function Vb(l,d,p){var x=d.pendingProps,j=x.revealOrder,S=x.tail;if(xr(l,d,x.children,p),x=sn.current,(x&2)!==0)x=x&1|2,d.flags|=128;else{if(l!==null&&(l.flags&128)!==0)e:for(l=d.child;l!==null;){if(l.tag===13)l.memoizedState!==null&&Bb(l,p,d);else if(l.tag===19)Bb(l,p,d);else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===d)break e;for(;l.sibling===null;){if(l.return===null||l.return===d)break e;l=l.return}l.sibling.return=l.return,l=l.sibling}x&=1}if(Vt(sn,x),(d.mode&1)===0)d.memoizedState=null;else switch(j){case"forwards":for(p=d.child,j=null;p!==null;)l=p.alternate,l!==null&&Yd(l)===null&&(j=p),p=p.sibling;p=j,p===null?(j=d.child,d.child=null):(j=p.sibling,p.sibling=null),Yp(d,!1,j,p,S);break;case"backwards":for(p=null,j=d.child,d.child=null;j!==null;){if(l=j.alternate,l!==null&&Yd(l)===null){d.child=j;break}l=j.sibling,j.sibling=p,p=j,j=l}Yp(d,!0,p,null,S);break;case"together":Yp(d,!1,null,null,void 0);break;default:d.memoizedState=null}return d.child}function su(l,d){(d.mode&1)===0&&l!==null&&(l.alternate=null,d.alternate=null,d.flags|=2)}function ca(l,d,p){if(l!==null&&(d.dependencies=l.dependencies),Gi|=d.lanes,(p&d.childLanes)===0)return null;if(l!==null&&d.child!==l.child)throw Error(n(153));if(d.child!==null){for(l=d.child,p=Ga(l,l.pendingProps),d.child=p,p.return=d;l.sibling!==null;)l=l.sibling,p=p.sibling=Ga(l,l.pendingProps),p.return=d;p.sibling=null}return d.child}function J3(l,d,p){switch(d.tag){case 3:zb(d),Ko();break;case 5:nb(d);break;case 1:kr(d.type)&&$d(d);break;case 4:Mp(d,d.stateNode.containerInfo);break;case 10:var x=d.type._context,j=d.memoizedProps.value;Vt(Kd,x._currentValue),x._currentValue=j;break;case 13:if(x=d.memoizedState,x!==null)return x.dehydrated!==null?(Vt(sn,sn.current&1),d.flags|=128,null):(p&d.child.childLanes)!==0?$b(l,d,p):(Vt(sn,sn.current&1),l=ca(l,d,p),l!==null?l.sibling:null);Vt(sn,sn.current&1);break;case 19:if(x=(p&d.childLanes)!==0,(l.flags&128)!==0){if(x)return Vb(l,d,p);d.flags|=128}if(j=d.memoizedState,j!==null&&(j.rendering=null,j.tail=null,j.lastEffect=null),Vt(sn,sn.current),x)break;return null;case 22:case 23:return d.lanes=0,Db(l,d,p)}return ca(l,d,p)}var Hb,Qp,Wb,Ub;Hb=function(l,d){for(var p=d.child;p!==null;){if(p.tag===5||p.tag===6)l.appendChild(p.stateNode);else if(p.tag!==4&&p.child!==null){p.child.return=p,p=p.child;continue}if(p===d)break;for(;p.sibling===null;){if(p.return===null||p.return===d)return;p=p.return}p.sibling.return=p.return,p=p.sibling}},Qp=function(){},Wb=function(l,d,p,x){var j=l.memoizedProps;if(j!==x){l=d.stateNode,Ki(Ls.current);var S=null;switch(p){case"input":j=Et(l,j),x=Et(l,x),S=[];break;case"select":j=K({},j,{value:void 0}),x=K({},x,{value:void 0}),S=[];break;case"textarea":j=In(l,j),x=In(l,x),S=[];break;default:typeof j.onClick!="function"&&typeof x.onClick=="function"&&(l.onclick=_d)}wr(p,x);var A;p=null;for(de in j)if(!x.hasOwnProperty(de)&&j.hasOwnProperty(de)&&j[de]!=null)if(de==="style"){var B=j[de];for(A in B)B.hasOwnProperty(A)&&(p||(p={}),p[A]="")}else de!=="dangerouslySetInnerHTML"&&de!=="children"&&de!=="suppressContentEditableWarning"&&de!=="suppressHydrationWarning"&&de!=="autoFocus"&&(a.hasOwnProperty(de)?S||(S=[]):(S=S||[]).push(de,null));for(de in x){var U=x[de];if(B=j!=null?j[de]:void 0,x.hasOwnProperty(de)&&U!==B&&(U!=null||B!=null))if(de==="style")if(B){for(A in B)!B.hasOwnProperty(A)||U&&U.hasOwnProperty(A)||(p||(p={}),p[A]="");for(A in U)U.hasOwnProperty(A)&&B[A]!==U[A]&&(p||(p={}),p[A]=U[A])}else p||(S||(S=[]),S.push(de,p)),p=U;else de==="dangerouslySetInnerHTML"?(U=U?U.__html:void 0,B=B?B.__html:void 0,U!=null&&B!==U&&(S=S||[]).push(de,U)):de==="children"?typeof U!="string"&&typeof U!="number"||(S=S||[]).push(de,""+U):de!=="suppressContentEditableWarning"&&de!=="suppressHydrationWarning"&&(a.hasOwnProperty(de)?(U!=null&&de==="onScroll"&&qt("scroll",l),S||B===U||(S=[])):(S=S||[]).push(de,U))}p&&(S=S||[]).push("style",p);var de=S;(d.updateQueue=de)&&(d.flags|=4)}},Ub=function(l,d,p,x){p!==x&&(d.flags|=4)};function yc(l,d){if(!Xt)switch(l.tailMode){case"hidden":d=l.tail;for(var p=null;d!==null;)d.alternate!==null&&(p=d),d=d.sibling;p===null?l.tail=null:p.sibling=null;break;case"collapsed":p=l.tail;for(var x=null;p!==null;)p.alternate!==null&&(x=p),p=p.sibling;x===null?d||l.tail===null?l.tail=null:l.tail.sibling=null:x.sibling=null}}function rr(l){var d=l.alternate!==null&&l.alternate.child===l.child,p=0,x=0;if(d)for(var j=l.child;j!==null;)p|=j.lanes|j.childLanes,x|=j.subtreeFlags&14680064,x|=j.flags&14680064,j.return=l,j=j.sibling;else for(j=l.child;j!==null;)p|=j.lanes|j.childLanes,x|=j.subtreeFlags,x|=j.flags,j.return=l,j=j.sibling;return l.subtreeFlags|=x,l.childLanes=p,d}function Y3(l,d,p){var x=d.pendingProps;switch(bp(d),d.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return rr(d),null;case 1:return kr(d.type)&&Fd(),rr(d),null;case 3:return x=d.stateNode,Yo(),Gt(jr),Gt(tr),Rp(),x.pendingContext&&(x.context=x.pendingContext,x.pendingContext=null),(l===null||l.child===null)&&(Wd(d)?d.flags|=4:l===null||l.memoizedState.isDehydrated&&(d.flags&256)===0||(d.flags|=1024,xs!==null&&(lm(xs),xs=null))),Qp(l,d),rr(d),null;case 5:Ap(d);var j=Ki(fc.current);if(p=d.type,l!==null&&d.stateNode!=null)Wb(l,d,p,x,j),l.ref!==d.ref&&(d.flags|=512,d.flags|=2097152);else{if(!x){if(d.stateNode===null)throw Error(n(166));return rr(d),null}if(l=Ki(Ls.current),Wd(d)){x=d.stateNode,p=d.type;var S=d.memoizedProps;switch(x[Ds]=d,x[lc]=S,l=(d.mode&1)!==0,p){case"dialog":qt("cancel",x),qt("close",x);break;case"iframe":case"object":case"embed":qt("load",x);break;case"video":case"audio":for(j=0;j<\/script>",l=l.removeChild(l.firstChild)):typeof x.is=="string"?l=A.createElement(p,{is:x.is}):(l=A.createElement(p),p==="select"&&(A=l,x.multiple?A.multiple=!0:x.size&&(A.size=x.size))):l=A.createElementNS(l,p),l[Ds]=d,l[lc]=x,Hb(l,d,!1,!1),d.stateNode=l;e:{switch(A=As(p,x),p){case"dialog":qt("cancel",l),qt("close",l),j=x;break;case"iframe":case"object":case"embed":qt("load",l),j=x;break;case"video":case"audio":for(j=0;jel&&(d.flags|=128,x=!0,yc(S,!1),d.lanes=4194304)}else{if(!x)if(l=Yd(A),l!==null){if(d.flags|=128,x=!0,p=l.updateQueue,p!==null&&(d.updateQueue=p,d.flags|=4),yc(S,!0),S.tail===null&&S.tailMode==="hidden"&&!A.alternate&&!Xt)return rr(d),null}else 2*Pt()-S.renderingStartTime>el&&p!==1073741824&&(d.flags|=128,x=!0,yc(S,!1),d.lanes=4194304);S.isBackwards?(A.sibling=d.child,d.child=A):(p=S.last,p!==null?p.sibling=A:d.child=A,S.last=A)}return S.tail!==null?(d=S.tail,S.rendering=d,S.tail=d.sibling,S.renderingStartTime=Pt(),d.sibling=null,p=sn.current,Vt(sn,x?p&1|2:p&1),d):(rr(d),null);case 22:case 23:return dm(),x=d.memoizedState!==null,l!==null&&l.memoizedState!==null!==x&&(d.flags|=8192),x&&(d.mode&1)!==0?(Lr&1073741824)!==0&&(rr(d),d.subtreeFlags&6&&(d.flags|=8192)):rr(d),null;case 24:return null;case 25:return null}throw Error(n(156,d.tag))}function Q3(l,d){switch(bp(d),d.tag){case 1:return kr(d.type)&&Fd(),l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 3:return Yo(),Gt(jr),Gt(tr),Rp(),l=d.flags,(l&65536)!==0&&(l&128)===0?(d.flags=l&-65537|128,d):null;case 5:return Ap(d),null;case 13:if(Gt(sn),l=d.memoizedState,l!==null&&l.dehydrated!==null){if(d.alternate===null)throw Error(n(340));Ko()}return l=d.flags,l&65536?(d.flags=l&-65537|128,d):null;case 19:return Gt(sn),null;case 4:return Yo(),null;case 10:return Sp(d.type._context),null;case 22:case 23:return dm(),null;case 24:return null;default:return null}}var au=!1,sr=!1,X3=typeof WeakSet=="function"?WeakSet:Set,De=null;function Xo(l,d){var p=l.ref;if(p!==null)if(typeof p=="function")try{p(null)}catch(x){dn(l,d,x)}else p.current=null}function Xp(l,d,p){try{p()}catch(x){dn(l,d,x)}}var Kb=!1;function Z3(l,d){if(dp=Sd,l=ky(),np(l)){if("selectionStart"in l)var p={start:l.selectionStart,end:l.selectionEnd};else e:{p=(p=l.ownerDocument)&&p.defaultView||window;var x=p.getSelection&&p.getSelection();if(x&&x.rangeCount!==0){p=x.anchorNode;var j=x.anchorOffset,S=x.focusNode;x=x.focusOffset;try{p.nodeType,S.nodeType}catch{p=null;break e}var A=0,B=-1,U=-1,de=0,we=0,ke=l,Ne=null;t:for(;;){for(var Pe;ke!==p||j!==0&&ke.nodeType!==3||(B=A+j),ke!==S||x!==0&&ke.nodeType!==3||(U=A+x),ke.nodeType===3&&(A+=ke.nodeValue.length),(Pe=ke.firstChild)!==null;)Ne=ke,ke=Pe;for(;;){if(ke===l)break t;if(Ne===p&&++de===j&&(B=A),Ne===S&&++we===x&&(U=A),(Pe=ke.nextSibling)!==null)break;ke=Ne,Ne=ke.parentNode}ke=Pe}p=B===-1||U===-1?null:{start:B,end:U}}else p=null}p=p||{start:0,end:0}}else p=null;for(up={focusedElem:l,selectionRange:p},Sd=!1,De=d;De!==null;)if(d=De,l=d.child,(d.subtreeFlags&1028)!==0&&l!==null)l.return=d,De=l;else for(;De!==null;){d=De;try{var Le=d.alternate;if((d.flags&1024)!==0)switch(d.tag){case 0:case 11:case 15:break;case 1:if(Le!==null){var Fe=Le.memoizedProps,yn=Le.memoizedState,se=d.stateNode,Q=se.getSnapshotBeforeUpdate(d.elementType===d.type?Fe:ys(d.type,Fe),yn);se.__reactInternalSnapshotBeforeUpdate=Q}break;case 3:var le=d.stateNode.containerInfo;le.nodeType===1?le.textContent="":le.nodeType===9&&le.documentElement&&le.removeChild(le.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(n(163))}}catch(Me){dn(d,d.return,Me)}if(l=d.sibling,l!==null){l.return=d.return,De=l;break}De=d.return}return Le=Kb,Kb=!1,Le}function bc(l,d,p){var x=d.updateQueue;if(x=x!==null?x.lastEffect:null,x!==null){var j=x=x.next;do{if((j.tag&l)===l){var S=j.destroy;j.destroy=void 0,S!==void 0&&Xp(d,p,S)}j=j.next}while(j!==x)}}function iu(l,d){if(d=d.updateQueue,d=d!==null?d.lastEffect:null,d!==null){var p=d=d.next;do{if((p.tag&l)===l){var x=p.create;p.destroy=x()}p=p.next}while(p!==d)}}function Zp(l){var d=l.ref;if(d!==null){var p=l.stateNode;switch(l.tag){case 5:l=p;break;default:l=p}typeof d=="function"?d(l):d.current=l}}function qb(l){var d=l.alternate;d!==null&&(l.alternate=null,qb(d)),l.child=null,l.deletions=null,l.sibling=null,l.tag===5&&(d=l.stateNode,d!==null&&(delete d[Ds],delete d[lc],delete d[mp],delete d[D3],delete d[L3])),l.stateNode=null,l.return=null,l.dependencies=null,l.memoizedProps=null,l.memoizedState=null,l.pendingProps=null,l.stateNode=null,l.updateQueue=null}function Gb(l){return l.tag===5||l.tag===3||l.tag===4}function Jb(l){e:for(;;){for(;l.sibling===null;){if(l.return===null||Gb(l.return))return null;l=l.return}for(l.sibling.return=l.return,l=l.sibling;l.tag!==5&&l.tag!==6&&l.tag!==18;){if(l.flags&2||l.child===null||l.tag===4)continue e;l.child.return=l,l=l.child}if(!(l.flags&2))return l.stateNode}}function em(l,d,p){var x=l.tag;if(x===5||x===6)l=l.stateNode,d?p.nodeType===8?p.parentNode.insertBefore(l,d):p.insertBefore(l,d):(p.nodeType===8?(d=p.parentNode,d.insertBefore(l,p)):(d=p,d.appendChild(l)),p=p._reactRootContainer,p!=null||d.onclick!==null||(d.onclick=_d));else if(x!==4&&(l=l.child,l!==null))for(em(l,d,p),l=l.sibling;l!==null;)em(l,d,p),l=l.sibling}function tm(l,d,p){var x=l.tag;if(x===5||x===6)l=l.stateNode,d?p.insertBefore(l,d):p.appendChild(l);else if(x!==4&&(l=l.child,l!==null))for(tm(l,d,p),l=l.sibling;l!==null;)tm(l,d,p),l=l.sibling}var Kn=null,bs=!1;function Ha(l,d,p){for(p=p.child;p!==null;)Yb(l,d,p),p=p.sibling}function Yb(l,d,p){if(Re&&typeof Re.onCommitFiberUnmount=="function")try{Re.onCommitFiberUnmount(V,p)}catch{}switch(p.tag){case 5:sr||Xo(p,d);case 6:var x=Kn,j=bs;Kn=null,Ha(l,d,p),Kn=x,bs=j,Kn!==null&&(bs?(l=Kn,p=p.stateNode,l.nodeType===8?l.parentNode.removeChild(p):l.removeChild(p)):Kn.removeChild(p.stateNode));break;case 18:Kn!==null&&(bs?(l=Kn,p=p.stateNode,l.nodeType===8?pp(l.parentNode,p):l.nodeType===1&&pp(l,p),Ql(l)):pp(Kn,p.stateNode));break;case 4:x=Kn,j=bs,Kn=p.stateNode.containerInfo,bs=!0,Ha(l,d,p),Kn=x,bs=j;break;case 0:case 11:case 14:case 15:if(!sr&&(x=p.updateQueue,x!==null&&(x=x.lastEffect,x!==null))){j=x=x.next;do{var S=j,A=S.destroy;S=S.tag,A!==void 0&&((S&2)!==0||(S&4)!==0)&&Xp(p,d,A),j=j.next}while(j!==x)}Ha(l,d,p);break;case 1:if(!sr&&(Xo(p,d),x=p.stateNode,typeof x.componentWillUnmount=="function"))try{x.props=p.memoizedProps,x.state=p.memoizedState,x.componentWillUnmount()}catch(B){dn(p,d,B)}Ha(l,d,p);break;case 21:Ha(l,d,p);break;case 22:p.mode&1?(sr=(x=sr)||p.memoizedState!==null,Ha(l,d,p),sr=x):Ha(l,d,p);break;default:Ha(l,d,p)}}function Qb(l){var d=l.updateQueue;if(d!==null){l.updateQueue=null;var p=l.stateNode;p===null&&(p=l.stateNode=new X3),d.forEach(function(x){var j=lE.bind(null,l,x);p.has(x)||(p.add(x),x.then(j,j))})}}function vs(l,d){var p=d.deletions;if(p!==null)for(var x=0;xj&&(j=A),x&=~S}if(x=j,x=Pt()-x,x=(120>x?120:480>x?480:1080>x?1080:1920>x?1920:3e3>x?3e3:4320>x?4320:1960*tE(x/1960))-x,10l?16:l,Ua===null)var x=!1;else{if(l=Ua,Ua=null,uu=0,(bt&6)!==0)throw Error(n(331));var j=bt;for(bt|=4,De=l.current;De!==null;){var S=De,A=S.child;if((De.flags&16)!==0){var B=S.deletions;if(B!==null){for(var U=0;UPt()-sm?Yi(l,0):rm|=p),Er(l,d)}function dv(l,d){d===0&&((l.mode&1)===0?d=1:(d=Un,Un<<=1,(Un&130023424)===0&&(Un=4194304)));var p=yr();l=oa(l,d),l!==null&&(zi(l,d,p),Er(l,p))}function oE(l){var d=l.memoizedState,p=0;d!==null&&(p=d.retryLane),dv(l,p)}function lE(l,d){var p=0;switch(l.tag){case 13:var x=l.stateNode,j=l.memoizedState;j!==null&&(p=j.retryLane);break;case 19:x=l.stateNode;break;default:throw Error(n(314))}x!==null&&x.delete(d),dv(l,p)}var uv;uv=function(l,d,p){if(l!==null)if(l.memoizedProps!==d.pendingProps||jr.current)Sr=!0;else{if((l.lanes&p)===0&&(d.flags&128)===0)return Sr=!1,J3(l,d,p);Sr=(l.flags&131072)!==0}else Sr=!1,Xt&&(d.flags&1048576)!==0&&Wy(d,Hd,d.index);switch(d.lanes=0,d.tag){case 2:var x=d.type;su(l,d),l=d.pendingProps;var j=Ho(d,tr.current);Jo(d,p),j=Dp(null,d,x,l,j,p);var S=Lp();return d.flags|=1,typeof j=="object"&&j!==null&&typeof j.render=="function"&&j.$$typeof===void 0?(d.tag=1,d.memoizedState=null,d.updateQueue=null,kr(x)?(S=!0,$d(d)):S=!1,d.memoizedState=j.state!==null&&j.state!==void 0?j.state:null,Tp(d),j.updater=nu,d.stateNode=j,j._reactInternals=d,Vp(d,x,l,p),d=Kp(null,d,x,!0,S,p)):(d.tag=0,Xt&&S&&yp(d),xr(null,d,j,p),d=d.child),d;case 16:x=d.elementType;e:{switch(su(l,d),l=d.pendingProps,j=x._init,x=j(x._payload),d.type=x,j=d.tag=dE(x),l=ys(x,l),j){case 0:d=Up(null,d,x,l,p);break e;case 1:d=_b(null,d,x,l,p);break e;case 11:d=Rb(null,d,x,l,p);break e;case 14:d=Pb(null,d,x,ys(x.type,l),p);break e}throw Error(n(306,x,""))}return d;case 0:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:ys(x,j),Up(l,d,x,j,p);case 1:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:ys(x,j),_b(l,d,x,j,p);case 3:e:{if(zb(d),l===null)throw Error(n(387));x=d.pendingProps,S=d.memoizedState,j=S.element,Zy(l,d),Jd(d,x,null,p);var A=d.memoizedState;if(x=A.element,S.isDehydrated)if(S={element:x,isDehydrated:!1,cache:A.cache,pendingSuspenseBoundaries:A.pendingSuspenseBoundaries,transitions:A.transitions},d.updateQueue.baseState=S,d.memoizedState=S,d.flags&256){j=Qo(Error(n(423)),d),d=Fb(l,d,x,p,j);break e}else if(x!==j){j=Qo(Error(n(424)),d),d=Fb(l,d,x,p,j);break e}else for(Dr=_a(d.stateNode.containerInfo.firstChild),Or=d,Xt=!0,xs=null,p=Qy(d,null,x,p),d.child=p;p;)p.flags=p.flags&-3|4096,p=p.sibling;else{if(Ko(),x===j){d=ca(l,d,p);break e}xr(l,d,x,p)}d=d.child}return d;case 5:return nb(d),l===null&&Np(d),x=d.type,j=d.pendingProps,S=l!==null?l.memoizedProps:null,A=j.children,hp(x,j)?A=null:S!==null&&hp(x,S)&&(d.flags|=32),Lb(l,d),xr(l,d,A,p),d.child;case 6:return l===null&&Np(d),null;case 13:return $b(l,d,p);case 4:return Mp(d,d.stateNode.containerInfo),x=d.pendingProps,l===null?d.child=qo(d,null,x,p):xr(l,d,x,p),d.child;case 11:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:ys(x,j),Rb(l,d,x,j,p);case 7:return xr(l,d,d.pendingProps,p),d.child;case 8:return xr(l,d,d.pendingProps.children,p),d.child;case 12:return xr(l,d,d.pendingProps.children,p),d.child;case 10:e:{if(x=d.type._context,j=d.pendingProps,S=d.memoizedProps,A=j.value,Vt(Kd,x._currentValue),x._currentValue=A,S!==null)if(gs(S.value,A)){if(S.children===j.children&&!jr.current){d=ca(l,d,p);break e}}else for(S=d.child,S!==null&&(S.return=d);S!==null;){var B=S.dependencies;if(B!==null){A=S.child;for(var U=B.firstContext;U!==null;){if(U.context===x){if(S.tag===1){U=la(-1,p&-p),U.tag=2;var de=S.updateQueue;if(de!==null){de=de.shared;var we=de.pending;we===null?U.next=U:(U.next=we.next,we.next=U),de.pending=U}}S.lanes|=p,U=S.alternate,U!==null&&(U.lanes|=p),Cp(S.return,p,d),B.lanes|=p;break}U=U.next}}else if(S.tag===10)A=S.type===d.type?null:S.child;else if(S.tag===18){if(A=S.return,A===null)throw Error(n(341));A.lanes|=p,B=A.alternate,B!==null&&(B.lanes|=p),Cp(A,p,d),A=S.sibling}else A=S.child;if(A!==null)A.return=S;else for(A=S;A!==null;){if(A===d){A=null;break}if(S=A.sibling,S!==null){S.return=A.return,A=S;break}A=A.return}S=A}xr(l,d,j.children,p),d=d.child}return d;case 9:return j=d.type,x=d.pendingProps.children,Jo(d,p),j=Xr(j),x=x(j),d.flags|=1,xr(l,d,x,p),d.child;case 14:return x=d.type,j=ys(x,d.pendingProps),j=ys(x.type,j),Pb(l,d,x,j,p);case 15:return Ob(l,d,d.type,d.pendingProps,p);case 17:return x=d.type,j=d.pendingProps,j=d.elementType===x?j:ys(x,j),su(l,d),d.tag=1,kr(x)?(l=!0,$d(d)):l=!1,Jo(d,p),Sb(d,x,j),Vp(d,x,j,p),Kp(null,d,x,!0,l,p);case 19:return Vb(l,d,p);case 22:return Db(l,d,p)}throw Error(n(156,d.tag))};function hv(l,d){return Gr(l,d)}function cE(l,d,p,x){this.tag=l,this.key=p,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=d,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=x,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function ts(l,d,p,x){return new cE(l,d,p,x)}function hm(l){return l=l.prototype,!(!l||!l.isReactComponent)}function dE(l){if(typeof l=="function")return hm(l)?1:0;if(l!=null){if(l=l.$$typeof,l===te)return 11;if(l===I)return 14}return 2}function Ga(l,d){var p=l.alternate;return p===null?(p=ts(l.tag,d,l.key,l.mode),p.elementType=l.elementType,p.type=l.type,p.stateNode=l.stateNode,p.alternate=l,l.alternate=p):(p.pendingProps=d,p.type=l.type,p.flags=0,p.subtreeFlags=0,p.deletions=null),p.flags=l.flags&14680064,p.childLanes=l.childLanes,p.lanes=l.lanes,p.child=l.child,p.memoizedProps=l.memoizedProps,p.memoizedState=l.memoizedState,p.updateQueue=l.updateQueue,d=l.dependencies,p.dependencies=d===null?null:{lanes:d.lanes,firstContext:d.firstContext},p.sibling=l.sibling,p.index=l.index,p.ref=l.ref,p}function mu(l,d,p,x,j,S){var A=2;if(x=l,typeof l=="function")hm(l)&&(A=1);else if(typeof l=="string")A=5;else e:switch(l){case _:return Xi(p.children,j,S,d);case P:A=8,j|=8;break;case L:return l=ts(12,p,d,j|2),l.elementType=L,l.lanes=S,l;case ue:return l=ts(13,p,d,j),l.elementType=ue,l.lanes=S,l;case ae:return l=ts(19,p,d,j),l.elementType=ae,l.lanes=S,l;case G:return gu(p,j,S,d);default:if(typeof l=="object"&&l!==null)switch(l.$$typeof){case F:A=10;break e;case X:A=9;break e;case te:A=11;break e;case I:A=14;break e;case O:A=16,x=null;break e}throw Error(n(130,l==null?l:typeof l,""))}return d=ts(A,p,d,j),d.elementType=l,d.type=x,d.lanes=S,d}function Xi(l,d,p,x){return l=ts(7,l,x,d),l.lanes=p,l}function gu(l,d,p,x){return l=ts(22,l,x,d),l.elementType=G,l.lanes=p,l.stateNode={isHidden:!1},l}function fm(l,d,p){return l=ts(6,l,null,d),l.lanes=p,l}function pm(l,d,p){return d=ts(4,l.children!==null?l.children:[],l.key,d),d.lanes=p,d.stateNode={containerInfo:l.containerInfo,pendingChildren:null,implementation:l.implementation},d}function uE(l,d,p,x,j){this.tag=d,this.containerInfo=l,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Ul(0),this.expirationTimes=Ul(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ul(0),this.identifierPrefix=x,this.onRecoverableError=j,this.mutableSourceEagerHydrationData=null}function mm(l,d,p,x,j,S,A,B,U){return l=new uE(l,d,p,B,U),d===1?(d=1,S===!0&&(d|=8)):d=0,S=ts(3,null,null,d),l.current=S,S.stateNode=l,S.memoizedState={element:x,isDehydrated:p,cache:null,transitions:null,pendingSuspenseBoundaries:null},Tp(S),l}function hE(l,d,p){var x=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(e){console.error(e)}}return t(),Nm.exports=kE(),Nm.exports}var Cv;function SE(){if(Cv)return ju;Cv=1;var t=Rw();return ju.createRoot=t.createRoot,ju.hydrateRoot=t.hydrateRoot,ju}var CE=SE(),pd=Rw();const Pw=Iw(pd);/** * @remix-run/router v1.23.2 * * Copyright (c) Remix Software Inc. @@ -46,7 +46,7 @@ Error generating stack: `+S.message+` * LICENSE.md file in the root directory of this source tree. * * @license MIT - */function Yc(){return Yc=Object.assign?Object.assign.bind():function(t){for(var e=1;e"u")throw new Error(e)}function Ox(t,e){if(!t){typeof console<"u"&&console.warn(e);try{throw new Error(e)}catch{}}}function EE(){return Math.random().toString(36).substr(2,8)}function Tv(t,e){return{usr:t.state,key:t.key,idx:e}}function wg(t,e,n,r){return n===void 0&&(n=null),Yc({pathname:typeof t=="string"?t:t.pathname,search:"",hash:""},typeof e=="string"?Rl(e):e,{state:n,key:e&&e.key||r||EE()})}function oh(t){let{pathname:e="/",search:n="",hash:r=""}=t;return n&&n!=="?"&&(e+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function Rl(t){let e={};if(t){let n=t.indexOf("#");n>=0&&(e.hash=t.substr(n),t=t.substr(0,n));let r=t.indexOf("?");r>=0&&(e.search=t.substr(r),t=t.substr(0,r)),t&&(e.pathname=t)}return e}function TE(t,e,n,r){r===void 0&&(r={});let{window:a=document.defaultView,v5Compat:i=!1}=r,o=a.history,c=oi.Pop,u=null,h=f();h==null&&(h=0,o.replaceState(Yc({},o.state,{idx:h}),""));function f(){return(o.state||{idx:null}).idx}function m(){c=oi.Pop;let v=f(),k=v==null?null:v-h;h=v,u&&u({action:c,location:w.location,delta:k})}function g(v,k){c=oi.Push;let C=wg(w.location,v,k);h=f()+1;let E=Tv(C,h),T=w.createHref(C);try{o.pushState(E,"",T)}catch(R){if(R instanceof DOMException&&R.name==="DataCloneError")throw R;a.location.assign(T)}i&&u&&u({action:c,location:w.location,delta:1})}function y(v,k){c=oi.Replace;let C=wg(w.location,v,k);h=f();let E=Tv(C,h),T=w.createHref(C);o.replaceState(E,"",T),i&&u&&u({action:c,location:w.location,delta:0})}function N(v){let k=a.location.origin!=="null"?a.location.origin:a.location.href,C=typeof v=="string"?v:oh(v);return C=C.replace(/ $/,"%20"),vn(k,"No window.location.(origin|href) available to create URL for href: "+C),new URL(C,k)}let w={get action(){return c},get location(){return t(a,o)},listen(v){if(u)throw new Error("A history only accepts one active listener");return a.addEventListener(Ev,m),u=v,()=>{a.removeEventListener(Ev,m),u=null}},createHref(v){return e(a,v)},createURL:N,encodeLocation(v){let k=N(v);return{pathname:k.pathname,search:k.search,hash:k.hash}},push:g,replace:y,go(v){return o.go(v)}};return w}var Mv;(function(t){t.data="data",t.deferred="deferred",t.redirect="redirect",t.error="error"})(Mv||(Mv={}));function ME(t,e,n){return n===void 0&&(n="/"),AE(t,e,n)}function AE(t,e,n,r){let a=typeof e=="string"?Rl(e):e,i=Dx(a.pathname||"/",n);if(i==null)return null;let o=Pw(t);IE(o);let c=null;for(let u=0;c==null&&u{let u={relativePath:c===void 0?i.path||"":c,caseSensitive:i.caseSensitive===!0,childrenIndex:o,route:i};u.relativePath.startsWith("/")&&(vn(u.relativePath.startsWith(r),'Absolute route path "'+u.relativePath+'" nested under path '+('"'+r+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),u.relativePath=u.relativePath.slice(r.length));let h=hi([r,u.relativePath]),f=n.concat(u);i.children&&i.children.length>0&&(vn(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+h+'".')),Pw(i.children,e,f,h)),!(i.path==null&&!i.index)&&e.push({path:h,score:zE(h,i.index),routesMeta:f})};return t.forEach((i,o)=>{var c;if(i.path===""||!((c=i.path)!=null&&c.includes("?")))a(i,o);else for(let u of Ow(i.path))a(i,o,u)}),e}function Ow(t){let e=t.split("/");if(e.length===0)return[];let[n,...r]=e,a=n.endsWith("?"),i=n.replace(/\?$/,"");if(r.length===0)return a?[i,""]:[i];let o=Ow(r.join("/")),c=[];return c.push(...o.map(u=>u===""?i:[i,u].join("/"))),a&&c.push(...o),c.map(u=>t.startsWith("/")&&u===""?"/":u)}function IE(t){t.sort((e,n)=>e.score!==n.score?n.score-e.score:FE(e.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const RE=/^:[\w-]+$/,PE=3,OE=2,DE=1,LE=10,_E=-2,Av=t=>t==="*";function zE(t,e){let n=t.split("/"),r=n.length;return n.some(Av)&&(r+=_E),e&&(r+=OE),n.filter(a=>!Av(a)).reduce((a,i)=>a+(RE.test(i)?PE:i===""?DE:LE),r)}function FE(t,e){return t.length===e.length&&t.slice(0,-1).every((r,a)=>r===e[a])?t[t.length-1]-e[e.length-1]:0}function $E(t,e,n){let{routesMeta:r}=t,a={},i="/",o=[];for(let c=0;c{let{paramName:g,isOptional:y}=f;if(g==="*"){let w=c[m]||"";o=i.slice(0,i.length-w.length).replace(/(.)\/+$/,"$1")}const N=c[m];return y&&!N?h[g]=void 0:h[g]=(N||"").replace(/%2F/g,"/"),h},{}),pathname:i,pathnameBase:o,pattern:t}}function VE(t,e,n){e===void 0&&(e=!1),n===void 0&&(n=!0),Ox(t==="*"||!t.endsWith("*")||t.endsWith("/*"),'Route path "'+t+'" will be treated as if it were '+('"'+t.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+t.replace(/\*$/,"/*")+'".'));let r=[],a="^"+t.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(o,c,u)=>(r.push({paramName:c,isOptional:u!=null}),u?"/?([^\\/]+)?":"/([^\\/]+)"));return t.endsWith("*")?(r.push({paramName:"*"}),a+=t==="*"||t==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":t!==""&&t!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,e?void 0:"i"),r]}function HE(t){try{return t.split("/").map(e=>decodeURIComponent(e).replace(/\//g,"%2F")).join("/")}catch(e){return Ox(!1,'The URL path "'+t+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+e+").")),t}}function Dx(t,e){if(e==="/")return t;if(!t.toLowerCase().startsWith(e.toLowerCase()))return null;let n=e.endsWith("/")?e.length-1:e.length,r=t.charAt(n);return r&&r!=="/"?null:t.slice(n)||"/"}const WE=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,UE=t=>WE.test(t);function KE(t,e){e===void 0&&(e="/");let{pathname:n,search:r="",hash:a=""}=typeof t=="string"?Rl(t):t,i;if(n)if(UE(n))i=n;else{if(n.includes("//")){let o=n;n=n.replace(/\/\/+/g,"/"),Ox(!1,"Pathnames cannot have embedded double slashes - normalizing "+(o+" -> "+n))}n.startsWith("/")?i=Iv(n.substring(1),"/"):i=Iv(n,e)}else i=e;return{pathname:i,search:JE(r),hash:YE(a)}}function Iv(t,e){let n=e.replace(/\/+$/,"").split("/");return t.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function km(t,e,n,r){return"Cannot include a '"+t+"' character in a manually specified "+("`to."+e+"` field ["+JSON.stringify(r)+"]. Please separate it out to the ")+("`to."+n+"` field. Alternatively you may provide the full path as ")+'a string in and the router will parse it for you.'}function qE(t){return t.filter((e,n)=>n===0||e.route.path&&e.route.path.length>0)}function Lx(t,e){let n=qE(t);return e?n.map((r,a)=>a===n.length-1?r.pathname:r.pathnameBase):n.map(r=>r.pathnameBase)}function _x(t,e,n,r){r===void 0&&(r=!1);let a;typeof t=="string"?a=Rl(t):(a=Yc({},t),vn(!a.pathname||!a.pathname.includes("?"),km("?","pathname","search",a)),vn(!a.pathname||!a.pathname.includes("#"),km("#","pathname","hash",a)),vn(!a.search||!a.search.includes("#"),km("#","search","hash",a)));let i=t===""||a.pathname==="",o=i?"/":a.pathname,c;if(o==null)c=n;else{let m=e.length-1;if(!r&&o.startsWith("..")){let g=o.split("/");for(;g[0]==="..";)g.shift(),m-=1;a.pathname=g.join("/")}c=m>=0?e[m]:"/"}let u=KE(a,c),h=o&&o!=="/"&&o.endsWith("/"),f=(i||o===".")&&n.endsWith("/");return!u.pathname.endsWith("/")&&(h||f)&&(u.pathname+="/"),u}const hi=t=>t.join("/").replace(/\/\/+/g,"/"),GE=t=>t.replace(/\/+$/,"").replace(/^\/*/,"/"),JE=t=>!t||t==="?"?"":t.startsWith("?")?t:"?"+t,YE=t=>!t||t==="#"?"":t.startsWith("#")?t:"#"+t;function QE(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.internal=="boolean"&&"data"in t}const Dw=["post","put","patch","delete"];new Set(Dw);const XE=["get",...Dw];new Set(XE);/** + */function Yc(){return Yc=Object.assign?Object.assign.bind():function(t){for(var e=1;e"u")throw new Error(e)}function Ox(t,e){if(!t){typeof console<"u"&&console.warn(e);try{throw new Error(e)}catch{}}}function TE(){return Math.random().toString(36).substr(2,8)}function Tv(t,e){return{usr:t.state,key:t.key,idx:e}}function wg(t,e,n,r){return n===void 0&&(n=null),Yc({pathname:typeof t=="string"?t:t.pathname,search:"",hash:""},typeof e=="string"?Rl(e):e,{state:n,key:e&&e.key||r||TE()})}function oh(t){let{pathname:e="/",search:n="",hash:r=""}=t;return n&&n!=="?"&&(e+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function Rl(t){let e={};if(t){let n=t.indexOf("#");n>=0&&(e.hash=t.substr(n),t=t.substr(0,n));let r=t.indexOf("?");r>=0&&(e.search=t.substr(r),t=t.substr(0,r)),t&&(e.pathname=t)}return e}function ME(t,e,n,r){r===void 0&&(r={});let{window:a=document.defaultView,v5Compat:i=!1}=r,o=a.history,c=oi.Pop,u=null,h=f();h==null&&(h=0,o.replaceState(Yc({},o.state,{idx:h}),""));function f(){return(o.state||{idx:null}).idx}function m(){c=oi.Pop;let v=f(),k=v==null?null:v-h;h=v,u&&u({action:c,location:w.location,delta:k})}function g(v,k){c=oi.Push;let C=wg(w.location,v,k);h=f()+1;let E=Tv(C,h),T=w.createHref(C);try{o.pushState(E,"",T)}catch(R){if(R instanceof DOMException&&R.name==="DataCloneError")throw R;a.location.assign(T)}i&&u&&u({action:c,location:w.location,delta:1})}function y(v,k){c=oi.Replace;let C=wg(w.location,v,k);h=f();let E=Tv(C,h),T=w.createHref(C);o.replaceState(E,"",T),i&&u&&u({action:c,location:w.location,delta:0})}function N(v){let k=a.location.origin!=="null"?a.location.origin:a.location.href,C=typeof v=="string"?v:oh(v);return C=C.replace(/ $/,"%20"),vn(k,"No window.location.(origin|href) available to create URL for href: "+C),new URL(C,k)}let w={get action(){return c},get location(){return t(a,o)},listen(v){if(u)throw new Error("A history only accepts one active listener");return a.addEventListener(Ev,m),u=v,()=>{a.removeEventListener(Ev,m),u=null}},createHref(v){return e(a,v)},createURL:N,encodeLocation(v){let k=N(v);return{pathname:k.pathname,search:k.search,hash:k.hash}},push:g,replace:y,go(v){return o.go(v)}};return w}var Mv;(function(t){t.data="data",t.deferred="deferred",t.redirect="redirect",t.error="error"})(Mv||(Mv={}));function AE(t,e,n){return n===void 0&&(n="/"),IE(t,e,n)}function IE(t,e,n,r){let a=typeof e=="string"?Rl(e):e,i=Dx(a.pathname||"/",n);if(i==null)return null;let o=Ow(t);RE(o);let c=null;for(let u=0;c==null&&u{let u={relativePath:c===void 0?i.path||"":c,caseSensitive:i.caseSensitive===!0,childrenIndex:o,route:i};u.relativePath.startsWith("/")&&(vn(u.relativePath.startsWith(r),'Absolute route path "'+u.relativePath+'" nested under path '+('"'+r+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),u.relativePath=u.relativePath.slice(r.length));let h=hi([r,u.relativePath]),f=n.concat(u);i.children&&i.children.length>0&&(vn(i.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+h+'".')),Ow(i.children,e,f,h)),!(i.path==null&&!i.index)&&e.push({path:h,score:FE(h,i.index),routesMeta:f})};return t.forEach((i,o)=>{var c;if(i.path===""||!((c=i.path)!=null&&c.includes("?")))a(i,o);else for(let u of Dw(i.path))a(i,o,u)}),e}function Dw(t){let e=t.split("/");if(e.length===0)return[];let[n,...r]=e,a=n.endsWith("?"),i=n.replace(/\?$/,"");if(r.length===0)return a?[i,""]:[i];let o=Dw(r.join("/")),c=[];return c.push(...o.map(u=>u===""?i:[i,u].join("/"))),a&&c.push(...o),c.map(u=>t.startsWith("/")&&u===""?"/":u)}function RE(t){t.sort((e,n)=>e.score!==n.score?n.score-e.score:$E(e.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const PE=/^:[\w-]+$/,OE=3,DE=2,LE=1,_E=10,zE=-2,Av=t=>t==="*";function FE(t,e){let n=t.split("/"),r=n.length;return n.some(Av)&&(r+=zE),e&&(r+=DE),n.filter(a=>!Av(a)).reduce((a,i)=>a+(PE.test(i)?OE:i===""?LE:_E),r)}function $E(t,e){return t.length===e.length&&t.slice(0,-1).every((r,a)=>r===e[a])?t[t.length-1]-e[e.length-1]:0}function BE(t,e,n){let{routesMeta:r}=t,a={},i="/",o=[];for(let c=0;c{let{paramName:g,isOptional:y}=f;if(g==="*"){let w=c[m]||"";o=i.slice(0,i.length-w.length).replace(/(.)\/+$/,"$1")}const N=c[m];return y&&!N?h[g]=void 0:h[g]=(N||"").replace(/%2F/g,"/"),h},{}),pathname:i,pathnameBase:o,pattern:t}}function HE(t,e,n){e===void 0&&(e=!1),n===void 0&&(n=!0),Ox(t==="*"||!t.endsWith("*")||t.endsWith("/*"),'Route path "'+t+'" will be treated as if it were '+('"'+t.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+t.replace(/\*$/,"/*")+'".'));let r=[],a="^"+t.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(o,c,u)=>(r.push({paramName:c,isOptional:u!=null}),u?"/?([^\\/]+)?":"/([^\\/]+)"));return t.endsWith("*")?(r.push({paramName:"*"}),a+=t==="*"||t==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":t!==""&&t!=="/"&&(a+="(?:(?=\\/|$))"),[new RegExp(a,e?void 0:"i"),r]}function WE(t){try{return t.split("/").map(e=>decodeURIComponent(e).replace(/\//g,"%2F")).join("/")}catch(e){return Ox(!1,'The URL path "'+t+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+e+").")),t}}function Dx(t,e){if(e==="/")return t;if(!t.toLowerCase().startsWith(e.toLowerCase()))return null;let n=e.endsWith("/")?e.length-1:e.length,r=t.charAt(n);return r&&r!=="/"?null:t.slice(n)||"/"}const UE=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,KE=t=>UE.test(t);function qE(t,e){e===void 0&&(e="/");let{pathname:n,search:r="",hash:a=""}=typeof t=="string"?Rl(t):t,i;if(n)if(KE(n))i=n;else{if(n.includes("//")){let o=n;n=n.replace(/\/\/+/g,"/"),Ox(!1,"Pathnames cannot have embedded double slashes - normalizing "+(o+" -> "+n))}n.startsWith("/")?i=Iv(n.substring(1),"/"):i=Iv(n,e)}else i=e;return{pathname:i,search:YE(r),hash:QE(a)}}function Iv(t,e){let n=e.replace(/\/+$/,"").split("/");return t.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function km(t,e,n,r){return"Cannot include a '"+t+"' character in a manually specified "+("`to."+e+"` field ["+JSON.stringify(r)+"]. Please separate it out to the ")+("`to."+n+"` field. Alternatively you may provide the full path as ")+'a string in and the router will parse it for you.'}function GE(t){return t.filter((e,n)=>n===0||e.route.path&&e.route.path.length>0)}function Lx(t,e){let n=GE(t);return e?n.map((r,a)=>a===n.length-1?r.pathname:r.pathnameBase):n.map(r=>r.pathnameBase)}function _x(t,e,n,r){r===void 0&&(r=!1);let a;typeof t=="string"?a=Rl(t):(a=Yc({},t),vn(!a.pathname||!a.pathname.includes("?"),km("?","pathname","search",a)),vn(!a.pathname||!a.pathname.includes("#"),km("#","pathname","hash",a)),vn(!a.search||!a.search.includes("#"),km("#","search","hash",a)));let i=t===""||a.pathname==="",o=i?"/":a.pathname,c;if(o==null)c=n;else{let m=e.length-1;if(!r&&o.startsWith("..")){let g=o.split("/");for(;g[0]==="..";)g.shift(),m-=1;a.pathname=g.join("/")}c=m>=0?e[m]:"/"}let u=qE(a,c),h=o&&o!=="/"&&o.endsWith("/"),f=(i||o===".")&&n.endsWith("/");return!u.pathname.endsWith("/")&&(h||f)&&(u.pathname+="/"),u}const hi=t=>t.join("/").replace(/\/\/+/g,"/"),JE=t=>t.replace(/\/+$/,"").replace(/^\/*/,"/"),YE=t=>!t||t==="?"?"":t.startsWith("?")?t:"?"+t,QE=t=>!t||t==="#"?"":t.startsWith("#")?t:"#"+t;function XE(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.internal=="boolean"&&"data"in t}const Lw=["post","put","patch","delete"];new Set(Lw);const ZE=["get",...Lw];new Set(ZE);/** * React Router v6.30.3 * * Copyright (c) Remix Software Inc. @@ -55,7 +55,7 @@ Error generating stack: `+S.message+` * LICENSE.md file in the root directory of this source tree. * * @license MIT - */function Qc(){return Qc=Object.assign?Object.assign.bind():function(t){for(var e=1;e{c.current=!0}),b.useCallback(function(h,f){if(f===void 0&&(f={}),!c.current)return;if(typeof h=="number"){r.go(h);return}let m=_x(h,JSON.parse(o),i,f.relative==="path");t==null&&e!=="/"&&(m.pathname=m.pathname==="/"?e:hi([e,m.pathname])),(f.replace?r.replace:r.push)(m,f.state,f)},[e,r,o,i,t])}const nT=b.createContext(null);function rT(t){let e=b.useContext(Ea).outlet;return e&&b.createElement(nT.Provider,{value:t},e)}function zw(t,e){let{relative:n}=e===void 0?{}:e,{future:r}=b.useContext(ki),{matches:a}=b.useContext(Ea),{pathname:i}=Si(),o=JSON.stringify(Lx(a,r.v7_relativeSplatPath));return b.useMemo(()=>_x(t,JSON.parse(o),i,n==="path"),[t,o,i,n])}function sT(t,e){return aT(t,e)}function aT(t,e,n,r){Pl()||vn(!1);let{navigator:a}=b.useContext(ki),{matches:i}=b.useContext(Ea),o=i[i.length-1],c=o?o.params:{};o&&o.pathname;let u=o?o.pathnameBase:"/";o&&o.route;let h=Si(),f;if(e){var m;let v=typeof e=="string"?Rl(e):e;u==="/"||(m=v.pathname)!=null&&m.startsWith(u)||vn(!1),f=v}else f=h;let g=f.pathname||"/",y=g;if(u!=="/"){let v=u.replace(/^\//,"").split("/");y="/"+g.replace(/^\//,"").split("/").slice(v.length).join("/")}let N=ME(t,{pathname:y}),w=dT(N&&N.map(v=>Object.assign({},v,{params:Object.assign({},c,v.params),pathname:hi([u,a.encodeLocation?a.encodeLocation(v.pathname).pathname:v.pathname]),pathnameBase:v.pathnameBase==="/"?u:hi([u,a.encodeLocation?a.encodeLocation(v.pathnameBase).pathname:v.pathnameBase])})),i,n,r);return e&&w?b.createElement(uf.Provider,{value:{location:Qc({pathname:"/",search:"",hash:"",state:null,key:"default"},f),navigationType:oi.Pop}},w):w}function iT(){let t=pT(),e=QE(t)?t.status+" "+t.statusText:t instanceof Error?t.message:JSON.stringify(t),n=t instanceof Error?t.stack:null,a={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return b.createElement(b.Fragment,null,b.createElement("h2",null,"Unexpected Application Error!"),b.createElement("h3",{style:{fontStyle:"italic"}},e),n?b.createElement("pre",{style:a},n):null,null)}const oT=b.createElement(iT,null);class lT extends b.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,n){return n.location!==e.location||n.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:n.error,location:n.location,revalidation:e.revalidation||n.revalidation}}componentDidCatch(e,n){console.error("React Router caught the following error during render",e,n)}render(){return this.state.error!==void 0?b.createElement(Ea.Provider,{value:this.props.routeContext},b.createElement(Lw.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function cT(t){let{routeContext:e,match:n,children:r}=t,a=b.useContext(zx);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),b.createElement(Ea.Provider,{value:e},r)}function dT(t,e,n,r){var a;if(e===void 0&&(e=[]),n===void 0&&(n=null),r===void 0&&(r=null),t==null){var i;if(!n)return null;if(n.errors)t=n.matches;else if((i=r)!=null&&i.v7_partialHydration&&e.length===0&&!n.initialized&&n.matches.length>0)t=n.matches;else return null}let o=t,c=(a=n)==null?void 0:a.errors;if(c!=null){let f=o.findIndex(m=>m.route.id&&(c==null?void 0:c[m.route.id])!==void 0);f>=0||vn(!1),o=o.slice(0,Math.min(o.length,f+1))}let u=!1,h=-1;if(n&&r&&r.v7_partialHydration)for(let f=0;f=0?o=o.slice(0,h+1):o=[o[0]];break}}}return o.reduceRight((f,m,g)=>{let y,N=!1,w=null,v=null;n&&(y=c&&m.route.id?c[m.route.id]:void 0,w=m.route.errorElement||oT,u&&(h<0&&g===0?(gT("route-fallback"),N=!0,v=null):h===g&&(N=!0,v=m.route.hydrateFallbackElement||null)));let k=e.concat(o.slice(0,g+1)),C=()=>{let E;return y?E=w:N?E=v:m.route.Component?E=b.createElement(m.route.Component,null):m.route.element?E=m.route.element:E=f,b.createElement(cT,{match:m,routeContext:{outlet:f,matches:k,isDataRoute:n!=null},children:E})};return n&&(m.route.ErrorBoundary||m.route.errorElement||g===0)?b.createElement(lT,{location:n.location,revalidation:n.revalidation,component:w,error:y,children:C(),routeContext:{outlet:null,matches:k,isDataRoute:!0}}):C()},null)}var Fw=(function(t){return t.UseBlocker="useBlocker",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t})(Fw||{}),$w=(function(t){return t.UseBlocker="useBlocker",t.UseLoaderData="useLoaderData",t.UseActionData="useActionData",t.UseRouteError="useRouteError",t.UseNavigation="useNavigation",t.UseRouteLoaderData="useRouteLoaderData",t.UseMatches="useMatches",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t.UseRouteId="useRouteId",t})($w||{});function uT(t){let e=b.useContext(zx);return e||vn(!1),e}function hT(t){let e=b.useContext(ZE);return e||vn(!1),e}function fT(t){let e=b.useContext(Ea);return e||vn(!1),e}function Bw(t){let e=fT(),n=e.matches[e.matches.length-1];return n.route.id||vn(!1),n.route.id}function pT(){var t;let e=b.useContext(Lw),n=hT(),r=Bw();return e!==void 0?e:(t=n.errors)==null?void 0:t[r]}function mT(){let{router:t}=uT(Fw.UseNavigateStable),e=Bw($w.UseNavigateStable),n=b.useRef(!1);return _w(()=>{n.current=!0}),b.useCallback(function(a,i){i===void 0&&(i={}),n.current&&(typeof a=="number"?t.navigate(a):t.navigate(a,Qc({fromRouteId:e},i)))},[t,e])}const Rv={};function gT(t,e,n){Rv[t]||(Rv[t]=!0)}function xT(t,e){t==null||t.v7_startTransition,t==null||t.v7_relativeSplatPath}function Sm(t){let{to:e,replace:n,state:r,relative:a}=t;Pl()||vn(!1);let{future:i,static:o}=b.useContext(ki),{matches:c}=b.useContext(Ea),{pathname:u}=Si(),h=Ci(),f=_x(e,Lx(c,i.v7_relativeSplatPath),u,a==="path"),m=JSON.stringify(f);return b.useEffect(()=>h(JSON.parse(m),{replace:n,state:r,relative:a}),[h,m,a,n,r]),null}function yT(t){return rT(t.context)}function Ht(t){vn(!1)}function bT(t){let{basename:e="/",children:n=null,location:r,navigationType:a=oi.Pop,navigator:i,static:o=!1,future:c}=t;Pl()&&vn(!1);let u=e.replace(/^\/*/,"/"),h=b.useMemo(()=>({basename:u,navigator:i,static:o,future:Qc({v7_relativeSplatPath:!1},c)}),[u,c,i,o]);typeof r=="string"&&(r=Rl(r));let{pathname:f="/",search:m="",hash:g="",state:y=null,key:N="default"}=r,w=b.useMemo(()=>{let v=Dx(f,u);return v==null?null:{location:{pathname:v,search:m,hash:g,state:y,key:N},navigationType:a}},[u,f,m,g,y,N,a]);return w==null?null:b.createElement(ki.Provider,{value:h},b.createElement(uf.Provider,{children:n,value:w}))}function vT(t){let{children:e,location:n}=t;return sT(jg(e),n)}new Promise(()=>{});function jg(t,e){e===void 0&&(e=[]);let n=[];return b.Children.forEach(t,(r,a)=>{if(!b.isValidElement(r))return;let i=[...e,a];if(r.type===b.Fragment){n.push.apply(n,jg(r.props.children,i));return}r.type!==Ht&&vn(!1),!r.props.index||!r.props.children||vn(!1);let o={id:r.props.id||i.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(o.children=jg(r.props.children,i)),n.push(o)}),n}/** + */function Qc(){return Qc=Object.assign?Object.assign.bind():function(t){for(var e=1;e{c.current=!0}),b.useCallback(function(h,f){if(f===void 0&&(f={}),!c.current)return;if(typeof h=="number"){r.go(h);return}let m=_x(h,JSON.parse(o),i,f.relative==="path");t==null&&e!=="/"&&(m.pathname=m.pathname==="/"?e:hi([e,m.pathname])),(f.replace?r.replace:r.push)(m,f.state,f)},[e,r,o,i,t])}const rT=b.createContext(null);function sT(t){let e=b.useContext(Ea).outlet;return e&&b.createElement(rT.Provider,{value:t},e)}function Fw(t,e){let{relative:n}=e===void 0?{}:e,{future:r}=b.useContext(ki),{matches:a}=b.useContext(Ea),{pathname:i}=Si(),o=JSON.stringify(Lx(a,r.v7_relativeSplatPath));return b.useMemo(()=>_x(t,JSON.parse(o),i,n==="path"),[t,o,i,n])}function aT(t,e){return iT(t,e)}function iT(t,e,n,r){Pl()||vn(!1);let{navigator:a}=b.useContext(ki),{matches:i}=b.useContext(Ea),o=i[i.length-1],c=o?o.params:{};o&&o.pathname;let u=o?o.pathnameBase:"/";o&&o.route;let h=Si(),f;if(e){var m;let v=typeof e=="string"?Rl(e):e;u==="/"||(m=v.pathname)!=null&&m.startsWith(u)||vn(!1),f=v}else f=h;let g=f.pathname||"/",y=g;if(u!=="/"){let v=u.replace(/^\//,"").split("/");y="/"+g.replace(/^\//,"").split("/").slice(v.length).join("/")}let N=AE(t,{pathname:y}),w=uT(N&&N.map(v=>Object.assign({},v,{params:Object.assign({},c,v.params),pathname:hi([u,a.encodeLocation?a.encodeLocation(v.pathname).pathname:v.pathname]),pathnameBase:v.pathnameBase==="/"?u:hi([u,a.encodeLocation?a.encodeLocation(v.pathnameBase).pathname:v.pathnameBase])})),i,n,r);return e&&w?b.createElement(uf.Provider,{value:{location:Qc({pathname:"/",search:"",hash:"",state:null,key:"default"},f),navigationType:oi.Pop}},w):w}function oT(){let t=mT(),e=XE(t)?t.status+" "+t.statusText:t instanceof Error?t.message:JSON.stringify(t),n=t instanceof Error?t.stack:null,a={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return b.createElement(b.Fragment,null,b.createElement("h2",null,"Unexpected Application Error!"),b.createElement("h3",{style:{fontStyle:"italic"}},e),n?b.createElement("pre",{style:a},n):null,null)}const lT=b.createElement(oT,null);class cT extends b.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,n){return n.location!==e.location||n.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:n.error,location:n.location,revalidation:e.revalidation||n.revalidation}}componentDidCatch(e,n){console.error("React Router caught the following error during render",e,n)}render(){return this.state.error!==void 0?b.createElement(Ea.Provider,{value:this.props.routeContext},b.createElement(_w.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function dT(t){let{routeContext:e,match:n,children:r}=t,a=b.useContext(zx);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),b.createElement(Ea.Provider,{value:e},r)}function uT(t,e,n,r){var a;if(e===void 0&&(e=[]),n===void 0&&(n=null),r===void 0&&(r=null),t==null){var i;if(!n)return null;if(n.errors)t=n.matches;else if((i=r)!=null&&i.v7_partialHydration&&e.length===0&&!n.initialized&&n.matches.length>0)t=n.matches;else return null}let o=t,c=(a=n)==null?void 0:a.errors;if(c!=null){let f=o.findIndex(m=>m.route.id&&(c==null?void 0:c[m.route.id])!==void 0);f>=0||vn(!1),o=o.slice(0,Math.min(o.length,f+1))}let u=!1,h=-1;if(n&&r&&r.v7_partialHydration)for(let f=0;f=0?o=o.slice(0,h+1):o=[o[0]];break}}}return o.reduceRight((f,m,g)=>{let y,N=!1,w=null,v=null;n&&(y=c&&m.route.id?c[m.route.id]:void 0,w=m.route.errorElement||lT,u&&(h<0&&g===0?(xT("route-fallback"),N=!0,v=null):h===g&&(N=!0,v=m.route.hydrateFallbackElement||null)));let k=e.concat(o.slice(0,g+1)),C=()=>{let E;return y?E=w:N?E=v:m.route.Component?E=b.createElement(m.route.Component,null):m.route.element?E=m.route.element:E=f,b.createElement(dT,{match:m,routeContext:{outlet:f,matches:k,isDataRoute:n!=null},children:E})};return n&&(m.route.ErrorBoundary||m.route.errorElement||g===0)?b.createElement(cT,{location:n.location,revalidation:n.revalidation,component:w,error:y,children:C(),routeContext:{outlet:null,matches:k,isDataRoute:!0}}):C()},null)}var $w=(function(t){return t.UseBlocker="useBlocker",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t})($w||{}),Bw=(function(t){return t.UseBlocker="useBlocker",t.UseLoaderData="useLoaderData",t.UseActionData="useActionData",t.UseRouteError="useRouteError",t.UseNavigation="useNavigation",t.UseRouteLoaderData="useRouteLoaderData",t.UseMatches="useMatches",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t.UseRouteId="useRouteId",t})(Bw||{});function hT(t){let e=b.useContext(zx);return e||vn(!1),e}function fT(t){let e=b.useContext(eT);return e||vn(!1),e}function pT(t){let e=b.useContext(Ea);return e||vn(!1),e}function Vw(t){let e=pT(),n=e.matches[e.matches.length-1];return n.route.id||vn(!1),n.route.id}function mT(){var t;let e=b.useContext(_w),n=fT(),r=Vw();return e!==void 0?e:(t=n.errors)==null?void 0:t[r]}function gT(){let{router:t}=hT($w.UseNavigateStable),e=Vw(Bw.UseNavigateStable),n=b.useRef(!1);return zw(()=>{n.current=!0}),b.useCallback(function(a,i){i===void 0&&(i={}),n.current&&(typeof a=="number"?t.navigate(a):t.navigate(a,Qc({fromRouteId:e},i)))},[t,e])}const Rv={};function xT(t,e,n){Rv[t]||(Rv[t]=!0)}function yT(t,e){t==null||t.v7_startTransition,t==null||t.v7_relativeSplatPath}function Sm(t){let{to:e,replace:n,state:r,relative:a}=t;Pl()||vn(!1);let{future:i,static:o}=b.useContext(ki),{matches:c}=b.useContext(Ea),{pathname:u}=Si(),h=Ci(),f=_x(e,Lx(c,i.v7_relativeSplatPath),u,a==="path"),m=JSON.stringify(f);return b.useEffect(()=>h(JSON.parse(m),{replace:n,state:r,relative:a}),[h,m,a,n,r]),null}function bT(t){return sT(t.context)}function Ht(t){vn(!1)}function vT(t){let{basename:e="/",children:n=null,location:r,navigationType:a=oi.Pop,navigator:i,static:o=!1,future:c}=t;Pl()&&vn(!1);let u=e.replace(/^\/*/,"/"),h=b.useMemo(()=>({basename:u,navigator:i,static:o,future:Qc({v7_relativeSplatPath:!1},c)}),[u,c,i,o]);typeof r=="string"&&(r=Rl(r));let{pathname:f="/",search:m="",hash:g="",state:y=null,key:N="default"}=r,w=b.useMemo(()=>{let v=Dx(f,u);return v==null?null:{location:{pathname:v,search:m,hash:g,state:y,key:N},navigationType:a}},[u,f,m,g,y,N,a]);return w==null?null:b.createElement(ki.Provider,{value:h},b.createElement(uf.Provider,{children:n,value:w}))}function NT(t){let{children:e,location:n}=t;return aT(jg(e),n)}new Promise(()=>{});function jg(t,e){e===void 0&&(e=[]);let n=[];return b.Children.forEach(t,(r,a)=>{if(!b.isValidElement(r))return;let i=[...e,a];if(r.type===b.Fragment){n.push.apply(n,jg(r.props.children,i));return}r.type!==Ht&&vn(!1),!r.props.index||!r.props.children||vn(!1);let o={id:r.props.id||i.join("-"),caseSensitive:r.props.caseSensitive,element:r.props.element,Component:r.props.Component,index:r.props.index,path:r.props.path,loader:r.props.loader,action:r.props.action,errorElement:r.props.errorElement,ErrorBoundary:r.props.ErrorBoundary,hasErrorBoundary:r.props.ErrorBoundary!=null||r.props.errorElement!=null,shouldRevalidate:r.props.shouldRevalidate,handle:r.props.handle,lazy:r.props.lazy};r.props.children&&(o.children=jg(r.props.children,i)),n.push(o)}),n}/** * React Router DOM v6.30.3 * * Copyright (c) Remix Software Inc. @@ -64,487 +64,487 @@ Error generating stack: `+S.message+` * LICENSE.md file in the root directory of this source tree. * * @license MIT - */function kg(){return kg=Object.assign?Object.assign.bind():function(t){for(var e=1;e=0)&&(n[a]=t[a]);return n}function wT(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}function jT(t,e){return t.button===0&&(!e||e==="_self")&&!wT(t)}function Sg(t){return t===void 0&&(t=""),new URLSearchParams(typeof t=="string"||Array.isArray(t)||t instanceof URLSearchParams?t:Object.keys(t).reduce((e,n)=>{let r=t[n];return e.concat(Array.isArray(r)?r.map(a=>[n,a]):[[n,r]])},[]))}function kT(t,e){let n=Sg(t);return e&&e.forEach((r,a)=>{n.has(a)||e.getAll(a).forEach(i=>{n.append(a,i)})}),n}const ST=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],CT="6";try{window.__reactRouterVersion=CT}catch{}const ET="startTransition",Pv=df[ET];function TT(t){let{basename:e,children:n,future:r,window:a}=t,i=b.useRef();i.current==null&&(i.current=CE({window:a,v5Compat:!0}));let o=i.current,[c,u]=b.useState({action:o.action,location:o.location}),{v7_startTransition:h}=r||{},f=b.useCallback(m=>{h&&Pv?Pv(()=>u(m)):u(m)},[u,h]);return b.useLayoutEffect(()=>o.listen(f),[o,f]),b.useEffect(()=>xT(r),[r]),b.createElement(bT,{basename:e,children:n,location:c.location,navigationType:c.action,navigator:o,future:r})}const MT=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",AT=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Cg=b.forwardRef(function(e,n){let{onClick:r,relative:a,reloadDocument:i,replace:o,state:c,target:u,to:h,preventScrollReset:f,viewTransition:m}=e,g=NT(e,ST),{basename:y}=b.useContext(ki),N,w=!1;if(typeof h=="string"&&AT.test(h)&&(N=h,MT))try{let E=new URL(window.location.href),T=h.startsWith("//")?new URL(E.protocol+h):new URL(h),R=Dx(T.pathname,y);T.origin===E.origin&&R!=null?h=R+T.search+T.hash:w=!0}catch{}let v=eT(h,{relative:a}),k=IT(h,{replace:o,state:c,target:u,preventScrollReset:f,relative:a,viewTransition:m});function C(E){r&&r(E),E.defaultPrevented||k(E)}return b.createElement("a",kg({},g,{href:N||v,onClick:w||i?r:C,ref:n,target:u}))});var Ov;(function(t){t.UseScrollRestoration="useScrollRestoration",t.UseSubmit="useSubmit",t.UseSubmitFetcher="useSubmitFetcher",t.UseFetcher="useFetcher",t.useViewTransitionState="useViewTransitionState"})(Ov||(Ov={}));var Dv;(function(t){t.UseFetcher="useFetcher",t.UseFetchers="useFetchers",t.UseScrollRestoration="useScrollRestoration"})(Dv||(Dv={}));function IT(t,e){let{target:n,replace:r,state:a,preventScrollReset:i,relative:o,viewTransition:c}=e===void 0?{}:e,u=Ci(),h=Si(),f=zw(t,{relative:o});return b.useCallback(m=>{if(jT(m,n)){m.preventDefault();let g=r!==void 0?r:oh(h)===oh(f);u(t,{replace:g,state:a,preventScrollReset:i,relative:o,viewTransition:c})}},[h,u,f,r,a,n,t,i,o,c])}function Vw(t){let e=b.useRef(Sg(t)),n=b.useRef(!1),r=Si(),a=b.useMemo(()=>kT(r.search,n.current?null:e.current),[r.search]),i=Ci(),o=b.useCallback((c,u)=>{const h=Sg(typeof c=="function"?c(a):c);n.current=!0,i("?"+h,u)},[i,a]);return[a,o]}/** + */function kg(){return kg=Object.assign?Object.assign.bind():function(t){for(var e=1;e=0)&&(n[a]=t[a]);return n}function jT(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}function kT(t,e){return t.button===0&&(!e||e==="_self")&&!jT(t)}function Sg(t){return t===void 0&&(t=""),new URLSearchParams(typeof t=="string"||Array.isArray(t)||t instanceof URLSearchParams?t:Object.keys(t).reduce((e,n)=>{let r=t[n];return e.concat(Array.isArray(r)?r.map(a=>[n,a]):[[n,r]])},[]))}function ST(t,e){let n=Sg(t);return e&&e.forEach((r,a)=>{n.has(a)||e.getAll(a).forEach(i=>{n.append(a,i)})}),n}const CT=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],ET="6";try{window.__reactRouterVersion=ET}catch{}const TT="startTransition",Pv=df[TT];function MT(t){let{basename:e,children:n,future:r,window:a}=t,i=b.useRef();i.current==null&&(i.current=EE({window:a,v5Compat:!0}));let o=i.current,[c,u]=b.useState({action:o.action,location:o.location}),{v7_startTransition:h}=r||{},f=b.useCallback(m=>{h&&Pv?Pv(()=>u(m)):u(m)},[u,h]);return b.useLayoutEffect(()=>o.listen(f),[o,f]),b.useEffect(()=>yT(r),[r]),b.createElement(vT,{basename:e,children:n,location:c.location,navigationType:c.action,navigator:o,future:r})}const AT=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",IT=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Cg=b.forwardRef(function(e,n){let{onClick:r,relative:a,reloadDocument:i,replace:o,state:c,target:u,to:h,preventScrollReset:f,viewTransition:m}=e,g=wT(e,CT),{basename:y}=b.useContext(ki),N,w=!1;if(typeof h=="string"&&IT.test(h)&&(N=h,AT))try{let E=new URL(window.location.href),T=h.startsWith("//")?new URL(E.protocol+h):new URL(h),R=Dx(T.pathname,y);T.origin===E.origin&&R!=null?h=R+T.search+T.hash:w=!0}catch{}let v=tT(h,{relative:a}),k=RT(h,{replace:o,state:c,target:u,preventScrollReset:f,relative:a,viewTransition:m});function C(E){r&&r(E),E.defaultPrevented||k(E)}return b.createElement("a",kg({},g,{href:N||v,onClick:w||i?r:C,ref:n,target:u}))});var Ov;(function(t){t.UseScrollRestoration="useScrollRestoration",t.UseSubmit="useSubmit",t.UseSubmitFetcher="useSubmitFetcher",t.UseFetcher="useFetcher",t.useViewTransitionState="useViewTransitionState"})(Ov||(Ov={}));var Dv;(function(t){t.UseFetcher="useFetcher",t.UseFetchers="useFetchers",t.UseScrollRestoration="useScrollRestoration"})(Dv||(Dv={}));function RT(t,e){let{target:n,replace:r,state:a,preventScrollReset:i,relative:o,viewTransition:c}=e===void 0?{}:e,u=Ci(),h=Si(),f=Fw(t,{relative:o});return b.useCallback(m=>{if(kT(m,n)){m.preventDefault();let g=r!==void 0?r:oh(h)===oh(f);u(t,{replace:g,state:a,preventScrollReset:i,relative:o,viewTransition:c})}},[h,u,f,r,a,n,t,i,o,c])}function Hw(t){let e=b.useRef(Sg(t)),n=b.useRef(!1),r=Si(),a=b.useMemo(()=>ST(r.search,n.current?null:e.current),[r.search]),i=Ci(),o=b.useCallback((c,u)=>{const h=Sg(typeof c=="function"?c(a):c);n.current=!0,i("?"+h,u)},[i,a]);return[a,o]}/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const RT=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),PT=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,n,r)=>r?r.toUpperCase():n.toLowerCase()),Lv=t=>{const e=PT(t);return e.charAt(0).toUpperCase()+e.slice(1)},Hw=(...t)=>t.filter((e,n,r)=>!!e&&e.trim()!==""&&r.indexOf(e)===n).join(" ").trim(),OT=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0};/** + */const PT=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),OT=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,n,r)=>r?r.toUpperCase():n.toLowerCase()),Lv=t=>{const e=OT(t);return e.charAt(0).toUpperCase()+e.slice(1)},Ww=(...t)=>t.filter((e,n,r)=>!!e&&e.trim()!==""&&r.indexOf(e)===n).join(" ").trim(),DT=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0};/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */var DT={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/** + */var LT={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const LT=b.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:a="",children:i,iconNode:o,...c},u)=>b.createElement("svg",{ref:u,...DT,width:e,height:e,stroke:t,strokeWidth:r?Number(n)*24/Number(e):n,className:Hw("lucide",a),...!i&&!OT(c)&&{"aria-hidden":"true"},...c},[...o.map(([h,f])=>b.createElement(h,f)),...Array.isArray(i)?i:[i]]));/** + */const _T=b.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:a="",children:i,iconNode:o,...c},u)=>b.createElement("svg",{ref:u,...LT,width:e,height:e,stroke:t,strokeWidth:r?Number(n)*24/Number(e):n,className:Ww("lucide",a),...!i&&!DT(c)&&{"aria-hidden":"true"},...c},[...o.map(([h,f])=>b.createElement(h,f)),...Array.isArray(i)?i:[i]]));/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const Te=(t,e)=>{const n=b.forwardRef(({className:r,...a},i)=>b.createElement(LT,{ref:i,iconNode:e,className:Hw(`lucide-${RT(Lv(t))}`,`lucide-${t}`,r),...a}));return n.displayName=Lv(t),n};/** + */const Te=(t,e)=>{const n=b.forwardRef(({className:r,...a},i)=>b.createElement(_T,{ref:i,iconNode:e,className:Ww(`lucide-${PT(Lv(t))}`,`lucide-${t}`,r),...a}));return n.displayName=Lv(t),n};/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const _T=[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]],Cm=Te("arrow-up-down",_T);/** + */const zT=[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]],Cm=Te("arrow-up-down",zT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const zT=[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]],_v=Te("bitcoin",zT);/** + */const FT=[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]],_v=Te("bitcoin",FT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const FT=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],$T=Te("bold",FT);/** + */const $T=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],BT=Te("bold",$T);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const BT=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],Br=Te("book-open",BT);/** + */const VT=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],Br=Te("book-open",VT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const VT=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]],lh=Te("calendar",VT);/** + */const HT=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]],lh=Te("calendar",HT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const HT=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],WT=Te("chart-column",HT);/** + */const WT=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],UT=Te("chart-column",WT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const UT=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],hf=Te("check",UT);/** + */const KT=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],hf=Te("check",KT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const KT=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],Xc=Te("chevron-down",KT);/** + */const qT=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],Xc=Te("chevron-down",qT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const qT=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],GT=Te("chevron-left",qT);/** + */const GT=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],JT=Te("chevron-left",GT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const JT=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],pl=Te("chevron-right",JT);/** + */const YT=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],fl=Te("chevron-right",YT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const YT=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],Ww=Te("chevron-up",YT);/** + */const QT=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],Uw=Te("chevron-up",QT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const QT=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],Uw=Te("circle-alert",QT);/** + */const XT=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],Kw=Te("circle-alert",XT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const XT=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],zv=Te("circle-check-big",XT);/** + */const ZT=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],zv=Te("circle-check-big",ZT);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const ZT=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],Eg=Te("circle-check",ZT);/** + */const eM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],Eg=Te("circle-check",eM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const eM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Kw=Te("circle-question-mark",eM);/** + */const tM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],qw=Te("circle-question-mark",tM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const tM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]],Em=Te("circle-user",tM);/** + */const nM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]],Em=Te("circle-user",nM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const nM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],qw=Te("circle-x",nM);/** + */const rM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],Gw=Te("circle-x",rM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const rM=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Tg=Te("clock",rM);/** + */const sM=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Tg=Te("clock",sM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const sM=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],aM=Te("cloud",sM);/** + */const aM=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],iM=Te("cloud",aM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const iM=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],oM=Te("code",iM);/** + */const oM=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],lM=Te("code",oM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const lM=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],Fx=Te("copy",lM);/** + */const cM=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],Fx=Te("copy",cM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const cM=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],Fv=Te("credit-card",cM);/** + */const dM=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],Fv=Te("credit-card",dM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const dM=[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]],yl=Te("crown",dM);/** + */const uM=[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]],xl=Te("crown",uM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const uM=[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]],ch=Te("dollar-sign",uM);/** + */const hM=[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]],ch=Te("dollar-sign",hM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const hM=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],fM=Te("download",hM);/** + */const fM=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],pM=Te("download",fM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const pM=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],Us=Te("external-link",pM);/** + */const mM=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],Us=Te("external-link",mM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const mM=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Mg=Te("eye",mM);/** + */const gM=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Mg=Te("eye",gM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const gM=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],Gw=Te("file-text",gM);/** + */const xM=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],Jw=Te("file-text",xM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const xM=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]],Jw=Te("funnel",xM);/** + */const yM=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]],Yw=Te("funnel",yM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const yM=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]],Yw=Te("gift",yM);/** + */const bM=[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]],Qw=Te("gift",bM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const bM=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],vM=Te("git-merge",bM);/** + */const vM=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],NM=Te("git-merge",vM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const NM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],Ag=Te("globe",NM);/** + */const wM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],Ag=Te("globe",wM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const wM=[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]],jM=Te("graduation-cap",wM);/** + */const jM=[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]],kM=Te("graduation-cap",jM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const kM=[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]],ua=Te("grip-vertical",kM);/** + */const SM=[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]],ua=Te("grip-vertical",SM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const SM=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]],CM=Te("handshake",SM);/** + */const CM=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]],EM=Te("handshake",CM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const EM=[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]],$v=Te("hash",EM);/** + */const TM=[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]],$v=Te("hash",TM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const TM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]],MM=Te("heading-1",TM);/** + */const MM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]],AM=Te("heading-1",MM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const AM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]],IM=Te("heading-2",AM);/** + */const IM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]],RM=Te("heading-2",IM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const RM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]],PM=Te("heading-3",RM);/** + */const PM=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]],OM=Te("heading-3",PM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const OM=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],DM=Te("house",OM);/** + */const DM=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],LM=Te("house",DM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const LM=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],Qw=Te("image",LM);/** + */const _M=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],Xw=Te("image",_M);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const _M=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],ku=Te("info",_M);/** + */const zM=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],ku=Te("info",zM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const zM=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],FM=Te("italic",zM);/** + */const FM=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],$M=Te("italic",FM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const $M=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]],Xw=Te("key",$M);/** + */const BM=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]],Zw=Te("key",BM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const BM=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],VM=Te("layout-dashboard",BM);/** + */const VM=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],HM=Te("layout-dashboard",VM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const HM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],Ss=Te("link-2",HM);/** + */const WM=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],Ss=Te("link-2",WM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const WM=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],Ig=Te("link",WM);/** + */const UM=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],Ig=Te("link",UM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const UM=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],KM=Te("list-ordered",UM);/** + */const KM=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],qM=Te("list-ordered",KM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const qM=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],GM=Te("list",qM);/** + */const GM=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],JM=Te("list",GM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const JM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],YM=Te("lock",JM);/** + */const YM=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],QM=Te("lock",YM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const QM=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],XM=Te("log-out",QM);/** + */const XM=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],ZM=Te("log-out",XM);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const ZM=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],Zw=Te("map-pin",ZM);/** + */const eA=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],ej=Te("map-pin",eA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const eA=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],tA=Te("menu",eA);/** + */const tA=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],nA=Te("menu",tA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const nA=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],rA=Te("message-circle",nA);/** + */const rA=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],sA=Te("message-circle",rA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const sA=[["path",{d:"M5 12h14",key:"1ays0h"}]],aA=Te("minus",sA);/** + */const aA=[["path",{d:"M5 12h14",key:"1ays0h"}]],iA=Te("minus",aA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const iA=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],ml=Te("navigation",iA);/** + */const oA=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],pl=Te("navigation",oA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const oA=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],lA=Te("palette",oA);/** + */const lA=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],cA=Te("palette",lA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const cA=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],Wt=Te("pen-line",cA);/** + */const dA=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],Wt=Te("pen-line",dA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const dA=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],ej=Te("pencil",dA);/** + */const uA=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],tj=Te("pencil",uA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const uA=[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]],hA=Te("percent",uA);/** + */const hA=[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]],fA=Te("percent",hA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const fA=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],pA=Te("phone",fA);/** + */const pA=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],mA=Te("phone",pA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const mA=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]],gA=Te("pin",mA);/** + */const gA=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]],xA=Te("pin",gA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const xA=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],hn=Te("plus",xA);/** + */const yA=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],hn=Te("plus",yA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const yA=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]],Bv=Te("qr-code",yA);/** + */const bA=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]],Bv=Te("qr-code",bA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const bA=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],vA=Te("quote",bA);/** + */const vA=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],NA=Te("quote",vA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const NA=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],wA=Te("redo",NA);/** + */const wA=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],jA=Te("redo",wA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const jA=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],Ke=Te("refresh-cw",jA);/** + */const kA=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],Ke=Te("refresh-cw",kA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const kA=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],bn=Te("save",kA);/** + */const SA=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],bn=Te("save",SA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const SA=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],Na=Te("search",SA);/** + */const CA=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],Na=Te("search",CA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const CA=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],EA=Te("send",CA);/** + */const EA=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],TA=Te("send",EA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const TA=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],lo=Te("settings",TA);/** + */const MA=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],wl=Te("settings",MA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const MA=[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],Su=Te("settings-2",MA);/** + */const AA=[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],Su=Te("settings-2",AA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const AA=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],$x=Te("shield-check",AA);/** + */const IA=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],$x=Te("shield-check",IA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const IA=[["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}],["path",{d:"M3.103 6.034h17.794",key:"awc11p"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",key:"o988cm"}]],Rg=Te("shopping-bag",IA);/** + */const RA=[["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}],["path",{d:"M3.103 6.034h17.794",key:"awc11p"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",key:"o988cm"}]],Rg=Te("shopping-bag",RA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const RA=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],yi=Te("smartphone",RA);/** + */const PA=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],yi=Te("smartphone",PA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const PA=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],gl=Te("star",PA);/** + */const OA=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],ml=Te("star",OA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const OA=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],DA=Te("strikethrough",OA);/** + */const DA=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],LA=Te("strikethrough",DA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const LA=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],_A=Te("table",LA);/** + */const _A=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],zA=Te("table",_A);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const zA=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],_c=Te("tag",zA);/** + */const FA=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],_c=Te("tag",FA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const FA=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],Jn=Te("trash-2",FA);/** + */const $A=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],Jn=Te("trash-2",$A);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const $A=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],zc=Te("trending-up",$A);/** + */const BA=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],zc=Te("trending-up",BA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const BA=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978",key:"1n3hpd"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978",key:"rfe1zi"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18",key:"7xy6bh"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6",key:"tex48p"}]],Pg=Te("trophy",BA);/** + */const VA=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978",key:"1n3hpd"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978",key:"rfe1zi"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18",key:"7xy6bh"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6",key:"tex48p"}]],Pg=Te("trophy",VA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const VA=[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]],tj=Te("undo-2",VA);/** + */const HA=[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]],nj=Te("undo-2",HA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const HA=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],WA=Te("undo",HA);/** + */const WA=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],UA=Te("undo",WA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const UA=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],dh=Te("upload",UA);/** + */const KA=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],dh=Te("upload",KA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const KA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],Og=Te("user-plus",KA);/** + */const qA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],Og=Te("user-plus",qA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const qA=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],co=Te("user",qA);/** + */const GA=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],lo=Te("user",GA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const GA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],Zn=Te("users",GA);/** + */const JA=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],Zn=Te("users",JA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const JA=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]],jl=Te("wallet",JA);/** + */const YA=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]],jl=Te("wallet",YA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const YA=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],ir=Te("x",YA);/** + */const QA=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],ir=Te("x",QA);/** * @license lucide-react v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. - */const QA=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],li=Te("zap",QA),Bx="admin_token";function ff(){try{return localStorage.getItem(Bx)}catch{return null}}function XA(t){try{localStorage.setItem(Bx,t)}catch{}}function Tm(){try{localStorage.removeItem(Bx)}catch{}}const ZA="https://soulapi.quwanzhi.com",e5=15e3,Vv=6e4,t5=()=>{const t="https://soulapi.quwanzhi.com";return t.length>0?t.replace(/\/$/,""):ZA};function go(t){const e=t5(),n=t.startsWith("/")?t:`/${t}`;return e?`${e}${n}`:n}async function pf(t,e={}){const{data:n,...r}=e,a=go(t),i=new Headers(r.headers),o=ff();o&&i.set("Authorization",`Bearer ${o}`),n!=null&&!i.has("Content-Type")&&i.set("Content-Type","application/json");const c=n!=null?JSON.stringify(n):r.body,u=r.timeout??e5,h=new AbortController,f=setTimeout(()=>h.abort(),u),m=await fetch(a,{...r,headers:i,body:c,credentials:"include",signal:h.signal}).finally(()=>clearTimeout(f)),y=(m.headers.get("Content-Type")||"").includes("application/json")?await m.json():m,N=w=>{const v=w,k=((v==null?void 0:v.message)||(v==null?void 0:v.error)||"").toString();(k.includes("可提现金额不足")||k.includes("可提现不足")||k.includes("余额不足"))&&window.dispatchEvent(new CustomEvent("recharge-alert",{detail:k}))};if(!m.ok){N(y);const w=new Error((y==null?void 0:y.error)||`HTTP ${m.status}`);throw w.status=m.status,w.data=y,w}return N(y),y}function Oe(t,e){return pf(t,{...e,method:"GET"})}function wt(t,e,n){return pf(t,{...n,method:"POST",data:e})}function _t(t,e,n){return pf(t,{...n,method:"PUT",data:e})}function Bs(t,e){return pf(t,{...e,method:"DELETE"})}function n5(){const[t,e]=b.useState(!1),[n,r]=b.useState("");return b.useEffect(()=>{const a=i=>{const o=i.detail;r(o||"可提现/余额不足,请及时充值商户号"),e(!0)};return window.addEventListener("recharge-alert",a),()=>window.removeEventListener("recharge-alert",a)},[]),t?s.jsxs("div",{className:"flex items-center justify-between gap-4 px-4 py-3 bg-red-900/80 border-b border-red-600/50 text-red-100",role:"alert",children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(Uw,{className:"w-5 h-5 shrink-0 text-red-400"}),s.jsxs("span",{className:"text-sm font-medium",children:[n,s.jsx("span",{className:"ml-2 text-red-300",children:"请及时充值商户号或核对账户后重试。"})]})]}),s.jsx("button",{type:"button",onClick:()=>e(!1),className:"shrink-0 p-1 rounded hover:bg-red-800/50 transition-colors","aria-label":"关闭告警",children:s.jsx(ir,{className:"w-4 h-4"})})]}):null}const r5=[{icon:VM,label:"数据概览",href:"/dashboard"},{icon:Br,label:"内容管理",href:"/content"},{icon:Zn,label:"用户管理",href:"/users"},{icon:vM,label:"找伙伴",href:"/find-partner"},{icon:jl,label:"推广中心",href:"/distribution"}];function s5(){const t=Si(),e=Ci(),[n,r]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{r(!0)},[]),b.useEffect(()=>{if(!n)return;i(!1);let c=!1;if(!ff()){e("/login",{replace:!0});return}return Oe("/api/admin").then(u=>{c||(u&&u.success!==!1?i(!0):(Tm(),e("/login",{replace:!0,state:{from:t.pathname}})))}).catch(()=>{c||(Tm(),e("/login",{replace:!0,state:{from:t.pathname}}))}),()=>{c=!0}},[t.pathname,n,e]);const o=async()=>{Tm();try{await wt("/api/admin/logout",{})}catch{}e("/login",{replace:!0})};return!n||!a?s.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[s.jsx("div",{className:"w-64 bg-[#0f2137] border-r border-gray-700/50"}),s.jsx("div",{className:"flex-1 flex items-center justify-center",children:s.jsx("div",{className:"text-[#38bdac]",children:"加载中..."})})]}):s.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[s.jsxs("div",{className:"w-64 bg-[#0f2137] flex flex-col border-r border-gray-700/50 shadow-xl",children:[s.jsxs("div",{className:"p-6 border-b border-gray-700/50",children:[s.jsx("h1",{className:"text-xl font-bold text-[#38bdac]",children:"管理后台"}),s.jsx("p",{className:"text-xs text-gray-400 mt-1",children:"Soul创业派对"})]}),s.jsxs("nav",{className:"flex-1 p-4 space-y-1 overflow-y-auto",children:[r5.map(c=>{const u=t.pathname===c.href;return s.jsxs(Cg,{to:c.href,className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${u?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[s.jsx(c.icon,{className:"w-5 h-5 shrink-0"}),s.jsx("span",{className:"text-sm",children:c.label})]},c.href)}),s.jsx("div",{className:"pt-4 mt-4 border-t border-gray-700/50",children:s.jsxs(Cg,{to:"/settings",className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${t.pathname==="/settings"?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[s.jsx(lo,{className:"w-5 h-5 shrink-0"}),s.jsx("span",{className:"text-sm",children:"系统设置"})]})})]}),s.jsx("div",{className:"p-4 border-t border-gray-700/50 space-y-1",children:s.jsxs("button",{type:"button",onClick:o,className:"w-full flex items-center gap-3 px-4 py-3 text-gray-400 hover:text-white rounded-lg hover:bg-gray-700/50 transition-colors",children:[s.jsx(XM,{className:"w-5 h-5"}),s.jsx("span",{className:"text-sm",children:"退出登录"})]})})]}),s.jsxs("div",{className:"flex-1 overflow-auto bg-[#0a1628] min-w-0 flex flex-col",children:[s.jsx(n5,{}),s.jsx("div",{className:"w-full min-w-[1024px] min-h-full flex-1",children:s.jsx(yT,{})})]})]})}function Hv(t,e){if(typeof t=="function")return t(e);t!=null&&(t.current=e)}function Vx(...t){return e=>{let n=!1;const r=t.map(a=>{const i=Hv(a,e);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let a=0;a{let{children:i,...o}=r;nj(i)&&typeof uh=="function"&&(i=uh(i._payload));const c=b.Children.toArray(i),u=c.find(c5);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return s.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return s.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}var sj=rj("Slot");function o5(t){const e=b.forwardRef((n,r)=>{let{children:a,...i}=n;if(nj(a)&&typeof uh=="function"&&(a=uh(a._payload)),b.isValidElement(a)){const o=u5(a),c=d5(i,a.props);return a.type!==b.Fragment&&(c.ref=r?Vx(r,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var l5=Symbol("radix.slottable");function c5(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===l5}function d5(t,e){const n={...e};for(const r in e){const a=t[r],i=e[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function u5(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}function aj(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var a=t.length;for(e=0;etypeof t=="boolean"?`${t}`:t===0?"0":t,Uv=ij,oj=(t,e)=>n=>{var r;if((e==null?void 0:e.variants)==null)return Uv(t,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:a,defaultVariants:i}=e,o=Object.keys(a).map(h=>{const f=n==null?void 0:n[h],m=i==null?void 0:i[h];if(f===null)return null;const g=Wv(f)||Wv(m);return a[h][g]}),c=n&&Object.entries(n).reduce((h,f)=>{let[m,g]=f;return g===void 0||(h[m]=g),h},{}),u=e==null||(r=e.compoundVariants)===null||r===void 0?void 0:r.reduce((h,f)=>{let{class:m,className:g,...y}=f;return Object.entries(y).every(N=>{let[w,v]=N;return Array.isArray(v)?v.includes({...i,...c}[w]):{...i,...c}[w]===v})?[...h,m,g]:h},[]);return Uv(t,o,u,n==null?void 0:n.class,n==null?void 0:n.className)},h5=(t,e)=>{const n=new Array(t.length+e.length);for(let r=0;r({classGroupId:t,validator:e}),lj=(t=new Map,e=null,n)=>({nextPart:t,validators:e,classGroupId:n}),hh="-",Kv=[],p5="arbitrary..",m5=t=>{const e=x5(t),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=t;return{getClassGroupId:o=>{if(o.startsWith("[")&&o.endsWith("]"))return g5(o);const c=o.split(hh),u=c[0]===""&&c.length>1?1:0;return cj(c,u,e)},getConflictingClassGroupIds:(o,c)=>{if(c){const u=r[o],h=n[o];return u?h?h5(h,u):u:h||Kv}return n[o]||Kv}}},cj=(t,e,n)=>{if(t.length-e===0)return n.classGroupId;const a=t[e],i=n.nextPart.get(a);if(i){const h=cj(t,e+1,i);if(h)return h}const o=n.validators;if(o===null)return;const c=e===0?t.join(hh):t.slice(e).join(hh),u=o.length;for(let h=0;ht.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const e=t.slice(1,-1),n=e.indexOf(":"),r=e.slice(0,n);return r?p5+r:void 0})(),x5=t=>{const{theme:e,classGroups:n}=t;return y5(n,e)},y5=(t,e)=>{const n=lj();for(const r in t){const a=t[r];Hx(a,n,r,e)}return n},Hx=(t,e,n,r)=>{const a=t.length;for(let i=0;i{if(typeof t=="string"){v5(t,e,n);return}if(typeof t=="function"){N5(t,e,n,r);return}w5(t,e,n,r)},v5=(t,e,n)=>{const r=t===""?e:dj(e,t);r.classGroupId=n},N5=(t,e,n,r)=>{if(j5(t)){Hx(t(r),e,n,r);return}e.validators===null&&(e.validators=[]),e.validators.push(f5(n,t))},w5=(t,e,n,r)=>{const a=Object.entries(t),i=a.length;for(let o=0;o{let n=t;const r=e.split(hh),a=r.length;for(let i=0;i"isThemeGetter"in t&&t.isThemeGetter===!0,k5=t=>{if(t<1)return{get:()=>{},set:()=>{}};let e=0,n=Object.create(null),r=Object.create(null);const a=(i,o)=>{n[i]=o,e++,e>t&&(e=0,r=n,n=Object.create(null))};return{get(i){let o=n[i];if(o!==void 0)return o;if((o=r[i])!==void 0)return a(i,o),o},set(i,o){i in n?n[i]=o:a(i,o)}}},Dg="!",qv=":",S5=[],Gv=(t,e,n,r,a)=>({modifiers:t,hasImportantModifier:e,baseClassName:n,maybePostfixModifierPosition:r,isExternal:a}),C5=t=>{const{prefix:e,experimentalParseClassName:n}=t;let r=a=>{const i=[];let o=0,c=0,u=0,h;const f=a.length;for(let w=0;wu?h-u:void 0;return Gv(i,y,g,N)};if(e){const a=e+qv,i=r;r=o=>o.startsWith(a)?i(o.slice(a.length)):Gv(S5,!1,o,void 0,!0)}if(n){const a=r;r=i=>n({className:i,parseClassName:a})}return r},E5=t=>{const e=new Map;return t.orderSensitiveModifiers.forEach((n,r)=>{e.set(n,1e6+r)}),n=>{const r=[];let a=[];for(let i=0;i0&&(a.sort(),r.push(...a),a=[]),r.push(o)):a.push(o)}return a.length>0&&(a.sort(),r.push(...a)),r}},T5=t=>({cache:k5(t.cacheSize),parseClassName:C5(t),sortModifiers:E5(t),...m5(t)}),M5=/\s+/,A5=(t,e)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:a,sortModifiers:i}=e,o=[],c=t.trim().split(M5);let u="";for(let h=c.length-1;h>=0;h-=1){const f=c[h],{isExternal:m,modifiers:g,hasImportantModifier:y,baseClassName:N,maybePostfixModifierPosition:w}=n(f);if(m){u=f+(u.length>0?" "+u:u);continue}let v=!!w,k=r(v?N.substring(0,w):N);if(!k){if(!v){u=f+(u.length>0?" "+u:u);continue}if(k=r(N),!k){u=f+(u.length>0?" "+u:u);continue}v=!1}const C=g.length===0?"":g.length===1?g[0]:i(g).join(":"),E=y?C+Dg:C,T=E+k;if(o.indexOf(T)>-1)continue;o.push(T);const R=a(k,v);for(let D=0;D0?" "+u:u)}return u},I5=(...t)=>{let e=0,n,r,a="";for(;e{if(typeof t=="string")return t;let e,n="";for(let r=0;r{let n,r,a,i;const o=u=>{const h=e.reduce((f,m)=>m(f),t());return n=T5(h),r=n.cache.get,a=n.cache.set,i=c,c(u)},c=u=>{const h=r(u);if(h)return h;const f=A5(u,n);return a(u,f),f};return i=o,(...u)=>i(I5(...u))},P5=[],Tn=t=>{const e=n=>n[t]||P5;return e.isThemeGetter=!0,e},hj=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,fj=/^\((?:(\w[\w-]*):)?(.+)\)$/i,O5=/^\d+\/\d+$/,D5=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,L5=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,_5=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,z5=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,F5=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,rl=t=>O5.test(t),dt=t=>!!t&&!Number.isNaN(Number(t)),Ya=t=>!!t&&Number.isInteger(Number(t)),Mm=t=>t.endsWith("%")&&dt(t.slice(0,-1)),ha=t=>D5.test(t),$5=()=>!0,B5=t=>L5.test(t)&&!_5.test(t),pj=()=>!1,V5=t=>z5.test(t),H5=t=>F5.test(t),W5=t=>!_e(t)&&!ze(t),U5=t=>Ol(t,xj,pj),_e=t=>hj.test(t),Zi=t=>Ol(t,yj,B5),Am=t=>Ol(t,Y5,dt),Jv=t=>Ol(t,mj,pj),K5=t=>Ol(t,gj,H5),Cu=t=>Ol(t,bj,V5),ze=t=>fj.test(t),Sc=t=>Dl(t,yj),q5=t=>Dl(t,Q5),Yv=t=>Dl(t,mj),G5=t=>Dl(t,xj),J5=t=>Dl(t,gj),Eu=t=>Dl(t,bj,!0),Ol=(t,e,n)=>{const r=hj.exec(t);return r?r[1]?e(r[1]):n(r[2]):!1},Dl=(t,e,n=!1)=>{const r=fj.exec(t);return r?r[1]?e(r[1]):n:!1},mj=t=>t==="position"||t==="percentage",gj=t=>t==="image"||t==="url",xj=t=>t==="length"||t==="size"||t==="bg-size",yj=t=>t==="length",Y5=t=>t==="number",Q5=t=>t==="family-name",bj=t=>t==="shadow",X5=()=>{const t=Tn("color"),e=Tn("font"),n=Tn("text"),r=Tn("font-weight"),a=Tn("tracking"),i=Tn("leading"),o=Tn("breakpoint"),c=Tn("container"),u=Tn("spacing"),h=Tn("radius"),f=Tn("shadow"),m=Tn("inset-shadow"),g=Tn("text-shadow"),y=Tn("drop-shadow"),N=Tn("blur"),w=Tn("perspective"),v=Tn("aspect"),k=Tn("ease"),C=Tn("animate"),E=()=>["auto","avoid","all","avoid-page","page","left","right","column"],T=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],R=()=>[...T(),ze,_e],D=()=>["auto","hidden","clip","visible","scroll"],_=()=>["auto","contain","none"],P=()=>[ze,_e,u],L=()=>[rl,"full","auto",...P()],F=()=>[Ya,"none","subgrid",ze,_e],X=()=>["auto",{span:["full",Ya,ze,_e]},Ya,ze,_e],te=()=>[Ya,"auto",ze,_e],ue=()=>["auto","min","max","fr",ze,_e],ae=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],I=()=>["start","end","center","stretch","center-safe","end-safe"],O=()=>["auto",...P()],G=()=>[rl,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...P()],z=()=>[t,ze,_e],re=()=>[...T(),Yv,Jv,{position:[ze,_e]}],K=()=>["no-repeat",{repeat:["","x","y","space","round"]}],$=()=>["auto","cover","contain",G5,U5,{size:[ze,_e]}],H=()=>[Mm,Sc,Zi],oe=()=>["","none","full",h,ze,_e],q=()=>["",dt,Sc,Zi],me=()=>["solid","dashed","dotted","double"],Z=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ce=()=>[dt,Mm,Yv,Jv],he=()=>["","none",N,ze,_e],ve=()=>["none",dt,ze,_e],Ae=()=>["none",dt,ze,_e],Be=()=>[dt,ze,_e],$e=()=>[rl,"full",...P()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ha],breakpoint:[ha],color:[$5],container:[ha],"drop-shadow":[ha],ease:["in","out","in-out"],font:[W5],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ha],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ha],shadow:[ha],spacing:["px",dt],text:[ha],"text-shadow":[ha],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",rl,_e,ze,v]}],container:["container"],columns:[{columns:[dt,_e,ze,c]}],"break-after":[{"break-after":E()}],"break-before":[{"break-before":E()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:R()}],overflow:[{overflow:D()}],"overflow-x":[{"overflow-x":D()}],"overflow-y":[{"overflow-y":D()}],overscroll:[{overscroll:_()}],"overscroll-x":[{"overscroll-x":_()}],"overscroll-y":[{"overscroll-y":_()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:L()}],"inset-x":[{"inset-x":L()}],"inset-y":[{"inset-y":L()}],start:[{start:L()}],end:[{end:L()}],top:[{top:L()}],right:[{right:L()}],bottom:[{bottom:L()}],left:[{left:L()}],visibility:["visible","invisible","collapse"],z:[{z:[Ya,"auto",ze,_e]}],basis:[{basis:[rl,"full","auto",c,...P()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[dt,rl,"auto","initial","none",_e]}],grow:[{grow:["",dt,ze,_e]}],shrink:[{shrink:["",dt,ze,_e]}],order:[{order:[Ya,"first","last","none",ze,_e]}],"grid-cols":[{"grid-cols":F()}],"col-start-end":[{col:X()}],"col-start":[{"col-start":te()}],"col-end":[{"col-end":te()}],"grid-rows":[{"grid-rows":F()}],"row-start-end":[{row:X()}],"row-start":[{"row-start":te()}],"row-end":[{"row-end":te()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":ue()}],"auto-rows":[{"auto-rows":ue()}],gap:[{gap:P()}],"gap-x":[{"gap-x":P()}],"gap-y":[{"gap-y":P()}],"justify-content":[{justify:[...ae(),"normal"]}],"justify-items":[{"justify-items":[...I(),"normal"]}],"justify-self":[{"justify-self":["auto",...I()]}],"align-content":[{content:["normal",...ae()]}],"align-items":[{items:[...I(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...I(),{baseline:["","last"]}]}],"place-content":[{"place-content":ae()}],"place-items":[{"place-items":[...I(),"baseline"]}],"place-self":[{"place-self":["auto",...I()]}],p:[{p:P()}],px:[{px:P()}],py:[{py:P()}],ps:[{ps:P()}],pe:[{pe:P()}],pt:[{pt:P()}],pr:[{pr:P()}],pb:[{pb:P()}],pl:[{pl:P()}],m:[{m:O()}],mx:[{mx:O()}],my:[{my:O()}],ms:[{ms:O()}],me:[{me:O()}],mt:[{mt:O()}],mr:[{mr:O()}],mb:[{mb:O()}],ml:[{ml:O()}],"space-x":[{"space-x":P()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":P()}],"space-y-reverse":["space-y-reverse"],size:[{size:G()}],w:[{w:[c,"screen",...G()]}],"min-w":[{"min-w":[c,"screen","none",...G()]}],"max-w":[{"max-w":[c,"screen","none","prose",{screen:[o]},...G()]}],h:[{h:["screen","lh",...G()]}],"min-h":[{"min-h":["screen","lh","none",...G()]}],"max-h":[{"max-h":["screen","lh",...G()]}],"font-size":[{text:["base",n,Sc,Zi]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,ze,Am]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Mm,_e]}],"font-family":[{font:[q5,_e,e]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[a,ze,_e]}],"line-clamp":[{"line-clamp":[dt,"none",ze,Am]}],leading:[{leading:[i,...P()]}],"list-image":[{"list-image":["none",ze,_e]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",ze,_e]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:z()}],"text-color":[{text:z()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...me(),"wavy"]}],"text-decoration-thickness":[{decoration:[dt,"from-font","auto",ze,Zi]}],"text-decoration-color":[{decoration:z()}],"underline-offset":[{"underline-offset":[dt,"auto",ze,_e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:P()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",ze,_e]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",ze,_e]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:re()}],"bg-repeat":[{bg:K()}],"bg-size":[{bg:$()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Ya,ze,_e],radial:["",ze,_e],conic:[Ya,ze,_e]},J5,K5]}],"bg-color":[{bg:z()}],"gradient-from-pos":[{from:H()}],"gradient-via-pos":[{via:H()}],"gradient-to-pos":[{to:H()}],"gradient-from":[{from:z()}],"gradient-via":[{via:z()}],"gradient-to":[{to:z()}],rounded:[{rounded:oe()}],"rounded-s":[{"rounded-s":oe()}],"rounded-e":[{"rounded-e":oe()}],"rounded-t":[{"rounded-t":oe()}],"rounded-r":[{"rounded-r":oe()}],"rounded-b":[{"rounded-b":oe()}],"rounded-l":[{"rounded-l":oe()}],"rounded-ss":[{"rounded-ss":oe()}],"rounded-se":[{"rounded-se":oe()}],"rounded-ee":[{"rounded-ee":oe()}],"rounded-es":[{"rounded-es":oe()}],"rounded-tl":[{"rounded-tl":oe()}],"rounded-tr":[{"rounded-tr":oe()}],"rounded-br":[{"rounded-br":oe()}],"rounded-bl":[{"rounded-bl":oe()}],"border-w":[{border:q()}],"border-w-x":[{"border-x":q()}],"border-w-y":[{"border-y":q()}],"border-w-s":[{"border-s":q()}],"border-w-e":[{"border-e":q()}],"border-w-t":[{"border-t":q()}],"border-w-r":[{"border-r":q()}],"border-w-b":[{"border-b":q()}],"border-w-l":[{"border-l":q()}],"divide-x":[{"divide-x":q()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":q()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...me(),"hidden","none"]}],"divide-style":[{divide:[...me(),"hidden","none"]}],"border-color":[{border:z()}],"border-color-x":[{"border-x":z()}],"border-color-y":[{"border-y":z()}],"border-color-s":[{"border-s":z()}],"border-color-e":[{"border-e":z()}],"border-color-t":[{"border-t":z()}],"border-color-r":[{"border-r":z()}],"border-color-b":[{"border-b":z()}],"border-color-l":[{"border-l":z()}],"divide-color":[{divide:z()}],"outline-style":[{outline:[...me(),"none","hidden"]}],"outline-offset":[{"outline-offset":[dt,ze,_e]}],"outline-w":[{outline:["",dt,Sc,Zi]}],"outline-color":[{outline:z()}],shadow:[{shadow:["","none",f,Eu,Cu]}],"shadow-color":[{shadow:z()}],"inset-shadow":[{"inset-shadow":["none",m,Eu,Cu]}],"inset-shadow-color":[{"inset-shadow":z()}],"ring-w":[{ring:q()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:z()}],"ring-offset-w":[{"ring-offset":[dt,Zi]}],"ring-offset-color":[{"ring-offset":z()}],"inset-ring-w":[{"inset-ring":q()}],"inset-ring-color":[{"inset-ring":z()}],"text-shadow":[{"text-shadow":["none",g,Eu,Cu]}],"text-shadow-color":[{"text-shadow":z()}],opacity:[{opacity:[dt,ze,_e]}],"mix-blend":[{"mix-blend":[...Z(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":Z()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[dt]}],"mask-image-linear-from-pos":[{"mask-linear-from":ce()}],"mask-image-linear-to-pos":[{"mask-linear-to":ce()}],"mask-image-linear-from-color":[{"mask-linear-from":z()}],"mask-image-linear-to-color":[{"mask-linear-to":z()}],"mask-image-t-from-pos":[{"mask-t-from":ce()}],"mask-image-t-to-pos":[{"mask-t-to":ce()}],"mask-image-t-from-color":[{"mask-t-from":z()}],"mask-image-t-to-color":[{"mask-t-to":z()}],"mask-image-r-from-pos":[{"mask-r-from":ce()}],"mask-image-r-to-pos":[{"mask-r-to":ce()}],"mask-image-r-from-color":[{"mask-r-from":z()}],"mask-image-r-to-color":[{"mask-r-to":z()}],"mask-image-b-from-pos":[{"mask-b-from":ce()}],"mask-image-b-to-pos":[{"mask-b-to":ce()}],"mask-image-b-from-color":[{"mask-b-from":z()}],"mask-image-b-to-color":[{"mask-b-to":z()}],"mask-image-l-from-pos":[{"mask-l-from":ce()}],"mask-image-l-to-pos":[{"mask-l-to":ce()}],"mask-image-l-from-color":[{"mask-l-from":z()}],"mask-image-l-to-color":[{"mask-l-to":z()}],"mask-image-x-from-pos":[{"mask-x-from":ce()}],"mask-image-x-to-pos":[{"mask-x-to":ce()}],"mask-image-x-from-color":[{"mask-x-from":z()}],"mask-image-x-to-color":[{"mask-x-to":z()}],"mask-image-y-from-pos":[{"mask-y-from":ce()}],"mask-image-y-to-pos":[{"mask-y-to":ce()}],"mask-image-y-from-color":[{"mask-y-from":z()}],"mask-image-y-to-color":[{"mask-y-to":z()}],"mask-image-radial":[{"mask-radial":[ze,_e]}],"mask-image-radial-from-pos":[{"mask-radial-from":ce()}],"mask-image-radial-to-pos":[{"mask-radial-to":ce()}],"mask-image-radial-from-color":[{"mask-radial-from":z()}],"mask-image-radial-to-color":[{"mask-radial-to":z()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":T()}],"mask-image-conic-pos":[{"mask-conic":[dt]}],"mask-image-conic-from-pos":[{"mask-conic-from":ce()}],"mask-image-conic-to-pos":[{"mask-conic-to":ce()}],"mask-image-conic-from-color":[{"mask-conic-from":z()}],"mask-image-conic-to-color":[{"mask-conic-to":z()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:re()}],"mask-repeat":[{mask:K()}],"mask-size":[{mask:$()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",ze,_e]}],filter:[{filter:["","none",ze,_e]}],blur:[{blur:he()}],brightness:[{brightness:[dt,ze,_e]}],contrast:[{contrast:[dt,ze,_e]}],"drop-shadow":[{"drop-shadow":["","none",y,Eu,Cu]}],"drop-shadow-color":[{"drop-shadow":z()}],grayscale:[{grayscale:["",dt,ze,_e]}],"hue-rotate":[{"hue-rotate":[dt,ze,_e]}],invert:[{invert:["",dt,ze,_e]}],saturate:[{saturate:[dt,ze,_e]}],sepia:[{sepia:["",dt,ze,_e]}],"backdrop-filter":[{"backdrop-filter":["","none",ze,_e]}],"backdrop-blur":[{"backdrop-blur":he()}],"backdrop-brightness":[{"backdrop-brightness":[dt,ze,_e]}],"backdrop-contrast":[{"backdrop-contrast":[dt,ze,_e]}],"backdrop-grayscale":[{"backdrop-grayscale":["",dt,ze,_e]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[dt,ze,_e]}],"backdrop-invert":[{"backdrop-invert":["",dt,ze,_e]}],"backdrop-opacity":[{"backdrop-opacity":[dt,ze,_e]}],"backdrop-saturate":[{"backdrop-saturate":[dt,ze,_e]}],"backdrop-sepia":[{"backdrop-sepia":["",dt,ze,_e]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":P()}],"border-spacing-x":[{"border-spacing-x":P()}],"border-spacing-y":[{"border-spacing-y":P()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",ze,_e]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[dt,"initial",ze,_e]}],ease:[{ease:["linear","initial",k,ze,_e]}],delay:[{delay:[dt,ze,_e]}],animate:[{animate:["none",C,ze,_e]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,ze,_e]}],"perspective-origin":[{"perspective-origin":R()}],rotate:[{rotate:ve()}],"rotate-x":[{"rotate-x":ve()}],"rotate-y":[{"rotate-y":ve()}],"rotate-z":[{"rotate-z":ve()}],scale:[{scale:Ae()}],"scale-x":[{"scale-x":Ae()}],"scale-y":[{"scale-y":Ae()}],"scale-z":[{"scale-z":Ae()}],"scale-3d":["scale-3d"],skew:[{skew:Be()}],"skew-x":[{"skew-x":Be()}],"skew-y":[{"skew-y":Be()}],transform:[{transform:[ze,_e,"","none","gpu","cpu"]}],"transform-origin":[{origin:R()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:$e()}],"translate-x":[{"translate-x":$e()}],"translate-y":[{"translate-y":$e()}],"translate-z":[{"translate-z":$e()}],"translate-none":["translate-none"],accent:[{accent:z()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:z()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",ze,_e]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":P()}],"scroll-mx":[{"scroll-mx":P()}],"scroll-my":[{"scroll-my":P()}],"scroll-ms":[{"scroll-ms":P()}],"scroll-me":[{"scroll-me":P()}],"scroll-mt":[{"scroll-mt":P()}],"scroll-mr":[{"scroll-mr":P()}],"scroll-mb":[{"scroll-mb":P()}],"scroll-ml":[{"scroll-ml":P()}],"scroll-p":[{"scroll-p":P()}],"scroll-px":[{"scroll-px":P()}],"scroll-py":[{"scroll-py":P()}],"scroll-ps":[{"scroll-ps":P()}],"scroll-pe":[{"scroll-pe":P()}],"scroll-pt":[{"scroll-pt":P()}],"scroll-pr":[{"scroll-pr":P()}],"scroll-pb":[{"scroll-pb":P()}],"scroll-pl":[{"scroll-pl":P()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",ze,_e]}],fill:[{fill:["none",...z()]}],"stroke-w":[{stroke:[dt,Sc,Zi,Am]}],stroke:[{stroke:["none",...z()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},Z5=R5(X5);function Ct(...t){return Z5(ij(t))}const eI=oj("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function ee({className:t,variant:e,size:n,asChild:r=!1,...a}){const i=r?sj:"button";return s.jsx(i,{"data-slot":"button",className:Ct(eI({variant:e,size:n,className:t})),...a})}function ne({className:t,type:e,...n}){return s.jsx("input",{type:e,"data-slot":"input",className:Ct("h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-xs outline-none placeholder:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 md:text-sm focus-visible:ring-2 focus-visible:ring-ring",t),...n})}function tI(){const t=Ci(),[e,n]=b.useState(""),[r,a]=b.useState(""),[i,o]=b.useState(""),[c,u]=b.useState(!1),h=async()=>{o(""),u(!0);try{const f=await wt("/api/admin",{username:e.trim(),password:r});if((f==null?void 0:f.success)!==!1&&(f!=null&&f.token)){XA(f.token),t("/dashboard",{replace:!0});return}o(f.error||"用户名或密码错误")}catch(f){const m=f;o(m.status===401?"用户名或密码错误":(m==null?void 0:m.message)||"网络错误,请重试")}finally{u(!1)}};return s.jsxs("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-4",children:[s.jsxs("div",{className:"absolute inset-0 overflow-hidden",children:[s.jsx("div",{className:"absolute top-1/4 left-1/4 w-96 h-96 bg-[#38bdac]/5 rounded-full blur-3xl"}),s.jsx("div",{className:"absolute bottom-1/4 right-1/4 w-96 h-96 bg-blue-500/5 rounded-full blur-3xl"})]}),s.jsxs("div",{className:"w-full max-w-md relative z-10",children:[s.jsxs("div",{className:"text-center mb-8",children:[s.jsx("div",{className:"w-16 h-16 bg-[#38bdac]/20 rounded-2xl flex items-center justify-center mx-auto mb-4 border border-[#38bdac]/30",children:s.jsx($x,{className:"w-8 h-8 text-[#38bdac]"})}),s.jsx("h1",{className:"text-2xl font-bold text-white mb-2",children:"管理后台"}),s.jsx("p",{className:"text-gray-400",children:"一场SOUL的创业实验场"})]}),s.jsxs("div",{className:"bg-[#0f2137] rounded-2xl p-8 shadow-xl border border-gray-700/50 backdrop-blur-xl",children:[s.jsx("h2",{className:"text-xl font-semibold text-white mb-6 text-center",children:"管理员登录"}),s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{children:[s.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"用户名"}),s.jsxs("div",{className:"relative",children:[s.jsx(co,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),s.jsx(ne,{type:"text",value:e,onChange:f=>n(f.target.value),placeholder:"请输入用户名",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]"})]})]}),s.jsxs("div",{children:[s.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"密码"}),s.jsxs("div",{className:"relative",children:[s.jsx(YM,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),s.jsx(ne,{type:"password",value:r,onChange:f=>a(f.target.value),placeholder:"请输入密码",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]",onKeyDown:f=>f.key==="Enter"&&h()})]})]}),i&&s.jsx("div",{className:"bg-red-500/10 text-red-400 text-sm p-3 rounded-lg border border-red-500/20",children:i}),s.jsx(ee,{onClick:h,disabled:c,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white py-5 disabled:opacity-50",children:c?"登录中...":"登录"})]})]}),s.jsx("p",{className:"text-center text-gray-500 text-xs mt-6",children:"Soul创业实验场 · 后台管理系统"})]})]})}const Ce=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ct("rounded-xl border bg-card text-card-foreground shadow",t),...e}));Ce.displayName="Card";const Je=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ct("flex flex-col space-y-1.5 p-6",t),...e}));Je.displayName="CardHeader";const Ye=b.forwardRef(({className:t,...e},n)=>s.jsx("h3",{ref:n,className:Ct("font-semibold leading-none tracking-tight",t),...e}));Ye.displayName="CardTitle";const Ft=b.forwardRef(({className:t,...e},n)=>s.jsx("p",{ref:n,className:Ct("text-sm text-muted-foreground",t),...e}));Ft.displayName="CardDescription";const Ee=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ct("p-6 pt-0",t),...e}));Ee.displayName="CardContent";const nI=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ct("flex items-center p-6 pt-0",t),...e}));nI.displayName="CardFooter";const rI={success:{bg:"#f0fdf4",border:"#22c55e",icon:"✓"},error:{bg:"#fef2f2",border:"#ef4444",icon:"✕"},info:{bg:"#eff6ff",border:"#3b82f6",icon:"ℹ"}};function Im(t,e="info",n=3e3){const r=`toast-${Date.now()}`,a=rI[e],i=document.createElement("div");i.id=r,i.setAttribute("role","alert"),Object.assign(i.style,{position:"fixed",top:"24px",right:"24px",zIndex:"9999",display:"flex",alignItems:"center",gap:"10px",padding:"12px 18px",borderRadius:"10px",background:a.bg,border:`1.5px solid ${a.border}`,boxShadow:"0 4px 20px rgba(0,0,0,.12)",fontSize:"14px",color:"#1a1a1a",fontWeight:"500",maxWidth:"380px",lineHeight:"1.5",opacity:"0",transform:"translateY(-8px)",transition:"opacity .22s ease, transform .22s ease",pointerEvents:"none"});const o=document.createElement("span");Object.assign(o.style,{width:"20px",height:"20px",borderRadius:"50%",background:a.border,color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"12px",fontWeight:"700",flexShrink:"0"}),o.textContent=a.icon;const c=document.createElement("span");c.textContent=t,i.appendChild(o),i.appendChild(c),document.body.appendChild(i),requestAnimationFrame(()=>{i.style.opacity="1",i.style.transform="translateY(0)"});const u=setTimeout(()=>h(r),n);function h(f){clearTimeout(u);const m=document.getElementById(f);m&&(m.style.opacity="0",m.style.transform="translateY(-8px)",setTimeout(()=>{var g;return(g=m.parentNode)==null?void 0:g.removeChild(m)},250))}}const ie={success:(t,e)=>Im(t,"success",e),error:(t,e)=>Im(t,"error",e),info:(t,e)=>Im(t,"info",e)};function ot(t,e,{checkForDefaultPrevented:n=!0}={}){return function(a){if(t==null||t(a),n===!1||!a.defaultPrevented)return e==null?void 0:e(a)}}function sI(t,e){const n=b.createContext(e),r=i=>{const{children:o,...c}=i,u=b.useMemo(()=>c,Object.values(c));return s.jsx(n.Provider,{value:u,children:o})};r.displayName=t+"Provider";function a(i){const o=b.useContext(n);if(o)return o;if(e!==void 0)return e;throw new Error(`\`${i}\` must be used within \`${t}\``)}return[r,a]}function Ei(t,e=[]){let n=[];function r(i,o){const c=b.createContext(o),u=n.length;n=[...n,o];const h=m=>{var k;const{scope:g,children:y,...N}=m,w=((k=g==null?void 0:g[t])==null?void 0:k[u])||c,v=b.useMemo(()=>N,Object.values(N));return s.jsx(w.Provider,{value:v,children:y})};h.displayName=i+"Provider";function f(m,g){var w;const y=((w=g==null?void 0:g[t])==null?void 0:w[u])||c,N=b.useContext(y);if(N)return N;if(o!==void 0)return o;throw new Error(`\`${m}\` must be used within \`${i}\``)}return[h,f]}const a=()=>{const i=n.map(o=>b.createContext(o));return function(c){const u=(c==null?void 0:c[t])||i;return b.useMemo(()=>({[`__scope${t}`]:{...c,[t]:u}}),[c,u])}};return a.scopeName=t,[r,aI(a,...e)]}function aI(...t){const e=t[0];if(t.length===1)return e;const n=()=>{const r=t.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const o=r.reduce((c,{useScope:u,scopeName:h})=>{const m=u(i)[`__scope${h}`];return{...c,...m}},{});return b.useMemo(()=>({[`__scope${e.scopeName}`]:o}),[o])}};return n.scopeName=e.scopeName,n}var or=globalThis!=null&&globalThis.document?b.useLayoutEffect:()=>{},iI=df[" useId ".trim().toString()]||(()=>{}),oI=0;function fi(t){const[e,n]=b.useState(iI());return or(()=>{n(r=>r??String(oI++))},[t]),e?`radix-${e}`:""}var lI=df[" useInsertionEffect ".trim().toString()]||or;function xo({prop:t,defaultProp:e,onChange:n=()=>{},caller:r}){const[a,i,o]=cI({defaultProp:e,onChange:n}),c=t!==void 0,u=c?t:a;{const f=b.useRef(t!==void 0);b.useEffect(()=>{const m=f.current;m!==c&&console.warn(`${r} is changing from ${m?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),f.current=c},[c,r])}const h=b.useCallback(f=>{var m;if(c){const g=dI(f)?f(t):f;g!==t&&((m=o.current)==null||m.call(o,g))}else i(f)},[c,t,i,o]);return[u,h]}function cI({defaultProp:t,onChange:e}){const[n,r]=b.useState(t),a=b.useRef(n),i=b.useRef(e);return lI(()=>{i.current=e},[e]),b.useEffect(()=>{var o;a.current!==n&&((o=i.current)==null||o.call(i,n),a.current=n)},[n,a]),[n,r,i]}function dI(t){return typeof t=="function"}function Zc(t){const e=uI(t),n=b.forwardRef((r,a)=>{const{children:i,...o}=r,c=b.Children.toArray(i),u=c.find(fI);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return s.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return s.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}function uI(t){const e=b.forwardRef((n,r)=>{const{children:a,...i}=n;if(b.isValidElement(a)){const o=mI(a),c=pI(i,a.props);return a.type!==b.Fragment&&(c.ref=r?Vx(r,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var hI=Symbol("radix.slottable");function fI(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===hI}function pI(t,e){const n={...e};for(const r in e){const a=t[r],i=e[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function mI(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var gI=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],ut=gI.reduce((t,e)=>{const n=Zc(`Primitive.${e}`),r=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...c,ref:i})});return r.displayName=`Primitive.${e}`,{...t,[e]:r}},{});function xI(t,e){t&&pd.flushSync(()=>t.dispatchEvent(e))}function bi(t){const e=b.useRef(t);return b.useEffect(()=>{e.current=t}),b.useMemo(()=>(...n)=>{var r;return(r=e.current)==null?void 0:r.call(e,...n)},[])}function yI(t,e=globalThis==null?void 0:globalThis.document){const n=bi(t);b.useEffect(()=>{const r=a=>{a.key==="Escape"&&n(a)};return e.addEventListener("keydown",r,{capture:!0}),()=>e.removeEventListener("keydown",r,{capture:!0})},[n,e])}var bI="DismissableLayer",Lg="dismissableLayer.update",vI="dismissableLayer.pointerDownOutside",NI="dismissableLayer.focusOutside",Qv,vj=b.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Wx=b.forwardRef((t,e)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:o,onDismiss:c,...u}=t,h=b.useContext(vj),[f,m]=b.useState(null),g=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=b.useState({}),N=St(e,_=>m(_)),w=Array.from(h.layers),[v]=[...h.layersWithOutsidePointerEventsDisabled].slice(-1),k=w.indexOf(v),C=f?w.indexOf(f):-1,E=h.layersWithOutsidePointerEventsDisabled.size>0,T=C>=k,R=kI(_=>{const P=_.target,L=[...h.branches].some(F=>F.contains(P));!T||L||(a==null||a(_),o==null||o(_),_.defaultPrevented||c==null||c())},g),D=SI(_=>{const P=_.target;[...h.branches].some(F=>F.contains(P))||(i==null||i(_),o==null||o(_),_.defaultPrevented||c==null||c())},g);return yI(_=>{C===h.layers.size-1&&(r==null||r(_),!_.defaultPrevented&&c&&(_.preventDefault(),c()))},g),b.useEffect(()=>{if(f)return n&&(h.layersWithOutsidePointerEventsDisabled.size===0&&(Qv=g.body.style.pointerEvents,g.body.style.pointerEvents="none"),h.layersWithOutsidePointerEventsDisabled.add(f)),h.layers.add(f),Xv(),()=>{n&&h.layersWithOutsidePointerEventsDisabled.size===1&&(g.body.style.pointerEvents=Qv)}},[f,g,n,h]),b.useEffect(()=>()=>{f&&(h.layers.delete(f),h.layersWithOutsidePointerEventsDisabled.delete(f),Xv())},[f,h]),b.useEffect(()=>{const _=()=>y({});return document.addEventListener(Lg,_),()=>document.removeEventListener(Lg,_)},[]),s.jsx(ut.div,{...u,ref:N,style:{pointerEvents:E?T?"auto":"none":void 0,...t.style},onFocusCapture:ot(t.onFocusCapture,D.onFocusCapture),onBlurCapture:ot(t.onBlurCapture,D.onBlurCapture),onPointerDownCapture:ot(t.onPointerDownCapture,R.onPointerDownCapture)})});Wx.displayName=bI;var wI="DismissableLayerBranch",jI=b.forwardRef((t,e)=>{const n=b.useContext(vj),r=b.useRef(null),a=St(e,r);return b.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),s.jsx(ut.div,{...t,ref:a})});jI.displayName=wI;function kI(t,e=globalThis==null?void 0:globalThis.document){const n=bi(t),r=b.useRef(!1),a=b.useRef(()=>{});return b.useEffect(()=>{const i=c=>{if(c.target&&!r.current){let u=function(){Nj(vI,n,h,{discrete:!0})};const h={originalEvent:c};c.pointerType==="touch"?(e.removeEventListener("click",a.current),a.current=u,e.addEventListener("click",a.current,{once:!0})):u()}else e.removeEventListener("click",a.current);r.current=!1},o=window.setTimeout(()=>{e.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(o),e.removeEventListener("pointerdown",i),e.removeEventListener("click",a.current)}},[e,n]),{onPointerDownCapture:()=>r.current=!0}}function SI(t,e=globalThis==null?void 0:globalThis.document){const n=bi(t),r=b.useRef(!1);return b.useEffect(()=>{const a=i=>{i.target&&!r.current&&Nj(NI,n,{originalEvent:i},{discrete:!1})};return e.addEventListener("focusin",a),()=>e.removeEventListener("focusin",a)},[e,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function Xv(){const t=new CustomEvent(Lg);document.dispatchEvent(t)}function Nj(t,e,n,{discrete:r}){const a=n.originalEvent.target,i=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:n});e&&a.addEventListener(t,e,{once:!0}),r?xI(a,i):a.dispatchEvent(i)}var Rm="focusScope.autoFocusOnMount",Pm="focusScope.autoFocusOnUnmount",Zv={bubbles:!1,cancelable:!0},CI="FocusScope",Ux=b.forwardRef((t,e)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...o}=t,[c,u]=b.useState(null),h=bi(a),f=bi(i),m=b.useRef(null),g=St(e,w=>u(w)),y=b.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;b.useEffect(()=>{if(r){let w=function(E){if(y.paused||!c)return;const T=E.target;c.contains(T)?m.current=T:Za(m.current,{select:!0})},v=function(E){if(y.paused||!c)return;const T=E.relatedTarget;T!==null&&(c.contains(T)||Za(m.current,{select:!0}))},k=function(E){if(document.activeElement===document.body)for(const R of E)R.removedNodes.length>0&&Za(c)};document.addEventListener("focusin",w),document.addEventListener("focusout",v);const C=new MutationObserver(k);return c&&C.observe(c,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",v),C.disconnect()}}},[r,c,y.paused]),b.useEffect(()=>{if(c){t1.add(y);const w=document.activeElement;if(!c.contains(w)){const k=new CustomEvent(Rm,Zv);c.addEventListener(Rm,h),c.dispatchEvent(k),k.defaultPrevented||(EI(RI(wj(c)),{select:!0}),document.activeElement===w&&Za(c))}return()=>{c.removeEventListener(Rm,h),setTimeout(()=>{const k=new CustomEvent(Pm,Zv);c.addEventListener(Pm,f),c.dispatchEvent(k),k.defaultPrevented||Za(w??document.body,{select:!0}),c.removeEventListener(Pm,f),t1.remove(y)},0)}}},[c,h,f,y]);const N=b.useCallback(w=>{if(!n&&!r||y.paused)return;const v=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,k=document.activeElement;if(v&&k){const C=w.currentTarget,[E,T]=TI(C);E&&T?!w.shiftKey&&k===T?(w.preventDefault(),n&&Za(E,{select:!0})):w.shiftKey&&k===E&&(w.preventDefault(),n&&Za(T,{select:!0})):k===C&&w.preventDefault()}},[n,r,y.paused]);return s.jsx(ut.div,{tabIndex:-1,...o,ref:g,onKeyDown:N})});Ux.displayName=CI;function EI(t,{select:e=!1}={}){const n=document.activeElement;for(const r of t)if(Za(r,{select:e}),document.activeElement!==n)return}function TI(t){const e=wj(t),n=e1(e,t),r=e1(e.reverse(),t);return[n,r]}function wj(t){const e=[],n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)e.push(n.currentNode);return e}function e1(t,e){for(const n of t)if(!MI(n,{upTo:e}))return n}function MI(t,{upTo:e}){if(getComputedStyle(t).visibility==="hidden")return!0;for(;t;){if(e!==void 0&&t===e)return!1;if(getComputedStyle(t).display==="none")return!0;t=t.parentElement}return!1}function AI(t){return t instanceof HTMLInputElement&&"select"in t}function Za(t,{select:e=!1}={}){if(t&&t.focus){const n=document.activeElement;t.focus({preventScroll:!0}),t!==n&&AI(t)&&e&&t.select()}}var t1=II();function II(){let t=[];return{add(e){const n=t[0];e!==n&&(n==null||n.pause()),t=n1(t,e),t.unshift(e)},remove(e){var n;t=n1(t,e),(n=t[0])==null||n.resume()}}}function n1(t,e){const n=[...t],r=n.indexOf(e);return r!==-1&&n.splice(r,1),n}function RI(t){return t.filter(e=>e.tagName!=="A")}var PI="Portal",Kx=b.forwardRef((t,e)=>{var c;const{container:n,...r}=t,[a,i]=b.useState(!1);or(()=>i(!0),[]);const o=n||a&&((c=globalThis==null?void 0:globalThis.document)==null?void 0:c.body);return o?Rw.createPortal(s.jsx(ut.div,{...r,ref:e}),o):null});Kx.displayName=PI;function OI(t,e){return b.useReducer((n,r)=>e[n][r]??n,t)}var md=t=>{const{present:e,children:n}=t,r=DI(e),a=typeof n=="function"?n({present:r.isPresent}):b.Children.only(n),i=St(r.ref,LI(a));return typeof n=="function"||r.isPresent?b.cloneElement(a,{ref:i}):null};md.displayName="Presence";function DI(t){const[e,n]=b.useState(),r=b.useRef(null),a=b.useRef(t),i=b.useRef("none"),o=t?"mounted":"unmounted",[c,u]=OI(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return b.useEffect(()=>{const h=Tu(r.current);i.current=c==="mounted"?h:"none"},[c]),or(()=>{const h=r.current,f=a.current;if(f!==t){const g=i.current,y=Tu(h);t?u("MOUNT"):y==="none"||(h==null?void 0:h.display)==="none"?u("UNMOUNT"):u(f&&g!==y?"ANIMATION_OUT":"UNMOUNT"),a.current=t}},[t,u]),or(()=>{if(e){let h;const f=e.ownerDocument.defaultView??window,m=y=>{const w=Tu(r.current).includes(CSS.escape(y.animationName));if(y.target===e&&w&&(u("ANIMATION_END"),!a.current)){const v=e.style.animationFillMode;e.style.animationFillMode="forwards",h=f.setTimeout(()=>{e.style.animationFillMode==="forwards"&&(e.style.animationFillMode=v)})}},g=y=>{y.target===e&&(i.current=Tu(r.current))};return e.addEventListener("animationstart",g),e.addEventListener("animationcancel",m),e.addEventListener("animationend",m),()=>{f.clearTimeout(h),e.removeEventListener("animationstart",g),e.removeEventListener("animationcancel",m),e.removeEventListener("animationend",m)}}else u("ANIMATION_END")},[e,u]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:b.useCallback(h=>{r.current=h?getComputedStyle(h):null,n(h)},[])}}function Tu(t){return(t==null?void 0:t.animationName)||"none"}function LI(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var Om=0;function jj(){b.useEffect(()=>{const t=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",t[0]??r1()),document.body.insertAdjacentElement("beforeend",t[1]??r1()),Om++,()=>{Om===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),Om--}},[])}function r1(){const t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.outline="none",t.style.opacity="0",t.style.position="fixed",t.style.pointerEvents="none",t}var Vs=function(){return Vs=Object.assign||function(e){for(var n,r=1,a=arguments.length;r"u")return ZI;var e=eR(t),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,r-n+e[2]-e[0])}},nR=Ej(),bl="data-scroll-locked",rR=function(t,e,n,r){var a=t.left,i=t.top,o=t.right,c=t.gap;return n===void 0&&(n="margin"),` - .`.concat(zI,` { + */const XA=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],li=Te("zap",XA),Bx="admin_token";function ff(){try{return localStorage.getItem(Bx)}catch{return null}}function ZA(t){try{localStorage.setItem(Bx,t)}catch{}}function Tm(){try{localStorage.removeItem(Bx)}catch{}}const e5="https://soulapi.quwanzhi.com",t5=15e3,Vv=6e4,n5=()=>{const t="https://soulapi.quwanzhi.com";return t.length>0?t.replace(/\/$/,""):e5};function mo(t){const e=n5(),n=t.startsWith("/")?t:`/${t}`;return e?`${e}${n}`:n}async function pf(t,e={}){const{data:n,...r}=e,a=mo(t),i=new Headers(r.headers),o=ff();o&&i.set("Authorization",`Bearer ${o}`),n!=null&&!i.has("Content-Type")&&i.set("Content-Type","application/json");const c=n!=null?JSON.stringify(n):r.body,u=r.timeout??t5,h=new AbortController,f=setTimeout(()=>h.abort(),u),m=await fetch(a,{...r,headers:i,body:c,credentials:"include",signal:h.signal}).finally(()=>clearTimeout(f)),y=(m.headers.get("Content-Type")||"").includes("application/json")?await m.json():m,N=w=>{const v=w,k=((v==null?void 0:v.message)||(v==null?void 0:v.error)||"").toString();(k.includes("可提现金额不足")||k.includes("可提现不足")||k.includes("余额不足"))&&window.dispatchEvent(new CustomEvent("recharge-alert",{detail:k}))};if(!m.ok){N(y);const w=new Error((y==null?void 0:y.error)||`HTTP ${m.status}`);throw w.status=m.status,w.data=y,w}return N(y),y}function Oe(t,e){return pf(t,{...e,method:"GET"})}function wt(t,e,n){return pf(t,{...n,method:"POST",data:e})}function _t(t,e,n){return pf(t,{...n,method:"PUT",data:e})}function Bs(t,e){return pf(t,{...e,method:"DELETE"})}function r5(){const[t,e]=b.useState(!1),[n,r]=b.useState("");return b.useEffect(()=>{const a=i=>{const o=i.detail;r(o||"可提现/余额不足,请及时充值商户号"),e(!0)};return window.addEventListener("recharge-alert",a),()=>window.removeEventListener("recharge-alert",a)},[]),t?s.jsxs("div",{className:"flex items-center justify-between gap-4 px-4 py-3 bg-red-900/80 border-b border-red-600/50 text-red-100",role:"alert",children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(Kw,{className:"w-5 h-5 shrink-0 text-red-400"}),s.jsxs("span",{className:"text-sm font-medium",children:[n,s.jsx("span",{className:"ml-2 text-red-300",children:"请及时充值商户号或核对账户后重试。"})]})]}),s.jsx("button",{type:"button",onClick:()=>e(!1),className:"shrink-0 p-1 rounded hover:bg-red-800/50 transition-colors","aria-label":"关闭告警",children:s.jsx(ir,{className:"w-4 h-4"})})]}):null}const s5=[{icon:HM,label:"数据概览",href:"/dashboard"},{icon:Br,label:"内容管理",href:"/content"},{icon:Zn,label:"用户管理",href:"/users"},{icon:NM,label:"找伙伴",href:"/find-partner"},{icon:jl,label:"推广中心",href:"/distribution"}];function a5(){const t=Si(),e=Ci(),[n,r]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{r(!0)},[]),b.useEffect(()=>{if(!n)return;i(!1);let c=!1;if(!ff()){e("/login",{replace:!0});return}return Oe("/api/admin").then(u=>{c||(u&&u.success!==!1?i(!0):(Tm(),e("/login",{replace:!0,state:{from:t.pathname}})))}).catch(()=>{c||(Tm(),e("/login",{replace:!0,state:{from:t.pathname}}))}),()=>{c=!0}},[t.pathname,n,e]);const o=async()=>{Tm();try{await wt("/api/admin/logout",{})}catch{}e("/login",{replace:!0})};return!n||!a?s.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[s.jsx("div",{className:"w-64 bg-[#0f2137] border-r border-gray-700/50"}),s.jsx("div",{className:"flex-1 flex items-center justify-center",children:s.jsx("div",{className:"text-[#38bdac]",children:"加载中..."})})]}):s.jsxs("div",{className:"flex min-h-screen bg-[#0a1628]",children:[s.jsxs("div",{className:"w-64 bg-[#0f2137] flex flex-col border-r border-gray-700/50 shadow-xl",children:[s.jsxs("div",{className:"p-6 border-b border-gray-700/50",children:[s.jsx("h1",{className:"text-xl font-bold text-[#38bdac]",children:"管理后台"}),s.jsx("p",{className:"text-xs text-gray-400 mt-1",children:"Soul创业派对"})]}),s.jsxs("nav",{className:"flex-1 p-4 space-y-1 overflow-y-auto",children:[s5.map(c=>{const u=t.pathname===c.href;return s.jsxs(Cg,{to:c.href,className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${u?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[s.jsx(c.icon,{className:"w-5 h-5 shrink-0"}),s.jsx("span",{className:"text-sm",children:c.label})]},c.href)}),s.jsx("div",{className:"pt-4 mt-4 border-t border-gray-700/50",children:s.jsxs(Cg,{to:"/settings",className:`flex items-center gap-3 px-4 py-3 rounded-lg transition-colors ${t.pathname==="/settings"?"bg-[#38bdac]/20 text-[#38bdac] font-medium":"text-gray-400 hover:bg-gray-700/50 hover:text-white"}`,children:[s.jsx(wl,{className:"w-5 h-5 shrink-0"}),s.jsx("span",{className:"text-sm",children:"系统设置"})]})})]}),s.jsx("div",{className:"p-4 border-t border-gray-700/50 space-y-1",children:s.jsxs("button",{type:"button",onClick:o,className:"w-full flex items-center gap-3 px-4 py-3 text-gray-400 hover:text-white rounded-lg hover:bg-gray-700/50 transition-colors",children:[s.jsx(ZM,{className:"w-5 h-5"}),s.jsx("span",{className:"text-sm",children:"退出登录"})]})})]}),s.jsxs("div",{className:"flex-1 overflow-auto bg-[#0a1628] min-w-0 flex flex-col",children:[s.jsx(r5,{}),s.jsx("div",{className:"w-full min-w-[1024px] min-h-full flex-1",children:s.jsx(bT,{})})]})]})}function Hv(t,e){if(typeof t=="function")return t(e);t!=null&&(t.current=e)}function Vx(...t){return e=>{let n=!1;const r=t.map(a=>{const i=Hv(a,e);return!n&&typeof i=="function"&&(n=!0),i});if(n)return()=>{for(let a=0;a{let{children:i,...o}=r;rj(i)&&typeof uh=="function"&&(i=uh(i._payload));const c=b.Children.toArray(i),u=c.find(d5);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return s.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return s.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}var aj=sj("Slot");function l5(t){const e=b.forwardRef((n,r)=>{let{children:a,...i}=n;if(rj(a)&&typeof uh=="function"&&(a=uh(a._payload)),b.isValidElement(a)){const o=h5(a),c=u5(i,a.props);return a.type!==b.Fragment&&(c.ref=r?Vx(r,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var c5=Symbol("radix.slottable");function d5(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===c5}function u5(t,e){const n={...e};for(const r in e){const a=t[r],i=e[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function h5(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}function ij(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var a=t.length;for(e=0;etypeof t=="boolean"?`${t}`:t===0?"0":t,Uv=oj,lj=(t,e)=>n=>{var r;if((e==null?void 0:e.variants)==null)return Uv(t,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:a,defaultVariants:i}=e,o=Object.keys(a).map(h=>{const f=n==null?void 0:n[h],m=i==null?void 0:i[h];if(f===null)return null;const g=Wv(f)||Wv(m);return a[h][g]}),c=n&&Object.entries(n).reduce((h,f)=>{let[m,g]=f;return g===void 0||(h[m]=g),h},{}),u=e==null||(r=e.compoundVariants)===null||r===void 0?void 0:r.reduce((h,f)=>{let{class:m,className:g,...y}=f;return Object.entries(y).every(N=>{let[w,v]=N;return Array.isArray(v)?v.includes({...i,...c}[w]):{...i,...c}[w]===v})?[...h,m,g]:h},[]);return Uv(t,o,u,n==null?void 0:n.class,n==null?void 0:n.className)},f5=(t,e)=>{const n=new Array(t.length+e.length);for(let r=0;r({classGroupId:t,validator:e}),cj=(t=new Map,e=null,n)=>({nextPart:t,validators:e,classGroupId:n}),hh="-",Kv=[],m5="arbitrary..",g5=t=>{const e=y5(t),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=t;return{getClassGroupId:o=>{if(o.startsWith("[")&&o.endsWith("]"))return x5(o);const c=o.split(hh),u=c[0]===""&&c.length>1?1:0;return dj(c,u,e)},getConflictingClassGroupIds:(o,c)=>{if(c){const u=r[o],h=n[o];return u?h?f5(h,u):u:h||Kv}return n[o]||Kv}}},dj=(t,e,n)=>{if(t.length-e===0)return n.classGroupId;const a=t[e],i=n.nextPart.get(a);if(i){const h=dj(t,e+1,i);if(h)return h}const o=n.validators;if(o===null)return;const c=e===0?t.join(hh):t.slice(e).join(hh),u=o.length;for(let h=0;ht.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const e=t.slice(1,-1),n=e.indexOf(":"),r=e.slice(0,n);return r?m5+r:void 0})(),y5=t=>{const{theme:e,classGroups:n}=t;return b5(n,e)},b5=(t,e)=>{const n=cj();for(const r in t){const a=t[r];Hx(a,n,r,e)}return n},Hx=(t,e,n,r)=>{const a=t.length;for(let i=0;i{if(typeof t=="string"){N5(t,e,n);return}if(typeof t=="function"){w5(t,e,n,r);return}j5(t,e,n,r)},N5=(t,e,n)=>{const r=t===""?e:uj(e,t);r.classGroupId=n},w5=(t,e,n,r)=>{if(k5(t)){Hx(t(r),e,n,r);return}e.validators===null&&(e.validators=[]),e.validators.push(p5(n,t))},j5=(t,e,n,r)=>{const a=Object.entries(t),i=a.length;for(let o=0;o{let n=t;const r=e.split(hh),a=r.length;for(let i=0;i"isThemeGetter"in t&&t.isThemeGetter===!0,S5=t=>{if(t<1)return{get:()=>{},set:()=>{}};let e=0,n=Object.create(null),r=Object.create(null);const a=(i,o)=>{n[i]=o,e++,e>t&&(e=0,r=n,n=Object.create(null))};return{get(i){let o=n[i];if(o!==void 0)return o;if((o=r[i])!==void 0)return a(i,o),o},set(i,o){i in n?n[i]=o:a(i,o)}}},Dg="!",qv=":",C5=[],Gv=(t,e,n,r,a)=>({modifiers:t,hasImportantModifier:e,baseClassName:n,maybePostfixModifierPosition:r,isExternal:a}),E5=t=>{const{prefix:e,experimentalParseClassName:n}=t;let r=a=>{const i=[];let o=0,c=0,u=0,h;const f=a.length;for(let w=0;wu?h-u:void 0;return Gv(i,y,g,N)};if(e){const a=e+qv,i=r;r=o=>o.startsWith(a)?i(o.slice(a.length)):Gv(C5,!1,o,void 0,!0)}if(n){const a=r;r=i=>n({className:i,parseClassName:a})}return r},T5=t=>{const e=new Map;return t.orderSensitiveModifiers.forEach((n,r)=>{e.set(n,1e6+r)}),n=>{const r=[];let a=[];for(let i=0;i0&&(a.sort(),r.push(...a),a=[]),r.push(o)):a.push(o)}return a.length>0&&(a.sort(),r.push(...a)),r}},M5=t=>({cache:S5(t.cacheSize),parseClassName:E5(t),sortModifiers:T5(t),...g5(t)}),A5=/\s+/,I5=(t,e)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:a,sortModifiers:i}=e,o=[],c=t.trim().split(A5);let u="";for(let h=c.length-1;h>=0;h-=1){const f=c[h],{isExternal:m,modifiers:g,hasImportantModifier:y,baseClassName:N,maybePostfixModifierPosition:w}=n(f);if(m){u=f+(u.length>0?" "+u:u);continue}let v=!!w,k=r(v?N.substring(0,w):N);if(!k){if(!v){u=f+(u.length>0?" "+u:u);continue}if(k=r(N),!k){u=f+(u.length>0?" "+u:u);continue}v=!1}const C=g.length===0?"":g.length===1?g[0]:i(g).join(":"),E=y?C+Dg:C,T=E+k;if(o.indexOf(T)>-1)continue;o.push(T);const R=a(k,v);for(let D=0;D0?" "+u:u)}return u},R5=(...t)=>{let e=0,n,r,a="";for(;e{if(typeof t=="string")return t;let e,n="";for(let r=0;r{let n,r,a,i;const o=u=>{const h=e.reduce((f,m)=>m(f),t());return n=M5(h),r=n.cache.get,a=n.cache.set,i=c,c(u)},c=u=>{const h=r(u);if(h)return h;const f=I5(u,n);return a(u,f),f};return i=o,(...u)=>i(R5(...u))},O5=[],Tn=t=>{const e=n=>n[t]||O5;return e.isThemeGetter=!0,e},fj=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,pj=/^\((?:(\w[\w-]*):)?(.+)\)$/i,D5=/^\d+\/\d+$/,L5=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,_5=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,z5=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,F5=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,$5=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,nl=t=>D5.test(t),dt=t=>!!t&&!Number.isNaN(Number(t)),Ya=t=>!!t&&Number.isInteger(Number(t)),Mm=t=>t.endsWith("%")&&dt(t.slice(0,-1)),ha=t=>L5.test(t),B5=()=>!0,V5=t=>_5.test(t)&&!z5.test(t),mj=()=>!1,H5=t=>F5.test(t),W5=t=>$5.test(t),U5=t=>!_e(t)&&!ze(t),K5=t=>Ol(t,yj,mj),_e=t=>fj.test(t),Zi=t=>Ol(t,bj,V5),Am=t=>Ol(t,Q5,dt),Jv=t=>Ol(t,gj,mj),q5=t=>Ol(t,xj,W5),Cu=t=>Ol(t,vj,H5),ze=t=>pj.test(t),Sc=t=>Dl(t,bj),G5=t=>Dl(t,X5),Yv=t=>Dl(t,gj),J5=t=>Dl(t,yj),Y5=t=>Dl(t,xj),Eu=t=>Dl(t,vj,!0),Ol=(t,e,n)=>{const r=fj.exec(t);return r?r[1]?e(r[1]):n(r[2]):!1},Dl=(t,e,n=!1)=>{const r=pj.exec(t);return r?r[1]?e(r[1]):n:!1},gj=t=>t==="position"||t==="percentage",xj=t=>t==="image"||t==="url",yj=t=>t==="length"||t==="size"||t==="bg-size",bj=t=>t==="length",Q5=t=>t==="number",X5=t=>t==="family-name",vj=t=>t==="shadow",Z5=()=>{const t=Tn("color"),e=Tn("font"),n=Tn("text"),r=Tn("font-weight"),a=Tn("tracking"),i=Tn("leading"),o=Tn("breakpoint"),c=Tn("container"),u=Tn("spacing"),h=Tn("radius"),f=Tn("shadow"),m=Tn("inset-shadow"),g=Tn("text-shadow"),y=Tn("drop-shadow"),N=Tn("blur"),w=Tn("perspective"),v=Tn("aspect"),k=Tn("ease"),C=Tn("animate"),E=()=>["auto","avoid","all","avoid-page","page","left","right","column"],T=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],R=()=>[...T(),ze,_e],D=()=>["auto","hidden","clip","visible","scroll"],_=()=>["auto","contain","none"],P=()=>[ze,_e,u],L=()=>[nl,"full","auto",...P()],F=()=>[Ya,"none","subgrid",ze,_e],X=()=>["auto",{span:["full",Ya,ze,_e]},Ya,ze,_e],te=()=>[Ya,"auto",ze,_e],ue=()=>["auto","min","max","fr",ze,_e],ae=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],I=()=>["start","end","center","stretch","center-safe","end-safe"],O=()=>["auto",...P()],G=()=>[nl,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...P()],z=()=>[t,ze,_e],re=()=>[...T(),Yv,Jv,{position:[ze,_e]}],K=()=>["no-repeat",{repeat:["","x","y","space","round"]}],$=()=>["auto","cover","contain",J5,K5,{size:[ze,_e]}],H=()=>[Mm,Sc,Zi],oe=()=>["","none","full",h,ze,_e],q=()=>["",dt,Sc,Zi],me=()=>["solid","dashed","dotted","double"],Z=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ce=()=>[dt,Mm,Yv,Jv],he=()=>["","none",N,ze,_e],ve=()=>["none",dt,ze,_e],Ae=()=>["none",dt,ze,_e],Be=()=>[dt,ze,_e],$e=()=>[nl,"full",...P()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ha],breakpoint:[ha],color:[B5],container:[ha],"drop-shadow":[ha],ease:["in","out","in-out"],font:[U5],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ha],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ha],shadow:[ha],spacing:["px",dt],text:[ha],"text-shadow":[ha],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",nl,_e,ze,v]}],container:["container"],columns:[{columns:[dt,_e,ze,c]}],"break-after":[{"break-after":E()}],"break-before":[{"break-before":E()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:R()}],overflow:[{overflow:D()}],"overflow-x":[{"overflow-x":D()}],"overflow-y":[{"overflow-y":D()}],overscroll:[{overscroll:_()}],"overscroll-x":[{"overscroll-x":_()}],"overscroll-y":[{"overscroll-y":_()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:L()}],"inset-x":[{"inset-x":L()}],"inset-y":[{"inset-y":L()}],start:[{start:L()}],end:[{end:L()}],top:[{top:L()}],right:[{right:L()}],bottom:[{bottom:L()}],left:[{left:L()}],visibility:["visible","invisible","collapse"],z:[{z:[Ya,"auto",ze,_e]}],basis:[{basis:[nl,"full","auto",c,...P()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[dt,nl,"auto","initial","none",_e]}],grow:[{grow:["",dt,ze,_e]}],shrink:[{shrink:["",dt,ze,_e]}],order:[{order:[Ya,"first","last","none",ze,_e]}],"grid-cols":[{"grid-cols":F()}],"col-start-end":[{col:X()}],"col-start":[{"col-start":te()}],"col-end":[{"col-end":te()}],"grid-rows":[{"grid-rows":F()}],"row-start-end":[{row:X()}],"row-start":[{"row-start":te()}],"row-end":[{"row-end":te()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":ue()}],"auto-rows":[{"auto-rows":ue()}],gap:[{gap:P()}],"gap-x":[{"gap-x":P()}],"gap-y":[{"gap-y":P()}],"justify-content":[{justify:[...ae(),"normal"]}],"justify-items":[{"justify-items":[...I(),"normal"]}],"justify-self":[{"justify-self":["auto",...I()]}],"align-content":[{content:["normal",...ae()]}],"align-items":[{items:[...I(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...I(),{baseline:["","last"]}]}],"place-content":[{"place-content":ae()}],"place-items":[{"place-items":[...I(),"baseline"]}],"place-self":[{"place-self":["auto",...I()]}],p:[{p:P()}],px:[{px:P()}],py:[{py:P()}],ps:[{ps:P()}],pe:[{pe:P()}],pt:[{pt:P()}],pr:[{pr:P()}],pb:[{pb:P()}],pl:[{pl:P()}],m:[{m:O()}],mx:[{mx:O()}],my:[{my:O()}],ms:[{ms:O()}],me:[{me:O()}],mt:[{mt:O()}],mr:[{mr:O()}],mb:[{mb:O()}],ml:[{ml:O()}],"space-x":[{"space-x":P()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":P()}],"space-y-reverse":["space-y-reverse"],size:[{size:G()}],w:[{w:[c,"screen",...G()]}],"min-w":[{"min-w":[c,"screen","none",...G()]}],"max-w":[{"max-w":[c,"screen","none","prose",{screen:[o]},...G()]}],h:[{h:["screen","lh",...G()]}],"min-h":[{"min-h":["screen","lh","none",...G()]}],"max-h":[{"max-h":["screen","lh",...G()]}],"font-size":[{text:["base",n,Sc,Zi]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,ze,Am]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Mm,_e]}],"font-family":[{font:[G5,_e,e]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[a,ze,_e]}],"line-clamp":[{"line-clamp":[dt,"none",ze,Am]}],leading:[{leading:[i,...P()]}],"list-image":[{"list-image":["none",ze,_e]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",ze,_e]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:z()}],"text-color":[{text:z()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...me(),"wavy"]}],"text-decoration-thickness":[{decoration:[dt,"from-font","auto",ze,Zi]}],"text-decoration-color":[{decoration:z()}],"underline-offset":[{"underline-offset":[dt,"auto",ze,_e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:P()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",ze,_e]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",ze,_e]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:re()}],"bg-repeat":[{bg:K()}],"bg-size":[{bg:$()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Ya,ze,_e],radial:["",ze,_e],conic:[Ya,ze,_e]},Y5,q5]}],"bg-color":[{bg:z()}],"gradient-from-pos":[{from:H()}],"gradient-via-pos":[{via:H()}],"gradient-to-pos":[{to:H()}],"gradient-from":[{from:z()}],"gradient-via":[{via:z()}],"gradient-to":[{to:z()}],rounded:[{rounded:oe()}],"rounded-s":[{"rounded-s":oe()}],"rounded-e":[{"rounded-e":oe()}],"rounded-t":[{"rounded-t":oe()}],"rounded-r":[{"rounded-r":oe()}],"rounded-b":[{"rounded-b":oe()}],"rounded-l":[{"rounded-l":oe()}],"rounded-ss":[{"rounded-ss":oe()}],"rounded-se":[{"rounded-se":oe()}],"rounded-ee":[{"rounded-ee":oe()}],"rounded-es":[{"rounded-es":oe()}],"rounded-tl":[{"rounded-tl":oe()}],"rounded-tr":[{"rounded-tr":oe()}],"rounded-br":[{"rounded-br":oe()}],"rounded-bl":[{"rounded-bl":oe()}],"border-w":[{border:q()}],"border-w-x":[{"border-x":q()}],"border-w-y":[{"border-y":q()}],"border-w-s":[{"border-s":q()}],"border-w-e":[{"border-e":q()}],"border-w-t":[{"border-t":q()}],"border-w-r":[{"border-r":q()}],"border-w-b":[{"border-b":q()}],"border-w-l":[{"border-l":q()}],"divide-x":[{"divide-x":q()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":q()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...me(),"hidden","none"]}],"divide-style":[{divide:[...me(),"hidden","none"]}],"border-color":[{border:z()}],"border-color-x":[{"border-x":z()}],"border-color-y":[{"border-y":z()}],"border-color-s":[{"border-s":z()}],"border-color-e":[{"border-e":z()}],"border-color-t":[{"border-t":z()}],"border-color-r":[{"border-r":z()}],"border-color-b":[{"border-b":z()}],"border-color-l":[{"border-l":z()}],"divide-color":[{divide:z()}],"outline-style":[{outline:[...me(),"none","hidden"]}],"outline-offset":[{"outline-offset":[dt,ze,_e]}],"outline-w":[{outline:["",dt,Sc,Zi]}],"outline-color":[{outline:z()}],shadow:[{shadow:["","none",f,Eu,Cu]}],"shadow-color":[{shadow:z()}],"inset-shadow":[{"inset-shadow":["none",m,Eu,Cu]}],"inset-shadow-color":[{"inset-shadow":z()}],"ring-w":[{ring:q()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:z()}],"ring-offset-w":[{"ring-offset":[dt,Zi]}],"ring-offset-color":[{"ring-offset":z()}],"inset-ring-w":[{"inset-ring":q()}],"inset-ring-color":[{"inset-ring":z()}],"text-shadow":[{"text-shadow":["none",g,Eu,Cu]}],"text-shadow-color":[{"text-shadow":z()}],opacity:[{opacity:[dt,ze,_e]}],"mix-blend":[{"mix-blend":[...Z(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":Z()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[dt]}],"mask-image-linear-from-pos":[{"mask-linear-from":ce()}],"mask-image-linear-to-pos":[{"mask-linear-to":ce()}],"mask-image-linear-from-color":[{"mask-linear-from":z()}],"mask-image-linear-to-color":[{"mask-linear-to":z()}],"mask-image-t-from-pos":[{"mask-t-from":ce()}],"mask-image-t-to-pos":[{"mask-t-to":ce()}],"mask-image-t-from-color":[{"mask-t-from":z()}],"mask-image-t-to-color":[{"mask-t-to":z()}],"mask-image-r-from-pos":[{"mask-r-from":ce()}],"mask-image-r-to-pos":[{"mask-r-to":ce()}],"mask-image-r-from-color":[{"mask-r-from":z()}],"mask-image-r-to-color":[{"mask-r-to":z()}],"mask-image-b-from-pos":[{"mask-b-from":ce()}],"mask-image-b-to-pos":[{"mask-b-to":ce()}],"mask-image-b-from-color":[{"mask-b-from":z()}],"mask-image-b-to-color":[{"mask-b-to":z()}],"mask-image-l-from-pos":[{"mask-l-from":ce()}],"mask-image-l-to-pos":[{"mask-l-to":ce()}],"mask-image-l-from-color":[{"mask-l-from":z()}],"mask-image-l-to-color":[{"mask-l-to":z()}],"mask-image-x-from-pos":[{"mask-x-from":ce()}],"mask-image-x-to-pos":[{"mask-x-to":ce()}],"mask-image-x-from-color":[{"mask-x-from":z()}],"mask-image-x-to-color":[{"mask-x-to":z()}],"mask-image-y-from-pos":[{"mask-y-from":ce()}],"mask-image-y-to-pos":[{"mask-y-to":ce()}],"mask-image-y-from-color":[{"mask-y-from":z()}],"mask-image-y-to-color":[{"mask-y-to":z()}],"mask-image-radial":[{"mask-radial":[ze,_e]}],"mask-image-radial-from-pos":[{"mask-radial-from":ce()}],"mask-image-radial-to-pos":[{"mask-radial-to":ce()}],"mask-image-radial-from-color":[{"mask-radial-from":z()}],"mask-image-radial-to-color":[{"mask-radial-to":z()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":T()}],"mask-image-conic-pos":[{"mask-conic":[dt]}],"mask-image-conic-from-pos":[{"mask-conic-from":ce()}],"mask-image-conic-to-pos":[{"mask-conic-to":ce()}],"mask-image-conic-from-color":[{"mask-conic-from":z()}],"mask-image-conic-to-color":[{"mask-conic-to":z()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:re()}],"mask-repeat":[{mask:K()}],"mask-size":[{mask:$()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",ze,_e]}],filter:[{filter:["","none",ze,_e]}],blur:[{blur:he()}],brightness:[{brightness:[dt,ze,_e]}],contrast:[{contrast:[dt,ze,_e]}],"drop-shadow":[{"drop-shadow":["","none",y,Eu,Cu]}],"drop-shadow-color":[{"drop-shadow":z()}],grayscale:[{grayscale:["",dt,ze,_e]}],"hue-rotate":[{"hue-rotate":[dt,ze,_e]}],invert:[{invert:["",dt,ze,_e]}],saturate:[{saturate:[dt,ze,_e]}],sepia:[{sepia:["",dt,ze,_e]}],"backdrop-filter":[{"backdrop-filter":["","none",ze,_e]}],"backdrop-blur":[{"backdrop-blur":he()}],"backdrop-brightness":[{"backdrop-brightness":[dt,ze,_e]}],"backdrop-contrast":[{"backdrop-contrast":[dt,ze,_e]}],"backdrop-grayscale":[{"backdrop-grayscale":["",dt,ze,_e]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[dt,ze,_e]}],"backdrop-invert":[{"backdrop-invert":["",dt,ze,_e]}],"backdrop-opacity":[{"backdrop-opacity":[dt,ze,_e]}],"backdrop-saturate":[{"backdrop-saturate":[dt,ze,_e]}],"backdrop-sepia":[{"backdrop-sepia":["",dt,ze,_e]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":P()}],"border-spacing-x":[{"border-spacing-x":P()}],"border-spacing-y":[{"border-spacing-y":P()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",ze,_e]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[dt,"initial",ze,_e]}],ease:[{ease:["linear","initial",k,ze,_e]}],delay:[{delay:[dt,ze,_e]}],animate:[{animate:["none",C,ze,_e]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,ze,_e]}],"perspective-origin":[{"perspective-origin":R()}],rotate:[{rotate:ve()}],"rotate-x":[{"rotate-x":ve()}],"rotate-y":[{"rotate-y":ve()}],"rotate-z":[{"rotate-z":ve()}],scale:[{scale:Ae()}],"scale-x":[{"scale-x":Ae()}],"scale-y":[{"scale-y":Ae()}],"scale-z":[{"scale-z":Ae()}],"scale-3d":["scale-3d"],skew:[{skew:Be()}],"skew-x":[{"skew-x":Be()}],"skew-y":[{"skew-y":Be()}],transform:[{transform:[ze,_e,"","none","gpu","cpu"]}],"transform-origin":[{origin:R()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:$e()}],"translate-x":[{"translate-x":$e()}],"translate-y":[{"translate-y":$e()}],"translate-z":[{"translate-z":$e()}],"translate-none":["translate-none"],accent:[{accent:z()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:z()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",ze,_e]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":P()}],"scroll-mx":[{"scroll-mx":P()}],"scroll-my":[{"scroll-my":P()}],"scroll-ms":[{"scroll-ms":P()}],"scroll-me":[{"scroll-me":P()}],"scroll-mt":[{"scroll-mt":P()}],"scroll-mr":[{"scroll-mr":P()}],"scroll-mb":[{"scroll-mb":P()}],"scroll-ml":[{"scroll-ml":P()}],"scroll-p":[{"scroll-p":P()}],"scroll-px":[{"scroll-px":P()}],"scroll-py":[{"scroll-py":P()}],"scroll-ps":[{"scroll-ps":P()}],"scroll-pe":[{"scroll-pe":P()}],"scroll-pt":[{"scroll-pt":P()}],"scroll-pr":[{"scroll-pr":P()}],"scroll-pb":[{"scroll-pb":P()}],"scroll-pl":[{"scroll-pl":P()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",ze,_e]}],fill:[{fill:["none",...z()]}],"stroke-w":[{stroke:[dt,Sc,Zi,Am]}],stroke:[{stroke:["none",...z()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},eI=P5(Z5);function Ct(...t){return eI(oj(t))}const tI=lj("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function ee({className:t,variant:e,size:n,asChild:r=!1,...a}){const i=r?aj:"button";return s.jsx(i,{"data-slot":"button",className:Ct(tI({variant:e,size:n,className:t})),...a})}function ne({className:t,type:e,...n}){return s.jsx("input",{type:e,"data-slot":"input",className:Ct("h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-xs outline-none placeholder:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 md:text-sm focus-visible:ring-2 focus-visible:ring-ring",t),...n})}function nI(){const t=Ci(),[e,n]=b.useState(""),[r,a]=b.useState(""),[i,o]=b.useState(""),[c,u]=b.useState(!1),h=async()=>{o(""),u(!0);try{const f=await wt("/api/admin",{username:e.trim(),password:r});if((f==null?void 0:f.success)!==!1&&(f!=null&&f.token)){ZA(f.token),t("/dashboard",{replace:!0});return}o(f.error||"用户名或密码错误")}catch(f){const m=f;o(m.status===401?"用户名或密码错误":(m==null?void 0:m.message)||"网络错误,请重试")}finally{u(!1)}};return s.jsxs("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-4",children:[s.jsxs("div",{className:"absolute inset-0 overflow-hidden",children:[s.jsx("div",{className:"absolute top-1/4 left-1/4 w-96 h-96 bg-[#38bdac]/5 rounded-full blur-3xl"}),s.jsx("div",{className:"absolute bottom-1/4 right-1/4 w-96 h-96 bg-blue-500/5 rounded-full blur-3xl"})]}),s.jsxs("div",{className:"w-full max-w-md relative z-10",children:[s.jsxs("div",{className:"text-center mb-8",children:[s.jsx("div",{className:"w-16 h-16 bg-[#38bdac]/20 rounded-2xl flex items-center justify-center mx-auto mb-4 border border-[#38bdac]/30",children:s.jsx($x,{className:"w-8 h-8 text-[#38bdac]"})}),s.jsx("h1",{className:"text-2xl font-bold text-white mb-2",children:"管理后台"}),s.jsx("p",{className:"text-gray-400",children:"一场SOUL的创业实验场"})]}),s.jsxs("div",{className:"bg-[#0f2137] rounded-2xl p-8 shadow-xl border border-gray-700/50 backdrop-blur-xl",children:[s.jsx("h2",{className:"text-xl font-semibold text-white mb-6 text-center",children:"管理员登录"}),s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{children:[s.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"用户名"}),s.jsxs("div",{className:"relative",children:[s.jsx(lo,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),s.jsx(ne,{type:"text",value:e,onChange:f=>n(f.target.value),placeholder:"请输入用户名",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]"})]})]}),s.jsxs("div",{children:[s.jsx("label",{className:"block text-gray-400 text-sm mb-2",children:"密码"}),s.jsxs("div",{className:"relative",children:[s.jsx(QM,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-5 h-5 text-gray-500"}),s.jsx(ne,{type:"password",value:r,onChange:f=>a(f.target.value),placeholder:"请输入密码",className:"pl-10 bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 focus:border-[#38bdac]",onKeyDown:f=>f.key==="Enter"&&h()})]})]}),i&&s.jsx("div",{className:"bg-red-500/10 text-red-400 text-sm p-3 rounded-lg border border-red-500/20",children:i}),s.jsx(ee,{onClick:h,disabled:c,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white py-5 disabled:opacity-50",children:c?"登录中...":"登录"})]})]}),s.jsx("p",{className:"text-center text-gray-500 text-xs mt-6",children:"Soul创业实验场 · 后台管理系统"})]})]})}const Ce=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ct("rounded-xl border bg-card text-card-foreground shadow",t),...e}));Ce.displayName="Card";const Je=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ct("flex flex-col space-y-1.5 p-6",t),...e}));Je.displayName="CardHeader";const Ye=b.forwardRef(({className:t,...e},n)=>s.jsx("h3",{ref:n,className:Ct("font-semibold leading-none tracking-tight",t),...e}));Ye.displayName="CardTitle";const Ft=b.forwardRef(({className:t,...e},n)=>s.jsx("p",{ref:n,className:Ct("text-sm text-muted-foreground",t),...e}));Ft.displayName="CardDescription";const Ee=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ct("p-6 pt-0",t),...e}));Ee.displayName="CardContent";const rI=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{ref:n,className:Ct("flex items-center p-6 pt-0",t),...e}));rI.displayName="CardFooter";const sI={success:{bg:"#f0fdf4",border:"#22c55e",icon:"✓"},error:{bg:"#fef2f2",border:"#ef4444",icon:"✕"},info:{bg:"#eff6ff",border:"#3b82f6",icon:"ℹ"}};function Im(t,e="info",n=3e3){const r=`toast-${Date.now()}`,a=sI[e],i=document.createElement("div");i.id=r,i.setAttribute("role","alert"),Object.assign(i.style,{position:"fixed",top:"24px",right:"24px",zIndex:"9999",display:"flex",alignItems:"center",gap:"10px",padding:"12px 18px",borderRadius:"10px",background:a.bg,border:`1.5px solid ${a.border}`,boxShadow:"0 4px 20px rgba(0,0,0,.12)",fontSize:"14px",color:"#1a1a1a",fontWeight:"500",maxWidth:"380px",lineHeight:"1.5",opacity:"0",transform:"translateY(-8px)",transition:"opacity .22s ease, transform .22s ease",pointerEvents:"none"});const o=document.createElement("span");Object.assign(o.style,{width:"20px",height:"20px",borderRadius:"50%",background:a.border,color:"#fff",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"12px",fontWeight:"700",flexShrink:"0"}),o.textContent=a.icon;const c=document.createElement("span");c.textContent=t,i.appendChild(o),i.appendChild(c),document.body.appendChild(i),requestAnimationFrame(()=>{i.style.opacity="1",i.style.transform="translateY(0)"});const u=setTimeout(()=>h(r),n);function h(f){clearTimeout(u);const m=document.getElementById(f);m&&(m.style.opacity="0",m.style.transform="translateY(-8px)",setTimeout(()=>{var g;return(g=m.parentNode)==null?void 0:g.removeChild(m)},250))}}const ie={success:(t,e)=>Im(t,"success",e),error:(t,e)=>Im(t,"error",e),info:(t,e)=>Im(t,"info",e)};function ot(t,e,{checkForDefaultPrevented:n=!0}={}){return function(a){if(t==null||t(a),n===!1||!a.defaultPrevented)return e==null?void 0:e(a)}}function aI(t,e){const n=b.createContext(e),r=i=>{const{children:o,...c}=i,u=b.useMemo(()=>c,Object.values(c));return s.jsx(n.Provider,{value:u,children:o})};r.displayName=t+"Provider";function a(i){const o=b.useContext(n);if(o)return o;if(e!==void 0)return e;throw new Error(`\`${i}\` must be used within \`${t}\``)}return[r,a]}function Ei(t,e=[]){let n=[];function r(i,o){const c=b.createContext(o),u=n.length;n=[...n,o];const h=m=>{var k;const{scope:g,children:y,...N}=m,w=((k=g==null?void 0:g[t])==null?void 0:k[u])||c,v=b.useMemo(()=>N,Object.values(N));return s.jsx(w.Provider,{value:v,children:y})};h.displayName=i+"Provider";function f(m,g){var w;const y=((w=g==null?void 0:g[t])==null?void 0:w[u])||c,N=b.useContext(y);if(N)return N;if(o!==void 0)return o;throw new Error(`\`${m}\` must be used within \`${i}\``)}return[h,f]}const a=()=>{const i=n.map(o=>b.createContext(o));return function(c){const u=(c==null?void 0:c[t])||i;return b.useMemo(()=>({[`__scope${t}`]:{...c,[t]:u}}),[c,u])}};return a.scopeName=t,[r,iI(a,...e)]}function iI(...t){const e=t[0];if(t.length===1)return e;const n=()=>{const r=t.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(i){const o=r.reduce((c,{useScope:u,scopeName:h})=>{const m=u(i)[`__scope${h}`];return{...c,...m}},{});return b.useMemo(()=>({[`__scope${e.scopeName}`]:o}),[o])}};return n.scopeName=e.scopeName,n}var or=globalThis!=null&&globalThis.document?b.useLayoutEffect:()=>{},oI=df[" useId ".trim().toString()]||(()=>{}),lI=0;function fi(t){const[e,n]=b.useState(oI());return or(()=>{n(r=>r??String(lI++))},[t]),e?`radix-${e}`:""}var cI=df[" useInsertionEffect ".trim().toString()]||or;function go({prop:t,defaultProp:e,onChange:n=()=>{},caller:r}){const[a,i,o]=dI({defaultProp:e,onChange:n}),c=t!==void 0,u=c?t:a;{const f=b.useRef(t!==void 0);b.useEffect(()=>{const m=f.current;m!==c&&console.warn(`${r} is changing from ${m?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),f.current=c},[c,r])}const h=b.useCallback(f=>{var m;if(c){const g=uI(f)?f(t):f;g!==t&&((m=o.current)==null||m.call(o,g))}else i(f)},[c,t,i,o]);return[u,h]}function dI({defaultProp:t,onChange:e}){const[n,r]=b.useState(t),a=b.useRef(n),i=b.useRef(e);return cI(()=>{i.current=e},[e]),b.useEffect(()=>{var o;a.current!==n&&((o=i.current)==null||o.call(i,n),a.current=n)},[n,a]),[n,r,i]}function uI(t){return typeof t=="function"}function Zc(t){const e=hI(t),n=b.forwardRef((r,a)=>{const{children:i,...o}=r,c=b.Children.toArray(i),u=c.find(pI);if(u){const h=u.props.children,f=c.map(m=>m===u?b.Children.count(h)>1?b.Children.only(null):b.isValidElement(h)?h.props.children:null:m);return s.jsx(e,{...o,ref:a,children:b.isValidElement(h)?b.cloneElement(h,void 0,f):null})}return s.jsx(e,{...o,ref:a,children:i})});return n.displayName=`${t}.Slot`,n}function hI(t){const e=b.forwardRef((n,r)=>{const{children:a,...i}=n;if(b.isValidElement(a)){const o=gI(a),c=mI(i,a.props);return a.type!==b.Fragment&&(c.ref=r?Vx(r,o):o),b.cloneElement(a,c)}return b.Children.count(a)>1?b.Children.only(null):null});return e.displayName=`${t}.SlotClone`,e}var fI=Symbol("radix.slottable");function pI(t){return b.isValidElement(t)&&typeof t.type=="function"&&"__radixId"in t.type&&t.type.__radixId===fI}function mI(t,e){const n={...e};for(const r in e){const a=t[r],i=e[r];/^on[A-Z]/.test(r)?a&&i?n[r]=(...c)=>{const u=i(...c);return a(...c),u}:a&&(n[r]=a):r==="style"?n[r]={...a,...i}:r==="className"&&(n[r]=[a,i].filter(Boolean).join(" "))}return{...t,...n}}function gI(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var xI=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],ut=xI.reduce((t,e)=>{const n=Zc(`Primitive.${e}`),r=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...c,ref:i})});return r.displayName=`Primitive.${e}`,{...t,[e]:r}},{});function yI(t,e){t&&pd.flushSync(()=>t.dispatchEvent(e))}function bi(t){const e=b.useRef(t);return b.useEffect(()=>{e.current=t}),b.useMemo(()=>(...n)=>{var r;return(r=e.current)==null?void 0:r.call(e,...n)},[])}function bI(t,e=globalThis==null?void 0:globalThis.document){const n=bi(t);b.useEffect(()=>{const r=a=>{a.key==="Escape"&&n(a)};return e.addEventListener("keydown",r,{capture:!0}),()=>e.removeEventListener("keydown",r,{capture:!0})},[n,e])}var vI="DismissableLayer",Lg="dismissableLayer.update",NI="dismissableLayer.pointerDownOutside",wI="dismissableLayer.focusOutside",Qv,Nj=b.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Wx=b.forwardRef((t,e)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:o,onDismiss:c,...u}=t,h=b.useContext(Nj),[f,m]=b.useState(null),g=(f==null?void 0:f.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=b.useState({}),N=St(e,_=>m(_)),w=Array.from(h.layers),[v]=[...h.layersWithOutsidePointerEventsDisabled].slice(-1),k=w.indexOf(v),C=f?w.indexOf(f):-1,E=h.layersWithOutsidePointerEventsDisabled.size>0,T=C>=k,R=SI(_=>{const P=_.target,L=[...h.branches].some(F=>F.contains(P));!T||L||(a==null||a(_),o==null||o(_),_.defaultPrevented||c==null||c())},g),D=CI(_=>{const P=_.target;[...h.branches].some(F=>F.contains(P))||(i==null||i(_),o==null||o(_),_.defaultPrevented||c==null||c())},g);return bI(_=>{C===h.layers.size-1&&(r==null||r(_),!_.defaultPrevented&&c&&(_.preventDefault(),c()))},g),b.useEffect(()=>{if(f)return n&&(h.layersWithOutsidePointerEventsDisabled.size===0&&(Qv=g.body.style.pointerEvents,g.body.style.pointerEvents="none"),h.layersWithOutsidePointerEventsDisabled.add(f)),h.layers.add(f),Xv(),()=>{n&&h.layersWithOutsidePointerEventsDisabled.size===1&&(g.body.style.pointerEvents=Qv)}},[f,g,n,h]),b.useEffect(()=>()=>{f&&(h.layers.delete(f),h.layersWithOutsidePointerEventsDisabled.delete(f),Xv())},[f,h]),b.useEffect(()=>{const _=()=>y({});return document.addEventListener(Lg,_),()=>document.removeEventListener(Lg,_)},[]),s.jsx(ut.div,{...u,ref:N,style:{pointerEvents:E?T?"auto":"none":void 0,...t.style},onFocusCapture:ot(t.onFocusCapture,D.onFocusCapture),onBlurCapture:ot(t.onBlurCapture,D.onBlurCapture),onPointerDownCapture:ot(t.onPointerDownCapture,R.onPointerDownCapture)})});Wx.displayName=vI;var jI="DismissableLayerBranch",kI=b.forwardRef((t,e)=>{const n=b.useContext(Nj),r=b.useRef(null),a=St(e,r);return b.useEffect(()=>{const i=r.current;if(i)return n.branches.add(i),()=>{n.branches.delete(i)}},[n.branches]),s.jsx(ut.div,{...t,ref:a})});kI.displayName=jI;function SI(t,e=globalThis==null?void 0:globalThis.document){const n=bi(t),r=b.useRef(!1),a=b.useRef(()=>{});return b.useEffect(()=>{const i=c=>{if(c.target&&!r.current){let u=function(){wj(NI,n,h,{discrete:!0})};const h={originalEvent:c};c.pointerType==="touch"?(e.removeEventListener("click",a.current),a.current=u,e.addEventListener("click",a.current,{once:!0})):u()}else e.removeEventListener("click",a.current);r.current=!1},o=window.setTimeout(()=>{e.addEventListener("pointerdown",i)},0);return()=>{window.clearTimeout(o),e.removeEventListener("pointerdown",i),e.removeEventListener("click",a.current)}},[e,n]),{onPointerDownCapture:()=>r.current=!0}}function CI(t,e=globalThis==null?void 0:globalThis.document){const n=bi(t),r=b.useRef(!1);return b.useEffect(()=>{const a=i=>{i.target&&!r.current&&wj(wI,n,{originalEvent:i},{discrete:!1})};return e.addEventListener("focusin",a),()=>e.removeEventListener("focusin",a)},[e,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function Xv(){const t=new CustomEvent(Lg);document.dispatchEvent(t)}function wj(t,e,n,{discrete:r}){const a=n.originalEvent.target,i=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:n});e&&a.addEventListener(t,e,{once:!0}),r?yI(a,i):a.dispatchEvent(i)}var Rm="focusScope.autoFocusOnMount",Pm="focusScope.autoFocusOnUnmount",Zv={bubbles:!1,cancelable:!0},EI="FocusScope",Ux=b.forwardRef((t,e)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:a,onUnmountAutoFocus:i,...o}=t,[c,u]=b.useState(null),h=bi(a),f=bi(i),m=b.useRef(null),g=St(e,w=>u(w)),y=b.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;b.useEffect(()=>{if(r){let w=function(E){if(y.paused||!c)return;const T=E.target;c.contains(T)?m.current=T:Za(m.current,{select:!0})},v=function(E){if(y.paused||!c)return;const T=E.relatedTarget;T!==null&&(c.contains(T)||Za(m.current,{select:!0}))},k=function(E){if(document.activeElement===document.body)for(const R of E)R.removedNodes.length>0&&Za(c)};document.addEventListener("focusin",w),document.addEventListener("focusout",v);const C=new MutationObserver(k);return c&&C.observe(c,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",v),C.disconnect()}}},[r,c,y.paused]),b.useEffect(()=>{if(c){t1.add(y);const w=document.activeElement;if(!c.contains(w)){const k=new CustomEvent(Rm,Zv);c.addEventListener(Rm,h),c.dispatchEvent(k),k.defaultPrevented||(TI(PI(jj(c)),{select:!0}),document.activeElement===w&&Za(c))}return()=>{c.removeEventListener(Rm,h),setTimeout(()=>{const k=new CustomEvent(Pm,Zv);c.addEventListener(Pm,f),c.dispatchEvent(k),k.defaultPrevented||Za(w??document.body,{select:!0}),c.removeEventListener(Pm,f),t1.remove(y)},0)}}},[c,h,f,y]);const N=b.useCallback(w=>{if(!n&&!r||y.paused)return;const v=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,k=document.activeElement;if(v&&k){const C=w.currentTarget,[E,T]=MI(C);E&&T?!w.shiftKey&&k===T?(w.preventDefault(),n&&Za(E,{select:!0})):w.shiftKey&&k===E&&(w.preventDefault(),n&&Za(T,{select:!0})):k===C&&w.preventDefault()}},[n,r,y.paused]);return s.jsx(ut.div,{tabIndex:-1,...o,ref:g,onKeyDown:N})});Ux.displayName=EI;function TI(t,{select:e=!1}={}){const n=document.activeElement;for(const r of t)if(Za(r,{select:e}),document.activeElement!==n)return}function MI(t){const e=jj(t),n=e1(e,t),r=e1(e.reverse(),t);return[n,r]}function jj(t){const e=[],n=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const a=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||a?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)e.push(n.currentNode);return e}function e1(t,e){for(const n of t)if(!AI(n,{upTo:e}))return n}function AI(t,{upTo:e}){if(getComputedStyle(t).visibility==="hidden")return!0;for(;t;){if(e!==void 0&&t===e)return!1;if(getComputedStyle(t).display==="none")return!0;t=t.parentElement}return!1}function II(t){return t instanceof HTMLInputElement&&"select"in t}function Za(t,{select:e=!1}={}){if(t&&t.focus){const n=document.activeElement;t.focus({preventScroll:!0}),t!==n&&II(t)&&e&&t.select()}}var t1=RI();function RI(){let t=[];return{add(e){const n=t[0];e!==n&&(n==null||n.pause()),t=n1(t,e),t.unshift(e)},remove(e){var n;t=n1(t,e),(n=t[0])==null||n.resume()}}}function n1(t,e){const n=[...t],r=n.indexOf(e);return r!==-1&&n.splice(r,1),n}function PI(t){return t.filter(e=>e.tagName!=="A")}var OI="Portal",Kx=b.forwardRef((t,e)=>{var c;const{container:n,...r}=t,[a,i]=b.useState(!1);or(()=>i(!0),[]);const o=n||a&&((c=globalThis==null?void 0:globalThis.document)==null?void 0:c.body);return o?Pw.createPortal(s.jsx(ut.div,{...r,ref:e}),o):null});Kx.displayName=OI;function DI(t,e){return b.useReducer((n,r)=>e[n][r]??n,t)}var md=t=>{const{present:e,children:n}=t,r=LI(e),a=typeof n=="function"?n({present:r.isPresent}):b.Children.only(n),i=St(r.ref,_I(a));return typeof n=="function"||r.isPresent?b.cloneElement(a,{ref:i}):null};md.displayName="Presence";function LI(t){const[e,n]=b.useState(),r=b.useRef(null),a=b.useRef(t),i=b.useRef("none"),o=t?"mounted":"unmounted",[c,u]=DI(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return b.useEffect(()=>{const h=Tu(r.current);i.current=c==="mounted"?h:"none"},[c]),or(()=>{const h=r.current,f=a.current;if(f!==t){const g=i.current,y=Tu(h);t?u("MOUNT"):y==="none"||(h==null?void 0:h.display)==="none"?u("UNMOUNT"):u(f&&g!==y?"ANIMATION_OUT":"UNMOUNT"),a.current=t}},[t,u]),or(()=>{if(e){let h;const f=e.ownerDocument.defaultView??window,m=y=>{const w=Tu(r.current).includes(CSS.escape(y.animationName));if(y.target===e&&w&&(u("ANIMATION_END"),!a.current)){const v=e.style.animationFillMode;e.style.animationFillMode="forwards",h=f.setTimeout(()=>{e.style.animationFillMode==="forwards"&&(e.style.animationFillMode=v)})}},g=y=>{y.target===e&&(i.current=Tu(r.current))};return e.addEventListener("animationstart",g),e.addEventListener("animationcancel",m),e.addEventListener("animationend",m),()=>{f.clearTimeout(h),e.removeEventListener("animationstart",g),e.removeEventListener("animationcancel",m),e.removeEventListener("animationend",m)}}else u("ANIMATION_END")},[e,u]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:b.useCallback(h=>{r.current=h?getComputedStyle(h):null,n(h)},[])}}function Tu(t){return(t==null?void 0:t.animationName)||"none"}function _I(t){var r,a;let e=(r=Object.getOwnPropertyDescriptor(t.props,"ref"))==null?void 0:r.get,n=e&&"isReactWarning"in e&&e.isReactWarning;return n?t.ref:(e=(a=Object.getOwnPropertyDescriptor(t,"ref"))==null?void 0:a.get,n=e&&"isReactWarning"in e&&e.isReactWarning,n?t.props.ref:t.props.ref||t.ref)}var Om=0;function kj(){b.useEffect(()=>{const t=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",t[0]??r1()),document.body.insertAdjacentElement("beforeend",t[1]??r1()),Om++,()=>{Om===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),Om--}},[])}function r1(){const t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.outline="none",t.style.opacity="0",t.style.position="fixed",t.style.pointerEvents="none",t}var Vs=function(){return Vs=Object.assign||function(e){for(var n,r=1,a=arguments.length;r"u")return eR;var e=tR(t),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,r-n+e[2]-e[0])}},rR=Tj(),yl="data-scroll-locked",sR=function(t,e,n,r){var a=t.left,i=t.top,o=t.right,c=t.gap;return n===void 0&&(n="margin"),` + .`.concat(FI,` { overflow: hidden `).concat(r,`; padding-right: `).concat(c,"px ").concat(r,`; } - body[`).concat(bl,`] { + body[`).concat(yl,`] { overflow: hidden `).concat(r,`; overscroll-behavior: contain; `).concat([e&&"position: relative ".concat(r,";"),n==="margin"&&` @@ -573,26 +573,26 @@ Error generating stack: `+S.message+` margin-right: 0 `).concat(r,`; } - body[`).concat(bl,`] { - `).concat(FI,": ").concat(c,`px; + body[`).concat(yl,`] { + `).concat($I,": ").concat(c,`px; } -`)},a1=function(){var t=parseInt(document.body.getAttribute(bl)||"0",10);return isFinite(t)?t:0},sR=function(){b.useEffect(function(){return document.body.setAttribute(bl,(a1()+1).toString()),function(){var t=a1()-1;t<=0?document.body.removeAttribute(bl):document.body.setAttribute(bl,t.toString())}},[])},aR=function(t){var e=t.noRelative,n=t.noImportant,r=t.gapMode,a=r===void 0?"margin":r;sR();var i=b.useMemo(function(){return tR(a)},[a]);return b.createElement(nR,{styles:rR(i,!e,a,n?"":"!important")})},_g=!1;if(typeof window<"u")try{var Mu=Object.defineProperty({},"passive",{get:function(){return _g=!0,!0}});window.addEventListener("test",Mu,Mu),window.removeEventListener("test",Mu,Mu)}catch{_g=!1}var sl=_g?{passive:!1}:!1,iR=function(t){return t.tagName==="TEXTAREA"},Tj=function(t,e){if(!(t instanceof Element))return!1;var n=window.getComputedStyle(t);return n[e]!=="hidden"&&!(n.overflowY===n.overflowX&&!iR(t)&&n[e]==="visible")},oR=function(t){return Tj(t,"overflowY")},lR=function(t){return Tj(t,"overflowX")},i1=function(t,e){var n=e.ownerDocument,r=e;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var a=Mj(t,r);if(a){var i=Aj(t,r),o=i[1],c=i[2];if(o>c)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},cR=function(t){var e=t.scrollTop,n=t.scrollHeight,r=t.clientHeight;return[e,n,r]},dR=function(t){var e=t.scrollLeft,n=t.scrollWidth,r=t.clientWidth;return[e,n,r]},Mj=function(t,e){return t==="v"?oR(e):lR(e)},Aj=function(t,e){return t==="v"?cR(e):dR(e)},uR=function(t,e){return t==="h"&&e==="rtl"?-1:1},hR=function(t,e,n,r,a){var i=uR(t,window.getComputedStyle(e).direction),o=i*r,c=n.target,u=e.contains(c),h=!1,f=o>0,m=0,g=0;do{if(!c)break;var y=Aj(t,c),N=y[0],w=y[1],v=y[2],k=w-v-i*N;(N||k)&&Mj(t,c)&&(m+=k,g+=N);var C=c.parentNode;c=C&&C.nodeType===Node.DOCUMENT_FRAGMENT_NODE?C.host:C}while(!u&&c!==document.body||u&&(e.contains(c)||e===c));return(f&&Math.abs(m)<1||!f&&Math.abs(g)<1)&&(h=!0),h},Au=function(t){return"changedTouches"in t?[t.changedTouches[0].clientX,t.changedTouches[0].clientY]:[0,0]},o1=function(t){return[t.deltaX,t.deltaY]},l1=function(t){return t&&"current"in t?t.current:t},fR=function(t,e){return t[0]===e[0]&&t[1]===e[1]},pR=function(t){return` +`)},a1=function(){var t=parseInt(document.body.getAttribute(yl)||"0",10);return isFinite(t)?t:0},aR=function(){b.useEffect(function(){return document.body.setAttribute(yl,(a1()+1).toString()),function(){var t=a1()-1;t<=0?document.body.removeAttribute(yl):document.body.setAttribute(yl,t.toString())}},[])},iR=function(t){var e=t.noRelative,n=t.noImportant,r=t.gapMode,a=r===void 0?"margin":r;aR();var i=b.useMemo(function(){return nR(a)},[a]);return b.createElement(rR,{styles:sR(i,!e,a,n?"":"!important")})},_g=!1;if(typeof window<"u")try{var Mu=Object.defineProperty({},"passive",{get:function(){return _g=!0,!0}});window.addEventListener("test",Mu,Mu),window.removeEventListener("test",Mu,Mu)}catch{_g=!1}var rl=_g?{passive:!1}:!1,oR=function(t){return t.tagName==="TEXTAREA"},Mj=function(t,e){if(!(t instanceof Element))return!1;var n=window.getComputedStyle(t);return n[e]!=="hidden"&&!(n.overflowY===n.overflowX&&!oR(t)&&n[e]==="visible")},lR=function(t){return Mj(t,"overflowY")},cR=function(t){return Mj(t,"overflowX")},i1=function(t,e){var n=e.ownerDocument,r=e;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var a=Aj(t,r);if(a){var i=Ij(t,r),o=i[1],c=i[2];if(o>c)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},dR=function(t){var e=t.scrollTop,n=t.scrollHeight,r=t.clientHeight;return[e,n,r]},uR=function(t){var e=t.scrollLeft,n=t.scrollWidth,r=t.clientWidth;return[e,n,r]},Aj=function(t,e){return t==="v"?lR(e):cR(e)},Ij=function(t,e){return t==="v"?dR(e):uR(e)},hR=function(t,e){return t==="h"&&e==="rtl"?-1:1},fR=function(t,e,n,r,a){var i=hR(t,window.getComputedStyle(e).direction),o=i*r,c=n.target,u=e.contains(c),h=!1,f=o>0,m=0,g=0;do{if(!c)break;var y=Ij(t,c),N=y[0],w=y[1],v=y[2],k=w-v-i*N;(N||k)&&Aj(t,c)&&(m+=k,g+=N);var C=c.parentNode;c=C&&C.nodeType===Node.DOCUMENT_FRAGMENT_NODE?C.host:C}while(!u&&c!==document.body||u&&(e.contains(c)||e===c));return(f&&Math.abs(m)<1||!f&&Math.abs(g)<1)&&(h=!0),h},Au=function(t){return"changedTouches"in t?[t.changedTouches[0].clientX,t.changedTouches[0].clientY]:[0,0]},o1=function(t){return[t.deltaX,t.deltaY]},l1=function(t){return t&&"current"in t?t.current:t},pR=function(t,e){return t[0]===e[0]&&t[1]===e[1]},mR=function(t){return` .block-interactivity-`.concat(t,` {pointer-events: none;} .allow-interactivity-`).concat(t,` {pointer-events: all;} -`)},mR=0,al=[];function gR(t){var e=b.useRef([]),n=b.useRef([0,0]),r=b.useRef(),a=b.useState(mR++)[0],i=b.useState(Ej)[0],o=b.useRef(t);b.useEffect(function(){o.current=t},[t]),b.useEffect(function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(a));var w=_I([t.lockRef.current],(t.shards||[]).map(l1),!0).filter(Boolean);return w.forEach(function(v){return v.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),w.forEach(function(v){return v.classList.remove("allow-interactivity-".concat(a))})}}},[t.inert,t.lockRef.current,t.shards]);var c=b.useCallback(function(w,v){if("touches"in w&&w.touches.length===2||w.type==="wheel"&&w.ctrlKey)return!o.current.allowPinchZoom;var k=Au(w),C=n.current,E="deltaX"in w?w.deltaX:C[0]-k[0],T="deltaY"in w?w.deltaY:C[1]-k[1],R,D=w.target,_=Math.abs(E)>Math.abs(T)?"h":"v";if("touches"in w&&_==="h"&&D.type==="range")return!1;var P=window.getSelection(),L=P&&P.anchorNode,F=L?L===D||L.contains(D):!1;if(F)return!1;var X=i1(_,D);if(!X)return!0;if(X?R=_:(R=_==="v"?"h":"v",X=i1(_,D)),!X)return!1;if(!r.current&&"changedTouches"in w&&(E||T)&&(r.current=R),!R)return!0;var te=r.current||R;return hR(te,v,w,te==="h"?E:T)},[]),u=b.useCallback(function(w){var v=w;if(!(!al.length||al[al.length-1]!==i)){var k="deltaY"in v?o1(v):Au(v),C=e.current.filter(function(R){return R.name===v.type&&(R.target===v.target||v.target===R.shadowParent)&&fR(R.delta,k)})[0];if(C&&C.should){v.cancelable&&v.preventDefault();return}if(!C){var E=(o.current.shards||[]).map(l1).filter(Boolean).filter(function(R){return R.contains(v.target)}),T=E.length>0?c(v,E[0]):!o.current.noIsolation;T&&v.cancelable&&v.preventDefault()}}},[]),h=b.useCallback(function(w,v,k,C){var E={name:w,delta:v,target:k,should:C,shadowParent:xR(k)};e.current.push(E),setTimeout(function(){e.current=e.current.filter(function(T){return T!==E})},1)},[]),f=b.useCallback(function(w){n.current=Au(w),r.current=void 0},[]),m=b.useCallback(function(w){h(w.type,o1(w),w.target,c(w,t.lockRef.current))},[]),g=b.useCallback(function(w){h(w.type,Au(w),w.target,c(w,t.lockRef.current))},[]);b.useEffect(function(){return al.push(i),t.setCallbacks({onScrollCapture:m,onWheelCapture:m,onTouchMoveCapture:g}),document.addEventListener("wheel",u,sl),document.addEventListener("touchmove",u,sl),document.addEventListener("touchstart",f,sl),function(){al=al.filter(function(w){return w!==i}),document.removeEventListener("wheel",u,sl),document.removeEventListener("touchmove",u,sl),document.removeEventListener("touchstart",f,sl)}},[]);var y=t.removeScrollBar,N=t.inert;return b.createElement(b.Fragment,null,N?b.createElement(i,{styles:pR(a)}):null,y?b.createElement(aR,{noRelative:t.noRelative,gapMode:t.gapMode}):null)}function xR(t){for(var e=null;t!==null;)t instanceof ShadowRoot&&(e=t.host,t=t.host),t=t.parentNode;return e}const yR=KI(Cj,gR);var qx=b.forwardRef(function(t,e){return b.createElement(mf,Vs({},t,{ref:e,sideCar:yR}))});qx.classNames=mf.classNames;var bR=function(t){if(typeof document>"u")return null;var e=Array.isArray(t)?t[0]:t;return e.ownerDocument.body},il=new WeakMap,Iu=new WeakMap,Ru={},zm=0,Ij=function(t){return t&&(t.host||Ij(t.parentNode))},vR=function(t,e){return e.map(function(n){if(t.contains(n))return n;var r=Ij(n);return r&&t.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",t,". Doing nothing"),null)}).filter(function(n){return!!n})},NR=function(t,e,n,r){var a=vR(e,Array.isArray(t)?t:[t]);Ru[n]||(Ru[n]=new WeakMap);var i=Ru[n],o=[],c=new Set,u=new Set(a),h=function(m){!m||c.has(m)||(c.add(m),h(m.parentNode))};a.forEach(h);var f=function(m){!m||u.has(m)||Array.prototype.forEach.call(m.children,function(g){if(c.has(g))f(g);else try{var y=g.getAttribute(r),N=y!==null&&y!=="false",w=(il.get(g)||0)+1,v=(i.get(g)||0)+1;il.set(g,w),i.set(g,v),o.push(g),w===1&&N&&Iu.set(g,!0),v===1&&g.setAttribute(n,"true"),N||g.setAttribute(r,"true")}catch(k){console.error("aria-hidden: cannot operate on ",g,k)}})};return f(e),c.clear(),zm++,function(){o.forEach(function(m){var g=il.get(m)-1,y=i.get(m)-1;il.set(m,g),i.set(m,y),g||(Iu.has(m)||m.removeAttribute(r),Iu.delete(m)),y||m.removeAttribute(n)}),zm--,zm||(il=new WeakMap,il=new WeakMap,Iu=new WeakMap,Ru={})}},Rj=function(t,e,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(t)?t:[t]),a=bR(t);return a?(r.push.apply(r,Array.from(a.querySelectorAll("[aria-live], script"))),NR(r,a,n,"aria-hidden")):function(){return null}},gf="Dialog",[Pj]=Ei(gf),[wR,Ts]=Pj(gf),Oj=t=>{const{__scopeDialog:e,children:n,open:r,defaultOpen:a,onOpenChange:i,modal:o=!0}=t,c=b.useRef(null),u=b.useRef(null),[h,f]=xo({prop:r,defaultProp:a??!1,onChange:i,caller:gf});return s.jsx(wR,{scope:e,triggerRef:c,contentRef:u,contentId:fi(),titleId:fi(),descriptionId:fi(),open:h,onOpenChange:f,onOpenToggle:b.useCallback(()=>f(m=>!m),[f]),modal:o,children:n})};Oj.displayName=gf;var Dj="DialogTrigger",jR=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(Dj,n),i=St(e,a.triggerRef);return s.jsx(ut.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":Yx(a.open),...r,ref:i,onClick:ot(t.onClick,a.onOpenToggle)})});jR.displayName=Dj;var Gx="DialogPortal",[kR,Lj]=Pj(Gx,{forceMount:void 0}),_j=t=>{const{__scopeDialog:e,forceMount:n,children:r,container:a}=t,i=Ts(Gx,e);return s.jsx(kR,{scope:e,forceMount:n,children:b.Children.map(r,o=>s.jsx(md,{present:n||i.open,children:s.jsx(Kx,{asChild:!0,container:a,children:o})}))})};_j.displayName=Gx;var fh="DialogOverlay",zj=b.forwardRef((t,e)=>{const n=Lj(fh,t.__scopeDialog),{forceMount:r=n.forceMount,...a}=t,i=Ts(fh,t.__scopeDialog);return i.modal?s.jsx(md,{present:r||i.open,children:s.jsx(CR,{...a,ref:e})}):null});zj.displayName=fh;var SR=Zc("DialogOverlay.RemoveScroll"),CR=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(fh,n);return s.jsx(qx,{as:SR,allowPinchZoom:!0,shards:[a.contentRef],children:s.jsx(ut.div,{"data-state":Yx(a.open),...r,ref:e,style:{pointerEvents:"auto",...r.style}})})}),yo="DialogContent",Fj=b.forwardRef((t,e)=>{const n=Lj(yo,t.__scopeDialog),{forceMount:r=n.forceMount,...a}=t,i=Ts(yo,t.__scopeDialog);return s.jsx(md,{present:r||i.open,children:i.modal?s.jsx(ER,{...a,ref:e}):s.jsx(TR,{...a,ref:e})})});Fj.displayName=yo;var ER=b.forwardRef((t,e)=>{const n=Ts(yo,t.__scopeDialog),r=b.useRef(null),a=St(e,n.contentRef,r);return b.useEffect(()=>{const i=r.current;if(i)return Rj(i)},[]),s.jsx($j,{...t,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:ot(t.onCloseAutoFocus,i=>{var o;i.preventDefault(),(o=n.triggerRef.current)==null||o.focus()}),onPointerDownOutside:ot(t.onPointerDownOutside,i=>{const o=i.detail.originalEvent,c=o.button===0&&o.ctrlKey===!0;(o.button===2||c)&&i.preventDefault()}),onFocusOutside:ot(t.onFocusOutside,i=>i.preventDefault())})}),TR=b.forwardRef((t,e)=>{const n=Ts(yo,t.__scopeDialog),r=b.useRef(!1),a=b.useRef(!1);return s.jsx($j,{...t,ref:e,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var o,c;(o=t.onCloseAutoFocus)==null||o.call(t,i),i.defaultPrevented||(r.current||(c=n.triggerRef.current)==null||c.focus(),i.preventDefault()),r.current=!1,a.current=!1},onInteractOutside:i=>{var u,h;(u=t.onInteractOutside)==null||u.call(t,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const o=i.target;((h=n.triggerRef.current)==null?void 0:h.contains(o))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&a.current&&i.preventDefault()}})}),$j=b.forwardRef((t,e)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,...o}=t,c=Ts(yo,n),u=b.useRef(null),h=St(e,u);return jj(),s.jsxs(s.Fragment,{children:[s.jsx(Ux,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:a,onUnmountAutoFocus:i,children:s.jsx(Wx,{role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":Yx(c.open),...o,ref:h,onDismiss:()=>c.onOpenChange(!1)})}),s.jsxs(s.Fragment,{children:[s.jsx(MR,{titleId:c.titleId}),s.jsx(IR,{contentRef:u,descriptionId:c.descriptionId})]})]})}),Jx="DialogTitle",Bj=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(Jx,n);return s.jsx(ut.h2,{id:a.titleId,...r,ref:e})});Bj.displayName=Jx;var Vj="DialogDescription",Hj=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(Vj,n);return s.jsx(ut.p,{id:a.descriptionId,...r,ref:e})});Hj.displayName=Vj;var Wj="DialogClose",Uj=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(Wj,n);return s.jsx(ut.button,{type:"button",...r,ref:e,onClick:ot(t.onClick,()=>a.onOpenChange(!1))})});Uj.displayName=Wj;function Yx(t){return t?"open":"closed"}var Kj="DialogTitleWarning",[KV,qj]=sI(Kj,{contentName:yo,titleName:Jx,docsSlug:"dialog"}),MR=({titleId:t})=>{const e=qj(Kj),n=`\`${e.contentName}\` requires a \`${e.titleName}\` for the component to be accessible for screen reader users. +`)},gR=0,sl=[];function xR(t){var e=b.useRef([]),n=b.useRef([0,0]),r=b.useRef(),a=b.useState(gR++)[0],i=b.useState(Tj)[0],o=b.useRef(t);b.useEffect(function(){o.current=t},[t]),b.useEffect(function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(a));var w=zI([t.lockRef.current],(t.shards||[]).map(l1),!0).filter(Boolean);return w.forEach(function(v){return v.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),w.forEach(function(v){return v.classList.remove("allow-interactivity-".concat(a))})}}},[t.inert,t.lockRef.current,t.shards]);var c=b.useCallback(function(w,v){if("touches"in w&&w.touches.length===2||w.type==="wheel"&&w.ctrlKey)return!o.current.allowPinchZoom;var k=Au(w),C=n.current,E="deltaX"in w?w.deltaX:C[0]-k[0],T="deltaY"in w?w.deltaY:C[1]-k[1],R,D=w.target,_=Math.abs(E)>Math.abs(T)?"h":"v";if("touches"in w&&_==="h"&&D.type==="range")return!1;var P=window.getSelection(),L=P&&P.anchorNode,F=L?L===D||L.contains(D):!1;if(F)return!1;var X=i1(_,D);if(!X)return!0;if(X?R=_:(R=_==="v"?"h":"v",X=i1(_,D)),!X)return!1;if(!r.current&&"changedTouches"in w&&(E||T)&&(r.current=R),!R)return!0;var te=r.current||R;return fR(te,v,w,te==="h"?E:T)},[]),u=b.useCallback(function(w){var v=w;if(!(!sl.length||sl[sl.length-1]!==i)){var k="deltaY"in v?o1(v):Au(v),C=e.current.filter(function(R){return R.name===v.type&&(R.target===v.target||v.target===R.shadowParent)&&pR(R.delta,k)})[0];if(C&&C.should){v.cancelable&&v.preventDefault();return}if(!C){var E=(o.current.shards||[]).map(l1).filter(Boolean).filter(function(R){return R.contains(v.target)}),T=E.length>0?c(v,E[0]):!o.current.noIsolation;T&&v.cancelable&&v.preventDefault()}}},[]),h=b.useCallback(function(w,v,k,C){var E={name:w,delta:v,target:k,should:C,shadowParent:yR(k)};e.current.push(E),setTimeout(function(){e.current=e.current.filter(function(T){return T!==E})},1)},[]),f=b.useCallback(function(w){n.current=Au(w),r.current=void 0},[]),m=b.useCallback(function(w){h(w.type,o1(w),w.target,c(w,t.lockRef.current))},[]),g=b.useCallback(function(w){h(w.type,Au(w),w.target,c(w,t.lockRef.current))},[]);b.useEffect(function(){return sl.push(i),t.setCallbacks({onScrollCapture:m,onWheelCapture:m,onTouchMoveCapture:g}),document.addEventListener("wheel",u,rl),document.addEventListener("touchmove",u,rl),document.addEventListener("touchstart",f,rl),function(){sl=sl.filter(function(w){return w!==i}),document.removeEventListener("wheel",u,rl),document.removeEventListener("touchmove",u,rl),document.removeEventListener("touchstart",f,rl)}},[]);var y=t.removeScrollBar,N=t.inert;return b.createElement(b.Fragment,null,N?b.createElement(i,{styles:mR(a)}):null,y?b.createElement(iR,{noRelative:t.noRelative,gapMode:t.gapMode}):null)}function yR(t){for(var e=null;t!==null;)t instanceof ShadowRoot&&(e=t.host,t=t.host),t=t.parentNode;return e}const bR=qI(Ej,xR);var qx=b.forwardRef(function(t,e){return b.createElement(mf,Vs({},t,{ref:e,sideCar:bR}))});qx.classNames=mf.classNames;var vR=function(t){if(typeof document>"u")return null;var e=Array.isArray(t)?t[0]:t;return e.ownerDocument.body},al=new WeakMap,Iu=new WeakMap,Ru={},zm=0,Rj=function(t){return t&&(t.host||Rj(t.parentNode))},NR=function(t,e){return e.map(function(n){if(t.contains(n))return n;var r=Rj(n);return r&&t.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",t,". Doing nothing"),null)}).filter(function(n){return!!n})},wR=function(t,e,n,r){var a=NR(e,Array.isArray(t)?t:[t]);Ru[n]||(Ru[n]=new WeakMap);var i=Ru[n],o=[],c=new Set,u=new Set(a),h=function(m){!m||c.has(m)||(c.add(m),h(m.parentNode))};a.forEach(h);var f=function(m){!m||u.has(m)||Array.prototype.forEach.call(m.children,function(g){if(c.has(g))f(g);else try{var y=g.getAttribute(r),N=y!==null&&y!=="false",w=(al.get(g)||0)+1,v=(i.get(g)||0)+1;al.set(g,w),i.set(g,v),o.push(g),w===1&&N&&Iu.set(g,!0),v===1&&g.setAttribute(n,"true"),N||g.setAttribute(r,"true")}catch(k){console.error("aria-hidden: cannot operate on ",g,k)}})};return f(e),c.clear(),zm++,function(){o.forEach(function(m){var g=al.get(m)-1,y=i.get(m)-1;al.set(m,g),i.set(m,y),g||(Iu.has(m)||m.removeAttribute(r),Iu.delete(m)),y||m.removeAttribute(n)}),zm--,zm||(al=new WeakMap,al=new WeakMap,Iu=new WeakMap,Ru={})}},Pj=function(t,e,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(t)?t:[t]),a=vR(t);return a?(r.push.apply(r,Array.from(a.querySelectorAll("[aria-live], script"))),wR(r,a,n,"aria-hidden")):function(){return null}},gf="Dialog",[Oj]=Ei(gf),[jR,Ts]=Oj(gf),Dj=t=>{const{__scopeDialog:e,children:n,open:r,defaultOpen:a,onOpenChange:i,modal:o=!0}=t,c=b.useRef(null),u=b.useRef(null),[h,f]=go({prop:r,defaultProp:a??!1,onChange:i,caller:gf});return s.jsx(jR,{scope:e,triggerRef:c,contentRef:u,contentId:fi(),titleId:fi(),descriptionId:fi(),open:h,onOpenChange:f,onOpenToggle:b.useCallback(()=>f(m=>!m),[f]),modal:o,children:n})};Dj.displayName=gf;var Lj="DialogTrigger",kR=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(Lj,n),i=St(e,a.triggerRef);return s.jsx(ut.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":Yx(a.open),...r,ref:i,onClick:ot(t.onClick,a.onOpenToggle)})});kR.displayName=Lj;var Gx="DialogPortal",[SR,_j]=Oj(Gx,{forceMount:void 0}),zj=t=>{const{__scopeDialog:e,forceMount:n,children:r,container:a}=t,i=Ts(Gx,e);return s.jsx(SR,{scope:e,forceMount:n,children:b.Children.map(r,o=>s.jsx(md,{present:n||i.open,children:s.jsx(Kx,{asChild:!0,container:a,children:o})}))})};zj.displayName=Gx;var fh="DialogOverlay",Fj=b.forwardRef((t,e)=>{const n=_j(fh,t.__scopeDialog),{forceMount:r=n.forceMount,...a}=t,i=Ts(fh,t.__scopeDialog);return i.modal?s.jsx(md,{present:r||i.open,children:s.jsx(ER,{...a,ref:e})}):null});Fj.displayName=fh;var CR=Zc("DialogOverlay.RemoveScroll"),ER=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(fh,n);return s.jsx(qx,{as:CR,allowPinchZoom:!0,shards:[a.contentRef],children:s.jsx(ut.div,{"data-state":Yx(a.open),...r,ref:e,style:{pointerEvents:"auto",...r.style}})})}),xo="DialogContent",$j=b.forwardRef((t,e)=>{const n=_j(xo,t.__scopeDialog),{forceMount:r=n.forceMount,...a}=t,i=Ts(xo,t.__scopeDialog);return s.jsx(md,{present:r||i.open,children:i.modal?s.jsx(TR,{...a,ref:e}):s.jsx(MR,{...a,ref:e})})});$j.displayName=xo;var TR=b.forwardRef((t,e)=>{const n=Ts(xo,t.__scopeDialog),r=b.useRef(null),a=St(e,n.contentRef,r);return b.useEffect(()=>{const i=r.current;if(i)return Pj(i)},[]),s.jsx(Bj,{...t,ref:a,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:ot(t.onCloseAutoFocus,i=>{var o;i.preventDefault(),(o=n.triggerRef.current)==null||o.focus()}),onPointerDownOutside:ot(t.onPointerDownOutside,i=>{const o=i.detail.originalEvent,c=o.button===0&&o.ctrlKey===!0;(o.button===2||c)&&i.preventDefault()}),onFocusOutside:ot(t.onFocusOutside,i=>i.preventDefault())})}),MR=b.forwardRef((t,e)=>{const n=Ts(xo,t.__scopeDialog),r=b.useRef(!1),a=b.useRef(!1);return s.jsx(Bj,{...t,ref:e,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:i=>{var o,c;(o=t.onCloseAutoFocus)==null||o.call(t,i),i.defaultPrevented||(r.current||(c=n.triggerRef.current)==null||c.focus(),i.preventDefault()),r.current=!1,a.current=!1},onInteractOutside:i=>{var u,h;(u=t.onInteractOutside)==null||u.call(t,i),i.defaultPrevented||(r.current=!0,i.detail.originalEvent.type==="pointerdown"&&(a.current=!0));const o=i.target;((h=n.triggerRef.current)==null?void 0:h.contains(o))&&i.preventDefault(),i.detail.originalEvent.type==="focusin"&&a.current&&i.preventDefault()}})}),Bj=b.forwardRef((t,e)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:a,onCloseAutoFocus:i,...o}=t,c=Ts(xo,n),u=b.useRef(null),h=St(e,u);return kj(),s.jsxs(s.Fragment,{children:[s.jsx(Ux,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:a,onUnmountAutoFocus:i,children:s.jsx(Wx,{role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":Yx(c.open),...o,ref:h,onDismiss:()=>c.onOpenChange(!1)})}),s.jsxs(s.Fragment,{children:[s.jsx(AR,{titleId:c.titleId}),s.jsx(RR,{contentRef:u,descriptionId:c.descriptionId})]})]})}),Jx="DialogTitle",Vj=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(Jx,n);return s.jsx(ut.h2,{id:a.titleId,...r,ref:e})});Vj.displayName=Jx;var Hj="DialogDescription",Wj=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(Hj,n);return s.jsx(ut.p,{id:a.descriptionId,...r,ref:e})});Wj.displayName=Hj;var Uj="DialogClose",Kj=b.forwardRef((t,e)=>{const{__scopeDialog:n,...r}=t,a=Ts(Uj,n);return s.jsx(ut.button,{type:"button",...r,ref:e,onClick:ot(t.onClick,()=>a.onOpenChange(!1))})});Kj.displayName=Uj;function Yx(t){return t?"open":"closed"}var qj="DialogTitleWarning",[qV,Gj]=aI(qj,{contentName:xo,titleName:Jx,docsSlug:"dialog"}),AR=({titleId:t})=>{const e=Gj(qj),n=`\`${e.contentName}\` requires a \`${e.titleName}\` for the component to be accessible for screen reader users. If you want to hide the \`${e.titleName}\`, you can wrap it with our VisuallyHidden component. -For more information, see https://radix-ui.com/primitives/docs/components/${e.docsSlug}`;return b.useEffect(()=>{t&&(document.getElementById(t)||console.error(n))},[n,t]),null},AR="DialogDescriptionWarning",IR=({contentRef:t,descriptionId:e})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${qj(AR).contentName}}.`;return b.useEffect(()=>{var i;const a=(i=t.current)==null?void 0:i.getAttribute("aria-describedby");e&&a&&(document.getElementById(e)||console.warn(r))},[r,t,e]),null},RR=Oj,PR=_j,OR=zj,DR=Fj,LR=Bj,_R=Hj,zR=Uj;function Ot(t){return s.jsx(RR,{"data-slot":"dialog",...t})}function FR(t){return s.jsx(PR,{...t})}const Gj=b.forwardRef(({className:t,...e},n)=>s.jsx(OR,{ref:n,className:Ct("fixed inset-0 z-50 bg-black/50",t),...e}));Gj.displayName="DialogOverlay";const At=b.forwardRef(({className:t,children:e,showCloseButton:n=!0,...r},a)=>s.jsxs(FR,{children:[s.jsx(Gj,{}),s.jsxs(DR,{ref:a,"aria-describedby":void 0,className:Ct("fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 gap-4 rounded-lg border bg-background p-6 shadow-lg",t),...r,children:[e,n&&s.jsxs(zR,{className:"absolute right-4 top-4 rounded-sm opacity-70 hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",children:[s.jsx(ir,{className:"h-4 w-4"}),s.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));At.displayName="DialogContent";function Dt({className:t,...e}){return s.jsx("div",{className:Ct("flex flex-col gap-2 text-center sm:text-left",t),...e})}function on({className:t,...e}){return s.jsx("div",{className:Ct("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",t),...e})}function Lt(t){return s.jsx(LR,{className:"text-lg font-semibold leading-none",...t})}function xf(t){return s.jsx(_R,{className:"text-sm text-muted-foreground",...t})}const $R=oj("inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 transition-colors",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground",secondary:"border-transparent bg-secondary text-secondary-foreground",destructive:"border-transparent bg-destructive text-white",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function Ue({className:t,variant:e,asChild:n=!1,...r}){const a=n?sj:"span";return s.jsx(a,{className:Ct($R({variant:e}),t),...r})}var BR=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],VR=BR.reduce((t,e)=>{const n=rj(`Primitive.${e}`),r=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...c,ref:i})});return r.displayName=`Primitive.${e}`,{...t,[e]:r}},{}),HR="Label",Jj=b.forwardRef((t,e)=>s.jsx(VR.label,{...t,ref:e,onMouseDown:n=>{var a;n.target.closest("button, input, select, textarea")||((a=t.onMouseDown)==null||a.call(t,n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));Jj.displayName=HR;var Yj=Jj;const Y=b.forwardRef(({className:t,...e},n)=>s.jsx(Yj,{ref:n,className:Ct("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",t),...e}));Y.displayName=Yj.displayName;function Qx(t){const e=t+"CollectionProvider",[n,r]=Ei(e),[a,i]=n(e,{collectionRef:{current:null},itemMap:new Map}),o=w=>{const{scope:v,children:k}=w,C=br.useRef(null),E=br.useRef(new Map).current;return s.jsx(a,{scope:v,itemMap:E,collectionRef:C,children:k})};o.displayName=e;const c=t+"CollectionSlot",u=Zc(c),h=br.forwardRef((w,v)=>{const{scope:k,children:C}=w,E=i(c,k),T=St(v,E.collectionRef);return s.jsx(u,{ref:T,children:C})});h.displayName=c;const f=t+"CollectionItemSlot",m="data-radix-collection-item",g=Zc(f),y=br.forwardRef((w,v)=>{const{scope:k,children:C,...E}=w,T=br.useRef(null),R=St(v,T),D=i(f,k);return br.useEffect(()=>(D.itemMap.set(T,{ref:T,...E}),()=>void D.itemMap.delete(T))),s.jsx(g,{[m]:"",ref:R,children:C})});y.displayName=f;function N(w){const v=i(t+"CollectionConsumer",w);return br.useCallback(()=>{const C=v.collectionRef.current;if(!C)return[];const E=Array.from(C.querySelectorAll(`[${m}]`));return Array.from(v.itemMap.values()).sort((D,_)=>E.indexOf(D.ref.current)-E.indexOf(_.ref.current))},[v.collectionRef,v.itemMap])}return[{Provider:o,Slot:h,ItemSlot:y},N,r]}var WR=b.createContext(void 0);function yf(t){const e=b.useContext(WR);return t||e||"ltr"}var Fm="rovingFocusGroup.onEntryFocus",UR={bubbles:!1,cancelable:!0},gd="RovingFocusGroup",[zg,Qj,KR]=Qx(gd),[qR,Xj]=Ei(gd,[KR]),[GR,JR]=qR(gd),Zj=b.forwardRef((t,e)=>s.jsx(zg.Provider,{scope:t.__scopeRovingFocusGroup,children:s.jsx(zg.Slot,{scope:t.__scopeRovingFocusGroup,children:s.jsx(YR,{...t,ref:e})})}));Zj.displayName=gd;var YR=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:a=!1,dir:i,currentTabStopId:o,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:u,onEntryFocus:h,preventScrollOnEntryFocus:f=!1,...m}=t,g=b.useRef(null),y=St(e,g),N=yf(i),[w,v]=xo({prop:o,defaultProp:c??null,onChange:u,caller:gd}),[k,C]=b.useState(!1),E=bi(h),T=Qj(n),R=b.useRef(!1),[D,_]=b.useState(0);return b.useEffect(()=>{const P=g.current;if(P)return P.addEventListener(Fm,E),()=>P.removeEventListener(Fm,E)},[E]),s.jsx(GR,{scope:n,orientation:r,dir:N,loop:a,currentTabStopId:w,onItemFocus:b.useCallback(P=>v(P),[v]),onItemShiftTab:b.useCallback(()=>C(!0),[]),onFocusableItemAdd:b.useCallback(()=>_(P=>P+1),[]),onFocusableItemRemove:b.useCallback(()=>_(P=>P-1),[]),children:s.jsx(ut.div,{tabIndex:k||D===0?-1:0,"data-orientation":r,...m,ref:y,style:{outline:"none",...t.style},onMouseDown:ot(t.onMouseDown,()=>{R.current=!0}),onFocus:ot(t.onFocus,P=>{const L=!R.current;if(P.target===P.currentTarget&&L&&!k){const F=new CustomEvent(Fm,UR);if(P.currentTarget.dispatchEvent(F),!F.defaultPrevented){const X=T().filter(O=>O.focusable),te=X.find(O=>O.active),ue=X.find(O=>O.id===w),I=[te,ue,...X].filter(Boolean).map(O=>O.ref.current);nk(I,f)}}R.current=!1}),onBlur:ot(t.onBlur,()=>C(!1))})})}),ek="RovingFocusGroupItem",tk=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:a=!1,tabStopId:i,children:o,...c}=t,u=fi(),h=i||u,f=JR(ek,n),m=f.currentTabStopId===h,g=Qj(n),{onFocusableItemAdd:y,onFocusableItemRemove:N,currentTabStopId:w}=f;return b.useEffect(()=>{if(r)return y(),()=>N()},[r,y,N]),s.jsx(zg.ItemSlot,{scope:n,id:h,focusable:r,active:a,children:s.jsx(ut.span,{tabIndex:m?0:-1,"data-orientation":f.orientation,...c,ref:e,onMouseDown:ot(t.onMouseDown,v=>{r?f.onItemFocus(h):v.preventDefault()}),onFocus:ot(t.onFocus,()=>f.onItemFocus(h)),onKeyDown:ot(t.onKeyDown,v=>{if(v.key==="Tab"&&v.shiftKey){f.onItemShiftTab();return}if(v.target!==v.currentTarget)return;const k=ZR(v,f.orientation,f.dir);if(k!==void 0){if(v.metaKey||v.ctrlKey||v.altKey||v.shiftKey)return;v.preventDefault();let E=g().filter(T=>T.focusable).map(T=>T.ref.current);if(k==="last")E.reverse();else if(k==="prev"||k==="next"){k==="prev"&&E.reverse();const T=E.indexOf(v.currentTarget);E=f.loop?eP(E,T+1):E.slice(T+1)}setTimeout(()=>nk(E))}}),children:typeof o=="function"?o({isCurrentTabStop:m,hasTabStop:w!=null}):o})})});tk.displayName=ek;var QR={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function XR(t,e){return e!=="rtl"?t:t==="ArrowLeft"?"ArrowRight":t==="ArrowRight"?"ArrowLeft":t}function ZR(t,e,n){const r=XR(t.key,n);if(!(e==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(e==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return QR[r]}function nk(t,e=!1){const n=document.activeElement;for(const r of t)if(r===n||(r.focus({preventScroll:e}),document.activeElement!==n))return}function eP(t,e){return t.map((n,r)=>t[(e+r)%t.length])}var tP=Zj,nP=tk,bf="Tabs",[rP]=Ei(bf,[Xj]),rk=Xj(),[sP,Xx]=rP(bf),sk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,onValueChange:a,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:u="automatic",...h}=t,f=yf(c),[m,g]=xo({prop:r,onChange:a,defaultProp:i??"",caller:bf});return s.jsx(sP,{scope:n,baseId:fi(),value:m,onValueChange:g,orientation:o,dir:f,activationMode:u,children:s.jsx(ut.div,{dir:f,"data-orientation":o,...h,ref:e})})});sk.displayName=bf;var ak="TabsList",ik=b.forwardRef((t,e)=>{const{__scopeTabs:n,loop:r=!0,...a}=t,i=Xx(ak,n),o=rk(n);return s.jsx(tP,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:r,children:s.jsx(ut.div,{role:"tablist","aria-orientation":i.orientation,...a,ref:e})})});ik.displayName=ak;var ok="TabsTrigger",lk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,disabled:a=!1,...i}=t,o=Xx(ok,n),c=rk(n),u=uk(o.baseId,r),h=hk(o.baseId,r),f=r===o.value;return s.jsx(nP,{asChild:!0,...c,focusable:!a,active:f,children:s.jsx(ut.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":h,"data-state":f?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:u,...i,ref:e,onMouseDown:ot(t.onMouseDown,m=>{!a&&m.button===0&&m.ctrlKey===!1?o.onValueChange(r):m.preventDefault()}),onKeyDown:ot(t.onKeyDown,m=>{[" ","Enter"].includes(m.key)&&o.onValueChange(r)}),onFocus:ot(t.onFocus,()=>{const m=o.activationMode!=="manual";!f&&!a&&m&&o.onValueChange(r)})})})});lk.displayName=ok;var ck="TabsContent",dk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,forceMount:a,children:i,...o}=t,c=Xx(ck,n),u=uk(c.baseId,r),h=hk(c.baseId,r),f=r===c.value,m=b.useRef(f);return b.useEffect(()=>{const g=requestAnimationFrame(()=>m.current=!1);return()=>cancelAnimationFrame(g)},[]),s.jsx(md,{present:a||f,children:({present:g})=>s.jsx(ut.div,{"data-state":f?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":u,hidden:!g,id:h,tabIndex:0,...o,ref:e,style:{...t.style,animationDuration:m.current?"0s":void 0},children:g&&i})})});dk.displayName=ck;function uk(t,e){return`${t}-trigger-${e}`}function hk(t,e){return`${t}-content-${e}`}var aP=sk,fk=ik,pk=lk,mk=dk;const xd=aP,Ll=b.forwardRef(({className:t,...e},n)=>s.jsx(fk,{ref:n,className:Ct("inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",t),...e}));Ll.displayName=fk.displayName;const Zt=b.forwardRef(({className:t,...e},n)=>s.jsx(pk,{ref:n,className:Ct("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",t),...e}));Zt.displayName=pk.displayName;const en=b.forwardRef(({className:t,...e},n)=>s.jsx(mk,{ref:n,className:Ct("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",t),...e}));en.displayName=mk.displayName;function Zx(t){const e=b.useRef({value:t,previous:t});return b.useMemo(()=>(e.current.value!==t&&(e.current.previous=e.current.value,e.current.value=t),e.current.previous),[t])}function e0(t){const[e,n]=b.useState(void 0);return or(()=>{if(t){n({width:t.offsetWidth,height:t.offsetHeight});const r=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const i=a[0];let o,c;if("borderBoxSize"in i){const u=i.borderBoxSize,h=Array.isArray(u)?u[0]:u;o=h.inlineSize,c=h.blockSize}else o=t.offsetWidth,c=t.offsetHeight;n({width:o,height:c})});return r.observe(t,{box:"border-box"}),()=>r.unobserve(t)}else n(void 0)},[t]),e}var vf="Switch",[iP]=Ei(vf),[oP,lP]=iP(vf),gk=b.forwardRef((t,e)=>{const{__scopeSwitch:n,name:r,checked:a,defaultChecked:i,required:o,disabled:c,value:u="on",onCheckedChange:h,form:f,...m}=t,[g,y]=b.useState(null),N=St(e,E=>y(E)),w=b.useRef(!1),v=g?f||!!g.closest("form"):!0,[k,C]=xo({prop:a,defaultProp:i??!1,onChange:h,caller:vf});return s.jsxs(oP,{scope:n,checked:k,disabled:c,children:[s.jsx(ut.button,{type:"button",role:"switch","aria-checked":k,"aria-required":o,"data-state":vk(k),"data-disabled":c?"":void 0,disabled:c,value:u,...m,ref:N,onClick:ot(t.onClick,E=>{C(T=>!T),v&&(w.current=E.isPropagationStopped(),w.current||E.stopPropagation())})}),v&&s.jsx(bk,{control:g,bubbles:!w.current,name:r,value:u,checked:k,required:o,disabled:c,form:f,style:{transform:"translateX(-100%)"}})]})});gk.displayName=vf;var xk="SwitchThumb",yk=b.forwardRef((t,e)=>{const{__scopeSwitch:n,...r}=t,a=lP(xk,n);return s.jsx(ut.span,{"data-state":vk(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:e})});yk.displayName=xk;var cP="SwitchBubbleInput",bk=b.forwardRef(({__scopeSwitch:t,control:e,checked:n,bubbles:r=!0,...a},i)=>{const o=b.useRef(null),c=St(o,i),u=Zx(n),h=e0(e);return b.useEffect(()=>{const f=o.current;if(!f)return;const m=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(m,"checked").set;if(u!==n&&y){const N=new Event("click",{bubbles:r});y.call(f,n),f.dispatchEvent(N)}},[u,n,r]),s.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:c,style:{...a.style,...h,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});bk.displayName=cP;function vk(t){return t?"checked":"unchecked"}var Nk=gk,dP=yk;const Et=b.forwardRef(({className:t,...e},n)=>s.jsx(Nk,{className:Ct("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 focus-visible:ring-offset-[#0a1628] disabled:cursor-not-allowed disabled:opacity-50 data-[state=unchecked]:bg-gray-600 data-[state=checked]:bg-[#38bdac]",t),...e,ref:n,children:s.jsx(dP,{className:Ct("pointer-events-none block h-4 w-4 rounded-full bg-white shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})}));Et.displayName=Nk.displayName;function t0({open:t,onClose:e,userId:n,onUserUpdated:r}){var Is;const[a,i]=b.useState(null),[o,c]=b.useState([]),[u,h]=b.useState([]),[f,m]=b.useState(null),[g,y]=b.useState(!1),[N,w]=b.useState(!1),[v,k]=b.useState(!1),[C,E]=b.useState("info"),[T,R]=b.useState(""),[D,_]=b.useState(""),[P,L]=b.useState([]),[F,X]=b.useState(""),[te,ue]=b.useState(""),[ae,I]=b.useState(""),[O,G]=b.useState(!1),[z,re]=b.useState({isVip:!1,vipExpireDate:"",vipRole:"",vipName:"",vipProject:"",vipContact:"",vipBio:""}),[K,$]=b.useState([]),[H,oe]=b.useState(!1),[q,me]=b.useState(""),[Z,ce]=b.useState(""),[he,ve]=b.useState(!1),[Ae,Be]=b.useState(!1),[$e,pt]=b.useState(null),[Tt,ln]=b.useState(null),[yt,nn]=b.useState(""),[An,Mt]=b.useState(""),[Yt,rn]=b.useState(""),[In,pr]=b.useState(!1),[Rn,Hn]=b.useState(null),[W,He]=b.useState("");b.useEffect(()=>{t&&n&&(E("info"),pt(null),ln(null),Hn(null),He(""),ue(""),I(""),qe(),Oe("/api/db/vip-roles").then(fe=>{fe!=null&&fe.success&&fe.data&&$(fe.data)}).catch(()=>{}))},[t,n]);async function qe(){if(n){y(!0);try{const fe=await Oe(`/api/db/users?id=${encodeURIComponent(n)}`);if(fe!=null&&fe.success&&fe.user){const ge=fe.user;i(ge),R(ge.phone||""),_(ge.nickname||""),nn(ge.phone||""),Mt(ge.wechatId||""),rn(ge.openId||"");try{L(typeof ge.tags=="string"?JSON.parse(ge.tags||"[]"):[])}catch{L([])}re({isVip:!!(ge.isVip??!1),vipExpireDate:ge.vipExpireDate?String(ge.vipExpireDate).slice(0,10):"",vipRole:String(ge.vipRole??""),vipName:String(ge.vipName??""),vipProject:String(ge.vipProject??""),vipContact:String(ge.vipContact??""),vipBio:String(ge.vipBio??"")})}try{const ge=await Oe(`/api/user/track?userId=${encodeURIComponent(n)}&limit=50`);ge!=null&&ge.success&&ge.tracks&&c(ge.tracks)}catch{c([])}try{const ge=await Oe(`/api/db/users/referrals?userId=${encodeURIComponent(n)}`);ge!=null&&ge.success&&ge.referrals&&h(ge.referrals)}catch{h([])}try{const ge=await Oe(`/api/admin/users/${encodeURIComponent(n)}/balance`);ge!=null&&ge.success&&ge.data?m(ge.data):m(null)}catch{m(null)}}catch(fe){console.error("Load user detail error:",fe)}finally{y(!1)}}}async function xt(){if(!(a!=null&&a.phone)){ie.info("用户未绑定手机号,无法同步");return}w(!0);try{const fe=await wt("/api/ckb/sync",{action:"full_sync",phone:a.phone,userId:a.id});fe!=null&&fe.success?(ie.success("同步成功"),qe()):ie.error("同步失败: "+(fe==null?void 0:fe.error))}catch(fe){console.error("Sync CKB error:",fe),ie.error("同步失败")}finally{w(!1)}}async function lt(){if(a){if(z.isVip&&!z.vipExpireDate.trim()){ie.error("开启 VIP 请填写有效到期日");return}k(!0);try{const fe={id:a.id,phone:T||void 0,nickname:D||void 0,tags:JSON.stringify(P),isVip:z.isVip,vipExpireDate:z.isVip?z.vipExpireDate:void 0,vipRole:z.vipRole||void 0,vipName:z.vipName||void 0,vipProject:z.vipProject||void 0,vipContact:z.vipContact||void 0,vipBio:z.vipBio||void 0},ge=await _t("/api/db/users",fe);ge!=null&&ge.success?(ie.success("保存成功"),qe(),r==null||r()):ie.error("保存失败: "+(ge==null?void 0:ge.error))}catch(fe){console.error("Save user error:",fe),ie.error("保存失败")}finally{k(!1)}}}const nt=()=>{F&&!P.includes(F)&&(L([...P,F]),X(""))},gt=fe=>L(P.filter(ge=>ge!==fe));async function It(){if(a){if(!te){ie.error("请输入新密码");return}if(te!==ae){ie.error("两次密码不一致");return}if(te.length<6){ie.error("密码至少 6 位");return}G(!0);try{const fe=await _t("/api/db/users",{id:a.id,password:te});fe!=null&&fe.success?(ie.success("修改成功"),ue(""),I("")):ie.error("修改失败: "+((fe==null?void 0:fe.error)||""))}catch{ie.error("修改失败")}finally{G(!1)}}}async function gn(){if(!a)return;const fe=parseFloat(q);if(Number.isNaN(fe)||fe===0){ie.error("请输入有效金额(正数增加、负数扣减)");return}ve(!0);try{const ge=await wt(`/api/admin/users/${a.id}/balance/adjust`,{amount:fe,remark:Z||void 0});ge!=null&&ge.success?(ie.success("余额已调整"),oe(!1),me(""),ce(""),qe(),r==null||r()):ie.error("调整失败: "+((ge==null?void 0:ge.error)||""))}catch{ie.error("调整失败")}finally{ve(!1)}}async function mr(){if(!yt&&!Yt&&!An){ln("请至少输入手机号、微信号或 OpenID 中的一项");return}Be(!0),ln(null),pt(null);try{const fe=new URLSearchParams;yt&&fe.set("phone",yt),Yt&&fe.set("openId",Yt),An&&fe.set("wechatId",An);const ge=await Oe(`/api/admin/shensheshou/query?${fe}`);ge!=null&&ge.success&&ge.data?(pt(ge.data),a&&await wr(ge.data)):ln((ge==null?void 0:ge.error)||"未查询到数据,该用户可能未在神射手收录")}catch(fe){console.error("SSS query error:",fe),ln("请求失败,请检查神射手接口配置")}finally{Be(!1)}}async function wr(fe){if(a)try{await wt("/api/admin/shensheshou/enrich",{userId:a.id,phone:yt||a.phone||"",openId:Yt||a.openId||"",wechatId:An||a.wechatId||""}),qe()}catch(ge){console.error("SSS enrich error:",ge)}}async function As(){if(a){pr(!0),Hn(null);try{const fe={users:[{phone:a.phone||"",name:a.nickname||"",openId:a.openId||"",tags:P}]},ge=await wt("/api/admin/shensheshou/ingest",fe);ge!=null&&ge.success&&ge.data?Hn(ge.data):Hn({error:(ge==null?void 0:ge.error)||"推送失败"})}catch(fe){console.error("SSS ingest error:",fe),Hn({error:"请求失败"})}finally{pr(!1)}}}const Wr=fe=>{const Rt={view_chapter:Br,purchase:Rg,match:Zn,login:co,register:co,share:Ss,bind_phone:pA,bind_wechat:rA,fill_profile:_c,visit_page:ml}[fe]||Tg;return s.jsx(Rt,{className:"w-4 h-4"})};return t?s.jsxs(s.Fragment,{children:[s.jsx(Ot,{open:t,onOpenChange:()=>e(),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[90vh] overflow-hidden",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(co,{className:"w-5 h-5 text-[#38bdac]"}),"用户详情",(a==null?void 0:a.phone)&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0 ml-2",children:"已绑定手机"}),(a==null?void 0:a.isVip)&&s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 border-0",children:"VIP"})]})}),g?s.jsxs("div",{className:"flex items-center justify-center py-20",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):a?s.jsxs("div",{className:"flex flex-col h-[75vh]",children:[s.jsxs("div",{className:"flex items-center gap-4 p-4 bg-[#0a1628] rounded-lg mb-3",children:[s.jsx("div",{className:"w-16 h-16 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-2xl text-[#38bdac] shrink-0",children:a.avatar?s.jsx("img",{src:a.avatar,className:"w-full h-full rounded-full object-cover",alt:""}):((Is=a.nickname)==null?void 0:Is.charAt(0))||"?"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[s.jsx("h3",{className:"text-lg font-bold text-white",children:a.nickname}),a.isAdmin&&s.jsx(Ue,{className:"bg-purple-500/20 text-purple-400 border-0",children:"管理员"}),a.hasFullBook&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0",children:"全书已购"}),a.vipRole&&s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 border-0",children:a.vipRole})]}),s.jsxs("p",{className:"text-gray-400 text-sm mt-1",children:[a.phone?`📱 ${a.phone}`:"未绑定手机",a.wechatId&&` · 💬 ${a.wechatId}`,a.mbti&&` · ${a.mbti}`]}),s.jsxs("div",{className:"flex items-center gap-4 mt-1",children:[s.jsxs("p",{className:"text-gray-600 text-xs",children:["ID: ",a.id.slice(0,16),"…"]}),a.referralCode&&s.jsxs("p",{className:"text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"推广码:"}),s.jsx("code",{className:"text-[#38bdac] bg-[#38bdac]/10 px-1.5 py-0.5 rounded",children:a.referralCode})]})]})]}),s.jsxs("div",{className:"text-right shrink-0",children:[s.jsxs("p",{className:"text-[#38bdac] font-bold text-lg",children:["¥",(a.earnings||0).toFixed(2)]}),s.jsx("p",{className:"text-gray-500 text-xs",children:"累计收益"})]})]}),s.jsxs(xd,{value:C,onValueChange:E,className:"flex-1 flex flex-col overflow-hidden",children:[s.jsxs(Ll,{className:"bg-[#0a1628] border border-gray-700/50 p-1 mb-3 flex-wrap h-auto gap-1",children:[s.jsx(Zt,{value:"info",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"基础信息"}),s.jsx(Zt,{value:"tags",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"标签体系"}),s.jsxs(Zt,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:[s.jsx(ml,{className:"w-3 h-3 mr-1"}),"用户旅程"]}),s.jsx(Zt,{value:"relations",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"关系链路"}),s.jsxs(Zt,{value:"shensheshou",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:[s.jsx(li,{className:"w-3 h-3 mr-1"}),"用户资料完善"]})]}),s.jsxs(en,{value:"info",className:"flex-1 overflow-auto space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"手机号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入手机号",value:T,onChange:fe=>R(fe.target.value),disabled:!!(a!=null&&a.phone)}),(a==null?void 0:a.phone)&&s.jsx("p",{className:"text-xs text-gray-500",children:"编辑时手机号不可修改"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"昵称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入昵称",value:D,onChange:fe=>_(fe.target.value)})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3 text-sm",children:[a.openId&&s.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"微信 OpenID"}),s.jsx("p",{className:"text-gray-300 font-mono text-xs break-all",children:a.openId})]}),a.region&&s.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg flex items-center gap-2",children:[s.jsx(Zw,{className:"w-4 h-4 text-gray-500"}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs",children:"地区"}),s.jsx("p",{className:"text-white",children:a.region})]})]}),a.industry&&s.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"行业"}),s.jsx("p",{className:"text-white",children:a.industry})]}),a.position&&s.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"职位"}),s.jsx("p",{className:"text-white",children:a.position})]})]}),s.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-4 gap-4",children:[s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"推荐人数"}),s.jsx("p",{className:"text-2xl font-bold text-white",children:a.referralCount??0})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"待提现"}),s.jsxs("p",{className:"text-2xl font-bold text-yellow-400",children:["¥",(a.pendingEarnings??0).toFixed(2)]})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg flex flex-col justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"当前余额"}),s.jsxs("p",{className:"text-2xl font-bold text-[#38bdac]",children:["¥",((f==null?void 0:f.balance)??0).toFixed(2)]})]}),s.jsx(ee,{size:"sm",variant:"outline",className:"mt-2 border-[#38bdac]/50 text-[#38bdac] hover:bg-[#38bdac]/10 text-xs",onClick:()=>{me(""),ce(""),oe(!0)},children:"调整余额"})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"创建时间"}),s.jsx("p",{className:"text-sm text-white",children:a.createdAt?new Date(a.createdAt).toLocaleDateString():"-"})]})]}),s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(Xw,{className:"w-4 h-4 text-yellow-400"}),s.jsx("span",{className:"text-white font-medium",children:"修改密码"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ne,{type:"password",className:"bg-[#162840] border-gray-700 text-white",placeholder:"新密码(至少6位)",value:te,onChange:fe=>ue(fe.target.value)}),s.jsx(ne,{type:"password",className:"bg-[#162840] border-gray-700 text-white",placeholder:"确认密码",value:ae,onChange:fe=>I(fe.target.value)}),s.jsx(ee,{size:"sm",onClick:It,disabled:O||!te||!ae,className:"bg-yellow-500/20 hover:bg-yellow-500/30 text-yellow-400 border border-yellow-500/40",children:O?"保存中...":"确认修改"})]})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-amber-500/20",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(yl,{className:"w-4 h-4 text-amber-400"}),s.jsx("span",{className:"text-white font-medium",children:"设成超级个体"})]}),s.jsxs("div",{className:"space-y-3",children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Y,{className:"text-gray-400 text-sm",children:"VIP 会员"}),s.jsx(Et,{checked:z.isVip,onCheckedChange:fe=>re(ge=>({...ge,isVip:fe}))})]}),z.isVip&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"到期日"}),s.jsx(ne,{type:"date",className:"bg-[#162840] border-gray-700 text-white text-sm",value:z.vipExpireDate,onChange:fe=>re(ge=>({...ge,vipExpireDate:fe.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"角色"}),s.jsxs("select",{className:"w-full bg-[#162840] border border-gray-700 text-white rounded px-2 py-1.5 text-sm",value:z.vipRole,onChange:fe=>re(ge=>({...ge,vipRole:fe.target.value})),children:[s.jsx("option",{value:"",children:"请选择"}),K.map(fe=>s.jsx("option",{value:fe.name,children:fe.name},fe.id))]})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"展示名"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"创业老板排行展示名",value:z.vipName,onChange:fe=>re(ge=>({...ge,vipName:fe.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"项目"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"如:某某科技",value:z.vipProject,onChange:fe=>re(ge=>({...ge,vipProject:fe.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"联系方式"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"微信/手机等",value:z.vipContact,onChange:fe=>re(ge=>({...ge,vipContact:fe.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"简介"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"简短介绍",value:z.vipBio,onChange:fe=>re(ge=>({...ge,vipBio:fe.target.value}))})]})]})]})]}),a.isVip&&s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-amber-500/20",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(yl,{className:"w-4 h-4 text-amber-400"}),s.jsx("span",{className:"text-white font-medium",children:"VIP 信息"}),s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 border-0 text-xs",children:a.vipRole||"VIP"})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3 text-sm",children:[a.vipName&&s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"展示名:"}),s.jsx("span",{className:"text-white",children:a.vipName})]}),a.vipProject&&s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"项目:"}),s.jsx("span",{className:"text-white",children:a.vipProject})]}),a.vipContact&&s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"联系方式:"}),s.jsx("span",{className:"text-white",children:a.vipContact})]}),a.vipExpireDate&&s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"到期时间:"}),s.jsx("span",{className:"text-white",children:new Date(a.vipExpireDate).toLocaleDateString()})]})]}),a.vipBio&&s.jsx("p",{className:"text-gray-400 text-sm mt-2",children:a.vipBio})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-purple-500/20",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(yi,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"微信归属"}),s.jsx("span",{className:"text-gray-500 text-xs",children:"该用户归属在哪个微信号下"})]}),s.jsxs("div",{className:"flex gap-2 items-center",children:[s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white flex-1",placeholder:"输入归属微信号(如 wxid_xxxx)",value:W,onChange:fe=>He(fe.target.value)}),s.jsxs(ee,{size:"sm",onClick:async()=>{if(!(!W||!a))try{await _t("/api/db/users",{id:a.id,wechatId:W}),ie.success("已保存微信归属"),qe()}catch{ie.error("保存失败")}},className:"bg-purple-500/20 hover:bg-purple-500/30 text-purple-400 border border-purple-500/30 shrink-0",children:[s.jsx(bn,{className:"w-4 h-4 mr-1"})," 保存"]})]}),a.wechatId&&s.jsxs("p",{className:"text-gray-500 text-xs mt-2",children:["当前归属:",s.jsx("span",{className:"text-purple-400",children:a.wechatId})]})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Ss,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx("span",{className:"text-white font-medium",children:"存客宝同步"})]}),s.jsx(ee,{size:"sm",onClick:xt,disabled:N||!a.phone,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:N?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-1 animate-spin"})," 同步中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-1"})," 同步数据"]})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4 text-sm",children:[s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"同步状态:"}),a.ckbSyncedAt?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0 ml-1",children:"已同步"}):s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 border-0 ml-1",children:"未同步"})]}),s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"最后同步:"}),s.jsx("span",{className:"text-gray-300 ml-1",children:a.ckbSyncedAt?new Date(a.ckbSyncedAt).toLocaleString():"-"})]})]})]})]}),s.jsxs(en,{value:"tags",className:"flex-1 overflow-auto space-y-4",children:[s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(_c,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx("span",{className:"text-white font-medium",children:"用户标签"}),s.jsx("span",{className:"text-gray-500 text-xs",children:"基于《一场 Soul 的创业实验》维度打标"})]}),s.jsxs("div",{className:"mb-3 p-2.5 bg-[#38bdac]/5 border border-[#38bdac]/20 rounded-lg flex items-center gap-2 text-xs text-gray-400",children:[s.jsx(Eg,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0"}),"命中的标签自动高亮 · 系统根据行为轨迹和填写资料自动打标 · 手动点击补充或取消"]}),s.jsx("div",{className:"mb-4 space-y-3",children:[{category:"身份类型",tags:["创业者","打工人","自由职业","学生","投资人","合伙人"]},{category:"行业背景",tags:["电商","内容","传统行业","科技/AI","金融","教育","餐饮"]},{category:"痛点标签",tags:["找资源","找方向","找合伙人","想赚钱","想学习","找情感出口"]},{category:"付费意愿",tags:["高意向","已付费","观望中","薅羊毛"]},{category:"MBTI",tags:["ENTJ","INTJ","ENFP","INFP","ENTP","INTP","ESTJ","ISFJ"]}].map(fe=>s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1.5",children:fe.category}),s.jsx("div",{className:"flex flex-wrap gap-1.5",children:fe.tags.map(ge=>s.jsxs("button",{type:"button",onClick:()=>{P.includes(ge)?gt(ge):L([...P,ge])},className:`px-2 py-0.5 rounded text-xs border transition-all ${P.includes(ge)?"bg-[#38bdac]/20 border-[#38bdac]/50 text-[#38bdac]":"bg-transparent border-gray-700 text-gray-500 hover:border-gray-500 hover:text-gray-300"}`,children:[P.includes(ge)?"✓ ":"",ge]},ge))})]},fe.category))}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-3",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-2",children:"已选标签"}),s.jsxs("div",{className:"flex flex-wrap gap-2 mb-3 min-h-[32px]",children:[P.map((fe,ge)=>s.jsxs(Ue,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 pr-1",children:[fe,s.jsx("button",{type:"button",onClick:()=>gt(fe),className:"ml-1 hover:text-red-400",children:s.jsx(ir,{className:"w-3 h-3"})})]},ge)),P.length===0&&s.jsx("span",{className:"text-gray-600 text-sm",children:"暂未选择标签"})]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white flex-1",placeholder:"自定义标签(回车添加)",value:F,onChange:fe=>X(fe.target.value),onKeyDown:fe=>fe.key==="Enter"&&nt()}),s.jsx(ee,{onClick:nt,className:"bg-[#38bdac] hover:bg-[#2da396]",children:"添加"})]})]})]}),(()=>{const fe=a.tags||a.ckbTags||"";let ge=[];try{const Pn=typeof fe=="string"?JSON.parse(fe||"[]"):[];ge=Array.isArray(Pn)?Pn:typeof fe=="string"?fe.split(","):[]}catch{ge=typeof fe=="string"?fe.split(","):[]}const Rt=ge.map(Pn=>String(Pn).trim()).filter(Boolean);return Rt.length===0?null:s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[s.jsx(_c,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"存客宝标签"})]}),s.jsx("div",{className:"flex flex-wrap gap-2",children:Rt.map((Pn,Qs)=>s.jsx(Ue,{className:"bg-purple-500/20 text-purple-400 border-0",children:Pn},Qs))})]})})()]}),s.jsxs(en,{value:"journey",className:"flex-1 overflow-auto",children:[s.jsxs("div",{className:"mb-3 p-3 bg-[#0a1628] rounded-lg flex items-center gap-2",children:[s.jsx(ml,{className:"w-4 h-4 text-[#38bdac]"}),s.jsxs("span",{className:"text-gray-400 text-sm",children:["记录用户从注册到付费的完整行动路径,共 ",o.length," 条记录"]})]}),s.jsx("div",{className:"space-y-2",children:o.length>0?o.map((fe,ge)=>s.jsxs("div",{className:"flex items-start gap-3 p-3 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex flex-col items-center",children:[s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-[#38bdac]",children:Wr(fe.action)}),ge0?u.map((fe,ge)=>{var Pn;const Rt=fe;return s.jsxs("div",{className:"flex items-center justify-between p-2 bg-[#162840] rounded",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("div",{className:"w-6 h-6 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-xs text-[#38bdac]",children:((Pn=Rt.nickname)==null?void 0:Pn.charAt(0))||"?"}),s.jsx("span",{className:"text-white text-sm",children:Rt.nickname})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[Rt.status==="vip"&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0 text-xs",children:"已购"}),s.jsx("span",{className:"text-gray-500 text-xs",children:Rt.createdAt?new Date(Rt.createdAt).toLocaleDateString():""})]})]},Rt.id||ge)}):s.jsx("p",{className:"text-gray-500 text-sm text-center py-4",children:"暂无推荐用户"})})]})}),s.jsxs(en,{value:"shensheshou",className:"flex-1 overflow-auto space-y-4",children:[s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(li,{className:"w-5 h-5 text-[#38bdac]"}),s.jsx("span",{className:"text-white font-medium",children:"用户资料完善"}),s.jsx("span",{className:"text-gray-500 text-xs",children:"通过多维度查询神射手数据,自动回填用户基础信息"})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-2 mb-3",children:[s.jsxs("div",{children:[s.jsx(Y,{className:"text-gray-500 text-xs mb-1 block",children:"手机号"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"11位手机号",value:yt,onChange:fe=>nn(fe.target.value)})]}),s.jsxs("div",{children:[s.jsx(Y,{className:"text-gray-500 text-xs mb-1 block",children:"微信号"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"微信 ID",value:An,onChange:fe=>Mt(fe.target.value)})]}),s.jsxs("div",{className:"col-span-2",children:[s.jsx(Y,{className:"text-gray-500 text-xs mb-1 block",children:"微信 OpenID"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"openid_xxxx(自动填入)",value:Yt,onChange:fe=>rn(fe.target.value)})]})]}),s.jsx(ee,{onClick:mr,disabled:Ae,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white",children:Ae?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-1 animate-spin"})," 查询并自动回填中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Na,{className:"w-4 h-4 mr-1"})," 查询并自动完善用户资料"]})}),s.jsx("p",{className:"text-gray-600 text-xs mt-2",children:"查询成功后,神射手返回的标签将自动同步到该用户"}),Tt&&s.jsx("div",{className:"mt-3 p-3 bg-red-500/10 border border-red-500/30 rounded-lg text-red-400 text-sm",children:Tt}),$e&&s.jsxs("div",{className:"mt-3 space-y-3",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"神射手 RFM 分"}),s.jsx("p",{className:"text-2xl font-bold text-[#38bdac]",children:$e.rfm_score??"-"})]}),s.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"用户等级"}),s.jsx("p",{className:"text-2xl font-bold text-white",children:$e.user_level??"-"})]})]}),$e.tags&&$e.tags.length>0&&s.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-2",children:"神射手标签"}),s.jsx("div",{className:"flex flex-wrap gap-2",children:$e.tags.map((fe,ge)=>s.jsx(Ue,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/20",children:fe},ge))})]}),$e.last_active&&s.jsxs("div",{className:"text-sm text-gray-500",children:["最近活跃:",$e.last_active]})]})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsxs("div",{children:[s.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[s.jsx(li,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"推送用户数据到神射手"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:"将本用户信息(手机号、昵称、标签等)同步至神射手,自动完善用户画像"})]}),s.jsx(ee,{onClick:As,disabled:In||!a.phone,variant:"outline",className:"border-purple-500/40 text-purple-400 hover:bg-purple-500/10 bg-transparent shrink-0 ml-4",children:In?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-1 animate-spin"})," 推送中"]}):s.jsxs(s.Fragment,{children:[s.jsx(li,{className:"w-4 h-4 mr-1"})," 推送"]})})]}),!a.phone&&s.jsx("p",{className:"text-yellow-500/70 text-xs",children:"⚠ 用户未绑定手机号,无法推送"}),Rn&&s.jsx("div",{className:"mt-3 p-3 bg-[#162840] rounded-lg text-sm",children:Rn.error?s.jsx("p",{className:"text-red-400",children:String(Rn.error)}):s.jsxs("div",{className:"space-y-1",children:[s.jsxs("p",{className:"text-green-400 flex items-center gap-1",children:[s.jsx(Eg,{className:"w-4 h-4"})," 推送成功"]}),Rn.enriched!==void 0&&s.jsxs("p",{className:"text-gray-400",children:["自动补全标签数:",String(Rn.new_tags_added??0)]})]})})]})]})]}),s.jsxs("div",{className:"flex justify-end gap-2 pt-3 border-t border-gray-700 mt-3",children:[s.jsxs(ee,{variant:"outline",onClick:e,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"关闭"]}),s.jsxs(ee,{onClick:lt,disabled:v,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),v?"保存中...":"保存修改"]})]})]}):s.jsx("div",{className:"text-center py-12 text-gray-500",children:"用户不存在"})]})}),s.jsx(Ot,{open:H,onOpenChange:oe,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsx(Lt,{children:"调整余额"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"调整金额(元)"}),s.jsx(ne,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"正数增加,负数扣减,如 10 或 -5",value:q,onChange:fe=>me(fe.target.value)})]}),s.jsxs("div",{children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"备注(可选)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"如:活动补偿",value:Z,onChange:fe=>ce(fe.target.value)})]})]}),s.jsxs("div",{className:"flex justify-end gap-2",children:[s.jsx(ee,{variant:"outline",onClick:()=>oe(!1),className:"border-gray-600 text-gray-300",children:"取消"}),s.jsx(ee,{onClick:gn,disabled:he,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:he?"提交中...":"确认调整"})]})]})})]}):null}function uP(){const t=Ci(),[e,n]=b.useState(!0),[r,a]=b.useState(!0),[i,o]=b.useState(!0),[c,u]=b.useState([]),[h,f]=b.useState([]),[m,g]=b.useState(0),[y,N]=b.useState(0),[w,v]=b.useState(0),[k,C]=b.useState(0),[E,T]=b.useState(null),[R,D]=b.useState(null),[_,P]=b.useState(!1),L=ae=>{const I=ae;if((I==null?void 0:I.status)===401)T("登录已过期,请重新登录");else{if((I==null?void 0:I.name)==="AbortError")return;T("加载失败,请检查网络或联系管理员")}};async function F(ae){const I=ae?{signal:ae}:void 0;n(!0),T(null);try{const z=await Oe("/api/admin/dashboard/stats",I);z!=null&&z.success&&(g(z.totalUsers??0),N(z.paidOrderCount??0),v(z.totalRevenue??0),C(z.conversionRate??0))}catch(z){if((z==null?void 0:z.name)!=="AbortError"){console.error("stats 失败,尝试 overview 降级",z);try{const re=await Oe("/api/admin/dashboard/overview",I);re!=null&&re.success&&(g(re.totalUsers??0),N(re.paidOrderCount??0),v(re.totalRevenue??0),C(re.conversionRate??0))}catch(re){L(re)}}}finally{n(!1)}a(!0),o(!0);const O=async()=>{try{const z=await Oe("/api/admin/dashboard/recent-orders",I);if(z!=null&&z.success&&z.recentOrders)f(z.recentOrders);else throw new Error("no data")}catch(z){if((z==null?void 0:z.name)!=="AbortError")try{const re=await Oe("/api/admin/orders?page=1&pageSize=20&status=paid",I),$=((re==null?void 0:re.orders)??[]).filter(H=>["paid","completed","success"].includes(H.status||""));f($.slice(0,5))}catch{f([])}}finally{a(!1)}},G=async()=>{try{const z=await Oe("/api/admin/dashboard/new-users",I);if(z!=null&&z.success&&z.newUsers)u(z.newUsers);else throw new Error("no data")}catch(z){if((z==null?void 0:z.name)!=="AbortError")try{const re=await Oe("/api/db/users?page=1&pageSize=10",I);u((re==null?void 0:re.users)??[])}catch{u([])}}finally{o(!1)}};await Promise.all([O(),G()])}b.useEffect(()=>{const ae=new AbortController;F(ae.signal);const I=setInterval(()=>F(),3e4);return()=>{ae.abort(),clearInterval(I)}},[]);const X=m,te=ae=>{const I=ae.productType||"",O=ae.description||"";if(I==="balance_recharge")return{title:`余额充值 ¥${typeof ae.amount=="number"?ae.amount.toFixed(2):parseFloat(String(ae.amount||"0")).toFixed(2)}`,subtitle:"余额充值"};if(O){if(I==="section"&&O.includes("章节")){if(O.includes("-")){const G=O.split("-");if(G.length>=3)return{title:`第${G[1]}章 第${G[2]}节`,subtitle:"《一场Soul的创业实验》"}}return{title:O,subtitle:"章节购买"}}return I==="fullbook"||O.includes("全书")?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:I==="vip"||O.includes("VIP")?{title:"超级个体开通费用",subtitle:"超级个体"}:I==="match"||O.includes("伙伴")?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:O,subtitle:I==="section"?"单章":I==="fullbook"?"全书":"其他"}}return I==="section"?{title:`章节 ${ae.productId||""}`,subtitle:"单章购买"}:I==="fullbook"?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:I==="vip"?{title:"超级个体开通费用",subtitle:"超级个体"}:I==="match"?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:"未知商品",subtitle:I||"其他"}},ue=[{title:"总用户数",value:e?null:X,icon:Zn,color:"text-blue-400",bg:"bg-blue-500/20",link:"/users"},{title:"总收入",value:e?null:`¥${(w??0).toFixed(2)}`,icon:zc,color:"text-[#38bdac]",bg:"bg-[#38bdac]/20",link:"/orders"},{title:"订单数",value:e?null:y,icon:Rg,color:"text-purple-400",bg:"bg-purple-500/20",link:"/orders"},{title:"转化率",value:e?null:`${typeof k=="number"?k.toFixed(1):0}%`,icon:Br,color:"text-orange-400",bg:"bg-orange-500/20",link:"/distribution"}];return s.jsxs("div",{className:"p-8 w-full",children:[s.jsx("h1",{className:"text-2xl font-bold mb-8 text-white",children:"数据概览"}),E&&s.jsxs("div",{className:"mb-6 px-4 py-3 rounded-lg bg-amber-500/20 border border-amber-500/50 text-amber-200 text-sm flex items-center justify-between",children:[s.jsx("span",{children:E}),s.jsx("button",{type:"button",onClick:()=>F(),className:"text-amber-400 hover:text-amber-300 underline",children:"重试"})]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-8",children:ue.map((ae,I)=>s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl cursor-pointer hover:border-[#38bdac]/50 transition-colors group",onClick:()=>ae.link&&t(ae.link),children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsx(Ye,{className:"text-sm font-medium text-gray-400",children:ae.title}),s.jsx("div",{className:`p-2 rounded-lg ${ae.bg}`,children:s.jsx(ae.icon,{className:`w-4 h-4 ${ae.color}`})})]}),s.jsx(Ee,{children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx("div",{className:"text-2xl font-bold text-white min-h-[2rem] flex items-center",children:ae.value!=null?ae.value:s.jsxs("span",{className:"inline-flex items-center gap-2 text-gray-500",children:[s.jsx(Ke,{className:"w-4 h-4 animate-spin"}),"加载中"]})}),s.jsx(pl,{className:"w-5 h-5 text-gray-600 group-hover:text-[#38bdac] transition-colors"})]})})]},I))}),s.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-8",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between",children:[s.jsx(Ye,{className:"text-white",children:"最近订单"}),s.jsxs("button",{type:"button",onClick:()=>F(),disabled:r||i,className:"text-xs text-gray-400 hover:text-[#38bdac] flex items-center gap-1 disabled:opacity-50",title:"刷新",children:[r||i?s.jsx(Ke,{className:"w-3.5 h-3.5 animate-spin"}):s.jsx(Ke,{className:"w-3.5 h-3.5"}),"刷新(每 30 秒自动更新)"]})]}),s.jsx(Ee,{children:s.jsx("div",{className:"space-y-3",children:r&&h.length===0?s.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[s.jsx(Ke,{className:"w-8 h-8 animate-spin mb-2"}),s.jsx("span",{className:"text-sm",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[h.slice(0,5).map(ae=>{var re;const I=ae.referrerId?c.find(K=>K.id===ae.referrerId):void 0,O=ae.referralCode||(I==null?void 0:I.referralCode)||(I==null?void 0:I.nickname)||(ae.referrerId?String(ae.referrerId).slice(0,8):""),G=te(ae),z=ae.userNickname||((re=c.find(K=>K.id===ae.userId))==null?void 0:re.nickname)||"匿名用户";return s.jsxs("div",{className:"flex items-start justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30 hover:border-[#38bdac]/30 transition-colors",children:[s.jsxs("div",{className:"flex items-start gap-3 flex-1",children:[ae.userAvatar?s.jsx("img",{src:ae.userAvatar,alt:z,className:"w-9 h-9 rounded-full object-cover flex-shrink-0 mt-0.5",onError:K=>{K.currentTarget.style.display="none";const $=K.currentTarget.nextElementSibling;$&&$.classList.remove("hidden")}}):null,s.jsx("div",{className:`w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 mt-0.5 ${ae.userAvatar?"hidden":""}`,children:z.charAt(0)}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[s.jsx("button",{type:"button",onClick:()=>{ae.userId&&(D(ae.userId),P(!0))},className:"text-sm text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:z}),s.jsx("span",{className:"text-gray-600",children:"·"}),s.jsx("span",{className:"text-sm font-medium text-white truncate",children:G.title})]}),s.jsxs("div",{className:"flex items-center gap-2 text-xs text-gray-500",children:[G.subtitle&&G.subtitle!=="章节购买"&&s.jsx("span",{className:"px-1.5 py-0.5 bg-gray-700/50 rounded",children:G.subtitle}),s.jsx("span",{children:new Date(ae.createdAt||0).toLocaleString("zh-CN",{month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})})]}),O&&s.jsxs("p",{className:"text-xs text-gray-600 mt-1",children:["推荐: ",O]})]})]}),s.jsxs("div",{className:"text-right ml-4 flex-shrink-0",children:[s.jsxs("p",{className:"text-sm font-bold text-[#38bdac]",children:["+¥",Number(ae.amount).toFixed(2)]}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:ae.paymentMethod||"微信"})]})]},ae.id)}),h.length===0&&!r&&s.jsxs("div",{className:"text-center py-12",children:[s.jsx(Rg,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无订单数据"})]})]})})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"新注册用户"})}),s.jsx(Ee,{children:s.jsx("div",{className:"space-y-3",children:i&&c.length===0?s.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[s.jsx(Ke,{className:"w-8 h-8 animate-spin mb-2"}),s.jsx("span",{className:"text-sm",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[c.slice(0,5).map(ae=>{var I;return s.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-10 h-10 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac]",children:((I=ae.nickname)==null?void 0:I.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsx("button",{type:"button",onClick:()=>{D(ae.id),P(!0)},className:"text-sm font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:ae.nickname||"匿名用户"}),s.jsx("p",{className:"text-xs text-gray-500",children:ae.phone||"-"})]})]}),s.jsx("p",{className:"text-xs text-gray-400",children:ae.createdAt?new Date(ae.createdAt).toLocaleDateString():"-"})]},ae.id)}),c.length===0&&!i&&s.jsx("p",{className:"text-gray-500 text-center py-8",children:"暂无用户数据"})]})})})]})]}),s.jsx(t0,{open:_,onClose:()=>{P(!1),D(null)},userId:R,onUserUpdated:()=>F()})]})}const lr=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{className:"relative w-full overflow-auto",children:s.jsx("table",{ref:n,className:Ct("w-full caption-bottom text-sm",t),...e})}));lr.displayName="Table";const cr=b.forwardRef(({className:t,...e},n)=>s.jsx("thead",{ref:n,className:Ct("[&_tr]:border-b",t),...e}));cr.displayName="TableHeader";const dr=b.forwardRef(({className:t,...e},n)=>s.jsx("tbody",{ref:n,className:Ct("[&_tr:last-child]:border-0",t),...e}));dr.displayName="TableBody";const it=b.forwardRef(({className:t,...e},n)=>s.jsx("tr",{ref:n,className:Ct("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",t),...e}));it.displayName="TableRow";const je=b.forwardRef(({className:t,...e},n)=>s.jsx("th",{ref:n,className:Ct("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",t),...e}));je.displayName="TableHead";const ye=b.forwardRef(({className:t,...e},n)=>s.jsx("td",{ref:n,className:Ct("p-4 align-middle [&:has([role=checkbox])]:pr-0",t),...e}));ye.displayName="TableCell";function n0(t,e){const[n,r]=b.useState(t);return b.useEffect(()=>{const a=setTimeout(()=>r(t),e);return()=>clearTimeout(a)},[t,e]),n}function is({page:t,totalPages:e,total:n,pageSize:r,onPageChange:a,onPageSizeChange:i,pageSizeOptions:o=[10,20,50,100]}){return e<=1&&!i?null:s.jsxs("div",{className:"flex items-center justify-between gap-4 py-4 px-5 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-2 text-sm text-gray-400",children:[s.jsxs("span",{children:["共 ",n," 条"]}),i&&s.jsx("select",{value:r,onChange:c=>i(Number(c.target.value)),className:"bg-[#0f2137] border border-gray-600 rounded px-2 py-1 text-gray-300 text-sm",children:o.map(c=>s.jsxs("option",{value:c,children:[c," 条/页"]},c))})]}),e>1&&s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("button",{type:"button",onClick:()=>a(1),disabled:t<=1,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"首页"}),s.jsx("button",{type:"button",onClick:()=>a(t-1),disabled:t<=1,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"上一页"}),s.jsxs("span",{className:"px-3 py-1 text-gray-400 text-sm",children:[t," / ",e]}),s.jsx("button",{type:"button",onClick:()=>a(t+1),disabled:t>=e,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"下一页"}),s.jsx("button",{type:"button",onClick:()=>a(e),disabled:t>=e,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"末页"})]})]})}function hP(){const[t,e]=b.useState([]),[n,r]=b.useState([]),[a,i]=b.useState(0),[o,c]=b.useState(0),[u,h]=b.useState(0),[f,m]=b.useState(1),[g,y]=b.useState(10),[N,w]=b.useState(""),v=n0(N,300),[k,C]=b.useState("all"),[E,T]=b.useState(!0),[R,D]=b.useState(null),[_,P]=b.useState(null),[L,F]=b.useState(""),[X,te]=b.useState(!1);async function ue(){T(!0),D(null);try{const K=k==="all"?"":k==="completed"?"completed":k,$=new URLSearchParams({page:String(f),pageSize:String(g),...K&&{status:K},...v&&{search:v}}),[H,oe]=await Promise.all([Oe(`/api/admin/orders?${$}`),Oe("/api/db/users?page=1&pageSize=500")]);H!=null&&H.success&&(e(H.orders||[]),i(H.total??0),c(H.totalRevenue??0),h(H.todayRevenue??0)),oe!=null&&oe.success&&oe.users&&r(oe.users)}catch(K){console.error("加载订单失败",K),D("加载订单失败,请检查网络后重试")}finally{T(!1)}}b.useEffect(()=>{m(1)},[v,k]),b.useEffect(()=>{ue()},[f,g,v,k]);const ae=K=>{var $;return K.userNickname||(($=n.find(H=>H.id===K.userId))==null?void 0:$.nickname)||"匿名用户"},I=K=>{var $;return(($=n.find(H=>H.id===K))==null?void 0:$.phone)||"-"},O=K=>{const $=K.productType||K.type||"",H=K.description||"";if($==="balance_recharge")return{name:`余额充值 ¥${Number(K.amount||0).toFixed(2)}`,type:"余额充值"};if(H){if($==="section"&&H.includes("章节")){if(H.includes("-")){const oe=H.split("-");if(oe.length>=3)return{name:`第${oe[1]}章 第${oe[2]}节`,type:"《一场Soul的创业实验》"}}return{name:H,type:"章节购买"}}return $==="fullbook"||H.includes("全书")?{name:"《一场Soul的创业实验》",type:"全书购买"}:$==="vip"||H.includes("VIP")?{name:"超级个体开通费用",type:"超级个体"}:$==="match"||H.includes("伙伴")?{name:"找伙伴匹配",type:"功能服务"}:{name:H,type:"其他"}}return $==="section"?{name:`章节 ${K.productId||K.sectionId||""}`,type:"单章"}:$==="fullbook"?{name:"《一场Soul的创业实验》",type:"全书"}:$==="vip"?{name:"超级个体开通费用",type:"超级个体"}:$==="match"?{name:"找伙伴匹配",type:"功能"}:{name:"未知商品",type:$||"其他"}},G=Math.ceil(a/g)||1;async function z(){var K;if(!(!(_!=null&&_.orderSn)&&!(_!=null&&_.id))){te(!0),D(null);try{const $=await _t("/api/admin/orders/refund",{orderSn:_.orderSn||_.id,reason:L||void 0});$!=null&&$.success?(P(null),F(""),ue()):D(($==null?void 0:$.error)||"退款失败")}catch($){const H=$;D(((K=H==null?void 0:H.data)==null?void 0:K.error)||"退款失败,请检查网络后重试")}finally{te(!1)}}}function re(){if(t.length===0){ie.info("暂无数据可导出");return}const K=["订单号","用户","手机号","商品","金额","支付方式","状态","退款原因","分销佣金","下单时间"],$=t.map(Z=>{const ce=O(Z);return[Z.orderSn||Z.id||"",ae(Z),I(Z.userId),ce.name,Number(Z.amount||0).toFixed(2),Z.paymentMethod==="wechat"?"微信支付":Z.paymentMethod==="balance"?"余额支付":Z.paymentMethod==="alipay"?"支付宝":Z.paymentMethod||"微信支付",Z.status==="refunded"?"已退款":Z.status==="paid"||Z.status==="completed"?"已完成":Z.status==="pending"||Z.status==="created"?"待支付":"已失败",Z.status==="refunded"&&Z.refundReason?Z.refundReason:"-",Z.referrerEarnings?Number(Z.referrerEarnings).toFixed(2):"-",Z.createdAt?new Date(Z.createdAt).toLocaleString("zh-CN"):""].join(",")}),H="\uFEFF"+[K.join(","),...$].join(` -`),oe=new Blob([H],{type:"text/csv;charset=utf-8"}),q=URL.createObjectURL(oe),me=document.createElement("a");me.href=q,me.download=`订单列表_${new Date().toISOString().slice(0,10)}.csv`,me.click(),URL.revokeObjectURL(q)}return s.jsxs("div",{className:"p-8 w-full",children:[R&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:R}),s.jsx("button",{type:"button",onClick:()=>D(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"订单管理"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",t.length," 笔订单"]})]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs(ee,{variant:"outline",onClick:ue,disabled:E,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${E?"animate-spin":""}`}),"刷新"]}),s.jsxs("div",{className:"flex items-center gap-2 text-sm",children:[s.jsx("span",{className:"text-gray-400",children:"总收入:"}),s.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",o.toFixed(2)]}),s.jsx("span",{className:"text-gray-600",children:"|"}),s.jsx("span",{className:"text-gray-400",children:"今日:"}),s.jsxs("span",{className:"text-[#FFD700] font-bold",children:["¥",u.toFixed(2)]})]})]})]}),s.jsxs("div",{className:"flex items-center gap-4 mb-6",children:[s.jsxs("div",{className:"relative flex-1 max-w-md",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(ne,{type:"text",placeholder:"搜索订单号/用户/章节...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500",value:N,onChange:K=>w(K.target.value)})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Jw,{className:"w-4 h-4 text-gray-400"}),s.jsxs("select",{value:k,onChange:K=>C(K.target.value),className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"created",children:"已创建"}),s.jsx("option",{value:"failed",children:"已失败"}),s.jsx("option",{value:"refunded",children:"已退款"})]})]}),s.jsxs(ee,{variant:"outline",onClick:re,disabled:t.length===0,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(fM,{className:"w-4 h-4 mr-2"}),"导出 CSV"]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:E?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"订单号"}),s.jsx(je,{className:"text-gray-400",children:"用户"}),s.jsx(je,{className:"text-gray-400",children:"商品"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"支付方式"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"退款原因"}),s.jsx(je,{className:"text-gray-400",children:"分销佣金"}),s.jsx(je,{className:"text-gray-400",children:"下单时间"}),s.jsx(je,{className:"text-gray-400",children:"操作"})]})}),s.jsxs(dr,{children:[t.map(K=>{const $=O(K);return s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsxs(ye,{className:"font-mono text-xs text-gray-400",children:[(K.orderSn||K.id||"").slice(0,12),"..."]}),s.jsx(ye,{children:s.jsxs("div",{children:[s.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[ae(K),K.payerUserId&&s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"代付"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:I(K.userId)}),K.payerUserId&&K.payerNickname&&s.jsxs("p",{className:"text-amber-400/80 text-xs mt-0.5",children:["代付人:",K.payerNickname]})]})}),s.jsx(ye,{children:s.jsxs("div",{children:[s.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[$.name,(K.productType||K.type)==="vip"&&s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"超级个体"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:$.type})]})}),s.jsxs(ye,{className:"text-[#38bdac] font-bold",children:["¥",Number(K.amount||0).toFixed(2)]}),s.jsx(ye,{className:"text-gray-300",children:K.paymentMethod==="wechat"?"微信支付":K.paymentMethod==="balance"?"余额支付":K.paymentMethod==="alipay"?"支付宝":K.paymentMethod||"微信支付"}),s.jsx(ye,{children:K.status==="refunded"?s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 hover:bg-gray-500/20 border-0",children:"已退款"}):K.status==="paid"||K.status==="completed"?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"}):K.status==="pending"||K.status==="created"?s.jsx(Ue,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:"待支付"}):s.jsx(Ue,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已失败"})}),s.jsx(ye,{className:"text-gray-400 text-sm max-w-[120px] truncate",title:K.refundReason,children:K.status==="refunded"&&K.refundReason?K.refundReason:"-"}),s.jsx(ye,{className:"text-[#FFD700]",children:K.referrerEarnings?`¥${Number(K.referrerEarnings).toFixed(2)}`:"-"}),s.jsx(ye,{className:"text-gray-400 text-sm",children:new Date(K.createdAt).toLocaleString("zh-CN")}),s.jsx(ye,{children:(K.status==="paid"||K.status==="completed")&&K.paymentMethod!=="balance"&&s.jsxs(ee,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{P(K),F("")},children:[s.jsx(tj,{className:"w-3 h-3 mr-1"}),"退款"]})})]},K.id)}),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:10,className:"text-center py-12 text-gray-500",children:"暂无订单数据"})})]})]}),s.jsx(is,{page:f,totalPages:G,total:a,pageSize:g,onPageChange:m,onPageSizeChange:K=>{y(K),m(1)}})]})})}),s.jsx(Ot,{open:!!_,onOpenChange:K=>!K&&P(null),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"订单退款"})}),_&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",_.orderSn||_.id]}),s.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",Number(_.amount||0).toFixed(2)]}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:L,onChange:K=>F(K.target.value)})})]}),s.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>P(null),disabled:X,children:"取消"}),s.jsx(ee,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:z,disabled:X,children:X?"退款中...":"确认退款"})]})]})})]})}const _l=b.forwardRef(({className:t,...e},n)=>s.jsx("textarea",{className:Ct("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",t),ref:n,...e}));_l.displayName="Textarea";const Pu=[{id:"register",label:"注册/登录",icon:"👤",color:"bg-blue-500/20 border-blue-500/40 text-blue-400",desc:"微信授权登录或手机号注册"},{id:"browse",label:"浏览章节",icon:"📖",color:"bg-purple-500/20 border-purple-500/40 text-purple-400",desc:"点击免费/付费章节预览"},{id:"bind_phone",label:"绑定手机",icon:"📱",color:"bg-cyan-500/20 border-cyan-500/40 text-cyan-400",desc:"触发付费章节后绑定手机"},{id:"first_pay",label:"首次付款",icon:"💳",color:"bg-green-500/20 border-green-500/40 text-green-400",desc:"购买单章或全书"},{id:"fill_profile",label:"完善资料",icon:"✍️",color:"bg-yellow-500/20 border-yellow-500/40 text-yellow-400",desc:"填写头像、MBTI、行业等"},{id:"match",label:"派对房匹配",icon:"🤝",color:"bg-orange-500/20 border-orange-500/40 text-orange-400",desc:"参与 Soul 派对房"},{id:"vip",label:"升级 VIP",icon:"👑",color:"bg-amber-500/20 border-amber-500/40 text-amber-400",desc:"付款 ¥1980 购买全书"},{id:"distribution",label:"开启分销",icon:"🔗",color:"bg-[#38bdac]/20 border-[#38bdac]/40 text-[#38bdac]",desc:"生成推广码并推荐好友"}];function fP(){var fs,Di,Ps,Li,Pa;const[t,e]=Vw(),n=t.get("pool"),[r,a]=b.useState([]),[i,o]=b.useState(0),[c,u]=b.useState(1),[h,f]=b.useState(10),[m,g]=b.useState(""),y=n0(m,300),N=n==="vip"?"vip":n==="complete"?"complete":"all",[w,v]=b.useState(N),[k,C]=b.useState(!0),[E,T]=b.useState(!1),[R,D]=b.useState(null),[_,P]=b.useState(!1),[L,F]=b.useState("desc");b.useEffect(()=>{n==="vip"?v("vip"):n==="complete"?v("complete"):n==="all"&&v("all")},[n]);const[X,te]=b.useState(!1),[ue,ae]=b.useState(null),[I,O]=b.useState(!1),[G,z]=b.useState(!1),[re,K]=b.useState({referrals:[],stats:{}}),[$,H]=b.useState(!1),[oe,q]=b.useState(null),[me,Z]=b.useState(!1),[ce,he]=b.useState(null),[ve,Ae]=b.useState({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),[Be,$e]=b.useState([]),[pt,Tt]=b.useState(!1),[ln,yt]=b.useState(!1),[nn,An]=b.useState(null),[Mt,Yt]=b.useState({title:"",description:"",trigger:"",sort:0,enabled:!0}),[rn,In]=b.useState([]),[pr,Rn]=b.useState(!1),[Hn,W]=b.useState(null),[He,qe]=b.useState(null),[xt,lt]=b.useState({}),[nt,gt]=b.useState(!1);async function It(V=!1){var Re;C(!0),V&&T(!0),D(null);try{if(_){const et=new URLSearchParams({search:y,limit:String(h*5)}),tt=await Oe(`/api/db/users/rfm?${et}`);if(tt!=null&&tt.success){let Dn=tt.users||[];L==="asc"&&(Dn=[...Dn].reverse());const gr=(c-1)*h;a(Dn.slice(gr,gr+h)),o(((Re=tt.users)==null?void 0:Re.length)??0),Dn.length===0&&(P(!1),D("暂无订单数据,RFM 排序需要用户有购买记录后才能生效"))}else P(!1),D((tt==null?void 0:tt.error)||"RFM 加载失败,已切回普通模式")}else{const et=new URLSearchParams({page:String(c),pageSize:String(h),search:y,...w==="vip"&&{vip:"true"},...w==="complete"&&{pool:"complete"}}),tt=await Oe(`/api/db/users?${et}`);tt!=null&&tt.success?(a(tt.users||[]),o(tt.total??0)):D((tt==null?void 0:tt.error)||"加载失败")}}catch(et){console.error("Load users error:",et),D("网络错误")}finally{C(!1),V&&T(!1)}}b.useEffect(()=>{u(1)},[y,w,_]),b.useEffect(()=>{It()},[c,h,y,w,_,L]);const gn=Math.ceil(i/h)||1,mr=()=>{_?L==="desc"?F("asc"):(P(!1),F("desc")):(P(!0),F("desc"))},wr=V=>({S:"bg-amber-500/20 text-amber-400",A:"bg-green-500/20 text-green-400",B:"bg-blue-500/20 text-blue-400",C:"bg-gray-500/20 text-gray-400",D:"bg-red-500/20 text-red-400"})[V||""]||"bg-gray-500/20 text-gray-400";async function As(V){if(confirm("确定要删除这个用户吗?"))try{const Re=await Bs(`/api/db/users?id=${encodeURIComponent(V)}`);Re!=null&&Re.success?It():ie.error("删除失败: "+((Re==null?void 0:Re.error)||""))}catch{ie.error("删除失败")}}const Wr=V=>{ae(V),Ae({phone:V.phone||"",nickname:V.nickname||"",password:"",isAdmin:!!(V.isAdmin??!1),hasFullBook:!!(V.hasFullBook??!1)}),te(!0)},Is=()=>{ae(null),Ae({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),te(!0)};async function fe(){if(!ve.phone||!ve.nickname){ie.error("请填写手机号和昵称");return}O(!0);try{if(ue){const V=await _t("/api/db/users",{id:ue.id,phone:ve.phone||void 0,nickname:ve.nickname,isAdmin:ve.isAdmin,hasFullBook:ve.hasFullBook,...ve.password&&{password:ve.password}});if(!(V!=null&&V.success)){ie.error("更新失败: "+((V==null?void 0:V.error)||""));return}}else{const V=await wt("/api/db/users",{phone:ve.phone,nickname:ve.nickname,password:ve.password,isAdmin:ve.isAdmin});if(!(V!=null&&V.success)){ie.error("创建失败: "+((V==null?void 0:V.error)||""));return}}te(!1),It()}catch{ie.error("保存失败")}finally{O(!1)}}async function ge(V){q(V),z(!0),H(!0);try{const Re=await Oe(`/api/db/users/referrals?userId=${encodeURIComponent(V.id)}`);Re!=null&&Re.success?K({referrals:Re.referrals||[],stats:Re.stats||{}}):K({referrals:[],stats:{}})}catch{K({referrals:[],stats:{}})}finally{H(!1)}}const Rt=b.useCallback(async()=>{Tt(!0);try{const V=await Oe("/api/db/user-rules");V!=null&&V.success&&$e(V.rules||[])}catch{}finally{Tt(!1)}},[]);async function Pn(){if(!Mt.title){ie.error("请填写规则标题");return}O(!0);try{if(nn){const V=await _t("/api/db/user-rules",{id:nn.id,...Mt});if(!(V!=null&&V.success)){ie.error("更新失败: "+((V==null?void 0:V.error)||""));return}}else{const V=await wt("/api/db/user-rules",Mt);if(!(V!=null&&V.success)){ie.error("创建失败: "+((V==null?void 0:V.error)||""));return}}yt(!1),Rt()}catch{ie.error("保存失败")}finally{O(!1)}}async function Qs(V){if(confirm("确定删除?"))try{const Re=await Bs(`/api/db/user-rules?id=${V}`);Re!=null&&Re.success&&Rt()}catch{}}async function Xs(V){try{await _t("/api/db/user-rules",{id:V.id,enabled:!V.enabled}),Rt()}catch{}}const Wn=b.useCallback(async()=>{Rn(!0);try{const V=await Oe("/api/db/vip-members?limit=500");if(V!=null&&V.success&&V.data){const Re=[...V.data].map((et,tt)=>({...et,vipSort:typeof et.vipSort=="number"?et.vipSort:tt+1}));Re.sort((et,tt)=>(et.vipSort??999999)-(tt.vipSort??999999)),In(Re)}else V&&V.error&&ie.error(V.error)}catch{ie.error("加载超级个体列表失败")}finally{Rn(!1)}},[]),[Zs,ht]=b.useState(!1),[xn,Ur]=b.useState(null),[Ir,ds]=b.useState(""),[On,us]=b.useState(!1),hs=["创业者","资源整合者","技术达人","投资人","产品经理","流量操盘手"],Rs=V=>{Ur(V),ds(V.vipRole||""),ht(!0)},Ma=async V=>{const Re=V.trim();if(xn){if(!Re){ie.error("请选择或输入标签");return}us(!0);try{const et=await _t("/api/db/users",{id:xn.id,vipRole:Re});if(!(et!=null&&et.success)){ie.error((et==null?void 0:et.error)||"更新超级个体标签失败");return}ie.success("已更新超级个体标签"),ht(!1),Ur(null),await Wn()}catch{ie.error("更新超级个体标签失败")}finally{us(!1)}}},[er,Kr]=b.useState(!1),[ea,Rr]=b.useState(null),[Pi,Aa]=b.useState(""),[Ro,Ia]=b.useState(!1),qr=V=>{Rr(V),Aa(V.vipSort!=null?String(V.vipSort):""),Kr(!0)},Gr=async()=>{if(!ea)return;const V=Number(Pi);if(!Number.isFinite(V)){ie.error("请输入有效的数字序号");return}Ia(!0);try{const Re=await _t("/api/db/users",{id:ea.id,vipSort:V});if(!(Re!=null&&Re.success)){ie.error((Re==null?void 0:Re.error)||"更新排序序号失败");return}ie.success("已更新排序序号"),Kr(!1),Rr(null),await Wn()}catch{ie.error("更新排序序号失败")}finally{Ia(!1)}},Ra=(V,Re)=>{V.dataTransfer.effectAllowed="move",V.dataTransfer.setData("text/plain",Re),W(Re)},Hl=(V,Re)=>{V.preventDefault(),He!==Re&&qe(Re)},ta=()=>{W(null),qe(null)},Pt=async(V,Re)=>{V.preventDefault();const et=V.dataTransfer.getData("text/plain")||Hn;if(W(null),qe(null),!et||et===Re)return;const tt=rn.find(Qt=>Qt.id===et),Dn=rn.find(Qt=>Qt.id===Re);if(!tt||!Dn)return;const gr=tt.vipSort??rn.findIndex(Qt=>Qt.id===et)+1,Po=Dn.vipSort??rn.findIndex(Qt=>Qt.id===Re)+1;In(Qt=>{const Un=[...Qt],ps=Un.findIndex(Oa=>Oa.id===et),Os=Un.findIndex(Oa=>Oa.id===Re);if(ps===-1||Os===-1)return Qt;const na=[...Un],[Wl,_i]=[na[ps],na[Os]];return na[ps]={..._i,vipSort:gr},na[Os]={...Wl,vipSort:Po},na});try{const[Qt,Un]=await Promise.all([_t("/api/db/users",{id:et,vipSort:Po}),_t("/api/db/users",{id:Re,vipSort:gr})]);if(!(Qt!=null&&Qt.success)||!(Un!=null&&Un.success)){ie.error((Qt==null?void 0:Qt.error)||(Un==null?void 0:Un.error)||"更新排序失败"),await Wn();return}ie.success("已更新排序"),await Wn()}catch{ie.error("更新排序失败"),await Wn()}},Oi=b.useCallback(async()=>{gt(!0);try{const V=await Oe("/api/db/users/journey-stats");V!=null&&V.success&&V.stats&<(V.stats)}catch{}finally{gt(!1)}},[]);return s.jsxs("div",{className:"p-8 w-full",children:[R&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:R}),s.jsx("button",{type:"button",onClick:()=>D(null),children:"×"})]}),s.jsx("div",{className:"flex justify-between items-center mb-6",children:s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"用户管理"}),s.jsxs("p",{className:"text-gray-400 mt-1 text-sm",children:["共 ",i," 位注册用户",_&&" · RFM 排序中"]})]})}),s.jsxs(xd,{defaultValue:"users",className:"w-full",children:[s.jsxs(Ll,{className:"bg-[#0a1628] border border-gray-700/50 p-1 mb-6 flex-wrap h-auto gap-1",children:[s.jsxs(Zt,{value:"users",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",children:[s.jsx(Zn,{className:"w-4 h-4"})," 用户列表"]}),s.jsxs(Zt,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Oi,children:[s.jsx(ml,{className:"w-4 h-4"})," 用户旅程总览"]}),s.jsxs(Zt,{value:"rules",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Rt,children:[s.jsx(lo,{className:"w-4 h-4"})," 规则配置"]}),s.jsxs(Zt,{value:"vip-roles",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Wn,children:[s.jsx(yl,{className:"w-4 h-4"})," 超级个体列表"]})]}),s.jsxs(en,{value:"users",children:[s.jsxs("div",{className:"flex items-center gap-3 mb-4 justify-end flex-wrap",children:[s.jsxs(ee,{variant:"outline",onClick:()=>It(!0),disabled:E,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${E?"animate-spin":""}`})," 刷新"]}),s.jsxs("select",{value:w,onChange:V=>{const Re=V.target.value;v(Re),u(1),n&&(t.delete("pool"),e(t))},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",disabled:_,children:[s.jsx("option",{value:"all",children:"全部用户"}),s.jsx("option",{value:"vip",children:"VIP会员(超级个体)"}),s.jsx("option",{value:"complete",children:"完善资料用户"})]}),s.jsxs("div",{className:"relative",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(ne,{type:"text",placeholder:"搜索用户...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500 w-56",value:m,onChange:V=>g(V.target.value)})]}),s.jsxs(ee,{onClick:Is,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Og,{className:"w-4 h-4 mr-2"})," 添加用户"]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:k?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"用户信息"}),s.jsx(je,{className:"text-gray-400",children:"绑定信息"}),s.jsx(je,{className:"text-gray-400",children:"购买状态"}),s.jsx(je,{className:"text-gray-400",children:"分销收益"}),s.jsxs(je,{className:"text-gray-400 cursor-pointer select-none",onClick:mr,children:[s.jsxs("div",{className:"flex items-center gap-1 group",children:[s.jsx(zc,{className:"w-3.5 h-3.5"}),s.jsx("span",{children:"RFM分值"}),_?L==="desc"?s.jsx(Xc,{className:"w-3.5 h-3.5 text-[#38bdac]"}):s.jsx(Ww,{className:"w-3.5 h-3.5 text-[#38bdac]"}):s.jsx(Cm,{className:"w-3.5 h-3.5 text-gray-600 group-hover:text-gray-400"})]}),_&&s.jsx("div",{className:"text-[10px] text-[#38bdac] font-normal mt-0.5",children:"点击切换方向/关闭"})]}),s.jsx(je,{className:"text-gray-400",children:"注册时间"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(dr,{children:[r.map(V=>{var Re,et,tt;return s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-10 h-10 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac]",children:V.avatar?s.jsx("img",{src:V.avatar,className:"w-full h-full rounded-full object-cover",alt:""}):((Re=V.nickname)==null?void 0:Re.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("button",{type:"button",onClick:()=>{he(V.id),Z(!0)},className:"font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:V.nickname}),V.isAdmin&&s.jsx(Ue,{className:"bg-purple-500/20 text-purple-400 hover:bg-purple-500/20 border-0 text-xs",children:"管理员"}),V.openId&&!((et=V.id)!=null&&et.startsWith("user_"))&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0 text-xs",children:"微信"})]}),s.jsx("p",{className:"text-xs text-gray-500 font-mono",children:V.openId?V.openId.slice(0,12)+"...":(tt=V.id)==null?void 0:tt.slice(0,12)})]})]})}),s.jsx(ye,{children:s.jsxs("div",{className:"space-y-1",children:[V.phone&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"📱"}),s.jsx("span",{className:"text-gray-300",children:V.phone})]}),V.wechatId&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"💬"}),s.jsx("span",{className:"text-gray-300",children:V.wechatId})]}),V.openId&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"🔗"}),s.jsxs("span",{className:"text-gray-500 truncate max-w-[100px]",title:V.openId,children:[V.openId.slice(0,12),"..."]})]}),!V.phone&&!V.wechatId&&!V.openId&&s.jsx("span",{className:"text-gray-600 text-xs",children:"未绑定"})]})}),s.jsx(ye,{children:V.hasFullBook?s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0",children:"VIP"}):s.jsx(Ue,{variant:"outline",className:"text-gray-500 border-gray-600",children:"未购买"})}),s.jsx(ye,{children:s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"text-white font-medium",children:["¥",parseFloat(String(V.earnings||0)).toFixed(2)]}),parseFloat(String(V.pendingEarnings||0))>0&&s.jsxs("div",{className:"text-xs text-yellow-400",children:["待提现: ¥",parseFloat(String(V.pendingEarnings||0)).toFixed(2)]}),s.jsxs("div",{className:"text-xs text-[#38bdac] cursor-pointer hover:underline flex items-center gap-1",onClick:()=>ge(V),role:"button",tabIndex:0,onKeyDown:Dn=>Dn.key==="Enter"&&ge(V),children:[s.jsx(Zn,{className:"w-3 h-3"})," 绑定",V.referralCount||0,"人"]})]})}),s.jsx(ye,{children:V.rfmScore!==void 0?s.jsx("div",{className:"flex flex-col gap-1",children:s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("span",{className:"text-white font-bold text-base",children:V.rfmScore}),s.jsx(Ue,{className:`border-0 text-xs ${wr(V.rfmLevel)}`,children:V.rfmLevel})]})}):s.jsxs("span",{className:"text-gray-600 text-sm",children:["— ",s.jsx("span",{className:"text-xs text-gray-700",children:"点列头排序"})]})}),s.jsx(ye,{className:"text-gray-400",children:V.createdAt?new Date(V.createdAt).toLocaleDateString():"-"}),s.jsx(ye,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>{he(V.id),Z(!0)},className:"text-gray-400 hover:text-blue-400 hover:bg-blue-400/10",title:"用户详情",children:s.jsx(Mg,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>Wr(V),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",title:"编辑用户",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",onClick:()=>As(V.id),title:"删除",children:s.jsx(Jn,{className:"w-4 h-4"})})]})})]},V.id)}),r.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无用户数据"})})]})]}),s.jsx(is,{page:c,totalPages:gn,total:i,pageSize:h,onPageChange:u,onPageSizeChange:V=>{f(V),u(1)}})]})})})]}),s.jsxs(en,{value:"journey",children:[s.jsxs("div",{className:"flex items-center justify-between mb-5",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"用户从注册到 VIP 的完整行动路径,点击各阶段查看用户动态"}),s.jsxs(ee,{variant:"outline",onClick:Oi,disabled:nt,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${nt?"animate-spin":""}`})," 刷新数据"]})]}),s.jsxs("div",{className:"relative mb-8",children:[s.jsx("div",{className:"absolute top-16 left-0 right-0 h-0.5 bg-gradient-to-r from-blue-500/20 via-[#38bdac]/30 to-amber-500/20 mx-20"}),s.jsx("div",{className:"grid grid-cols-4 gap-4 lg:grid-cols-8",children:Pu.map((V,Re)=>s.jsxs("div",{className:"relative flex flex-col items-center",children:[s.jsxs("div",{className:`relative w-full p-3 rounded-xl border ${V.color} text-center cursor-default`,children:[s.jsx("div",{className:"text-2xl mb-1",children:V.icon}),s.jsx("div",{className:`text-xs font-medium ${V.color.split(" ").find(et=>et.startsWith("text-"))}`,children:V.label}),xt[V.id]!==void 0&&s.jsxs("div",{className:"mt-1.5 text-xs text-gray-400",children:[s.jsx("span",{className:"font-bold text-white",children:xt[V.id]})," 人"]}),s.jsx("div",{className:"absolute -top-2.5 -left-2.5 w-5 h-5 rounded-full bg-[#0a1628] border border-gray-700 flex items-center justify-center text-[10px] text-gray-500",children:Re+1})]}),Res.jsxs("div",{className:"flex items-start gap-3 p-2 bg-[#0a1628] rounded",children:[s.jsx("span",{className:"text-[#38bdac] font-mono text-xs shrink-0 mt-0.5",children:V.step}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-300",children:V.action}),s.jsxs("p",{className:"text-gray-600 text-xs",children:["→ ",V.next]})]})]},V.step))})]}),s.jsxs("div",{className:"bg-[#0f2137] border border-gray-700/50 rounded-lg p-4",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(Br,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"行为锚点统计"}),s.jsx("span",{className:"text-gray-500 text-xs ml-auto",children:"实时更新"})]}),nt?s.jsx("div",{className:"flex items-center justify-center py-8",children:s.jsx(Ke,{className:"w-5 h-5 text-[#38bdac] animate-spin"})}):Object.keys(xt).length>0?s.jsx("div",{className:"space-y-2",children:Pu.map(V=>{const Re=xt[V.id]||0,et=Math.max(...Pu.map(Dn=>xt[Dn.id]||0),1),tt=Math.round(Re/et*100);return s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("span",{className:"text-gray-500 text-xs w-20 shrink-0",children:[V.icon," ",V.label]}),s.jsx("div",{className:"flex-1 h-2 bg-[#0a1628] rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac]/60 rounded-full transition-all",style:{width:`${tt}%`}})}),s.jsx("span",{className:"text-gray-400 text-xs w-10 text-right",children:Re})]},V.id)})}):s.jsx("div",{className:"text-center py-8",children:s.jsx("p",{className:"text-gray-500 text-sm",children:"点击「刷新数据」加载统计"})})]})]})]}),s.jsxs(en,{value:"rules",children:[s.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"用户旅程引导规则,定义各行为节点的触发条件与引导内容"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(ee,{variant:"outline",onClick:Rt,disabled:pt,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${pt?"animate-spin":""}`})," 刷新"]}),s.jsxs(ee,{onClick:()=>{An(null),Yt({title:"",description:"",trigger:"",sort:0,enabled:!0}),yt(!0)},className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"})," 添加规则"]})]})]}),pt?s.jsx("div",{className:"flex items-center justify-center py-12",children:s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"})}):Be.length===0?s.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[s.jsx(Br,{className:"w-12 h-12 text-[#38bdac]/30 mx-auto mb-4"}),s.jsx("p",{className:"text-gray-400 mb-4",children:"暂无规则(重启服务将自动写入10条默认规则)"}),s.jsxs(ee,{onClick:Rt,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Ke,{className:"w-4 h-4 mr-2"})," 重新加载"]})]}):s.jsx("div",{className:"space-y-2",children:Be.map(V=>s.jsx("div",{className:`p-4 rounded-lg border transition-all ${V.enabled?"bg-[#0f2137] border-gray-700/50":"bg-[#0a1628]/50 border-gray-700/30 opacity-55"}`,children:s.jsxs("div",{className:"flex items-start justify-between",children:[s.jsxs("div",{className:"flex-1",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap mb-1",children:[s.jsx(Wt,{className:"w-4 h-4 text-[#38bdac] shrink-0"}),s.jsx("span",{className:"text-white font-medium",children:V.title}),V.trigger&&s.jsxs(Ue,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/30 text-xs",children:["触发:",V.trigger]}),s.jsx(Ue,{className:`text-xs border-0 ${V.enabled?"bg-green-500/20 text-green-400":"bg-gray-500/20 text-gray-400"}`,children:V.enabled?"启用":"禁用"})]}),V.description&&s.jsx("p",{className:"text-gray-400 text-sm ml-6",children:V.description})]}),s.jsxs("div",{className:"flex items-center gap-2 ml-4 shrink-0",children:[s.jsx(Et,{checked:V.enabled,onCheckedChange:()=>Xs(V)}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>{An(V),Yt({title:V.title,description:V.description,trigger:V.trigger,sort:V.sort,enabled:V.enabled}),yt(!0)},className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>Qs(V.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(Jn,{className:"w-4 h-4"})})]})]})},V.id))})]}),s.jsxs(en,{value:"vip-roles",children:[s.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"展示当前所有有效的超级个体(VIP 用户),用于检查会员信息与排序值。"}),s.jsx("p",{className:"text-xs text-[#38bdac]",children:"提示:按住任意一行即可拖拽排序,释放后将同步更新小程序展示顺序。"})]}),s.jsx("div",{className:"flex items-center gap-2",children:s.jsxs(ee,{variant:"outline",onClick:Wn,disabled:pr,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${pr?"animate-spin":""}`})," ","刷新"]})})]}),pr?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):rn.length===0?s.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[s.jsx(yl,{className:"w-12 h-12 text-amber-400/30 mx-auto mb-4"}),s.jsx("p",{className:"text-gray-400 mb-4",children:"当前没有有效的超级个体用户。"})]}):s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400 w-16",children:"序号"}),s.jsx(je,{className:"text-gray-400",children:"成员"}),s.jsx(je,{className:"text-gray-400 min-w-48",children:"超级个体标签"}),s.jsx(je,{className:"text-gray-400 w-24",children:"排序值"}),s.jsx(je,{className:"text-gray-400 w-40 text-right",children:"操作"})]})}),s.jsx(dr,{children:rn.map((V,Re)=>{var Dn;const et=Hn===V.id,tt=He===V.id;return s.jsxs(it,{draggable:!0,onDragStart:gr=>Ra(gr,V.id),onDragOver:gr=>Hl(gr,V.id),onDrop:gr=>Pt(gr,V.id),onDragEnd:ta,className:`border-gray-700/50 cursor-grab active:cursor-grabbing select-none ${et?"opacity-60":""} ${tt?"bg-[#38bdac]/10":""}`,children:[s.jsx(ye,{className:"text-gray-300",children:Re+1}),s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[V.avatar?s.jsx("img",{src:V.avatar,className:"w-8 h-8 rounded-full object-cover border border-amber-400/60"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((Dn=V.name)==null?void 0:Dn[0])||"创"}),s.jsx("div",{className:"min-w-0",children:s.jsx("div",{className:"text-white text-sm truncate",children:V.name})})]})}),s.jsx(ye,{className:"text-gray-300 whitespace-nowrap",children:V.vipRole||s.jsx("span",{className:"text-gray-500",children:"(未设置超级个体标签)"})}),s.jsx(ye,{className:"text-gray-300",children:V.vipSort??Re+1}),s.jsx(ye,{className:"text-right text-xs text-gray-300",children:s.jsxs("div",{className:"inline-flex items-center gap-1.5",children:[s.jsx(ee,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-amber-300 hover:text-amber-200",onClick:()=>Rs(V),title:"设置超级个体标签",children:s.jsx(_c,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-[#38bdac] hover:text-[#5fe0cd]",onClick:()=>{he(V.id),Z(!0)},title:"编辑资料",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-sky-300 hover:text-sky-200",onClick:()=>qr(V),title:"设置排序序号",children:s.jsx(Cm,{className:"w-3.5 h-3.5"})})]})})]},V.id)})})]})})})]})]}),s.jsx(Ot,{open:er,onOpenChange:V=>{Kr(V),V||Rr(null)},children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Cm,{className:"w-5 h-5 text-[#38bdac]"}),"设置排序 — ",ea==null?void 0:ea.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"排序序号(数字越小越靠前)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:1",value:Pi,onChange:V=>Aa(V.target.value)})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>Kr(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:Gr,disabled:Ro,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),Ro?"保存中...":"保存"]})]})]})}),s.jsx(Ot,{open:Zs,onOpenChange:V=>{ht(V),V||Ur(null)},children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(yl,{className:"w-5 h-5 text-amber-400"}),"设置超级个体标签 — ",xn==null?void 0:xn.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"选择或输入标签"}),s.jsx("div",{className:"flex flex-wrap gap-2",children:hs.map(V=>s.jsx(ee,{variant:Ir===V?"default":"outline",size:"sm",className:Ir===V?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50",onClick:()=>ds(V),children:V},V))}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"或手动输入"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:创业者、资源整合者等",value:Ir,onChange:V=>ds(V.target.value)})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>ht(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:()=>Ma(Ir),disabled:On,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),On?"保存中...":"保存"]})]})]})}),s.jsx(Ot,{open:X,onOpenChange:te,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[ue?s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(Og,{className:"w-5 h-5 text-[#38bdac]"}),ue?"编辑用户":"添加用户"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"手机号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入手机号",value:ve.phone,onChange:V=>Ae({...ve,phone:V.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"昵称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入昵称",value:ve.nickname,onChange:V=>Ae({...ve,nickname:V.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:ue?"新密码 (留空则不修改)":"密码"}),s.jsx(ne,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:ue?"留空则不修改":"请输入密码",value:ve.password,onChange:V=>Ae({...ve,password:V.target.value})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Y,{className:"text-gray-300",children:"管理员权限"}),s.jsx(Et,{checked:ve.isAdmin,onCheckedChange:V=>Ae({...ve,isAdmin:V})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Y,{className:"text-gray-300",children:"已购全书"}),s.jsx(Et,{checked:ve.hasFullBook,onCheckedChange:V=>Ae({...ve,hasFullBook:V})})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>te(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:fe,disabled:I,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),I?"保存中...":"保存"]})]})]})}),s.jsx(Ot,{open:ln,onOpenChange:yt,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}),nn?"编辑规则":"添加规则"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"规则标题 *"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例:匹配后填写头像、付款1980需填写信息",value:Mt.title,onChange:V=>Yt({...Mt,title:V.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"规则描述"}),s.jsx(_l,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[80px] resize-none",placeholder:"详细说明规则内容...",value:Mt.description,onChange:V=>Yt({...Mt,description:V.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"触发条件"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例:完成匹配、付款后、注册时",value:Mt.trigger,onChange:V=>Yt({...Mt,trigger:V.target.value})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx("div",{children:s.jsx(Y,{className:"text-gray-300",children:"启用状态"})}),s.jsx(Et,{checked:Mt.enabled,onCheckedChange:V=>Yt({...Mt,enabled:V})})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>yt(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:Pn,disabled:I,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),I?"保存中...":"保存"]})]})]})}),s.jsx(Ot,{open:G,onOpenChange:z,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-2xl max-h-[80vh] overflow-auto",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"}),"绑定关系 - ",oe==null?void 0:oe.nickname]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-4 gap-3",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsx("div",{className:"text-2xl font-bold text-[#38bdac]",children:((fs=re.stats)==null?void 0:fs.total)||0}),s.jsx("div",{className:"text-xs text-gray-400",children:"绑定总数"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsx("div",{className:"text-2xl font-bold text-green-400",children:((Di=re.stats)==null?void 0:Di.purchased)||0}),s.jsx("div",{className:"text-xs text-gray-400",children:"已付费"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsxs("div",{className:"text-2xl font-bold text-yellow-400",children:["¥",(((Ps=re.stats)==null?void 0:Ps.earnings)||0).toFixed(2)]}),s.jsx("div",{className:"text-xs text-gray-400",children:"累计收益"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsxs("div",{className:"text-2xl font-bold text-orange-400",children:["¥",(((Li=re.stats)==null?void 0:Li.pendingEarnings)||0).toFixed(2)]}),s.jsx("div",{className:"text-xs text-gray-400",children:"待提现"})]})]}),$?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Ke,{className:"w-5 h-5 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):(((Pa=re.referrals)==null?void 0:Pa.length)??0)>0?s.jsx("div",{className:"space-y-2 max-h-[300px] overflow-y-auto",children:(re.referrals??[]).map((V,Re)=>{var tt;const et=V;return s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg p-3",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:((tt=et.nickname)==null?void 0:tt.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white text-sm",children:et.nickname}),s.jsx("div",{className:"text-xs text-gray-500",children:et.phone||(et.hasOpenId?"微信用户":"未绑定")})]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[et.status==="vip"&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0 text-xs",children:"全书已购"}),et.status==="paid"&&s.jsxs(Ue,{className:"bg-blue-500/20 text-blue-400 border-0 text-xs",children:["已付费",et.purchasedSections,"章"]}),et.status==="free"&&s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 border-0 text-xs",children:"未付费"}),s.jsx("span",{className:"text-xs text-gray-500",children:et.createdAt?new Date(et.createdAt).toLocaleDateString():""})]})]},et.id||Re)})}):s.jsx("div",{className:"text-center py-8 text-gray-500",children:"暂无绑定用户"})]}),s.jsx(on,{children:s.jsx(ee,{variant:"outline",onClick:()=>z(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"关闭"})})]})}),s.jsx(t0,{open:me,onClose:()=>Z(!1),userId:ce,onUserUpdated:It})]})}function ph(t,[e,n]){return Math.min(n,Math.max(e,t))}var wk=["PageUp","PageDown"],jk=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],kk={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},zl="Slider",[Fg,pP,mP]=Qx(zl),[Sk]=Ei(zl,[mP]),[gP,Nf]=Sk(zl),Ck=b.forwardRef((t,e)=>{const{name:n,min:r=0,max:a=100,step:i=1,orientation:o="horizontal",disabled:c=!1,minStepsBetweenThumbs:u=0,defaultValue:h=[r],value:f,onValueChange:m=()=>{},onValueCommit:g=()=>{},inverted:y=!1,form:N,...w}=t,v=b.useRef(new Set),k=b.useRef(0),E=o==="horizontal"?xP:yP,[T=[],R]=xo({prop:f,defaultProp:h,onChange:X=>{var ue;(ue=[...v.current][k.current])==null||ue.focus(),m(X)}}),D=b.useRef(T);function _(X){const te=jP(T,X);F(X,te)}function P(X){F(X,k.current)}function L(){const X=D.current[k.current];T[k.current]!==X&&g(T)}function F(X,te,{commit:ue}={commit:!1}){const ae=EP(i),I=TP(Math.round((X-r)/i)*i+r,ae),O=ph(I,[r,a]);R((G=[])=>{const z=NP(G,O,te);if(CP(z,u*i)){k.current=z.indexOf(O);const re=String(z)!==String(G);return re&&ue&&g(z),re?z:G}else return G})}return s.jsx(gP,{scope:t.__scopeSlider,name:n,disabled:c,min:r,max:a,valueIndexToChangeRef:k,thumbs:v.current,values:T,orientation:o,form:N,children:s.jsx(Fg.Provider,{scope:t.__scopeSlider,children:s.jsx(Fg.Slot,{scope:t.__scopeSlider,children:s.jsx(E,{"aria-disabled":c,"data-disabled":c?"":void 0,...w,ref:e,onPointerDown:ot(w.onPointerDown,()=>{c||(D.current=T)}),min:r,max:a,inverted:y,onSlideStart:c?void 0:_,onSlideMove:c?void 0:P,onSlideEnd:c?void 0:L,onHomeKeyDown:()=>!c&&F(r,0,{commit:!0}),onEndKeyDown:()=>!c&&F(a,T.length-1,{commit:!0}),onStepKeyDown:({event:X,direction:te})=>{if(!c){const I=wk.includes(X.key)||X.shiftKey&&jk.includes(X.key)?10:1,O=k.current,G=T[O],z=i*I*te;F(G+z,O,{commit:!0})}}})})})})});Ck.displayName=zl;var[Ek,Tk]=Sk(zl,{startEdge:"left",endEdge:"right",size:"width",direction:1}),xP=b.forwardRef((t,e)=>{const{min:n,max:r,dir:a,inverted:i,onSlideStart:o,onSlideMove:c,onSlideEnd:u,onStepKeyDown:h,...f}=t,[m,g]=b.useState(null),y=St(e,E=>g(E)),N=b.useRef(void 0),w=yf(a),v=w==="ltr",k=v&&!i||!v&&i;function C(E){const T=N.current||m.getBoundingClientRect(),R=[0,T.width],_=r0(R,k?[n,r]:[r,n]);return N.current=T,_(E-T.left)}return s.jsx(Ek,{scope:t.__scopeSlider,startEdge:k?"left":"right",endEdge:k?"right":"left",direction:k?1:-1,size:"width",children:s.jsx(Mk,{dir:w,"data-orientation":"horizontal",...f,ref:y,style:{...f.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:E=>{const T=C(E.clientX);o==null||o(T)},onSlideMove:E=>{const T=C(E.clientX);c==null||c(T)},onSlideEnd:()=>{N.current=void 0,u==null||u()},onStepKeyDown:E=>{const R=kk[k?"from-left":"from-right"].includes(E.key);h==null||h({event:E,direction:R?-1:1})}})})}),yP=b.forwardRef((t,e)=>{const{min:n,max:r,inverted:a,onSlideStart:i,onSlideMove:o,onSlideEnd:c,onStepKeyDown:u,...h}=t,f=b.useRef(null),m=St(e,f),g=b.useRef(void 0),y=!a;function N(w){const v=g.current||f.current.getBoundingClientRect(),k=[0,v.height],E=r0(k,y?[r,n]:[n,r]);return g.current=v,E(w-v.top)}return s.jsx(Ek,{scope:t.__scopeSlider,startEdge:y?"bottom":"top",endEdge:y?"top":"bottom",size:"height",direction:y?1:-1,children:s.jsx(Mk,{"data-orientation":"vertical",...h,ref:m,style:{...h.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:w=>{const v=N(w.clientY);i==null||i(v)},onSlideMove:w=>{const v=N(w.clientY);o==null||o(v)},onSlideEnd:()=>{g.current=void 0,c==null||c()},onStepKeyDown:w=>{const k=kk[y?"from-bottom":"from-top"].includes(w.key);u==null||u({event:w,direction:k?-1:1})}})})}),Mk=b.forwardRef((t,e)=>{const{__scopeSlider:n,onSlideStart:r,onSlideMove:a,onSlideEnd:i,onHomeKeyDown:o,onEndKeyDown:c,onStepKeyDown:u,...h}=t,f=Nf(zl,n);return s.jsx(ut.span,{...h,ref:e,onKeyDown:ot(t.onKeyDown,m=>{m.key==="Home"?(o(m),m.preventDefault()):m.key==="End"?(c(m),m.preventDefault()):wk.concat(jk).includes(m.key)&&(u(m),m.preventDefault())}),onPointerDown:ot(t.onPointerDown,m=>{const g=m.target;g.setPointerCapture(m.pointerId),m.preventDefault(),f.thumbs.has(g)?g.focus():r(m)}),onPointerMove:ot(t.onPointerMove,m=>{m.target.hasPointerCapture(m.pointerId)&&a(m)}),onPointerUp:ot(t.onPointerUp,m=>{const g=m.target;g.hasPointerCapture(m.pointerId)&&(g.releasePointerCapture(m.pointerId),i(m))})})}),Ak="SliderTrack",Ik=b.forwardRef((t,e)=>{const{__scopeSlider:n,...r}=t,a=Nf(Ak,n);return s.jsx(ut.span,{"data-disabled":a.disabled?"":void 0,"data-orientation":a.orientation,...r,ref:e})});Ik.displayName=Ak;var $g="SliderRange",Rk=b.forwardRef((t,e)=>{const{__scopeSlider:n,...r}=t,a=Nf($g,n),i=Tk($g,n),o=b.useRef(null),c=St(e,o),u=a.values.length,h=a.values.map(g=>Dk(g,a.min,a.max)),f=u>1?Math.min(...h):0,m=100-Math.max(...h);return s.jsx(ut.span,{"data-orientation":a.orientation,"data-disabled":a.disabled?"":void 0,...r,ref:c,style:{...t.style,[i.startEdge]:f+"%",[i.endEdge]:m+"%"}})});Rk.displayName=$g;var Bg="SliderThumb",Pk=b.forwardRef((t,e)=>{const n=pP(t.__scopeSlider),[r,a]=b.useState(null),i=St(e,c=>a(c)),o=b.useMemo(()=>r?n().findIndex(c=>c.ref.current===r):-1,[n,r]);return s.jsx(bP,{...t,ref:i,index:o})}),bP=b.forwardRef((t,e)=>{const{__scopeSlider:n,index:r,name:a,...i}=t,o=Nf(Bg,n),c=Tk(Bg,n),[u,h]=b.useState(null),f=St(e,C=>h(C)),m=u?o.form||!!u.closest("form"):!0,g=e0(u),y=o.values[r],N=y===void 0?0:Dk(y,o.min,o.max),w=wP(r,o.values.length),v=g==null?void 0:g[c.size],k=v?kP(v,N,c.direction):0;return b.useEffect(()=>{if(u)return o.thumbs.add(u),()=>{o.thumbs.delete(u)}},[u,o.thumbs]),s.jsxs("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${N}% + ${k}px)`},children:[s.jsx(Fg.ItemSlot,{scope:t.__scopeSlider,children:s.jsx(ut.span,{role:"slider","aria-label":t["aria-label"]||w,"aria-valuemin":o.min,"aria-valuenow":y,"aria-valuemax":o.max,"aria-orientation":o.orientation,"data-orientation":o.orientation,"data-disabled":o.disabled?"":void 0,tabIndex:o.disabled?void 0:0,...i,ref:f,style:y===void 0?{display:"none"}:t.style,onFocus:ot(t.onFocus,()=>{o.valueIndexToChangeRef.current=r})})}),m&&s.jsx(Ok,{name:a??(o.name?o.name+(o.values.length>1?"[]":""):void 0),form:o.form,value:y},r)]})});Pk.displayName=Bg;var vP="RadioBubbleInput",Ok=b.forwardRef(({__scopeSlider:t,value:e,...n},r)=>{const a=b.useRef(null),i=St(a,r),o=Zx(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("input",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),s.jsx(ut.input,{style:{display:"none"},...n,ref:i,defaultValue:e})});Ok.displayName=vP;function NP(t=[],e,n){const r=[...t];return r[n]=e,r.sort((a,i)=>a-i)}function Dk(t,e,n){const i=100/(n-e)*(t-e);return ph(i,[0,100])}function wP(t,e){return e>2?`Value ${t+1} of ${e}`:e===2?["Minimum","Maximum"][t]:void 0}function jP(t,e){if(t.length===1)return 0;const n=t.map(a=>Math.abs(a-e)),r=Math.min(...n);return n.indexOf(r)}function kP(t,e,n){const r=t/2,i=r0([0,50],[0,r]);return(r-i(e)*n)*n}function SP(t){return t.slice(0,-1).map((e,n)=>t[n+1]-e)}function CP(t,e){if(e>0){const n=SP(t);return Math.min(...n)>=e}return!0}function r0(t,e){return n=>{if(t[0]===t[1]||e[0]===e[1])return e[0];const r=(e[1]-e[0])/(t[1]-t[0]);return e[0]+r*(n-t[0])}}function EP(t){return(String(t).split(".")[1]||"").length}function TP(t,e){const n=Math.pow(10,e);return Math.round(t*n)/n}var MP=Ck,AP=Ik,IP=Rk,RP=Pk;function PP({className:t,defaultValue:e,value:n,min:r=0,max:a=100,...i}){const o=b.useMemo(()=>Array.isArray(n)?n:Array.isArray(e)?e:[r,a],[n,e,r,a]);return s.jsxs(MP,{defaultValue:e,value:n,min:r,max:a,className:Ct("relative flex w-full touch-none items-center select-none data-[disabled]:opacity-50",t),...i,children:[s.jsx(AP,{className:"bg-gray-600 relative grow overflow-hidden rounded-full h-1.5 w-full",children:s.jsx(IP,{className:"bg-[#38bdac] absolute h-full rounded-full"})}),Array.from({length:o.length},(c,u)=>s.jsx(RP,{className:"block size-4 shrink-0 rounded-full border-2 border-[#38bdac] bg-white shadow-sm focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"},u))]})}const OP={distributorShare:90,minWithdrawAmount:10,bindingDays:30,userDiscount:5,enableAutoWithdraw:!1,vipOrderShareVip:20,vipOrderShareNonVip:10};function Lk(t){const[e,n]=b.useState(OP),[r,a]=b.useState(!0),[i,o]=b.useState(!1);b.useEffect(()=>{Oe("/api/admin/referral-settings").then(h=>{const f=h==null?void 0:h.data;f&&typeof f=="object"&&n({distributorShare:f.distributorShare??90,minWithdrawAmount:f.minWithdrawAmount??10,bindingDays:f.bindingDays??30,userDiscount:f.userDiscount??5,enableAutoWithdraw:f.enableAutoWithdraw??!1,vipOrderShareVip:f.vipOrderShareVip??20,vipOrderShareNonVip:f.vipOrderShareNonVip??10})}).catch(console.error).finally(()=>a(!1))},[]);const c=async()=>{o(!0);try{const h={distributorShare:Number(e.distributorShare)||0,minWithdrawAmount:Number(e.minWithdrawAmount)||0,bindingDays:Number(e.bindingDays)||0,userDiscount:Number(e.userDiscount)||0,enableAutoWithdraw:!!e.enableAutoWithdraw,vipOrderShareVip:Number(e.vipOrderShareVip)||20,vipOrderShareNonVip:Number(e.vipOrderShareNonVip)||10},f=await wt("/api/admin/referral-settings",h);if(!f||f.success===!1){ie.error("保存失败: "+(f&&typeof f=="object"&&"error"in f?f.error:""));return}ie.success(`✅ 分销配置已保存成功! +For more information, see https://radix-ui.com/primitives/docs/components/${e.docsSlug}`;return b.useEffect(()=>{t&&(document.getElementById(t)||console.error(n))},[n,t]),null},IR="DialogDescriptionWarning",RR=({contentRef:t,descriptionId:e})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${Gj(IR).contentName}}.`;return b.useEffect(()=>{var i;const a=(i=t.current)==null?void 0:i.getAttribute("aria-describedby");e&&a&&(document.getElementById(e)||console.warn(r))},[r,t,e]),null},PR=Dj,OR=zj,DR=Fj,LR=$j,_R=Vj,zR=Wj,FR=Kj;function Ot(t){return s.jsx(PR,{"data-slot":"dialog",...t})}function $R(t){return s.jsx(OR,{...t})}const Jj=b.forwardRef(({className:t,...e},n)=>s.jsx(DR,{ref:n,className:Ct("fixed inset-0 z-50 bg-black/50",t),...e}));Jj.displayName="DialogOverlay";const Mt=b.forwardRef(({className:t,children:e,showCloseButton:n=!0,...r},a)=>s.jsxs($R,{children:[s.jsx(Jj,{}),s.jsxs(LR,{ref:a,"aria-describedby":void 0,className:Ct("fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 gap-4 rounded-lg border bg-background p-6 shadow-lg",t),...r,children:[e,n&&s.jsxs(FR,{className:"absolute right-4 top-4 rounded-sm opacity-70 hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",children:[s.jsx(ir,{className:"h-4 w-4"}),s.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));Mt.displayName="DialogContent";function Dt({className:t,...e}){return s.jsx("div",{className:Ct("flex flex-col gap-2 text-center sm:text-left",t),...e})}function on({className:t,...e}){return s.jsx("div",{className:Ct("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",t),...e})}function Lt(t){return s.jsx(_R,{className:"text-lg font-semibold leading-none",...t})}function xf(t){return s.jsx(zR,{className:"text-sm text-muted-foreground",...t})}const BR=lj("inline-flex items-center justify-center rounded-md border px-2 py-0.5 text-xs font-medium w-fit whitespace-nowrap shrink-0 transition-colors",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground",secondary:"border-transparent bg-secondary text-secondary-foreground",destructive:"border-transparent bg-destructive text-white",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function Ue({className:t,variant:e,asChild:n=!1,...r}){const a=n?aj:"span";return s.jsx(a,{className:Ct(BR({variant:e}),t),...r})}var VR=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],HR=VR.reduce((t,e)=>{const n=sj(`Primitive.${e}`),r=b.forwardRef((a,i)=>{const{asChild:o,...c}=a,u=o?n:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),s.jsx(u,{...c,ref:i})});return r.displayName=`Primitive.${e}`,{...t,[e]:r}},{}),WR="Label",Yj=b.forwardRef((t,e)=>s.jsx(HR.label,{...t,ref:e,onMouseDown:n=>{var a;n.target.closest("button, input, select, textarea")||((a=t.onMouseDown)==null||a.call(t,n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));Yj.displayName=WR;var Qj=Yj;const Y=b.forwardRef(({className:t,...e},n)=>s.jsx(Qj,{ref:n,className:Ct("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",t),...e}));Y.displayName=Qj.displayName;function Qx(t){const e=t+"CollectionProvider",[n,r]=Ei(e),[a,i]=n(e,{collectionRef:{current:null},itemMap:new Map}),o=w=>{const{scope:v,children:k}=w,C=br.useRef(null),E=br.useRef(new Map).current;return s.jsx(a,{scope:v,itemMap:E,collectionRef:C,children:k})};o.displayName=e;const c=t+"CollectionSlot",u=Zc(c),h=br.forwardRef((w,v)=>{const{scope:k,children:C}=w,E=i(c,k),T=St(v,E.collectionRef);return s.jsx(u,{ref:T,children:C})});h.displayName=c;const f=t+"CollectionItemSlot",m="data-radix-collection-item",g=Zc(f),y=br.forwardRef((w,v)=>{const{scope:k,children:C,...E}=w,T=br.useRef(null),R=St(v,T),D=i(f,k);return br.useEffect(()=>(D.itemMap.set(T,{ref:T,...E}),()=>void D.itemMap.delete(T))),s.jsx(g,{[m]:"",ref:R,children:C})});y.displayName=f;function N(w){const v=i(t+"CollectionConsumer",w);return br.useCallback(()=>{const C=v.collectionRef.current;if(!C)return[];const E=Array.from(C.querySelectorAll(`[${m}]`));return Array.from(v.itemMap.values()).sort((D,_)=>E.indexOf(D.ref.current)-E.indexOf(_.ref.current))},[v.collectionRef,v.itemMap])}return[{Provider:o,Slot:h,ItemSlot:y},N,r]}var UR=b.createContext(void 0);function yf(t){const e=b.useContext(UR);return t||e||"ltr"}var Fm="rovingFocusGroup.onEntryFocus",KR={bubbles:!1,cancelable:!0},gd="RovingFocusGroup",[zg,Xj,qR]=Qx(gd),[GR,Zj]=Ei(gd,[qR]),[JR,YR]=GR(gd),ek=b.forwardRef((t,e)=>s.jsx(zg.Provider,{scope:t.__scopeRovingFocusGroup,children:s.jsx(zg.Slot,{scope:t.__scopeRovingFocusGroup,children:s.jsx(QR,{...t,ref:e})})}));ek.displayName=gd;var QR=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:a=!1,dir:i,currentTabStopId:o,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:u,onEntryFocus:h,preventScrollOnEntryFocus:f=!1,...m}=t,g=b.useRef(null),y=St(e,g),N=yf(i),[w,v]=go({prop:o,defaultProp:c??null,onChange:u,caller:gd}),[k,C]=b.useState(!1),E=bi(h),T=Xj(n),R=b.useRef(!1),[D,_]=b.useState(0);return b.useEffect(()=>{const P=g.current;if(P)return P.addEventListener(Fm,E),()=>P.removeEventListener(Fm,E)},[E]),s.jsx(JR,{scope:n,orientation:r,dir:N,loop:a,currentTabStopId:w,onItemFocus:b.useCallback(P=>v(P),[v]),onItemShiftTab:b.useCallback(()=>C(!0),[]),onFocusableItemAdd:b.useCallback(()=>_(P=>P+1),[]),onFocusableItemRemove:b.useCallback(()=>_(P=>P-1),[]),children:s.jsx(ut.div,{tabIndex:k||D===0?-1:0,"data-orientation":r,...m,ref:y,style:{outline:"none",...t.style},onMouseDown:ot(t.onMouseDown,()=>{R.current=!0}),onFocus:ot(t.onFocus,P=>{const L=!R.current;if(P.target===P.currentTarget&&L&&!k){const F=new CustomEvent(Fm,KR);if(P.currentTarget.dispatchEvent(F),!F.defaultPrevented){const X=T().filter(O=>O.focusable),te=X.find(O=>O.active),ue=X.find(O=>O.id===w),I=[te,ue,...X].filter(Boolean).map(O=>O.ref.current);rk(I,f)}}R.current=!1}),onBlur:ot(t.onBlur,()=>C(!1))})})}),tk="RovingFocusGroupItem",nk=b.forwardRef((t,e)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:a=!1,tabStopId:i,children:o,...c}=t,u=fi(),h=i||u,f=YR(tk,n),m=f.currentTabStopId===h,g=Xj(n),{onFocusableItemAdd:y,onFocusableItemRemove:N,currentTabStopId:w}=f;return b.useEffect(()=>{if(r)return y(),()=>N()},[r,y,N]),s.jsx(zg.ItemSlot,{scope:n,id:h,focusable:r,active:a,children:s.jsx(ut.span,{tabIndex:m?0:-1,"data-orientation":f.orientation,...c,ref:e,onMouseDown:ot(t.onMouseDown,v=>{r?f.onItemFocus(h):v.preventDefault()}),onFocus:ot(t.onFocus,()=>f.onItemFocus(h)),onKeyDown:ot(t.onKeyDown,v=>{if(v.key==="Tab"&&v.shiftKey){f.onItemShiftTab();return}if(v.target!==v.currentTarget)return;const k=eP(v,f.orientation,f.dir);if(k!==void 0){if(v.metaKey||v.ctrlKey||v.altKey||v.shiftKey)return;v.preventDefault();let E=g().filter(T=>T.focusable).map(T=>T.ref.current);if(k==="last")E.reverse();else if(k==="prev"||k==="next"){k==="prev"&&E.reverse();const T=E.indexOf(v.currentTarget);E=f.loop?tP(E,T+1):E.slice(T+1)}setTimeout(()=>rk(E))}}),children:typeof o=="function"?o({isCurrentTabStop:m,hasTabStop:w!=null}):o})})});nk.displayName=tk;var XR={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function ZR(t,e){return e!=="rtl"?t:t==="ArrowLeft"?"ArrowRight":t==="ArrowRight"?"ArrowLeft":t}function eP(t,e,n){const r=ZR(t.key,n);if(!(e==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(e==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return XR[r]}function rk(t,e=!1){const n=document.activeElement;for(const r of t)if(r===n||(r.focus({preventScroll:e}),document.activeElement!==n))return}function tP(t,e){return t.map((n,r)=>t[(e+r)%t.length])}var nP=ek,rP=nk,bf="Tabs",[sP]=Ei(bf,[Zj]),sk=Zj(),[aP,Xx]=sP(bf),ak=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,onValueChange:a,defaultValue:i,orientation:o="horizontal",dir:c,activationMode:u="automatic",...h}=t,f=yf(c),[m,g]=go({prop:r,onChange:a,defaultProp:i??"",caller:bf});return s.jsx(aP,{scope:n,baseId:fi(),value:m,onValueChange:g,orientation:o,dir:f,activationMode:u,children:s.jsx(ut.div,{dir:f,"data-orientation":o,...h,ref:e})})});ak.displayName=bf;var ik="TabsList",ok=b.forwardRef((t,e)=>{const{__scopeTabs:n,loop:r=!0,...a}=t,i=Xx(ik,n),o=sk(n);return s.jsx(nP,{asChild:!0,...o,orientation:i.orientation,dir:i.dir,loop:r,children:s.jsx(ut.div,{role:"tablist","aria-orientation":i.orientation,...a,ref:e})})});ok.displayName=ik;var lk="TabsTrigger",ck=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,disabled:a=!1,...i}=t,o=Xx(lk,n),c=sk(n),u=hk(o.baseId,r),h=fk(o.baseId,r),f=r===o.value;return s.jsx(rP,{asChild:!0,...c,focusable:!a,active:f,children:s.jsx(ut.button,{type:"button",role:"tab","aria-selected":f,"aria-controls":h,"data-state":f?"active":"inactive","data-disabled":a?"":void 0,disabled:a,id:u,...i,ref:e,onMouseDown:ot(t.onMouseDown,m=>{!a&&m.button===0&&m.ctrlKey===!1?o.onValueChange(r):m.preventDefault()}),onKeyDown:ot(t.onKeyDown,m=>{[" ","Enter"].includes(m.key)&&o.onValueChange(r)}),onFocus:ot(t.onFocus,()=>{const m=o.activationMode!=="manual";!f&&!a&&m&&o.onValueChange(r)})})})});ck.displayName=lk;var dk="TabsContent",uk=b.forwardRef((t,e)=>{const{__scopeTabs:n,value:r,forceMount:a,children:i,...o}=t,c=Xx(dk,n),u=hk(c.baseId,r),h=fk(c.baseId,r),f=r===c.value,m=b.useRef(f);return b.useEffect(()=>{const g=requestAnimationFrame(()=>m.current=!1);return()=>cancelAnimationFrame(g)},[]),s.jsx(md,{present:a||f,children:({present:g})=>s.jsx(ut.div,{"data-state":f?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":u,hidden:!g,id:h,tabIndex:0,...o,ref:e,style:{...t.style,animationDuration:m.current?"0s":void 0},children:g&&i})})});uk.displayName=dk;function hk(t,e){return`${t}-trigger-${e}`}function fk(t,e){return`${t}-content-${e}`}var iP=ak,pk=ok,mk=ck,gk=uk;const xd=iP,Ll=b.forwardRef(({className:t,...e},n)=>s.jsx(pk,{ref:n,className:Ct("inline-flex h-9 items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground",t),...e}));Ll.displayName=pk.displayName;const Zt=b.forwardRef(({className:t,...e},n)=>s.jsx(mk,{ref:n,className:Ct("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow",t),...e}));Zt.displayName=mk.displayName;const en=b.forwardRef(({className:t,...e},n)=>s.jsx(gk,{ref:n,className:Ct("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",t),...e}));en.displayName=gk.displayName;function Zx(t){const e=b.useRef({value:t,previous:t});return b.useMemo(()=>(e.current.value!==t&&(e.current.previous=e.current.value,e.current.value=t),e.current.previous),[t])}function e0(t){const[e,n]=b.useState(void 0);return or(()=>{if(t){n({width:t.offsetWidth,height:t.offsetHeight});const r=new ResizeObserver(a=>{if(!Array.isArray(a)||!a.length)return;const i=a[0];let o,c;if("borderBoxSize"in i){const u=i.borderBoxSize,h=Array.isArray(u)?u[0]:u;o=h.inlineSize,c=h.blockSize}else o=t.offsetWidth,c=t.offsetHeight;n({width:o,height:c})});return r.observe(t,{box:"border-box"}),()=>r.unobserve(t)}else n(void 0)},[t]),e}var vf="Switch",[oP]=Ei(vf),[lP,cP]=oP(vf),xk=b.forwardRef((t,e)=>{const{__scopeSwitch:n,name:r,checked:a,defaultChecked:i,required:o,disabled:c,value:u="on",onCheckedChange:h,form:f,...m}=t,[g,y]=b.useState(null),N=St(e,E=>y(E)),w=b.useRef(!1),v=g?f||!!g.closest("form"):!0,[k,C]=go({prop:a,defaultProp:i??!1,onChange:h,caller:vf});return s.jsxs(lP,{scope:n,checked:k,disabled:c,children:[s.jsx(ut.button,{type:"button",role:"switch","aria-checked":k,"aria-required":o,"data-state":Nk(k),"data-disabled":c?"":void 0,disabled:c,value:u,...m,ref:N,onClick:ot(t.onClick,E=>{C(T=>!T),v&&(w.current=E.isPropagationStopped(),w.current||E.stopPropagation())})}),v&&s.jsx(vk,{control:g,bubbles:!w.current,name:r,value:u,checked:k,required:o,disabled:c,form:f,style:{transform:"translateX(-100%)"}})]})});xk.displayName=vf;var yk="SwitchThumb",bk=b.forwardRef((t,e)=>{const{__scopeSwitch:n,...r}=t,a=cP(yk,n);return s.jsx(ut.span,{"data-state":Nk(a.checked),"data-disabled":a.disabled?"":void 0,...r,ref:e})});bk.displayName=yk;var dP="SwitchBubbleInput",vk=b.forwardRef(({__scopeSwitch:t,control:e,checked:n,bubbles:r=!0,...a},i)=>{const o=b.useRef(null),c=St(o,i),u=Zx(n),h=e0(e);return b.useEffect(()=>{const f=o.current;if(!f)return;const m=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(m,"checked").set;if(u!==n&&y){const N=new Event("click",{bubbles:r});y.call(f,n),f.dispatchEvent(N)}},[u,n,r]),s.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...a,tabIndex:-1,ref:c,style:{...a.style,...h,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});vk.displayName=dP;function Nk(t){return t?"checked":"unchecked"}var wk=xk,uP=bk;const At=b.forwardRef(({className:t,...e},n)=>s.jsx(wk,{className:Ct("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 focus-visible:ring-offset-[#0a1628] disabled:cursor-not-allowed disabled:opacity-50 data-[state=unchecked]:bg-gray-600 data-[state=checked]:bg-[#38bdac]",t),...e,ref:n,children:s.jsx(uP,{className:Ct("pointer-events-none block h-4 w-4 rounded-full bg-white shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-4 data-[state=unchecked]:translate-x-0")})}));At.displayName=wk.displayName;function t0({open:t,onClose:e,userId:n,onUserUpdated:r}){var Is;const[a,i]=b.useState(null),[o,c]=b.useState([]),[u,h]=b.useState([]),[f,m]=b.useState(null),[g,y]=b.useState(!1),[N,w]=b.useState(!1),[v,k]=b.useState(!1),[C,E]=b.useState("info"),[T,R]=b.useState(""),[D,_]=b.useState(""),[P,L]=b.useState([]),[F,X]=b.useState(""),[te,ue]=b.useState(""),[ae,I]=b.useState(""),[O,G]=b.useState(!1),[z,re]=b.useState({isVip:!1,vipExpireDate:"",vipRole:"",vipName:"",vipProject:"",vipContact:"",vipBio:""}),[K,$]=b.useState([]),[H,oe]=b.useState(!1),[q,me]=b.useState(""),[Z,ce]=b.useState(""),[he,ve]=b.useState(!1),[Ae,Be]=b.useState(!1),[$e,pt]=b.useState(null),[Et,ln]=b.useState(null),[yt,nn]=b.useState(""),[An,Tt]=b.useState(""),[Yt,rn]=b.useState(""),[In,pr]=b.useState(!1),[Rn,Hn]=b.useState(null),[W,He]=b.useState("");b.useEffect(()=>{t&&n&&(E("info"),pt(null),ln(null),Hn(null),He(""),ue(""),I(""),qe(),Oe("/api/db/vip-roles").then(fe=>{fe!=null&&fe.success&&fe.data&&$(fe.data)}).catch(()=>{}))},[t,n]);async function qe(){if(n){y(!0);try{const fe=await Oe(`/api/db/users?id=${encodeURIComponent(n)}`);if(fe!=null&&fe.success&&fe.user){const ge=fe.user;i(ge),R(ge.phone||""),_(ge.nickname||""),nn(ge.phone||""),Tt(ge.wechatId||""),rn(ge.openId||"");try{L(typeof ge.tags=="string"?JSON.parse(ge.tags||"[]"):[])}catch{L([])}re({isVip:!!(ge.isVip??!1),vipExpireDate:ge.vipExpireDate?String(ge.vipExpireDate).slice(0,10):"",vipRole:String(ge.vipRole??""),vipName:String(ge.vipName??""),vipProject:String(ge.vipProject??""),vipContact:String(ge.vipContact??""),vipBio:String(ge.vipBio??"")})}try{const ge=await Oe(`/api/admin/user/track?userId=${encodeURIComponent(n)}&limit=50`);ge!=null&&ge.success&&ge.tracks&&c(ge.tracks)}catch{c([])}try{const ge=await Oe(`/api/db/users/referrals?userId=${encodeURIComponent(n)}`);ge!=null&&ge.success&&ge.referrals&&h(ge.referrals)}catch{h([])}try{const ge=await Oe(`/api/admin/users/${encodeURIComponent(n)}/balance`);ge!=null&&ge.success&&ge.data?m(ge.data):m(null)}catch{m(null)}}catch(fe){console.error("Load user detail error:",fe)}finally{y(!1)}}}async function xt(){if(!(a!=null&&a.phone)){ie.info("用户未绑定手机号,无法同步");return}w(!0);try{const fe=await wt("/api/ckb/sync",{action:"full_sync",phone:a.phone,userId:a.id});fe!=null&&fe.success?(ie.success("同步成功"),qe()):ie.error("同步失败: "+(fe==null?void 0:fe.error))}catch(fe){console.error("Sync CKB error:",fe),ie.error("同步失败")}finally{w(!1)}}async function lt(){if(a){if(z.isVip&&!z.vipExpireDate.trim()){ie.error("开启 VIP 请填写有效到期日");return}k(!0);try{const fe={id:a.id,phone:T||void 0,nickname:D||void 0,tags:JSON.stringify(P),isVip:z.isVip,vipExpireDate:z.isVip?z.vipExpireDate:void 0,vipRole:z.vipRole||void 0,vipName:z.vipName||void 0,vipProject:z.vipProject||void 0,vipContact:z.vipContact||void 0,vipBio:z.vipBio||void 0},ge=await _t("/api/db/users",fe);ge!=null&&ge.success?(ie.success("保存成功"),qe(),r==null||r()):ie.error("保存失败: "+(ge==null?void 0:ge.error))}catch(fe){console.error("Save user error:",fe),ie.error("保存失败")}finally{k(!1)}}}const nt=()=>{F&&!P.includes(F)&&(L([...P,F]),X(""))},gt=fe=>L(P.filter(ge=>ge!==fe));async function It(){if(a){if(!te){ie.error("请输入新密码");return}if(te!==ae){ie.error("两次密码不一致");return}if(te.length<6){ie.error("密码至少 6 位");return}G(!0);try{const fe=await _t("/api/db/users",{id:a.id,password:te});fe!=null&&fe.success?(ie.success("修改成功"),ue(""),I("")):ie.error("修改失败: "+((fe==null?void 0:fe.error)||""))}catch{ie.error("修改失败")}finally{G(!1)}}}async function gn(){if(!a)return;const fe=parseFloat(q);if(Number.isNaN(fe)||fe===0){ie.error("请输入有效金额(正数增加、负数扣减)");return}ve(!0);try{const ge=await wt(`/api/admin/users/${a.id}/balance/adjust`,{amount:fe,remark:Z||void 0});ge!=null&&ge.success?(ie.success("余额已调整"),oe(!1),me(""),ce(""),qe(),r==null||r()):ie.error("调整失败: "+((ge==null?void 0:ge.error)||""))}catch{ie.error("调整失败")}finally{ve(!1)}}async function mr(){if(!yt&&!Yt&&!An){ln("请至少输入手机号、微信号或 OpenID 中的一项");return}Be(!0),ln(null),pt(null);try{const fe=new URLSearchParams;yt&&fe.set("phone",yt),Yt&&fe.set("openId",Yt),An&&fe.set("wechatId",An);const ge=await Oe(`/api/admin/shensheshou/query?${fe}`);ge!=null&&ge.success&&ge.data?(pt(ge.data),a&&await wr(ge.data)):ln((ge==null?void 0:ge.error)||"未查询到数据,该用户可能未在神射手收录")}catch(fe){console.error("SSS query error:",fe),ln("请求失败,请检查神射手接口配置")}finally{Be(!1)}}async function wr(fe){if(a)try{await wt("/api/admin/shensheshou/enrich",{userId:a.id,phone:yt||a.phone||"",openId:Yt||a.openId||"",wechatId:An||a.wechatId||""}),qe()}catch(ge){console.error("SSS enrich error:",ge)}}async function As(){if(a){pr(!0),Hn(null);try{const fe={users:[{phone:a.phone||"",name:a.nickname||"",openId:a.openId||"",tags:P}]},ge=await wt("/api/admin/shensheshou/ingest",fe);ge!=null&&ge.success&&ge.data?Hn(ge.data):Hn({error:(ge==null?void 0:ge.error)||"推送失败"})}catch(fe){console.error("SSS ingest error:",fe),Hn({error:"请求失败"})}finally{pr(!1)}}}const Wr=fe=>{const Rt={view_chapter:Br,purchase:Rg,match:Zn,login:lo,register:lo,share:Ss,bind_phone:mA,bind_wechat:sA,fill_profile:_c,visit_page:pl}[fe]||Tg;return s.jsx(Rt,{className:"w-4 h-4"})};return t?s.jsxs(s.Fragment,{children:[s.jsx(Ot,{open:t,onOpenChange:()=>e(),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[90vh] overflow-hidden",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(lo,{className:"w-5 h-5 text-[#38bdac]"}),"用户详情",(a==null?void 0:a.phone)&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0 ml-2",children:"已绑定手机"}),(a==null?void 0:a.isVip)&&s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 border-0",children:"VIP"})]})}),g?s.jsxs("div",{className:"flex items-center justify-center py-20",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):a?s.jsxs("div",{className:"flex flex-col h-[75vh]",children:[s.jsxs("div",{className:"flex items-center gap-4 p-4 bg-[#0a1628] rounded-lg mb-3",children:[s.jsx("div",{className:"w-16 h-16 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-2xl text-[#38bdac] shrink-0",children:a.avatar?s.jsx("img",{src:a.avatar,className:"w-full h-full rounded-full object-cover",alt:""}):((Is=a.nickname)==null?void 0:Is.charAt(0))||"?"}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[s.jsx("h3",{className:"text-lg font-bold text-white",children:a.nickname}),a.isAdmin&&s.jsx(Ue,{className:"bg-purple-500/20 text-purple-400 border-0",children:"管理员"}),a.hasFullBook&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0",children:"全书已购"}),a.vipRole&&s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 border-0",children:a.vipRole})]}),s.jsxs("p",{className:"text-gray-400 text-sm mt-1",children:[a.phone?`📱 ${a.phone}`:"未绑定手机",a.wechatId&&` · 💬 ${a.wechatId}`,a.mbti&&` · ${a.mbti}`]}),s.jsxs("div",{className:"flex items-center gap-4 mt-1",children:[s.jsxs("p",{className:"text-gray-600 text-xs",children:["ID: ",a.id.slice(0,16),"…"]}),a.referralCode&&s.jsxs("p",{className:"text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"推广码:"}),s.jsx("code",{className:"text-[#38bdac] bg-[#38bdac]/10 px-1.5 py-0.5 rounded",children:a.referralCode})]})]})]}),s.jsxs("div",{className:"text-right shrink-0",children:[s.jsxs("p",{className:"text-[#38bdac] font-bold text-lg",children:["¥",(a.earnings||0).toFixed(2)]}),s.jsx("p",{className:"text-gray-500 text-xs",children:"累计收益"})]})]}),s.jsxs(xd,{value:C,onValueChange:E,className:"flex-1 flex flex-col overflow-hidden",children:[s.jsxs(Ll,{className:"bg-[#0a1628] border border-gray-700/50 p-1 mb-3 flex-wrap h-auto gap-1",children:[s.jsx(Zt,{value:"info",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"基础信息"}),s.jsx(Zt,{value:"tags",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"标签体系"}),s.jsxs(Zt,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:[s.jsx(pl,{className:"w-3 h-3 mr-1"}),"用户旅程"]}),s.jsx(Zt,{value:"relations",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:"关系链路"}),s.jsxs(Zt,{value:"shensheshou",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-xs",children:[s.jsx(li,{className:"w-3 h-3 mr-1"}),"用户资料完善"]})]}),s.jsxs(en,{value:"info",className:"flex-1 overflow-auto space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"手机号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入手机号",value:T,onChange:fe=>R(fe.target.value),disabled:!!(a!=null&&a.phone)}),(a==null?void 0:a.phone)&&s.jsx("p",{className:"text-xs text-gray-500",children:"编辑时手机号不可修改"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"昵称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入昵称",value:D,onChange:fe=>_(fe.target.value)})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3 text-sm",children:[a.openId&&s.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"微信 OpenID"}),s.jsx("p",{className:"text-gray-300 font-mono text-xs break-all",children:a.openId})]}),a.region&&s.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg flex items-center gap-2",children:[s.jsx(ej,{className:"w-4 h-4 text-gray-500"}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs",children:"地区"}),s.jsx("p",{className:"text-white",children:a.region})]})]}),a.industry&&s.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"行业"}),s.jsx("p",{className:"text-white",children:a.industry})]}),a.position&&s.jsxs("div",{className:"p-3 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"职位"}),s.jsx("p",{className:"text-white",children:a.position})]})]}),s.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-4 gap-4",children:[s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"推荐人数"}),s.jsx("p",{className:"text-2xl font-bold text-white",children:a.referralCount??0})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"待提现"}),s.jsxs("p",{className:"text-2xl font-bold text-yellow-400",children:["¥",(a.pendingEarnings??0).toFixed(2)]})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg flex flex-col justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"当前余额"}),s.jsxs("p",{className:"text-2xl font-bold text-[#38bdac]",children:["¥",((f==null?void 0:f.balance)??0).toFixed(2)]})]}),s.jsx(ee,{size:"sm",variant:"outline",className:"mt-2 border-[#38bdac]/50 text-[#38bdac] hover:bg-[#38bdac]/10 text-xs",onClick:()=>{me(""),ce(""),oe(!0)},children:"调整余额"})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"创建时间"}),s.jsx("p",{className:"text-sm text-white",children:a.createdAt?new Date(a.createdAt).toLocaleDateString():"-"})]})]}),s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(Zw,{className:"w-4 h-4 text-yellow-400"}),s.jsx("span",{className:"text-white font-medium",children:"修改密码"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(ne,{type:"password",className:"bg-[#162840] border-gray-700 text-white",placeholder:"新密码(至少6位)",value:te,onChange:fe=>ue(fe.target.value)}),s.jsx(ne,{type:"password",className:"bg-[#162840] border-gray-700 text-white",placeholder:"确认密码",value:ae,onChange:fe=>I(fe.target.value)}),s.jsx(ee,{size:"sm",onClick:It,disabled:O||!te||!ae,className:"bg-yellow-500/20 hover:bg-yellow-500/30 text-yellow-400 border border-yellow-500/40",children:O?"保存中...":"确认修改"})]})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-amber-500/20",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(xl,{className:"w-4 h-4 text-amber-400"}),s.jsx("span",{className:"text-white font-medium",children:"设成超级个体"})]}),s.jsxs("div",{className:"space-y-3",children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Y,{className:"text-gray-400 text-sm",children:"VIP 会员"}),s.jsx(At,{checked:z.isVip,onCheckedChange:fe=>re(ge=>({...ge,isVip:fe}))})]}),z.isVip&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"到期日"}),s.jsx(ne,{type:"date",className:"bg-[#162840] border-gray-700 text-white text-sm",value:z.vipExpireDate,onChange:fe=>re(ge=>({...ge,vipExpireDate:fe.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"角色"}),s.jsxs("select",{className:"w-full bg-[#162840] border border-gray-700 text-white rounded px-2 py-1.5 text-sm",value:z.vipRole,onChange:fe=>re(ge=>({...ge,vipRole:fe.target.value})),children:[s.jsx("option",{value:"",children:"请选择"}),K.map(fe=>s.jsx("option",{value:fe.name,children:fe.name},fe.id))]})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"展示名"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"创业老板排行展示名",value:z.vipName,onChange:fe=>re(ge=>({...ge,vipName:fe.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"项目"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"如:某某科技",value:z.vipProject,onChange:fe=>re(ge=>({...ge,vipProject:fe.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"联系方式"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"微信/手机等",value:z.vipContact,onChange:fe=>re(ge=>({...ge,vipContact:fe.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"简介"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white text-sm",placeholder:"简短介绍",value:z.vipBio,onChange:fe=>re(ge=>({...ge,vipBio:fe.target.value}))})]})]})]})]}),a.isVip&&s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-amber-500/20",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(xl,{className:"w-4 h-4 text-amber-400"}),s.jsx("span",{className:"text-white font-medium",children:"VIP 信息"}),s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 border-0 text-xs",children:a.vipRole||"VIP"})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3 text-sm",children:[a.vipName&&s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"展示名:"}),s.jsx("span",{className:"text-white",children:a.vipName})]}),a.vipProject&&s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"项目:"}),s.jsx("span",{className:"text-white",children:a.vipProject})]}),a.vipContact&&s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"联系方式:"}),s.jsx("span",{className:"text-white",children:a.vipContact})]}),a.vipExpireDate&&s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"到期时间:"}),s.jsx("span",{className:"text-white",children:new Date(a.vipExpireDate).toLocaleDateString()})]})]}),a.vipBio&&s.jsx("p",{className:"text-gray-400 text-sm mt-2",children:a.vipBio})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg border border-purple-500/20",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(yi,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"微信归属"}),s.jsx("span",{className:"text-gray-500 text-xs",children:"该用户归属在哪个微信号下"})]}),s.jsxs("div",{className:"flex gap-2 items-center",children:[s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white flex-1",placeholder:"输入归属微信号(如 wxid_xxxx)",value:W,onChange:fe=>He(fe.target.value)}),s.jsxs(ee,{size:"sm",onClick:async()=>{if(!(!W||!a))try{await _t("/api/db/users",{id:a.id,wechatId:W}),ie.success("已保存微信归属"),qe()}catch{ie.error("保存失败")}},className:"bg-purple-500/20 hover:bg-purple-500/30 text-purple-400 border border-purple-500/30 shrink-0",children:[s.jsx(bn,{className:"w-4 h-4 mr-1"})," 保存"]})]}),a.wechatId&&s.jsxs("p",{className:"text-gray-500 text-xs mt-2",children:["当前归属:",s.jsx("span",{className:"text-purple-400",children:a.wechatId})]})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Ss,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx("span",{className:"text-white font-medium",children:"存客宝同步"})]}),s.jsx(ee,{size:"sm",onClick:xt,disabled:N||!a.phone,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:N?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-1 animate-spin"})," 同步中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-1"})," 同步数据"]})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4 text-sm",children:[s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"同步状态:"}),a.ckbSyncedAt?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0 ml-1",children:"已同步"}):s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 border-0 ml-1",children:"未同步"})]}),s.jsxs("div",{children:[s.jsx("span",{className:"text-gray-500",children:"最后同步:"}),s.jsx("span",{className:"text-gray-300 ml-1",children:a.ckbSyncedAt?new Date(a.ckbSyncedAt).toLocaleString():"-"})]})]})]})]}),s.jsxs(en,{value:"tags",className:"flex-1 overflow-auto space-y-4",children:[s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(_c,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx("span",{className:"text-white font-medium",children:"用户标签"}),s.jsx("span",{className:"text-gray-500 text-xs",children:"基于《一场 Soul 的创业实验》维度打标"})]}),s.jsxs("div",{className:"mb-3 p-2.5 bg-[#38bdac]/5 border border-[#38bdac]/20 rounded-lg flex items-center gap-2 text-xs text-gray-400",children:[s.jsx(Eg,{className:"w-3.5 h-3.5 text-[#38bdac] shrink-0"}),"命中的标签自动高亮 · 系统根据行为轨迹和填写资料自动打标 · 手动点击补充或取消"]}),s.jsx("div",{className:"mb-4 space-y-3",children:[{category:"身份类型",tags:["创业者","打工人","自由职业","学生","投资人","合伙人"]},{category:"行业背景",tags:["电商","内容","传统行业","科技/AI","金融","教育","餐饮"]},{category:"痛点标签",tags:["找资源","找方向","找合伙人","想赚钱","想学习","找情感出口"]},{category:"付费意愿",tags:["高意向","已付费","观望中","薅羊毛"]},{category:"MBTI",tags:["ENTJ","INTJ","ENFP","INFP","ENTP","INTP","ESTJ","ISFJ"]}].map(fe=>s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1.5",children:fe.category}),s.jsx("div",{className:"flex flex-wrap gap-1.5",children:fe.tags.map(ge=>s.jsxs("button",{type:"button",onClick:()=>{P.includes(ge)?gt(ge):L([...P,ge])},className:`px-2 py-0.5 rounded text-xs border transition-all ${P.includes(ge)?"bg-[#38bdac]/20 border-[#38bdac]/50 text-[#38bdac]":"bg-transparent border-gray-700 text-gray-500 hover:border-gray-500 hover:text-gray-300"}`,children:[P.includes(ge)?"✓ ":"",ge]},ge))})]},fe.category))}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-3",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-2",children:"已选标签"}),s.jsxs("div",{className:"flex flex-wrap gap-2 mb-3 min-h-[32px]",children:[P.map((fe,ge)=>s.jsxs(Ue,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0 pr-1",children:[fe,s.jsx("button",{type:"button",onClick:()=>gt(fe),className:"ml-1 hover:text-red-400",children:s.jsx(ir,{className:"w-3 h-3"})})]},ge)),P.length===0&&s.jsx("span",{className:"text-gray-600 text-sm",children:"暂未选择标签"})]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white flex-1",placeholder:"自定义标签(回车添加)",value:F,onChange:fe=>X(fe.target.value),onKeyDown:fe=>fe.key==="Enter"&&nt()}),s.jsx(ee,{onClick:nt,className:"bg-[#38bdac] hover:bg-[#2da396]",children:"添加"})]})]})]}),(()=>{const fe=a.tags||a.ckbTags||"";let ge=[];try{const Pn=typeof fe=="string"?JSON.parse(fe||"[]"):[];ge=Array.isArray(Pn)?Pn:typeof fe=="string"?fe.split(","):[]}catch{ge=typeof fe=="string"?fe.split(","):[]}const Rt=ge.map(Pn=>String(Pn).trim()).filter(Boolean);return Rt.length===0?null:s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[s.jsx(_c,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"存客宝标签"})]}),s.jsx("div",{className:"flex flex-wrap gap-2",children:Rt.map((Pn,Qs)=>s.jsx(Ue,{className:"bg-purple-500/20 text-purple-400 border-0",children:Pn},Qs))})]})})()]}),s.jsxs(en,{value:"journey",className:"flex-1 overflow-auto",children:[s.jsxs("div",{className:"mb-3 p-3 bg-[#0a1628] rounded-lg flex items-center gap-2",children:[s.jsx(pl,{className:"w-4 h-4 text-[#38bdac]"}),s.jsxs("span",{className:"text-gray-400 text-sm",children:["记录用户从注册到付费的完整行动路径,共 ",o.length," 条记录"]})]}),s.jsx("div",{className:"space-y-2",children:o.length>0?o.map((fe,ge)=>s.jsxs("div",{className:"flex items-start gap-3 p-3 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex flex-col items-center",children:[s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-[#38bdac]",children:Wr(fe.action)}),ge0?u.map((fe,ge)=>{var Pn;const Rt=fe;return s.jsxs("div",{className:"flex items-center justify-between p-2 bg-[#162840] rounded",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("div",{className:"w-6 h-6 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-xs text-[#38bdac]",children:((Pn=Rt.nickname)==null?void 0:Pn.charAt(0))||"?"}),s.jsx("span",{className:"text-white text-sm",children:Rt.nickname})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[Rt.status==="vip"&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0 text-xs",children:"已购"}),s.jsx("span",{className:"text-gray-500 text-xs",children:Rt.createdAt?new Date(Rt.createdAt).toLocaleDateString():""})]})]},Rt.id||ge)}):s.jsx("p",{className:"text-gray-500 text-sm text-center py-4",children:"暂无推荐用户"})})]})}),s.jsxs(en,{value:"shensheshou",className:"flex-1 overflow-auto space-y-4",children:[s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(li,{className:"w-5 h-5 text-[#38bdac]"}),s.jsx("span",{className:"text-white font-medium",children:"用户资料完善"}),s.jsx("span",{className:"text-gray-500 text-xs",children:"通过多维度查询神射手数据,自动回填用户基础信息"})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-2 mb-3",children:[s.jsxs("div",{children:[s.jsx(Y,{className:"text-gray-500 text-xs mb-1 block",children:"手机号"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"11位手机号",value:yt,onChange:fe=>nn(fe.target.value)})]}),s.jsxs("div",{children:[s.jsx(Y,{className:"text-gray-500 text-xs mb-1 block",children:"微信号"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"微信 ID",value:An,onChange:fe=>Tt(fe.target.value)})]}),s.jsxs("div",{className:"col-span-2",children:[s.jsx(Y,{className:"text-gray-500 text-xs mb-1 block",children:"微信 OpenID"}),s.jsx(ne,{className:"bg-[#162840] border-gray-700 text-white",placeholder:"openid_xxxx(自动填入)",value:Yt,onChange:fe=>rn(fe.target.value)})]})]}),s.jsx(ee,{onClick:mr,disabled:Ae,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white",children:Ae?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-1 animate-spin"})," 查询并自动回填中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(Na,{className:"w-4 h-4 mr-1"})," 查询并自动完善用户资料"]})}),s.jsx("p",{className:"text-gray-600 text-xs mt-2",children:"查询成功后,神射手返回的标签将自动同步到该用户"}),Et&&s.jsx("div",{className:"mt-3 p-3 bg-red-500/10 border border-red-500/30 rounded-lg text-red-400 text-sm",children:Et}),$e&&s.jsxs("div",{className:"mt-3 space-y-3",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"神射手 RFM 分"}),s.jsx("p",{className:"text-2xl font-bold text-[#38bdac]",children:$e.rfm_score??"-"})]}),s.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"用户等级"}),s.jsx("p",{className:"text-2xl font-bold text-white",children:$e.user_level??"-"})]})]}),$e.tags&&$e.tags.length>0&&s.jsxs("div",{className:"p-3 bg-[#162840] rounded-lg",children:[s.jsx("p",{className:"text-gray-500 text-xs mb-2",children:"神射手标签"}),s.jsx("div",{className:"flex flex-wrap gap-2",children:$e.tags.map((fe,ge)=>s.jsx(Ue,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/20",children:fe},ge))})]}),$e.last_active&&s.jsxs("div",{className:"text-sm text-gray-500",children:["最近活跃:",$e.last_active]})]})]}),s.jsxs("div",{className:"p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsxs("div",{children:[s.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[s.jsx(li,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"推送用户数据到神射手"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:"将本用户信息(手机号、昵称、标签等)同步至神射手,自动完善用户画像"})]}),s.jsx(ee,{onClick:As,disabled:In||!a.phone,variant:"outline",className:"border-purple-500/40 text-purple-400 hover:bg-purple-500/10 bg-transparent shrink-0 ml-4",children:In?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-1 animate-spin"})," 推送中"]}):s.jsxs(s.Fragment,{children:[s.jsx(li,{className:"w-4 h-4 mr-1"})," 推送"]})})]}),!a.phone&&s.jsx("p",{className:"text-yellow-500/70 text-xs",children:"⚠ 用户未绑定手机号,无法推送"}),Rn&&s.jsx("div",{className:"mt-3 p-3 bg-[#162840] rounded-lg text-sm",children:Rn.error?s.jsx("p",{className:"text-red-400",children:String(Rn.error)}):s.jsxs("div",{className:"space-y-1",children:[s.jsxs("p",{className:"text-green-400 flex items-center gap-1",children:[s.jsx(Eg,{className:"w-4 h-4"})," 推送成功"]}),Rn.enriched!==void 0&&s.jsxs("p",{className:"text-gray-400",children:["自动补全标签数:",String(Rn.new_tags_added??0)]})]})})]})]})]}),s.jsxs("div",{className:"flex justify-end gap-2 pt-3 border-t border-gray-700 mt-3",children:[s.jsxs(ee,{variant:"outline",onClick:e,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"关闭"]}),s.jsxs(ee,{onClick:lt,disabled:v,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),v?"保存中...":"保存修改"]})]})]}):s.jsx("div",{className:"text-center py-12 text-gray-500",children:"用户不存在"})]})}),s.jsx(Ot,{open:H,onOpenChange:oe,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsx(Lt,{children:"调整余额"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"调整金额(元)"}),s.jsx(ne,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"正数增加,负数扣减,如 10 或 -5",value:q,onChange:fe=>me(fe.target.value)})]}),s.jsxs("div",{children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"备注(可选)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white mt-1",placeholder:"如:活动补偿",value:Z,onChange:fe=>ce(fe.target.value)})]})]}),s.jsxs("div",{className:"flex justify-end gap-2",children:[s.jsx(ee,{variant:"outline",onClick:()=>oe(!1),className:"border-gray-600 text-gray-300",children:"取消"}),s.jsx(ee,{onClick:gn,disabled:he,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:he?"提交中...":"确认调整"})]})]})})]}):null}function hP(){const t=Ci(),[e,n]=b.useState(!0),[r,a]=b.useState(!0),[i,o]=b.useState(!0),[c,u]=b.useState([]),[h,f]=b.useState([]),[m,g]=b.useState(0),[y,N]=b.useState(0),[w,v]=b.useState(0),[k,C]=b.useState(0),[E,T]=b.useState(null),[R,D]=b.useState(null),[_,P]=b.useState(!1),L=ae=>{const I=ae;if((I==null?void 0:I.status)===401)T("登录已过期,请重新登录");else{if((I==null?void 0:I.name)==="AbortError")return;T("加载失败,请检查网络或联系管理员")}};async function F(ae){const I=ae?{signal:ae}:void 0;n(!0),T(null);try{const z=await Oe("/api/admin/dashboard/stats",I);z!=null&&z.success&&(g(z.totalUsers??0),N(z.paidOrderCount??0),v(z.totalRevenue??0),C(z.conversionRate??0))}catch(z){if((z==null?void 0:z.name)!=="AbortError"){console.error("stats 失败,尝试 overview 降级",z);try{const re=await Oe("/api/admin/dashboard/overview",I);re!=null&&re.success&&(g(re.totalUsers??0),N(re.paidOrderCount??0),v(re.totalRevenue??0),C(re.conversionRate??0))}catch(re){L(re)}}}finally{n(!1)}a(!0),o(!0);const O=async()=>{try{const z=await Oe("/api/admin/dashboard/recent-orders",I);if(z!=null&&z.success&&z.recentOrders)f(z.recentOrders);else throw new Error("no data")}catch(z){if((z==null?void 0:z.name)!=="AbortError")try{const re=await Oe("/api/admin/orders?page=1&pageSize=20&status=paid",I),$=((re==null?void 0:re.orders)??[]).filter(H=>["paid","completed","success"].includes(H.status||""));f($.slice(0,5))}catch{f([])}}finally{a(!1)}},G=async()=>{try{const z=await Oe("/api/admin/dashboard/new-users",I);if(z!=null&&z.success&&z.newUsers)u(z.newUsers);else throw new Error("no data")}catch(z){if((z==null?void 0:z.name)!=="AbortError")try{const re=await Oe("/api/db/users?page=1&pageSize=10",I);u((re==null?void 0:re.users)??[])}catch{u([])}}finally{o(!1)}};await Promise.all([O(),G()])}b.useEffect(()=>{const ae=new AbortController;F(ae.signal);const I=setInterval(()=>F(),3e4);return()=>{ae.abort(),clearInterval(I)}},[]);const X=m,te=ae=>{const I=ae.productType||"",O=ae.description||"";if(I==="balance_recharge")return{title:`余额充值 ¥${typeof ae.amount=="number"?ae.amount.toFixed(2):parseFloat(String(ae.amount||"0")).toFixed(2)}`,subtitle:"余额充值"};if(O){if(I==="section"&&O.includes("章节")){if(O.includes("-")){const G=O.split("-");if(G.length>=3)return{title:`第${G[1]}章 第${G[2]}节`,subtitle:"《一场Soul的创业实验》"}}return{title:O,subtitle:"章节购买"}}return I==="fullbook"||O.includes("全书")?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:I==="vip"||O.includes("VIP")?{title:"超级个体开通费用",subtitle:"超级个体"}:I==="match"||O.includes("伙伴")?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:O,subtitle:I==="section"?"单章":I==="fullbook"?"全书":"其他"}}return I==="section"?{title:`章节 ${ae.productId||""}`,subtitle:"单章购买"}:I==="fullbook"?{title:"《一场Soul的创业实验》",subtitle:"全书购买"}:I==="vip"?{title:"超级个体开通费用",subtitle:"超级个体"}:I==="match"?{title:"找伙伴匹配",subtitle:"功能服务"}:{title:"未知商品",subtitle:I||"其他"}},ue=[{title:"总用户数",value:e?null:X,icon:Zn,color:"text-blue-400",bg:"bg-blue-500/20",link:"/users"},{title:"总收入",value:e?null:`¥${(w??0).toFixed(2)}`,icon:zc,color:"text-[#38bdac]",bg:"bg-[#38bdac]/20",link:"/orders"},{title:"订单数",value:e?null:y,icon:Rg,color:"text-purple-400",bg:"bg-purple-500/20",link:"/orders"},{title:"转化率",value:e?null:`${typeof k=="number"?k.toFixed(1):0}%`,icon:Br,color:"text-orange-400",bg:"bg-orange-500/20",link:"/distribution"}];return s.jsxs("div",{className:"p-8 w-full",children:[s.jsx("h1",{className:"text-2xl font-bold mb-8 text-white",children:"数据概览"}),E&&s.jsxs("div",{className:"mb-6 px-4 py-3 rounded-lg bg-amber-500/20 border border-amber-500/50 text-amber-200 text-sm flex items-center justify-between",children:[s.jsx("span",{children:E}),s.jsx("button",{type:"button",onClick:()=>F(),className:"text-amber-400 hover:text-amber-300 underline",children:"重试"})]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-8",children:ue.map((ae,I)=>s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl cursor-pointer hover:border-[#38bdac]/50 transition-colors group",onClick:()=>ae.link&&t(ae.link),children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsx(Ye,{className:"text-sm font-medium text-gray-400",children:ae.title}),s.jsx("div",{className:`p-2 rounded-lg ${ae.bg}`,children:s.jsx(ae.icon,{className:`w-4 h-4 ${ae.color}`})})]}),s.jsx(Ee,{children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx("div",{className:"text-2xl font-bold text-white min-h-[2rem] flex items-center",children:ae.value!=null?ae.value:s.jsxs("span",{className:"inline-flex items-center gap-2 text-gray-500",children:[s.jsx(Ke,{className:"w-4 h-4 animate-spin"}),"加载中"]})}),s.jsx(fl,{className:"w-5 h-5 text-gray-600 group-hover:text-[#38bdac] transition-colors"})]})})]},I))}),s.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-8",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between",children:[s.jsx(Ye,{className:"text-white",children:"最近订单"}),s.jsxs("button",{type:"button",onClick:()=>F(),disabled:r||i,className:"text-xs text-gray-400 hover:text-[#38bdac] flex items-center gap-1 disabled:opacity-50",title:"刷新",children:[r||i?s.jsx(Ke,{className:"w-3.5 h-3.5 animate-spin"}):s.jsx(Ke,{className:"w-3.5 h-3.5"}),"刷新(每 30 秒自动更新)"]})]}),s.jsx(Ee,{children:s.jsx("div",{className:"space-y-3",children:r&&h.length===0?s.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[s.jsx(Ke,{className:"w-8 h-8 animate-spin mb-2"}),s.jsx("span",{className:"text-sm",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[h.slice(0,5).map(ae=>{var re;const I=ae.referrerId?c.find(K=>K.id===ae.referrerId):void 0,O=ae.referralCode||(I==null?void 0:I.referralCode)||(I==null?void 0:I.nickname)||(ae.referrerId?String(ae.referrerId).slice(0,8):""),G=te(ae),z=ae.userNickname||((re=c.find(K=>K.id===ae.userId))==null?void 0:re.nickname)||"匿名用户";return s.jsxs("div",{className:"flex items-start justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30 hover:border-[#38bdac]/30 transition-colors",children:[s.jsxs("div",{className:"flex items-start gap-3 flex-1",children:[ae.userAvatar?s.jsx("img",{src:ae.userAvatar,alt:z,className:"w-9 h-9 rounded-full object-cover flex-shrink-0 mt-0.5",onError:K=>{K.currentTarget.style.display="none";const $=K.currentTarget.nextElementSibling;$&&$.classList.remove("hidden")}}):null,s.jsx("div",{className:`w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 mt-0.5 ${ae.userAvatar?"hidden":""}`,children:z.charAt(0)}),s.jsxs("div",{className:"flex-1 min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[s.jsx("button",{type:"button",onClick:()=>{ae.userId&&(D(ae.userId),P(!0))},className:"text-sm text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:z}),s.jsx("span",{className:"text-gray-600",children:"·"}),s.jsx("span",{className:"text-sm font-medium text-white truncate",children:G.title})]}),s.jsxs("div",{className:"flex items-center gap-2 text-xs text-gray-500",children:[G.subtitle&&G.subtitle!=="章节购买"&&s.jsx("span",{className:"px-1.5 py-0.5 bg-gray-700/50 rounded",children:G.subtitle}),s.jsx("span",{children:new Date(ae.createdAt||0).toLocaleString("zh-CN",{month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})})]}),O&&s.jsxs("p",{className:"text-xs text-gray-600 mt-1",children:["推荐: ",O]})]})]}),s.jsxs("div",{className:"text-right ml-4 flex-shrink-0",children:[s.jsxs("p",{className:"text-sm font-bold text-[#38bdac]",children:["+¥",Number(ae.amount).toFixed(2)]}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:ae.paymentMethod||"微信"})]})]},ae.id)}),h.length===0&&!r&&s.jsxs("div",{className:"text-center py-12",children:[s.jsx(Rg,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无订单数据"})]})]})})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"新注册用户"})}),s.jsx(Ee,{children:s.jsx("div",{className:"space-y-3",children:i&&c.length===0?s.jsxs("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[s.jsx(Ke,{className:"w-8 h-8 animate-spin mb-2"}),s.jsx("span",{className:"text-sm",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[c.slice(0,5).map(ae=>{var I;return s.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg border border-gray-700/30",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-10 h-10 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac]",children:((I=ae.nickname)==null?void 0:I.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsx("button",{type:"button",onClick:()=>{D(ae.id),P(!0)},className:"text-sm font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:ae.nickname||"匿名用户"}),s.jsx("p",{className:"text-xs text-gray-500",children:ae.phone||"-"})]})]}),s.jsx("p",{className:"text-xs text-gray-400",children:ae.createdAt?new Date(ae.createdAt).toLocaleDateString():"-"})]},ae.id)}),c.length===0&&!i&&s.jsx("p",{className:"text-gray-500 text-center py-8",children:"暂无用户数据"})]})})})]})]}),s.jsx(t0,{open:_,onClose:()=>{P(!1),D(null)},userId:R,onUserUpdated:()=>F()})]})}const lr=b.forwardRef(({className:t,...e},n)=>s.jsx("div",{className:"relative w-full overflow-auto",children:s.jsx("table",{ref:n,className:Ct("w-full caption-bottom text-sm",t),...e})}));lr.displayName="Table";const cr=b.forwardRef(({className:t,...e},n)=>s.jsx("thead",{ref:n,className:Ct("[&_tr]:border-b",t),...e}));cr.displayName="TableHeader";const dr=b.forwardRef(({className:t,...e},n)=>s.jsx("tbody",{ref:n,className:Ct("[&_tr:last-child]:border-0",t),...e}));dr.displayName="TableBody";const it=b.forwardRef(({className:t,...e},n)=>s.jsx("tr",{ref:n,className:Ct("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",t),...e}));it.displayName="TableRow";const je=b.forwardRef(({className:t,...e},n)=>s.jsx("th",{ref:n,className:Ct("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",t),...e}));je.displayName="TableHead";const ye=b.forwardRef(({className:t,...e},n)=>s.jsx("td",{ref:n,className:Ct("p-4 align-middle [&:has([role=checkbox])]:pr-0",t),...e}));ye.displayName="TableCell";function n0(t,e){const[n,r]=b.useState(t);return b.useEffect(()=>{const a=setTimeout(()=>r(t),e);return()=>clearTimeout(a)},[t,e]),n}function is({page:t,totalPages:e,total:n,pageSize:r,onPageChange:a,onPageSizeChange:i,pageSizeOptions:o=[10,20,50,100]}){return e<=1&&!i?null:s.jsxs("div",{className:"flex items-center justify-between gap-4 py-4 px-5 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-2 text-sm text-gray-400",children:[s.jsxs("span",{children:["共 ",n," 条"]}),i&&s.jsx("select",{value:r,onChange:c=>i(Number(c.target.value)),className:"bg-[#0f2137] border border-gray-600 rounded px-2 py-1 text-gray-300 text-sm",children:o.map(c=>s.jsxs("option",{value:c,children:[c," 条/页"]},c))})]}),e>1&&s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("button",{type:"button",onClick:()=>a(1),disabled:t<=1,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"首页"}),s.jsx("button",{type:"button",onClick:()=>a(t-1),disabled:t<=1,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"上一页"}),s.jsxs("span",{className:"px-3 py-1 text-gray-400 text-sm",children:[t," / ",e]}),s.jsx("button",{type:"button",onClick:()=>a(t+1),disabled:t>=e,className:"px-3 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"下一页"}),s.jsx("button",{type:"button",onClick:()=>a(e),disabled:t>=e,className:"px-2 py-1 rounded border border-gray-600 text-gray-400 hover:bg-gray-700/50 disabled:opacity-40 text-sm",children:"末页"})]})]})}function fP(){const[t,e]=b.useState([]),[n,r]=b.useState([]),[a,i]=b.useState(0),[o,c]=b.useState(0),[u,h]=b.useState(0),[f,m]=b.useState(1),[g,y]=b.useState(10),[N,w]=b.useState(""),v=n0(N,300),[k,C]=b.useState("all"),[E,T]=b.useState(!0),[R,D]=b.useState(null),[_,P]=b.useState(null),[L,F]=b.useState(""),[X,te]=b.useState(!1);async function ue(){T(!0),D(null);try{const K=k==="all"?"":k==="completed"?"completed":k,$=new URLSearchParams({page:String(f),pageSize:String(g),...K&&{status:K},...v&&{search:v}}),[H,oe]=await Promise.all([Oe(`/api/admin/orders?${$}`),Oe("/api/db/users?page=1&pageSize=500")]);H!=null&&H.success&&(e(H.orders||[]),i(H.total??0),c(H.totalRevenue??0),h(H.todayRevenue??0)),oe!=null&&oe.success&&oe.users&&r(oe.users)}catch(K){console.error("加载订单失败",K),D("加载订单失败,请检查网络后重试")}finally{T(!1)}}b.useEffect(()=>{m(1)},[v,k]),b.useEffect(()=>{ue()},[f,g,v,k]);const ae=K=>{var $;return K.userNickname||(($=n.find(H=>H.id===K.userId))==null?void 0:$.nickname)||"匿名用户"},I=K=>{var $;return(($=n.find(H=>H.id===K))==null?void 0:$.phone)||"-"},O=K=>{const $=K.productType||K.type||"",H=K.description||"";if($==="balance_recharge")return{name:`余额充值 ¥${Number(K.amount||0).toFixed(2)}`,type:"余额充值"};if(H){if($==="section"&&H.includes("章节")){if(H.includes("-")){const oe=H.split("-");if(oe.length>=3)return{name:`第${oe[1]}章 第${oe[2]}节`,type:"《一场Soul的创业实验》"}}return{name:H,type:"章节购买"}}return $==="fullbook"||H.includes("全书")?{name:"《一场Soul的创业实验》",type:"全书购买"}:$==="vip"||H.includes("VIP")?{name:"超级个体开通费用",type:"超级个体"}:$==="match"||H.includes("伙伴")?{name:"找伙伴匹配",type:"功能服务"}:{name:H,type:"其他"}}return $==="section"?{name:`章节 ${K.productId||K.sectionId||""}`,type:"单章"}:$==="fullbook"?{name:"《一场Soul的创业实验》",type:"全书"}:$==="vip"?{name:"超级个体开通费用",type:"超级个体"}:$==="match"?{name:"找伙伴匹配",type:"功能"}:{name:"未知商品",type:$||"其他"}},G=Math.ceil(a/g)||1;async function z(){var K;if(!(!(_!=null&&_.orderSn)&&!(_!=null&&_.id))){te(!0),D(null);try{const $=await _t("/api/admin/orders/refund",{orderSn:_.orderSn||_.id,reason:L||void 0});$!=null&&$.success?(P(null),F(""),ue()):D(($==null?void 0:$.error)||"退款失败")}catch($){const H=$;D(((K=H==null?void 0:H.data)==null?void 0:K.error)||"退款失败,请检查网络后重试")}finally{te(!1)}}}function re(){if(t.length===0){ie.info("暂无数据可导出");return}const K=["订单号","用户","手机号","商品","金额","支付方式","状态","退款原因","分销佣金","下单时间"],$=t.map(Z=>{const ce=O(Z);return[Z.orderSn||Z.id||"",ae(Z),I(Z.userId),ce.name,Number(Z.amount||0).toFixed(2),Z.paymentMethod==="wechat"?"微信支付":Z.paymentMethod==="balance"?"余额支付":Z.paymentMethod==="alipay"?"支付宝":Z.paymentMethod||"微信支付",Z.status==="refunded"?"已退款":Z.status==="paid"||Z.status==="completed"?"已完成":Z.status==="pending"||Z.status==="created"?"待支付":"已失败",Z.status==="refunded"&&Z.refundReason?Z.refundReason:"-",Z.referrerEarnings?Number(Z.referrerEarnings).toFixed(2):"-",Z.createdAt?new Date(Z.createdAt).toLocaleString("zh-CN"):""].join(",")}),H="\uFEFF"+[K.join(","),...$].join(` +`),oe=new Blob([H],{type:"text/csv;charset=utf-8"}),q=URL.createObjectURL(oe),me=document.createElement("a");me.href=q,me.download=`订单列表_${new Date().toISOString().slice(0,10)}.csv`,me.click(),URL.revokeObjectURL(q)}return s.jsxs("div",{className:"p-8 w-full",children:[R&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:R}),s.jsx("button",{type:"button",onClick:()=>D(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"订单管理"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",t.length," 笔订单"]})]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs(ee,{variant:"outline",onClick:ue,disabled:E,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${E?"animate-spin":""}`}),"刷新"]}),s.jsxs("div",{className:"flex items-center gap-2 text-sm",children:[s.jsx("span",{className:"text-gray-400",children:"总收入:"}),s.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",o.toFixed(2)]}),s.jsx("span",{className:"text-gray-600",children:"|"}),s.jsx("span",{className:"text-gray-400",children:"今日:"}),s.jsxs("span",{className:"text-[#FFD700] font-bold",children:["¥",u.toFixed(2)]})]})]})]}),s.jsxs("div",{className:"flex items-center gap-4 mb-6",children:[s.jsxs("div",{className:"relative flex-1 max-w-md",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(ne,{type:"text",placeholder:"搜索订单号/用户/章节...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500",value:N,onChange:K=>w(K.target.value)})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Yw,{className:"w-4 h-4 text-gray-400"}),s.jsxs("select",{value:k,onChange:K=>C(K.target.value),className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"created",children:"已创建"}),s.jsx("option",{value:"failed",children:"已失败"}),s.jsx("option",{value:"refunded",children:"已退款"})]})]}),s.jsxs(ee,{variant:"outline",onClick:re,disabled:t.length===0,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(pM,{className:"w-4 h-4 mr-2"}),"导出 CSV"]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:E?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"订单号"}),s.jsx(je,{className:"text-gray-400",children:"用户"}),s.jsx(je,{className:"text-gray-400",children:"商品"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"支付方式"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"退款原因"}),s.jsx(je,{className:"text-gray-400",children:"分销佣金"}),s.jsx(je,{className:"text-gray-400",children:"下单时间"}),s.jsx(je,{className:"text-gray-400",children:"操作"})]})}),s.jsxs(dr,{children:[t.map(K=>{const $=O(K);return s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsxs(ye,{className:"font-mono text-xs text-gray-400",children:[(K.orderSn||K.id||"").slice(0,12),"..."]}),s.jsx(ye,{children:s.jsxs("div",{children:[s.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[ae(K),K.payerUserId&&s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"代付"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:I(K.userId)}),K.payerUserId&&K.payerNickname&&s.jsxs("p",{className:"text-amber-400/80 text-xs mt-0.5",children:["代付人:",K.payerNickname]})]})}),s.jsx(ye,{children:s.jsxs("div",{children:[s.jsxs("p",{className:"text-white text-sm flex items-center gap-2",children:[$.name,(K.productType||K.type)==="vip"&&s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0 text-xs",children:"超级个体"})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:$.type})]})}),s.jsxs(ye,{className:"text-[#38bdac] font-bold",children:["¥",Number(K.amount||0).toFixed(2)]}),s.jsx(ye,{className:"text-gray-300",children:K.paymentMethod==="wechat"?"微信支付":K.paymentMethod==="balance"?"余额支付":K.paymentMethod==="alipay"?"支付宝":K.paymentMethod||"微信支付"}),s.jsx(ye,{children:K.status==="refunded"?s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 hover:bg-gray-500/20 border-0",children:"已退款"}):K.status==="paid"||K.status==="completed"?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"}):K.status==="pending"||K.status==="created"?s.jsx(Ue,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:"待支付"}):s.jsx(Ue,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已失败"})}),s.jsx(ye,{className:"text-gray-400 text-sm max-w-[120px] truncate",title:K.refundReason,children:K.status==="refunded"&&K.refundReason?K.refundReason:"-"}),s.jsx(ye,{className:"text-[#FFD700]",children:K.referrerEarnings?`¥${Number(K.referrerEarnings).toFixed(2)}`:"-"}),s.jsx(ye,{className:"text-gray-400 text-sm",children:new Date(K.createdAt).toLocaleString("zh-CN")}),s.jsx(ye,{children:(K.status==="paid"||K.status==="completed")&&K.paymentMethod!=="balance"&&s.jsxs(ee,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{P(K),F("")},children:[s.jsx(nj,{className:"w-3 h-3 mr-1"}),"退款"]})})]},K.id)}),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:10,className:"text-center py-12 text-gray-500",children:"暂无订单数据"})})]})]}),s.jsx(is,{page:f,totalPages:G,total:a,pageSize:g,onPageChange:m,onPageSizeChange:K=>{y(K),m(1)}})]})})}),s.jsx(Ot,{open:!!_,onOpenChange:K=>!K&&P(null),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"订单退款"})}),_&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",_.orderSn||_.id]}),s.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",Number(_.amount||0).toFixed(2)]}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:L,onChange:K=>F(K.target.value)})})]}),s.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>P(null),disabled:X,children:"取消"}),s.jsx(ee,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:z,disabled:X,children:X?"退款中...":"确认退款"})]})]})})]})}const _l=b.forwardRef(({className:t,...e},n)=>s.jsx("textarea",{className:Ct("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",t),ref:n,...e}));_l.displayName="Textarea";const Pu=[{id:"register",label:"注册/登录",icon:"👤",color:"bg-blue-500/20 border-blue-500/40 text-blue-400",desc:"微信授权登录或手机号注册"},{id:"browse",label:"浏览章节",icon:"📖",color:"bg-purple-500/20 border-purple-500/40 text-purple-400",desc:"点击免费/付费章节预览"},{id:"bind_phone",label:"绑定手机",icon:"📱",color:"bg-cyan-500/20 border-cyan-500/40 text-cyan-400",desc:"触发付费章节后绑定手机"},{id:"first_pay",label:"首次付款",icon:"💳",color:"bg-green-500/20 border-green-500/40 text-green-400",desc:"购买单章或全书"},{id:"fill_profile",label:"完善资料",icon:"✍️",color:"bg-yellow-500/20 border-yellow-500/40 text-yellow-400",desc:"填写头像、MBTI、行业等"},{id:"match",label:"派对房匹配",icon:"🤝",color:"bg-orange-500/20 border-orange-500/40 text-orange-400",desc:"参与 Soul 派对房"},{id:"vip",label:"升级 VIP",icon:"👑",color:"bg-amber-500/20 border-amber-500/40 text-amber-400",desc:"付款 ¥1980 购买全书"},{id:"distribution",label:"开启分销",icon:"🔗",color:"bg-[#38bdac]/20 border-[#38bdac]/40 text-[#38bdac]",desc:"生成推广码并推荐好友"}];function pP(){var fs,Di,Ps,Li,Pa;const[t,e]=Hw(),n=t.get("pool"),[r,a]=b.useState([]),[i,o]=b.useState(0),[c,u]=b.useState(1),[h,f]=b.useState(10),[m,g]=b.useState(""),y=n0(m,300),N=n==="vip"?"vip":n==="complete"?"complete":"all",[w,v]=b.useState(N),[k,C]=b.useState(!0),[E,T]=b.useState(!1),[R,D]=b.useState(null),[_,P]=b.useState(!1),[L,F]=b.useState("desc");b.useEffect(()=>{n==="vip"?v("vip"):n==="complete"?v("complete"):n==="all"&&v("all")},[n]);const[X,te]=b.useState(!1),[ue,ae]=b.useState(null),[I,O]=b.useState(!1),[G,z]=b.useState(!1),[re,K]=b.useState({referrals:[],stats:{}}),[$,H]=b.useState(!1),[oe,q]=b.useState(null),[me,Z]=b.useState(!1),[ce,he]=b.useState(null),[ve,Ae]=b.useState({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),[Be,$e]=b.useState([]),[pt,Et]=b.useState(!1),[ln,yt]=b.useState(!1),[nn,An]=b.useState(null),[Tt,Yt]=b.useState({title:"",description:"",trigger:"",sort:0,enabled:!0}),[rn,In]=b.useState([]),[pr,Rn]=b.useState(!1),[Hn,W]=b.useState(null),[He,qe]=b.useState(null),[xt,lt]=b.useState({}),[nt,gt]=b.useState(!1);async function It(V=!1){var Re;C(!0),V&&T(!0),D(null);try{if(_){const et=new URLSearchParams({search:y,limit:String(h*5)}),tt=await Oe(`/api/db/users/rfm?${et}`);if(tt!=null&&tt.success){let Dn=tt.users||[];L==="asc"&&(Dn=[...Dn].reverse());const gr=(c-1)*h;a(Dn.slice(gr,gr+h)),o(((Re=tt.users)==null?void 0:Re.length)??0),Dn.length===0&&(P(!1),D("暂无订单数据,RFM 排序需要用户有购买记录后才能生效"))}else P(!1),D((tt==null?void 0:tt.error)||"RFM 加载失败,已切回普通模式")}else{const et=new URLSearchParams({page:String(c),pageSize:String(h),search:y,...w==="vip"&&{vip:"true"},...w==="complete"&&{pool:"complete"}}),tt=await Oe(`/api/db/users?${et}`);tt!=null&&tt.success?(a(tt.users||[]),o(tt.total??0)):D((tt==null?void 0:tt.error)||"加载失败")}}catch(et){console.error("Load users error:",et),D("网络错误")}finally{C(!1),V&&T(!1)}}b.useEffect(()=>{u(1)},[y,w,_]),b.useEffect(()=>{It()},[c,h,y,w,_,L]);const gn=Math.ceil(i/h)||1,mr=()=>{_?L==="desc"?F("asc"):(P(!1),F("desc")):(P(!0),F("desc"))},wr=V=>({S:"bg-amber-500/20 text-amber-400",A:"bg-green-500/20 text-green-400",B:"bg-blue-500/20 text-blue-400",C:"bg-gray-500/20 text-gray-400",D:"bg-red-500/20 text-red-400"})[V||""]||"bg-gray-500/20 text-gray-400";async function As(V){if(confirm("确定要删除这个用户吗?"))try{const Re=await Bs(`/api/db/users?id=${encodeURIComponent(V)}`);Re!=null&&Re.success?It():ie.error("删除失败: "+((Re==null?void 0:Re.error)||""))}catch{ie.error("删除失败")}}const Wr=V=>{ae(V),Ae({phone:V.phone||"",nickname:V.nickname||"",password:"",isAdmin:!!(V.isAdmin??!1),hasFullBook:!!(V.hasFullBook??!1)}),te(!0)},Is=()=>{ae(null),Ae({phone:"",nickname:"",password:"",isAdmin:!1,hasFullBook:!1}),te(!0)};async function fe(){if(!ve.phone||!ve.nickname){ie.error("请填写手机号和昵称");return}O(!0);try{if(ue){const V=await _t("/api/db/users",{id:ue.id,phone:ve.phone||void 0,nickname:ve.nickname,isAdmin:ve.isAdmin,hasFullBook:ve.hasFullBook,...ve.password&&{password:ve.password}});if(!(V!=null&&V.success)){ie.error("更新失败: "+((V==null?void 0:V.error)||""));return}}else{const V=await wt("/api/db/users",{phone:ve.phone,nickname:ve.nickname,password:ve.password,isAdmin:ve.isAdmin});if(!(V!=null&&V.success)){ie.error("创建失败: "+((V==null?void 0:V.error)||""));return}}te(!1),It()}catch{ie.error("保存失败")}finally{O(!1)}}async function ge(V){q(V),z(!0),H(!0);try{const Re=await Oe(`/api/db/users/referrals?userId=${encodeURIComponent(V.id)}`);Re!=null&&Re.success?K({referrals:Re.referrals||[],stats:Re.stats||{}}):K({referrals:[],stats:{}})}catch{K({referrals:[],stats:{}})}finally{H(!1)}}const Rt=b.useCallback(async()=>{Et(!0);try{const V=await Oe("/api/db/user-rules");V!=null&&V.success&&$e(V.rules||[])}catch{}finally{Et(!1)}},[]);async function Pn(){if(!Tt.title){ie.error("请填写规则标题");return}O(!0);try{if(nn){const V=await _t("/api/db/user-rules",{id:nn.id,...Tt});if(!(V!=null&&V.success)){ie.error("更新失败: "+((V==null?void 0:V.error)||""));return}}else{const V=await wt("/api/db/user-rules",Tt);if(!(V!=null&&V.success)){ie.error("创建失败: "+((V==null?void 0:V.error)||""));return}}yt(!1),Rt()}catch{ie.error("保存失败")}finally{O(!1)}}async function Qs(V){if(confirm("确定删除?"))try{const Re=await Bs(`/api/db/user-rules?id=${V}`);Re!=null&&Re.success&&Rt()}catch{}}async function Xs(V){try{await _t("/api/db/user-rules",{id:V.id,enabled:!V.enabled}),Rt()}catch{}}const Wn=b.useCallback(async()=>{Rn(!0);try{const V=await Oe("/api/db/vip-members?limit=500");if(V!=null&&V.success&&V.data){const Re=[...V.data].map((et,tt)=>({...et,vipSort:typeof et.vipSort=="number"?et.vipSort:tt+1}));Re.sort((et,tt)=>(et.vipSort??999999)-(tt.vipSort??999999)),In(Re)}else V&&V.error&&ie.error(V.error)}catch{ie.error("加载超级个体列表失败")}finally{Rn(!1)}},[]),[Zs,ht]=b.useState(!1),[xn,Ur]=b.useState(null),[Ir,ds]=b.useState(""),[On,us]=b.useState(!1),hs=["创业者","资源整合者","技术达人","投资人","产品经理","流量操盘手"],Rs=V=>{Ur(V),ds(V.vipRole||""),ht(!0)},Ma=async V=>{const Re=V.trim();if(xn){if(!Re){ie.error("请选择或输入标签");return}us(!0);try{const et=await _t("/api/db/users",{id:xn.id,vipRole:Re});if(!(et!=null&&et.success)){ie.error((et==null?void 0:et.error)||"更新超级个体标签失败");return}ie.success("已更新超级个体标签"),ht(!1),Ur(null),await Wn()}catch{ie.error("更新超级个体标签失败")}finally{us(!1)}}},[er,Kr]=b.useState(!1),[ea,Rr]=b.useState(null),[Pi,Aa]=b.useState(""),[Io,Ia]=b.useState(!1),qr=V=>{Rr(V),Aa(V.vipSort!=null?String(V.vipSort):""),Kr(!0)},Gr=async()=>{if(!ea)return;const V=Number(Pi);if(!Number.isFinite(V)){ie.error("请输入有效的数字序号");return}Ia(!0);try{const Re=await _t("/api/db/users",{id:ea.id,vipSort:V});if(!(Re!=null&&Re.success)){ie.error((Re==null?void 0:Re.error)||"更新排序序号失败");return}ie.success("已更新排序序号"),Kr(!1),Rr(null),await Wn()}catch{ie.error("更新排序序号失败")}finally{Ia(!1)}},Ra=(V,Re)=>{V.dataTransfer.effectAllowed="move",V.dataTransfer.setData("text/plain",Re),W(Re)},Hl=(V,Re)=>{V.preventDefault(),He!==Re&&qe(Re)},ta=()=>{W(null),qe(null)},Pt=async(V,Re)=>{V.preventDefault();const et=V.dataTransfer.getData("text/plain")||Hn;if(W(null),qe(null),!et||et===Re)return;const tt=rn.find(Qt=>Qt.id===et),Dn=rn.find(Qt=>Qt.id===Re);if(!tt||!Dn)return;const gr=tt.vipSort??rn.findIndex(Qt=>Qt.id===et)+1,Ro=Dn.vipSort??rn.findIndex(Qt=>Qt.id===Re)+1;In(Qt=>{const Un=[...Qt],ps=Un.findIndex(Oa=>Oa.id===et),Os=Un.findIndex(Oa=>Oa.id===Re);if(ps===-1||Os===-1)return Qt;const na=[...Un],[Wl,_i]=[na[ps],na[Os]];return na[ps]={..._i,vipSort:gr},na[Os]={...Wl,vipSort:Ro},na});try{const[Qt,Un]=await Promise.all([_t("/api/db/users",{id:et,vipSort:Ro}),_t("/api/db/users",{id:Re,vipSort:gr})]);if(!(Qt!=null&&Qt.success)||!(Un!=null&&Un.success)){ie.error((Qt==null?void 0:Qt.error)||(Un==null?void 0:Un.error)||"更新排序失败"),await Wn();return}ie.success("已更新排序"),await Wn()}catch{ie.error("更新排序失败"),await Wn()}},Oi=b.useCallback(async()=>{gt(!0);try{const V=await Oe("/api/db/users/journey-stats");V!=null&&V.success&&V.stats&<(V.stats)}catch{}finally{gt(!1)}},[]);return s.jsxs("div",{className:"p-8 w-full",children:[R&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:R}),s.jsx("button",{type:"button",onClick:()=>D(null),children:"×"})]}),s.jsx("div",{className:"flex justify-between items-center mb-6",children:s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"用户管理"}),s.jsxs("p",{className:"text-gray-400 mt-1 text-sm",children:["共 ",i," 位注册用户",_&&" · RFM 排序中"]})]})}),s.jsxs(xd,{defaultValue:"users",className:"w-full",children:[s.jsxs(Ll,{className:"bg-[#0a1628] border border-gray-700/50 p-1 mb-6 flex-wrap h-auto gap-1",children:[s.jsxs(Zt,{value:"users",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",children:[s.jsx(Zn,{className:"w-4 h-4"})," 用户列表"]}),s.jsxs(Zt,{value:"journey",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Oi,children:[s.jsx(pl,{className:"w-4 h-4"})," 用户旅程总览"]}),s.jsxs(Zt,{value:"rules",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Rt,children:[s.jsx(wl,{className:"w-4 h-4"})," 规则配置"]}),s.jsxs(Zt,{value:"vip-roles",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] flex items-center gap-1.5",onClick:Wn,children:[s.jsx(xl,{className:"w-4 h-4"})," 超级个体列表"]})]}),s.jsxs(en,{value:"users",children:[s.jsxs("div",{className:"flex items-center gap-3 mb-4 justify-end flex-wrap",children:[s.jsxs(ee,{variant:"outline",onClick:()=>It(!0),disabled:E,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${E?"animate-spin":""}`})," 刷新"]}),s.jsxs("select",{value:w,onChange:V=>{const Re=V.target.value;v(Re),u(1),n&&(t.delete("pool"),e(t))},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",disabled:_,children:[s.jsx("option",{value:"all",children:"全部用户"}),s.jsx("option",{value:"vip",children:"VIP会员(超级个体)"}),s.jsx("option",{value:"complete",children:"完善资料用户"})]}),s.jsxs("div",{className:"relative",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-500"}),s.jsx(ne,{type:"text",placeholder:"搜索用户...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500 w-56",value:m,onChange:V=>g(V.target.value)})]}),s.jsxs(ee,{onClick:Is,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Og,{className:"w-4 h-4 mr-2"})," 添加用户"]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:k?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs("div",{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"用户信息"}),s.jsx(je,{className:"text-gray-400",children:"绑定信息"}),s.jsx(je,{className:"text-gray-400",children:"购买状态"}),s.jsx(je,{className:"text-gray-400",children:"分销收益"}),s.jsxs(je,{className:"text-gray-400 cursor-pointer select-none",onClick:mr,children:[s.jsxs("div",{className:"flex items-center gap-1 group",children:[s.jsx(zc,{className:"w-3.5 h-3.5"}),s.jsx("span",{children:"RFM分值"}),_?L==="desc"?s.jsx(Xc,{className:"w-3.5 h-3.5 text-[#38bdac]"}):s.jsx(Uw,{className:"w-3.5 h-3.5 text-[#38bdac]"}):s.jsx(Cm,{className:"w-3.5 h-3.5 text-gray-600 group-hover:text-gray-400"})]}),_&&s.jsx("div",{className:"text-[10px] text-[#38bdac] font-normal mt-0.5",children:"点击切换方向/关闭"})]}),s.jsx(je,{className:"text-gray-400",children:"注册时间"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(dr,{children:[r.map(V=>{var Re,et,tt;return s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-10 h-10 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac]",children:V.avatar?s.jsx("img",{src:V.avatar,className:"w-full h-full rounded-full object-cover",alt:""}):((Re=V.nickname)==null?void 0:Re.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("button",{type:"button",onClick:()=>{he(V.id),Z(!0)},className:"font-medium text-[#38bdac] hover:text-[#2da396] hover:underline text-left",children:V.nickname}),V.isAdmin&&s.jsx(Ue,{className:"bg-purple-500/20 text-purple-400 hover:bg-purple-500/20 border-0 text-xs",children:"管理员"}),V.openId&&!((et=V.id)!=null&&et.startsWith("user_"))&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0 text-xs",children:"微信"})]}),s.jsx("p",{className:"text-xs text-gray-500 font-mono",children:V.openId?V.openId.slice(0,12)+"...":(tt=V.id)==null?void 0:tt.slice(0,12)})]})]})}),s.jsx(ye,{children:s.jsxs("div",{className:"space-y-1",children:[V.phone&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"📱"}),s.jsx("span",{className:"text-gray-300",children:V.phone})]}),V.wechatId&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"💬"}),s.jsx("span",{className:"text-gray-300",children:V.wechatId})]}),V.openId&&s.jsxs("div",{className:"flex items-center gap-1 text-xs",children:[s.jsx("span",{className:"text-gray-500",children:"🔗"}),s.jsxs("span",{className:"text-gray-500 truncate max-w-[100px]",title:V.openId,children:[V.openId.slice(0,12),"..."]})]}),!V.phone&&!V.wechatId&&!V.openId&&s.jsx("span",{className:"text-gray-600 text-xs",children:"未绑定"})]})}),s.jsx(ye,{children:V.hasFullBook?s.jsx(Ue,{className:"bg-amber-500/20 text-amber-400 hover:bg-amber-500/20 border-0",children:"VIP"}):s.jsx(Ue,{variant:"outline",className:"text-gray-500 border-gray-600",children:"未购买"})}),s.jsx(ye,{children:s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"text-white font-medium",children:["¥",parseFloat(String(V.earnings||0)).toFixed(2)]}),parseFloat(String(V.pendingEarnings||0))>0&&s.jsxs("div",{className:"text-xs text-yellow-400",children:["待提现: ¥",parseFloat(String(V.pendingEarnings||0)).toFixed(2)]}),s.jsxs("div",{className:"text-xs text-[#38bdac] cursor-pointer hover:underline flex items-center gap-1",onClick:()=>ge(V),role:"button",tabIndex:0,onKeyDown:Dn=>Dn.key==="Enter"&&ge(V),children:[s.jsx(Zn,{className:"w-3 h-3"})," 绑定",V.referralCount||0,"人"]})]})}),s.jsx(ye,{children:V.rfmScore!==void 0?s.jsx("div",{className:"flex flex-col gap-1",children:s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("span",{className:"text-white font-bold text-base",children:V.rfmScore}),s.jsx(Ue,{className:`border-0 text-xs ${wr(V.rfmLevel)}`,children:V.rfmLevel})]})}):s.jsxs("span",{className:"text-gray-600 text-sm",children:["— ",s.jsx("span",{className:"text-xs text-gray-700",children:"点列头排序"})]})}),s.jsx(ye,{className:"text-gray-400",children:V.createdAt?new Date(V.createdAt).toLocaleDateString():"-"}),s.jsx(ye,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>{he(V.id),Z(!0)},className:"text-gray-400 hover:text-blue-400 hover:bg-blue-400/10",title:"用户详情",children:s.jsx(Mg,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>Wr(V),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",title:"编辑用户",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",onClick:()=>As(V.id),title:"删除",children:s.jsx(Jn,{className:"w-4 h-4"})})]})})]},V.id)}),r.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无用户数据"})})]})]}),s.jsx(is,{page:c,totalPages:gn,total:i,pageSize:h,onPageChange:u,onPageSizeChange:V=>{f(V),u(1)}})]})})})]}),s.jsxs(en,{value:"journey",children:[s.jsxs("div",{className:"flex items-center justify-between mb-5",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"用户从注册到 VIP 的完整行动路径,点击各阶段查看用户动态"}),s.jsxs(ee,{variant:"outline",onClick:Oi,disabled:nt,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${nt?"animate-spin":""}`})," 刷新数据"]})]}),s.jsxs("div",{className:"relative mb-8",children:[s.jsx("div",{className:"absolute top-16 left-0 right-0 h-0.5 bg-gradient-to-r from-blue-500/20 via-[#38bdac]/30 to-amber-500/20 mx-20"}),s.jsx("div",{className:"grid grid-cols-4 gap-4 lg:grid-cols-8",children:Pu.map((V,Re)=>s.jsxs("div",{className:"relative flex flex-col items-center",children:[s.jsxs("div",{className:`relative w-full p-3 rounded-xl border ${V.color} text-center cursor-default`,children:[s.jsx("div",{className:"text-2xl mb-1",children:V.icon}),s.jsx("div",{className:`text-xs font-medium ${V.color.split(" ").find(et=>et.startsWith("text-"))}`,children:V.label}),xt[V.id]!==void 0&&s.jsxs("div",{className:"mt-1.5 text-xs text-gray-400",children:[s.jsx("span",{className:"font-bold text-white",children:xt[V.id]})," 人"]}),s.jsx("div",{className:"absolute -top-2.5 -left-2.5 w-5 h-5 rounded-full bg-[#0a1628] border border-gray-700 flex items-center justify-center text-[10px] text-gray-500",children:Re+1})]}),Res.jsxs("div",{className:"flex items-start gap-3 p-2 bg-[#0a1628] rounded",children:[s.jsx("span",{className:"text-[#38bdac] font-mono text-xs shrink-0 mt-0.5",children:V.step}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-300",children:V.action}),s.jsxs("p",{className:"text-gray-600 text-xs",children:["→ ",V.next]})]})]},V.step))})]}),s.jsxs("div",{className:"bg-[#0f2137] border border-gray-700/50 rounded-lg p-4",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx(Br,{className:"w-4 h-4 text-purple-400"}),s.jsx("span",{className:"text-white font-medium",children:"行为锚点统计"}),s.jsx("span",{className:"text-gray-500 text-xs ml-auto",children:"实时更新"})]}),nt?s.jsx("div",{className:"flex items-center justify-center py-8",children:s.jsx(Ke,{className:"w-5 h-5 text-[#38bdac] animate-spin"})}):Object.keys(xt).length>0?s.jsx("div",{className:"space-y-2",children:Pu.map(V=>{const Re=xt[V.id]||0,et=Math.max(...Pu.map(Dn=>xt[Dn.id]||0),1),tt=Math.round(Re/et*100);return s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("span",{className:"text-gray-500 text-xs w-20 shrink-0",children:[V.icon," ",V.label]}),s.jsx("div",{className:"flex-1 h-2 bg-[#0a1628] rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac]/60 rounded-full transition-all",style:{width:`${tt}%`}})}),s.jsx("span",{className:"text-gray-400 text-xs w-10 text-right",children:Re})]},V.id)})}):s.jsx("div",{className:"text-center py-8",children:s.jsx("p",{className:"text-gray-500 text-sm",children:"点击「刷新数据」加载统计"})})]})]})]}),s.jsxs(en,{value:"rules",children:[s.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"用户旅程引导规则,定义各行为节点的触发条件与引导内容"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(ee,{variant:"outline",onClick:Rt,disabled:pt,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${pt?"animate-spin":""}`})," 刷新"]}),s.jsxs(ee,{onClick:()=>{An(null),Yt({title:"",description:"",trigger:"",sort:0,enabled:!0}),yt(!0)},className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"})," 添加规则"]})]})]}),pt?s.jsx("div",{className:"flex items-center justify-center py-12",children:s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"})}):Be.length===0?s.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[s.jsx(Br,{className:"w-12 h-12 text-[#38bdac]/30 mx-auto mb-4"}),s.jsx("p",{className:"text-gray-400 mb-4",children:"暂无规则(重启服务将自动写入10条默认规则)"}),s.jsxs(ee,{onClick:Rt,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(Ke,{className:"w-4 h-4 mr-2"})," 重新加载"]})]}):s.jsx("div",{className:"space-y-2",children:Be.map(V=>s.jsx("div",{className:`p-4 rounded-lg border transition-all ${V.enabled?"bg-[#0f2137] border-gray-700/50":"bg-[#0a1628]/50 border-gray-700/30 opacity-55"}`,children:s.jsxs("div",{className:"flex items-start justify-between",children:[s.jsxs("div",{className:"flex-1",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap mb-1",children:[s.jsx(Wt,{className:"w-4 h-4 text-[#38bdac] shrink-0"}),s.jsx("span",{className:"text-white font-medium",children:V.title}),V.trigger&&s.jsxs(Ue,{className:"bg-[#38bdac]/10 text-[#38bdac] border border-[#38bdac]/30 text-xs",children:["触发:",V.trigger]}),s.jsx(Ue,{className:`text-xs border-0 ${V.enabled?"bg-green-500/20 text-green-400":"bg-gray-500/20 text-gray-400"}`,children:V.enabled?"启用":"禁用"})]}),V.description&&s.jsx("p",{className:"text-gray-400 text-sm ml-6",children:V.description})]}),s.jsxs("div",{className:"flex items-center gap-2 ml-4 shrink-0",children:[s.jsx(At,{checked:V.enabled,onCheckedChange:()=>Xs(V)}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>{An(V),Yt({title:V.title,description:V.description,trigger:V.trigger,sort:V.sort,enabled:V.enabled}),yt(!0)},className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>Qs(V.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(Jn,{className:"w-4 h-4"})})]})]})},V.id))})]}),s.jsxs(en,{value:"vip-roles",children:[s.jsxs("div",{className:"mb-4 flex items-center justify-between",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"展示当前所有有效的超级个体(VIP 用户),用于检查会员信息与排序值。"}),s.jsx("p",{className:"text-xs text-[#38bdac]",children:"提示:按住任意一行即可拖拽排序,释放后将同步更新小程序展示顺序。"})]}),s.jsx("div",{className:"flex items-center gap-2",children:s.jsxs(ee,{variant:"outline",onClick:Wn,disabled:pr,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${pr?"animate-spin":""}`})," ","刷新"]})})]}),pr?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):rn.length===0?s.jsxs("div",{className:"text-center py-16 bg-[#0f2137] rounded-lg border border-gray-700/50",children:[s.jsx(xl,{className:"w-12 h-12 text-amber-400/30 mx-auto mb-4"}),s.jsx("p",{className:"text-gray-400 mb-4",children:"当前没有有效的超级个体用户。"})]}):s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400 w-16",children:"序号"}),s.jsx(je,{className:"text-gray-400",children:"成员"}),s.jsx(je,{className:"text-gray-400 min-w-48",children:"超级个体标签"}),s.jsx(je,{className:"text-gray-400 w-24",children:"排序值"}),s.jsx(je,{className:"text-gray-400 w-40 text-right",children:"操作"})]})}),s.jsx(dr,{children:rn.map((V,Re)=>{var Dn;const et=Hn===V.id,tt=He===V.id;return s.jsxs(it,{draggable:!0,onDragStart:gr=>Ra(gr,V.id),onDragOver:gr=>Hl(gr,V.id),onDrop:gr=>Pt(gr,V.id),onDragEnd:ta,className:`border-gray-700/50 cursor-grab active:cursor-grabbing select-none ${et?"opacity-60":""} ${tt?"bg-[#38bdac]/10":""}`,children:[s.jsx(ye,{className:"text-gray-300",children:Re+1}),s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[V.avatar?s.jsx("img",{src:V.avatar,className:"w-8 h-8 rounded-full object-cover border border-amber-400/60"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((Dn=V.name)==null?void 0:Dn[0])||"创"}),s.jsx("div",{className:"min-w-0",children:s.jsx("div",{className:"text-white text-sm truncate",children:V.name})})]})}),s.jsx(ye,{className:"text-gray-300 whitespace-nowrap",children:V.vipRole||s.jsx("span",{className:"text-gray-500",children:"(未设置超级个体标签)"})}),s.jsx(ye,{className:"text-gray-300",children:V.vipSort??Re+1}),s.jsx(ye,{className:"text-right text-xs text-gray-300",children:s.jsxs("div",{className:"inline-flex items-center gap-1.5",children:[s.jsx(ee,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-amber-300 hover:text-amber-200",onClick:()=>Rs(V),title:"设置超级个体标签",children:s.jsx(_c,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-[#38bdac] hover:text-[#5fe0cd]",onClick:()=>{he(V.id),Z(!0)},title:"编辑资料",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"h-7 w-7 px-0 text-sky-300 hover:text-sky-200",onClick:()=>qr(V),title:"设置排序序号",children:s.jsx(Cm,{className:"w-3.5 h-3.5"})})]})})]},V.id)})})]})})})]})]}),s.jsx(Ot,{open:er,onOpenChange:V=>{Kr(V),V||Rr(null)},children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Cm,{className:"w-5 h-5 text-[#38bdac]"}),"设置排序 — ",ea==null?void 0:ea.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"排序序号(数字越小越靠前)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:1",value:Pi,onChange:V=>Aa(V.target.value)})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>Kr(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:Gr,disabled:Io,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),Io?"保存中...":"保存"]})]})]})}),s.jsx(Ot,{open:Zs,onOpenChange:V=>{ht(V),V||Ur(null)},children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(xl,{className:"w-5 h-5 text-amber-400"}),"设置超级个体标签 — ",xn==null?void 0:xn.name]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"选择或输入标签"}),s.jsx("div",{className:"flex flex-wrap gap-2",children:hs.map(V=>s.jsx(ee,{variant:Ir===V?"default":"outline",size:"sm",className:Ir===V?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50",onClick:()=>ds(V),children:V},V))}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"或手动输入"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:创业者、资源整合者等",value:Ir,onChange:V=>ds(V.target.value)})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>ht(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:()=>Ma(Ir),disabled:On,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),On?"保存中...":"保存"]})]})]})}),s.jsx(Ot,{open:X,onOpenChange:te,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[ue?s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(Og,{className:"w-5 h-5 text-[#38bdac]"}),ue?"编辑用户":"添加用户"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"手机号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入手机号",value:ve.phone,onChange:V=>Ae({...ve,phone:V.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"昵称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"请输入昵称",value:ve.nickname,onChange:V=>Ae({...ve,nickname:V.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:ue?"新密码 (留空则不修改)":"密码"}),s.jsx(ne,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:ue?"留空则不修改":"请输入密码",value:ve.password,onChange:V=>Ae({...ve,password:V.target.value})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Y,{className:"text-gray-300",children:"管理员权限"}),s.jsx(At,{checked:ve.isAdmin,onCheckedChange:V=>Ae({...ve,isAdmin:V})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx(Y,{className:"text-gray-300",children:"已购全书"}),s.jsx(At,{checked:ve.hasFullBook,onCheckedChange:V=>Ae({...ve,hasFullBook:V})})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>te(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:fe,disabled:I,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),I?"保存中...":"保存"]})]})]})}),s.jsx(Ot,{open:ln,onOpenChange:yt,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}),nn?"编辑规则":"添加规则"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"规则标题 *"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例:匹配后填写头像、付款1980需填写信息",value:Tt.title,onChange:V=>Yt({...Tt,title:V.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"规则描述"}),s.jsx(_l,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[80px] resize-none",placeholder:"详细说明规则内容...",value:Tt.description,onChange:V=>Yt({...Tt,description:V.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"触发条件"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例:完成匹配、付款后、注册时",value:Tt.trigger,onChange:V=>Yt({...Tt,trigger:V.target.value})})]}),s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsx("div",{children:s.jsx(Y,{className:"text-gray-300",children:"启用状态"})}),s.jsx(At,{checked:Tt.enabled,onCheckedChange:V=>Yt({...Tt,enabled:V})})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>yt(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:Pn,disabled:I,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),I?"保存中...":"保存"]})]})]})}),s.jsx(Ot,{open:G,onOpenChange:z,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-2xl max-h-[80vh] overflow-auto",children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"}),"绑定关系 - ",oe==null?void 0:oe.nickname]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-4 gap-3",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsx("div",{className:"text-2xl font-bold text-[#38bdac]",children:((fs=re.stats)==null?void 0:fs.total)||0}),s.jsx("div",{className:"text-xs text-gray-400",children:"绑定总数"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsx("div",{className:"text-2xl font-bold text-green-400",children:((Di=re.stats)==null?void 0:Di.purchased)||0}),s.jsx("div",{className:"text-xs text-gray-400",children:"已付费"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsxs("div",{className:"text-2xl font-bold text-yellow-400",children:["¥",(((Ps=re.stats)==null?void 0:Ps.earnings)||0).toFixed(2)]}),s.jsx("div",{className:"text-xs text-gray-400",children:"累计收益"})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg p-3 text-center",children:[s.jsxs("div",{className:"text-2xl font-bold text-orange-400",children:["¥",(((Li=re.stats)==null?void 0:Li.pendingEarnings)||0).toFixed(2)]}),s.jsx("div",{className:"text-xs text-gray-400",children:"待提现"})]})]}),$?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Ke,{className:"w-5 h-5 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):(((Pa=re.referrals)==null?void 0:Pa.length)??0)>0?s.jsx("div",{className:"space-y-2 max-h-[300px] overflow-y-auto",children:(re.referrals??[]).map((V,Re)=>{var tt;const et=V;return s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg p-3",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:((tt=et.nickname)==null?void 0:tt.charAt(0))||"?"}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white text-sm",children:et.nickname}),s.jsx("div",{className:"text-xs text-gray-500",children:et.phone||(et.hasOpenId?"微信用户":"未绑定")})]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[et.status==="vip"&&s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0 text-xs",children:"全书已购"}),et.status==="paid"&&s.jsxs(Ue,{className:"bg-blue-500/20 text-blue-400 border-0 text-xs",children:["已付费",et.purchasedSections,"章"]}),et.status==="free"&&s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 border-0 text-xs",children:"未付费"}),s.jsx("span",{className:"text-xs text-gray-500",children:et.createdAt?new Date(et.createdAt).toLocaleDateString():""})]})]},et.id||Re)})}):s.jsx("div",{className:"text-center py-8 text-gray-500",children:"暂无绑定用户"})]}),s.jsx(on,{children:s.jsx(ee,{variant:"outline",onClick:()=>z(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"关闭"})})]})}),s.jsx(t0,{open:me,onClose:()=>Z(!1),userId:ce,onUserUpdated:It})]})}function ph(t,[e,n]){return Math.min(n,Math.max(e,t))}var jk=["PageUp","PageDown"],kk=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],Sk={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},zl="Slider",[Fg,mP,gP]=Qx(zl),[Ck]=Ei(zl,[gP]),[xP,Nf]=Ck(zl),Ek=b.forwardRef((t,e)=>{const{name:n,min:r=0,max:a=100,step:i=1,orientation:o="horizontal",disabled:c=!1,minStepsBetweenThumbs:u=0,defaultValue:h=[r],value:f,onValueChange:m=()=>{},onValueCommit:g=()=>{},inverted:y=!1,form:N,...w}=t,v=b.useRef(new Set),k=b.useRef(0),E=o==="horizontal"?yP:bP,[T=[],R]=go({prop:f,defaultProp:h,onChange:X=>{var ue;(ue=[...v.current][k.current])==null||ue.focus(),m(X)}}),D=b.useRef(T);function _(X){const te=kP(T,X);F(X,te)}function P(X){F(X,k.current)}function L(){const X=D.current[k.current];T[k.current]!==X&&g(T)}function F(X,te,{commit:ue}={commit:!1}){const ae=TP(i),I=MP(Math.round((X-r)/i)*i+r,ae),O=ph(I,[r,a]);R((G=[])=>{const z=wP(G,O,te);if(EP(z,u*i)){k.current=z.indexOf(O);const re=String(z)!==String(G);return re&&ue&&g(z),re?z:G}else return G})}return s.jsx(xP,{scope:t.__scopeSlider,name:n,disabled:c,min:r,max:a,valueIndexToChangeRef:k,thumbs:v.current,values:T,orientation:o,form:N,children:s.jsx(Fg.Provider,{scope:t.__scopeSlider,children:s.jsx(Fg.Slot,{scope:t.__scopeSlider,children:s.jsx(E,{"aria-disabled":c,"data-disabled":c?"":void 0,...w,ref:e,onPointerDown:ot(w.onPointerDown,()=>{c||(D.current=T)}),min:r,max:a,inverted:y,onSlideStart:c?void 0:_,onSlideMove:c?void 0:P,onSlideEnd:c?void 0:L,onHomeKeyDown:()=>!c&&F(r,0,{commit:!0}),onEndKeyDown:()=>!c&&F(a,T.length-1,{commit:!0}),onStepKeyDown:({event:X,direction:te})=>{if(!c){const I=jk.includes(X.key)||X.shiftKey&&kk.includes(X.key)?10:1,O=k.current,G=T[O],z=i*I*te;F(G+z,O,{commit:!0})}}})})})})});Ek.displayName=zl;var[Tk,Mk]=Ck(zl,{startEdge:"left",endEdge:"right",size:"width",direction:1}),yP=b.forwardRef((t,e)=>{const{min:n,max:r,dir:a,inverted:i,onSlideStart:o,onSlideMove:c,onSlideEnd:u,onStepKeyDown:h,...f}=t,[m,g]=b.useState(null),y=St(e,E=>g(E)),N=b.useRef(void 0),w=yf(a),v=w==="ltr",k=v&&!i||!v&&i;function C(E){const T=N.current||m.getBoundingClientRect(),R=[0,T.width],_=r0(R,k?[n,r]:[r,n]);return N.current=T,_(E-T.left)}return s.jsx(Tk,{scope:t.__scopeSlider,startEdge:k?"left":"right",endEdge:k?"right":"left",direction:k?1:-1,size:"width",children:s.jsx(Ak,{dir:w,"data-orientation":"horizontal",...f,ref:y,style:{...f.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:E=>{const T=C(E.clientX);o==null||o(T)},onSlideMove:E=>{const T=C(E.clientX);c==null||c(T)},onSlideEnd:()=>{N.current=void 0,u==null||u()},onStepKeyDown:E=>{const R=Sk[k?"from-left":"from-right"].includes(E.key);h==null||h({event:E,direction:R?-1:1})}})})}),bP=b.forwardRef((t,e)=>{const{min:n,max:r,inverted:a,onSlideStart:i,onSlideMove:o,onSlideEnd:c,onStepKeyDown:u,...h}=t,f=b.useRef(null),m=St(e,f),g=b.useRef(void 0),y=!a;function N(w){const v=g.current||f.current.getBoundingClientRect(),k=[0,v.height],E=r0(k,y?[r,n]:[n,r]);return g.current=v,E(w-v.top)}return s.jsx(Tk,{scope:t.__scopeSlider,startEdge:y?"bottom":"top",endEdge:y?"top":"bottom",size:"height",direction:y?1:-1,children:s.jsx(Ak,{"data-orientation":"vertical",...h,ref:m,style:{...h.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:w=>{const v=N(w.clientY);i==null||i(v)},onSlideMove:w=>{const v=N(w.clientY);o==null||o(v)},onSlideEnd:()=>{g.current=void 0,c==null||c()},onStepKeyDown:w=>{const k=Sk[y?"from-bottom":"from-top"].includes(w.key);u==null||u({event:w,direction:k?-1:1})}})})}),Ak=b.forwardRef((t,e)=>{const{__scopeSlider:n,onSlideStart:r,onSlideMove:a,onSlideEnd:i,onHomeKeyDown:o,onEndKeyDown:c,onStepKeyDown:u,...h}=t,f=Nf(zl,n);return s.jsx(ut.span,{...h,ref:e,onKeyDown:ot(t.onKeyDown,m=>{m.key==="Home"?(o(m),m.preventDefault()):m.key==="End"?(c(m),m.preventDefault()):jk.concat(kk).includes(m.key)&&(u(m),m.preventDefault())}),onPointerDown:ot(t.onPointerDown,m=>{const g=m.target;g.setPointerCapture(m.pointerId),m.preventDefault(),f.thumbs.has(g)?g.focus():r(m)}),onPointerMove:ot(t.onPointerMove,m=>{m.target.hasPointerCapture(m.pointerId)&&a(m)}),onPointerUp:ot(t.onPointerUp,m=>{const g=m.target;g.hasPointerCapture(m.pointerId)&&(g.releasePointerCapture(m.pointerId),i(m))})})}),Ik="SliderTrack",Rk=b.forwardRef((t,e)=>{const{__scopeSlider:n,...r}=t,a=Nf(Ik,n);return s.jsx(ut.span,{"data-disabled":a.disabled?"":void 0,"data-orientation":a.orientation,...r,ref:e})});Rk.displayName=Ik;var $g="SliderRange",Pk=b.forwardRef((t,e)=>{const{__scopeSlider:n,...r}=t,a=Nf($g,n),i=Mk($g,n),o=b.useRef(null),c=St(e,o),u=a.values.length,h=a.values.map(g=>Lk(g,a.min,a.max)),f=u>1?Math.min(...h):0,m=100-Math.max(...h);return s.jsx(ut.span,{"data-orientation":a.orientation,"data-disabled":a.disabled?"":void 0,...r,ref:c,style:{...t.style,[i.startEdge]:f+"%",[i.endEdge]:m+"%"}})});Pk.displayName=$g;var Bg="SliderThumb",Ok=b.forwardRef((t,e)=>{const n=mP(t.__scopeSlider),[r,a]=b.useState(null),i=St(e,c=>a(c)),o=b.useMemo(()=>r?n().findIndex(c=>c.ref.current===r):-1,[n,r]);return s.jsx(vP,{...t,ref:i,index:o})}),vP=b.forwardRef((t,e)=>{const{__scopeSlider:n,index:r,name:a,...i}=t,o=Nf(Bg,n),c=Mk(Bg,n),[u,h]=b.useState(null),f=St(e,C=>h(C)),m=u?o.form||!!u.closest("form"):!0,g=e0(u),y=o.values[r],N=y===void 0?0:Lk(y,o.min,o.max),w=jP(r,o.values.length),v=g==null?void 0:g[c.size],k=v?SP(v,N,c.direction):0;return b.useEffect(()=>{if(u)return o.thumbs.add(u),()=>{o.thumbs.delete(u)}},[u,o.thumbs]),s.jsxs("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[c.startEdge]:`calc(${N}% + ${k}px)`},children:[s.jsx(Fg.ItemSlot,{scope:t.__scopeSlider,children:s.jsx(ut.span,{role:"slider","aria-label":t["aria-label"]||w,"aria-valuemin":o.min,"aria-valuenow":y,"aria-valuemax":o.max,"aria-orientation":o.orientation,"data-orientation":o.orientation,"data-disabled":o.disabled?"":void 0,tabIndex:o.disabled?void 0:0,...i,ref:f,style:y===void 0?{display:"none"}:t.style,onFocus:ot(t.onFocus,()=>{o.valueIndexToChangeRef.current=r})})}),m&&s.jsx(Dk,{name:a??(o.name?o.name+(o.values.length>1?"[]":""):void 0),form:o.form,value:y},r)]})});Ok.displayName=Bg;var NP="RadioBubbleInput",Dk=b.forwardRef(({__scopeSlider:t,value:e,...n},r)=>{const a=b.useRef(null),i=St(a,r),o=Zx(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("input",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),s.jsx(ut.input,{style:{display:"none"},...n,ref:i,defaultValue:e})});Dk.displayName=NP;function wP(t=[],e,n){const r=[...t];return r[n]=e,r.sort((a,i)=>a-i)}function Lk(t,e,n){const i=100/(n-e)*(t-e);return ph(i,[0,100])}function jP(t,e){return e>2?`Value ${t+1} of ${e}`:e===2?["Minimum","Maximum"][t]:void 0}function kP(t,e){if(t.length===1)return 0;const n=t.map(a=>Math.abs(a-e)),r=Math.min(...n);return n.indexOf(r)}function SP(t,e,n){const r=t/2,i=r0([0,50],[0,r]);return(r-i(e)*n)*n}function CP(t){return t.slice(0,-1).map((e,n)=>t[n+1]-e)}function EP(t,e){if(e>0){const n=CP(t);return Math.min(...n)>=e}return!0}function r0(t,e){return n=>{if(t[0]===t[1]||e[0]===e[1])return e[0];const r=(e[1]-e[0])/(t[1]-t[0]);return e[0]+r*(n-t[0])}}function TP(t){return(String(t).split(".")[1]||"").length}function MP(t,e){const n=Math.pow(10,e);return Math.round(t*n)/n}var AP=Ek,IP=Rk,RP=Pk,PP=Ok;function OP({className:t,defaultValue:e,value:n,min:r=0,max:a=100,...i}){const o=b.useMemo(()=>Array.isArray(n)?n:Array.isArray(e)?e:[r,a],[n,e,r,a]);return s.jsxs(AP,{defaultValue:e,value:n,min:r,max:a,className:Ct("relative flex w-full touch-none items-center select-none data-[disabled]:opacity-50",t),...i,children:[s.jsx(IP,{className:"bg-gray-600 relative grow overflow-hidden rounded-full h-1.5 w-full",children:s.jsx(RP,{className:"bg-[#38bdac] absolute h-full rounded-full"})}),Array.from({length:o.length},(c,u)=>s.jsx(PP,{className:"block size-4 shrink-0 rounded-full border-2 border-[#38bdac] bg-white shadow-sm focus-visible:ring-2 focus-visible:ring-[#38bdac] focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"},u))]})}const DP={distributorShare:90,minWithdrawAmount:10,bindingDays:30,userDiscount:5,enableAutoWithdraw:!1,vipOrderShareVip:20,vipOrderShareNonVip:10};function _k(t){const[e,n]=b.useState(DP),[r,a]=b.useState(!0),[i,o]=b.useState(!1);b.useEffect(()=>{Oe("/api/admin/referral-settings").then(h=>{const f=h==null?void 0:h.data;f&&typeof f=="object"&&n({distributorShare:f.distributorShare??90,minWithdrawAmount:f.minWithdrawAmount??10,bindingDays:f.bindingDays??30,userDiscount:f.userDiscount??5,enableAutoWithdraw:f.enableAutoWithdraw??!1,vipOrderShareVip:f.vipOrderShareVip??20,vipOrderShareNonVip:f.vipOrderShareNonVip??10})}).catch(console.error).finally(()=>a(!1))},[]);const c=async()=>{o(!0);try{const h={distributorShare:Number(e.distributorShare)||0,minWithdrawAmount:Number(e.minWithdrawAmount)||0,bindingDays:Number(e.bindingDays)||0,userDiscount:Number(e.userDiscount)||0,enableAutoWithdraw:!!e.enableAutoWithdraw,vipOrderShareVip:Number(e.vipOrderShareVip)||20,vipOrderShareNonVip:Number(e.vipOrderShareNonVip)||10},f=await wt("/api/admin/referral-settings",h);if(!f||f.success===!1){ie.error("保存失败: "+(f&&typeof f=="object"&&"error"in f?f.error:""));return}ie.success(`✅ 分销配置已保存成功! • 小程序与网站的推广规则会一起生效 • 绑定关系会使用新的天数配置 • 佣金比例会立即应用到新订单 -如有缓存,请刷新前台/小程序页面。`)}catch(h){console.error(h),ie.error("保存失败: "+(h instanceof Error?h.message:String(h)))}finally{o(!1)}},u=h=>f=>{const m=parseFloat(f.target.value||"0");n(g=>({...g,[h]:isNaN(m)?0:m}))};return r?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(jl,{className:"w-5 h-5 text-[#38bdac]"}),"推广 / 分销设置"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"统一管理「好友优惠」「你得 90% 收益」「绑定期 30 天」「提现门槛」等规则,小程序和 Web 共用这套配置。"})]}),s.jsxs(ee,{onClick:c,disabled:i||r,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),i?"保存中...":"保存配置"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"flex items-center gap-2 text-white",children:[s.jsx(hA,{className:"w-4 h-4 text-[#38bdac]"}),"推广规则"]}),s.jsx(Ft,{className:"text-gray-400",children:"这三项会直接体现在小程序「推广规则」卡片上,同时影响实收佣金计算。"})]}),s.jsx(Ee,{className:"space-y-6",children:s.jsxs("div",{className:"grid grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ku,{className:"w-3 h-3 text-[#38bdac]"}),"好友优惠(%)"]}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.userDiscount,onChange:u("userDiscount")}),s.jsx("p",{className:"text-xs text-gray-500",children:"例如 5 表示好友立减 5%(在价格配置基础上生效)。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Zn,{className:"w-3 h-3 text-[#38bdac]"}),"推广者分成(%)"]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx(PP,{className:"flex-1",min:10,max:100,step:1,value:[e.distributorShare],onValueChange:([h])=>n(f=>({...f,distributorShare:h}))}),s.jsx(ne,{type:"number",min:0,max:100,className:"w-20 bg-[#0a1628] border-gray-700 text-white text-center",value:e.distributorShare,onChange:u("distributorShare")})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["内容订单佣金 = 订单金额 ×"," ",s.jsxs("span",{className:"text-[#38bdac] font-mono",children:[e.distributorShare,"%"]}),";会员订单见下方。"]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ku,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者是会员 %)"]}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.vipOrderShareVip,onChange:u("vipOrderShareVip")}),s.jsx("p",{className:"text-xs text-gray-500",children:"推广者已是会员时,会员订单佣金比例,默认 20%。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ku,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者非会员 %)"]}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.vipOrderShareNonVip,onChange:u("vipOrderShareNonVip")}),s.jsx("p",{className:"text-xs text-gray-500",children:"推广者非会员时,会员订单佣金比例,默认 10%。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Zn,{className:"w-3 h-3 text-[#38bdac]"}),"绑定有效期(天)"]}),s.jsx(ne,{type:"number",min:1,max:365,className:"bg-[#0a1628] border-gray-700 text-white",value:e.bindingDays,onChange:u("bindingDays")}),s.jsx("p",{className:"text-xs text-gray-500",children:"好友通过你的链接进来并登录后,绑定在你名下的天数。"})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"flex items-center gap-2 text-white",children:[s.jsx(jl,{className:"w-4 h-4 text-[#38bdac]"}),"提现规则"]}),s.jsx(Ft,{className:"text-gray-400",children:"与「提现中心」「自动提现」相关的参数,影响推广者看到的可提现金额和最低门槛。"})]}),s.jsx(Ee,{className:"space-y-6",children:s.jsxs("div",{className:"grid grid-cols-2 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"最低提现金额(元)"}),s.jsx(ne,{type:"number",min:0,step:1,className:"bg-[#0a1628] border-gray-700 text-white",value:e.minWithdrawAmount,onChange:u("minWithdrawAmount")}),s.jsx("p",{className:"text-xs text-gray-500",children:"小程序「满 X 元可提现」展示的门槛,同时用于后端接口校验。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:["自动提现开关",s.jsx(Ue,{variant:"outline",className:"border-[#38bdac]/40 text-[#38bdac] text-[10px]",children:"预留"})]}),s.jsxs("div",{className:"flex items-center gap-3 mt-1",children:[s.jsx(Et,{checked:e.enableAutoWithdraw,onCheckedChange:h=>n(f=>({...f,enableAutoWithdraw:h}))}),s.jsx("span",{className:"text-sm text-gray-400",children:"开启后,可结合定时任务实现「收益自动打款到微信零钱」。"})]})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs(Ye,{className:"flex items-center gap-2 text-gray-200 text-sm",children:[s.jsx(ku,{className:"w-4 h-4 text-[#38bdac]"}),"使用说明"]})}),s.jsxs(Ee,{className:"space-y-2 text-xs text-gray-400 leading-relaxed",children:[s.jsxs("p",{children:["1. 以上配置会写入"," ",s.jsx("code",{className:"font-mono text-[11px] text-[#38bdac]",children:"system_config.referral_config"}),",小程序「推广中心」、Web 推广页以及支付回调都会读取同一份配置。"]}),s.jsx("p",{children:"2. 修改后新订单立即生效;旧订单的历史佣金不会自动重算,只影响之后产生的订单。"}),s.jsx("p",{children:"3. 如遇前端展示与实际结算不一致,优先以此处配置为准,再排查缓存和小程序版本。"})]})]})]})]})}function DP(){var Hn;const[t,e]=b.useState("overview"),[n,r]=b.useState([]),[a,i]=b.useState(null),[o,c]=b.useState([]),[u,h]=b.useState([]),[f,m]=b.useState([]),[g,y]=b.useState(!0),[N,w]=b.useState(null),[v,k]=b.useState(""),[C,E]=b.useState("all"),[T,R]=b.useState(1),[D,_]=b.useState(10),[P,L]=b.useState(0),[F,X]=b.useState(new Set),[te,ue]=b.useState(null),[ae,I]=b.useState(""),[O,G]=b.useState(!1),[z,re]=b.useState(null),[K,$]=b.useState(""),[H,oe]=b.useState(!1),[q,me]=b.useState([]),[Z,ce]=b.useState(1),[he,ve]=b.useState(0),[Ae,Be]=b.useState("");b.useEffect(()=>{$e()},[]),b.useEffect(()=>{R(1)},[t,C]),b.useEffect(()=>{pt(t)},[t]),b.useEffect(()=>{["orders","bindings","withdrawals"].includes(t)&&pt(t,!0),t==="giftPay"&&pt("giftPay",!0)},[T,D,C,v,Z,Ae]);async function $e(){w(null);try{const W=await Oe("/api/admin/distribution/overview");W!=null&&W.success&&W.overview&&i(W.overview)}catch(W){console.error("[Admin] 概览接口异常:",W),w("加载概览失败")}try{const W=await Oe("/api/db/users");m((W==null?void 0:W.users)||[])}catch(W){console.error("[Admin] 用户数据加载失败:",W)}}async function pt(W,He=!1){var qe;if(!(!He&&F.has(W))){y(!0);try{const xt=f;switch(W){case"overview":break;case"orders":{try{const lt=new URLSearchParams({page:String(T),pageSize:String(D),...C!=="all"&&{status:C},...v&&{search:v}}),nt=await Oe(`/api/admin/orders?${lt}`);if(nt!=null&&nt.success&&nt.orders){const gt=nt.orders.map(It=>{const gn=xt.find(wr=>wr.id===It.userId),mr=It.referrerId?xt.find(wr=>wr.id===It.referrerId):null;return{...It,amount:parseFloat(String(It.amount))||0,userNickname:(gn==null?void 0:gn.nickname)||It.userNickname||"未知用户",userPhone:(gn==null?void 0:gn.phone)||It.userPhone||"-",referrerNickname:(mr==null?void 0:mr.nickname)||null,referrerCode:(mr==null?void 0:mr.referralCode)??null,type:It.productType||It.type}});r(gt),L(nt.total??gt.length)}else r([]),L(0)}catch(lt){console.error(lt),w("加载订单失败"),r([])}break}case"bindings":{try{const lt=new URLSearchParams({page:String(T),pageSize:String(D),...C!=="all"&&{status:C}}),nt=await Oe(`/api/db/distribution?${lt}`);c((nt==null?void 0:nt.bindings)||[]),L((nt==null?void 0:nt.total)??((qe=nt==null?void 0:nt.bindings)==null?void 0:qe.length)??0)}catch(lt){console.error(lt),w("加载绑定数据失败"),c([])}break}case"withdrawals":{try{const lt=C==="completed"?"success":C==="rejected"?"failed":C,nt=new URLSearchParams({...lt&<!=="all"&&{status:lt},page:String(T),pageSize:String(D)}),gt=await Oe(`/api/admin/withdrawals?${nt}`);if(gt!=null&>.success&>.withdrawals){const It=gt.withdrawals.map(gn=>({...gn,account:gn.account??"未绑定微信号",status:gn.status==="success"?"completed":gn.status==="failed"?"rejected":gn.status}));h(It),L((gt==null?void 0:gt.total)??It.length)}else gt!=null&>.success||w(`获取提现记录失败: ${(gt==null?void 0:gt.error)||"未知错误"}`),h([])}catch(lt){console.error(lt),w("加载提现数据失败"),h([])}break}case"giftPay":{try{const lt=new URLSearchParams({page:String(Z),pageSize:"20",...Ae&&{status:Ae}}),nt=await Oe(`/api/admin/gift-pay-requests?${lt}`);nt!=null&&nt.success&&nt.data?(me(nt.data),ve(nt.total??nt.data.length)):(me([]),ve(0))}catch(lt){console.error(lt),w("加载代付请求失败"),me([])}break}}X(lt=>new Set(lt).add(W))}catch(xt){console.error(xt)}finally{y(!1)}}}async function Tt(){w(null),X(W=>{const He=new Set(W);return He.delete(t),He}),t==="overview"&&$e(),await pt(t,!0)}async function ln(W){if(confirm("确认审核通过并打款?"))try{const He=await _t("/api/admin/withdrawals",{id:W,action:"approve"});if(!(He!=null&&He.success)){const qe=(He==null?void 0:He.message)||(He==null?void 0:He.error)||"操作失败";ie.error(qe);return}await Tt()}catch(He){console.error(He),ie.error("操作失败")}}function yt(W){re(W),$("")}async function nn(){const W=z;if(!W)return;const He=K.trim();if(!He){ie.error("请填写拒绝原因");return}oe(!0);try{const qe=await _t("/api/admin/withdrawals",{id:W,action:"reject",errorMessage:He});if(!(qe!=null&&qe.success)){ie.error((qe==null?void 0:qe.error)||"操作失败");return}ie.success("已拒绝该提现申请"),re(null),$(""),await Tt()}catch(qe){console.error(qe),ie.error("操作失败")}finally{oe(!1)}}function An(){z&&ie.info("已取消操作"),re(null),$("")}async function Mt(){var W;if(!(!(te!=null&&te.orderSn)&&!(te!=null&&te.id))){G(!0),w(null);try{const He=await _t("/api/admin/orders/refund",{orderSn:te.orderSn||te.id,reason:ae||void 0});He!=null&&He.success?(ue(null),I(""),await pt("orders",!0)):w((He==null?void 0:He.error)||"退款失败")}catch(He){const qe=He;w(((W=qe==null?void 0:qe.data)==null?void 0:W.error)||"退款失败,请检查网络后重试")}finally{G(!1)}}}function Yt(W){const He={active:"bg-green-500/20 text-green-400",converted:"bg-blue-500/20 text-blue-400",expired:"bg-gray-500/20 text-gray-400",cancelled:"bg-red-500/20 text-red-400",pending:"bg-orange-500/20 text-orange-400",pending_confirm:"bg-orange-500/20 text-orange-400",processing:"bg-blue-500/20 text-blue-400",completed:"bg-green-500/20 text-green-400",rejected:"bg-red-500/20 text-red-400"},qe={active:"有效",converted:"已转化",expired:"已过期",cancelled:"已取消",pending:"待审核",pending_confirm:"待用户确认",processing:"处理中",completed:"已完成",rejected:"已拒绝"};return s.jsx(Ue,{className:`${He[W]||"bg-gray-500/20 text-gray-400"} border-0`,children:qe[W]||W})}const rn=Math.ceil(P/D)||1,In=n,pr=o.filter(W=>{var qe,xt,lt,nt;if(!v)return!0;const He=v.toLowerCase();return((qe=W.refereeNickname)==null?void 0:qe.toLowerCase().includes(He))||((xt=W.refereePhone)==null?void 0:xt.includes(He))||((lt=W.referrerName)==null?void 0:lt.toLowerCase().includes(He))||((nt=W.referrerCode)==null?void 0:nt.toLowerCase().includes(He))}),Rn=u.filter(W=>{var qe;if(!v)return!0;const He=v.toLowerCase();return((qe=W.userName)==null?void 0:qe.toLowerCase().includes(He))||W.account&&W.account.toLowerCase().includes(He)});return s.jsxs("div",{className:"p-8 w-full",children:[N&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:N}),s.jsx("button",{type:"button",onClick:()=>w(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex items-center justify-between mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"推广中心"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"统一管理:订单、分销绑定、提现审核"})]}),s.jsxs(ee,{onClick:Tt,disabled:g,variant:"outline",className:"border-gray-700 text-gray-300 hover:bg-gray-800",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${g?"animate-spin":""}`}),"刷新数据"]})]}),s.jsx("div",{className:"flex gap-2 mb-6 border-b border-gray-700 pb-4 flex-wrap",children:[{key:"overview",label:"数据概览",icon:zc},{key:"orders",label:"订单管理",icon:ch},{key:"bindings",label:"绑定管理",icon:Ss},{key:"withdrawals",label:"提现审核",icon:jl},{key:"giftPay",label:"代付请求",icon:Yw},{key:"settings",label:"推广设置",icon:lo}].map(W=>s.jsxs("button",{type:"button",onClick:()=>{e(W.key),E("all"),k(""),W.key==="giftPay"&&(Be(""),ce(1))},className:`flex items-center gap-2 px-4 py-2 rounded-lg text-sm font-medium transition-colors ${t===W.key?"bg-[#38bdac] text-white":"text-gray-400 hover:text-white hover:bg-gray-800"}`,children:[s.jsx(W.icon,{className:"w-4 h-4"}),W.label]},W.key))}),g?s.jsxs("div",{className:"flex items-center justify-center py-20",children:[s.jsx(Ke,{className:"w-8 h-8 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[t==="overview"&&a&&s.jsxs("div",{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-4 gap-4",children:[s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日点击"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayClicks}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"总点击次数(实时)"})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-blue-500/20 flex items-center justify-center",children:s.jsx(Mg,{className:"w-6 h-6 text-blue-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日独立用户"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayUniqueVisitors??0}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"去重访客数(实时)"})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-cyan-500/20 flex items-center justify-center",children:s.jsx(Zn,{className:"w-6 h-6 text-cyan-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日总文章点击率"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(a.todayClickRate??0).toFixed(2)}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"人均点击(总点击/独立用户)"})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-amber-500/20 flex items-center justify-center",children:s.jsx(zc,{className:"w-6 h-6 text-amber-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日绑定"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayBindings})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-green-500/20 flex items-center justify-center",children:s.jsx(Ss,{className:"w-6 h-6 text-green-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日转化"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayConversions})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-purple-500/20 flex items-center justify-center",children:s.jsx(zv,{className:"w-6 h-6 text-purple-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日佣金"}),s.jsxs("p",{className:"text-2xl font-bold text-[#38bdac] mt-1",children:["¥",a.todayEarnings.toFixed(2)]})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-[#38bdac]/20 flex items-center justify-center",children:s.jsx(ch,{className:"w-6 h-6 text-[#38bdac]"})})]})})})]}),(((Hn=a.todayClicksByPage)==null?void 0:Hn.length)??0)>0&&s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Mg,{className:"w-5 h-5 text-[#38bdac]"}),"每篇文章今日点击(按来源页/文章统计)"]}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"实际用户与实际文章的点击均计入;今日总点击与上表一致"})]}),s.jsx(Ee,{children:s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700 text-left text-gray-400",children:[s.jsx("th",{className:"pb-3 pr-4",children:"来源页/文章"}),s.jsx("th",{className:"pb-3 pr-4 text-right",children:"今日点击"}),s.jsx("th",{className:"pb-3 text-right",children:"占比"})]})}),s.jsx("tbody",{children:[...a.todayClicksByPage??[]].sort((W,He)=>He.clicks-W.clicks).map((W,He)=>s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("td",{className:"py-2 pr-4 text-white font-mono",children:W.page||"(未区分)"}),s.jsx("td",{className:"py-2 pr-4 text-right text-white",children:W.clicks}),s.jsxs("td",{className:"py-2 text-right text-gray-400",children:[a.todayClicks>0?(W.clicks/a.todayClicks*100).toFixed(1):0,"%"]})]},He))})]})})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsx(Ce,{className:"bg-orange-500/10 border-orange-500/30",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx("div",{className:"w-12 h-12 rounded-xl bg-orange-500/20 flex items-center justify-center",children:s.jsx(Tg,{className:"w-6 h-6 text-orange-400"})}),s.jsxs("div",{className:"flex-1",children:[s.jsx("p",{className:"text-orange-300 font-medium",children:"即将过期绑定"}),s.jsxs("p",{className:"text-2xl font-bold text-white",children:[a.expiringBindings," 个"]}),s.jsx("p",{className:"text-orange-300/60 text-sm",children:"7天内到期,需关注转化"})]})]})})}),s.jsx(Ce,{className:"bg-blue-500/10 border-blue-500/30",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx("div",{className:"w-12 h-12 rounded-xl bg-blue-500/20 flex items-center justify-center",children:s.jsx(jl,{className:"w-6 h-6 text-blue-400"})}),s.jsxs("div",{className:"flex-1",children:[s.jsx("p",{className:"text-blue-300 font-medium",children:"待审核提现"}),s.jsxs("p",{className:"text-2xl font-bold text-white",children:[a.pendingWithdrawals," 笔"]}),s.jsxs("p",{className:"text-blue-300/60 text-sm",children:["共 ¥",a.pendingWithdrawAmount.toFixed(2)]})]}),s.jsx(ee,{onClick:()=>e("withdrawals"),variant:"outline",className:"border-blue-500/50 text-blue-400 hover:bg-blue-500/20",children:"去审核"})]})})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(lh,{className:"w-5 h-5 text-[#38bdac]"}),"本月统计"]})}),s.jsx(Ee,{children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"点击量"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.monthClicks})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"绑定数"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.monthBindings})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"转化数"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.monthConversions})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"佣金"}),s.jsxs("p",{className:"text-xl font-bold text-[#38bdac]",children:["¥",a.monthEarnings.toFixed(2)]})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(zc,{className:"w-5 h-5 text-[#38bdac]"}),"累计统计"]})}),s.jsxs(Ee,{children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"总点击"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.totalClicks.toLocaleString()})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"总绑定"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.totalBindings.toLocaleString()})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"总转化"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.totalConversions})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"总佣金"}),s.jsxs("p",{className:"text-xl font-bold text-[#38bdac]",children:["¥",a.totalEarnings.toFixed(2)]})]})]}),s.jsxs("div",{className:"mt-4 p-4 bg-[#38bdac]/10 rounded-lg flex items-center justify-between",children:[s.jsx("span",{className:"text-gray-300",children:"点击转化率"}),s.jsxs("span",{className:"text-[#38bdac] font-bold text-xl",children:[a.conversionRate,"%"]})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"}),"推广统计"]})}),s.jsx(Ee,{children:s.jsxs("div",{className:"grid grid-cols-4 gap-4",children:[s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[s.jsx("p",{className:"text-3xl font-bold text-white",children:a.totalDistributors}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"推广用户数"})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[s.jsx("p",{className:"text-3xl font-bold text-green-400",children:a.activeDistributors}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"有收益用户"})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[s.jsx("p",{className:"text-3xl font-bold text-[#38bdac]",children:"90%"}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"佣金比例"})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[s.jsx("p",{className:"text-3xl font-bold text-orange-400",children:"30天"}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"绑定有效期"})]})]})})]})]}),t==="orders"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-4",children:[s.jsxs("div",{className:"relative flex-1",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ne,{value:v,onChange:W=>k(W.target.value),placeholder:"搜索订单号、用户名、手机号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:C,onChange:W=>E(W.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"failed",children:"已失败"}),s.jsx("option",{value:"refunded",children:"已退款"})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-0",children:[n.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无订单数据"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"订单号"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"商品"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"支付方式"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"退款原因"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"推荐人/邀请码"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"分销佣金"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"下单时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:In.map(W=>{var He,qe;return s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsxs("td",{className:"p-4 font-mono text-xs text-gray-400",children:[(He=W.id)==null?void 0:He.slice(0,12),"..."]}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white text-sm",children:W.userNickname}),s.jsx("p",{className:"text-gray-500 text-xs",children:W.userPhone})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white text-sm",children:(()=>{const xt=W.productType||W.type,lt=W.description||"",nt=String(W.productId||W.sectionId||""),gt=xt==="vip"||lt.includes("VIP")||lt.toLowerCase().includes("vip")||nt.toLowerCase().includes("vip");return xt==="balance_recharge"?`余额充值 ¥${typeof W.amount=="number"?W.amount.toFixed(2):parseFloat(String(W.amount||"0")).toFixed(2)}`:gt?"超级个体开通费用":xt==="fullbook"?`${W.bookName||"《底层逻辑》"} - 全本`:xt==="match"?"匹配次数购买":`${W.bookName||"《底层逻辑》"} - ${W.sectionTitle||W.chapterTitle||`章节${W.productId||W.sectionId||""}`}`})()}),s.jsx("p",{className:"text-gray-500 text-xs",children:(()=>{const xt=W.productType||W.type,lt=W.description||"",nt=String(W.productId||W.sectionId||""),gt=xt==="vip"||lt.includes("VIP")||lt.toLowerCase().includes("vip")||nt.toLowerCase().includes("vip");return xt==="balance_recharge"?"余额充值":gt?"超级个体":xt==="fullbook"?"全书解锁":xt==="match"?"功能权益":W.chapterTitle||"单章购买"})()})]})}),s.jsxs("td",{className:"p-4 text-[#38bdac] font-bold",children:["¥",typeof W.amount=="number"?W.amount.toFixed(2):parseFloat(String(W.amount||"0")).toFixed(2)]}),s.jsx("td",{className:"p-4 text-gray-300",children:W.paymentMethod==="wechat"?"微信支付":W.paymentMethod==="balance"?"余额支付":W.paymentMethod==="alipay"?"支付宝":W.paymentMethod||"微信支付"}),s.jsx("td",{className:"p-4",children:W.status==="refunded"?s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 border-0",children:"已退款"}):W.status==="completed"||W.status==="paid"?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0",children:"已完成"}):W.status==="pending"||W.status==="created"?s.jsx(Ue,{className:"bg-yellow-500/20 text-yellow-400 border-0",children:"待支付"}):s.jsx(Ue,{className:"bg-red-500/20 text-red-400 border-0",children:"已失败"})}),s.jsx("td",{className:"p-4 text-gray-400 text-sm max-w-[120px]",title:W.refundReason,children:W.status==="refunded"&&W.refundReason?W.refundReason:"-"}),s.jsx("td",{className:"p-4 text-gray-300 text-sm",children:W.referrerId||W.referralCode?s.jsxs("span",{title:W.referralCode||W.referrerCode||W.referrerId||"",children:[W.referrerNickname||W.referralCode||W.referrerCode||((qe=W.referrerId)==null?void 0:qe.slice(0,8)),(W.referralCode||W.referrerCode)&&` (${W.referralCode||W.referrerCode})`]}):"-"}),s.jsx("td",{className:"p-4 text-[#FFD700]",children:W.referrerEarnings?`¥${(typeof W.referrerEarnings=="number"?W.referrerEarnings:parseFloat(String(W.referrerEarnings))).toFixed(2)}`:"-"}),s.jsx("td",{className:"p-4 text-gray-400 text-sm",children:W.createdAt?new Date(W.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:(W.status==="paid"||W.status==="completed")&&s.jsxs(ee,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{ue(W),I("")},children:[s.jsx(tj,{className:"w-3 h-3 mr-1"}),"退款"]})})]},W.id)})})]})}),t==="orders"&&s.jsx(is,{page:T,totalPages:rn,total:P,pageSize:D,onPageChange:R,onPageSizeChange:W=>{_(W),R(1)}})]})})]}),t==="bindings"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-4",children:[s.jsxs("div",{className:"relative flex-1",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ne,{value:v,onChange:W=>k(W.target.value),placeholder:"搜索用户昵称、手机号、推广码...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:C,onChange:W=>E(W.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"active",children:"有效"}),s.jsx("option",{value:"converted",children:"已转化"}),s.jsx("option",{value:"expired",children:"已过期"})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-0",children:[pr.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无绑定数据"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"访客"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"分销商"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"绑定时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"到期时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"佣金"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:pr.map(W=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-medium",children:W.refereeNickname||"匿名用户"}),s.jsx("p",{className:"text-gray-500 text-xs",children:W.refereePhone})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white",children:W.referrerName||"-"}),s.jsx("p",{className:"text-gray-500 text-xs font-mono",children:W.referrerCode})]})}),s.jsx("td",{className:"p-4 text-gray-400",children:W.boundAt?new Date(W.boundAt).toLocaleDateString("zh-CN"):"-"}),s.jsx("td",{className:"p-4 text-gray-400",children:W.expiresAt?new Date(W.expiresAt).toLocaleDateString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:Yt(W.status)}),s.jsx("td",{className:"p-4",children:W.commission?s.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",W.commission.toFixed(2)]}):s.jsx("span",{className:"text-gray-500",children:"-"})})]},W.id))})]})}),t==="bindings"&&s.jsx(is,{page:T,totalPages:rn,total:P,pageSize:D,onPageChange:R,onPageSizeChange:W=>{_(W),R(1)}})]})})]}),t==="withdrawals"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-4",children:[s.jsxs("div",{className:"relative flex-1",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ne,{value:v,onChange:W=>k(W.target.value),placeholder:"搜索用户名称、账号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:C,onChange:W=>E(W.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待审核"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"rejected",children:"已拒绝"})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-0",children:[Rn.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无提现记录"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"申请人"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"收款方式"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"收款账号"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:Rn.map(W=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-2",children:[W.userAvatar?s.jsx("img",{src:W.userAvatar,alt:"",className:"w-8 h-8 rounded-full object-cover"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-gray-600 flex items-center justify-center text-white text-sm font-medium",children:(W.userName||W.name||"?").slice(0,1)}),s.jsx("p",{className:"text-white font-medium",children:W.userName||W.name})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",W.amount.toFixed(2)]})}),s.jsx("td",{className:"p-4",children:s.jsx(Ue,{className:W.method==="wechat"?"bg-green-500/20 text-green-400 border-0":"bg-blue-500/20 text-blue-400 border-0",children:W.method==="wechat"?"微信":"支付宝"})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-mono text-xs",children:W.account}),s.jsx("p",{className:"text-gray-500 text-xs",children:W.name})]})}),s.jsx("td",{className:"p-4 text-gray-400",children:W.createdAt?new Date(W.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:Yt(W.status)}),s.jsx("td",{className:"p-4 text-right",children:W.status==="pending"&&s.jsxs("div",{className:"flex gap-2 justify-end",children:[s.jsxs(ee,{size:"sm",onClick:()=>ln(W.id),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(zv,{className:"w-4 h-4 mr-1"}),"通过"]}),s.jsxs(ee,{size:"sm",variant:"outline",onClick:()=>yt(W.id),className:"border-red-500/50 text-red-400 hover:bg-red-500/20",children:[s.jsx(qw,{className:"w-4 h-4 mr-1"}),"拒绝"]})]})})]},W.id))})]})}),t==="withdrawals"&&s.jsx(is,{page:T,totalPages:rn,total:P,pageSize:D,onPageChange:R,onPageSizeChange:W=>{_(W),R(1)}})]})})]}),t==="giftPay"&&s.jsx("div",{className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-4",children:[s.jsx(Ye,{className:"text-white",children:"代付请求列表"}),s.jsxs("div",{className:"flex gap-2 items-center",children:[s.jsxs("select",{className:"bg-[#0a1628] border border-gray-700 text-white rounded px-3 py-1.5 text-sm",value:Ae,onChange:W=>{Be(W.target.value),ce(1)},children:[s.jsx("option",{value:"",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"paid",children:"已支付"}),s.jsx("option",{value:"cancelled",children:"已取消"}),s.jsx("option",{value:"expired",children:"已过期"})]}),s.jsxs(ee,{size:"sm",variant:"outline",onClick:()=>pt("giftPay",!0),className:"border-gray-600 text-gray-300",children:[s.jsx(Ke,{className:"w-4 h-4 mr-1"}),"刷新"]})]})]})}),s.jsxs(Ee,{children:[s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"请求号"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"发起人"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"商品/金额"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"代付人"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"创建时间"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:q.map(W=>s.jsxs("tr",{className:"hover:bg-[#0a1628]",children:[s.jsx("td",{className:"p-4 font-mono text-xs text-gray-400",children:W.requestSn}),s.jsx("td",{className:"p-4",children:s.jsx("p",{className:"text-white text-sm",children:W.initiatorNick||W.initiatorUserId})}),s.jsxs("td",{className:"p-4",children:[s.jsxs("p",{className:"text-white",children:[W.productType," · ¥",W.amount.toFixed(2)]}),W.description&&s.jsx("p",{className:"text-gray-500 text-xs",children:W.description})]}),s.jsx("td",{className:"p-4 text-gray-400",children:W.payerNick||(W.payerUserId?W.payerUserId:"-")}),s.jsx("td",{className:"p-4",children:s.jsx(Ue,{className:W.status==="paid"?"bg-green-500/20 text-green-400 border-0":W.status==="pending"?"bg-amber-500/20 text-amber-400 border-0":"bg-gray-500/20 text-gray-400 border-0",children:W.status==="paid"?"已支付":W.status==="pending"?"待支付":W.status==="cancelled"?"已取消":"已过期"})}),s.jsx("td",{className:"p-4 text-gray-400 text-sm",children:W.createdAt?new Date(W.createdAt).toLocaleString("zh-CN"):"-"})]},W.id))})]})}),q.length===0&&!g&&s.jsx("p",{className:"text-center py-8 text-gray-500",children:"暂无代付请求"}),he>20&&s.jsx("div",{className:"mt-4 flex justify-center",children:s.jsx(is,{page:Z,totalPages:Math.ceil(he/20),total:he,pageSize:20,onPageChange:ce,onPageSizeChange:()=>{}})})]})]})})]}),s.jsx(Ot,{open:!!te,onOpenChange:W=>!W&&ue(null),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"订单退款"})}),te&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",te.orderSn||te.id]}),s.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",typeof te.amount=="number"?te.amount.toFixed(2):parseFloat(String(te.amount||"0")).toFixed(2)]}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:ae,onChange:W=>I(W.target.value)})})]}),s.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>ue(null),disabled:O,children:"取消"}),s.jsx(ee,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:Mt,disabled:O,children:O?"退款中...":"确认退款"})]})]})}),s.jsx(Ot,{open:!!z,onOpenChange:W=>!W&&An(),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"拒绝提现"})}),s.jsxs("div",{className:"space-y-4",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:K,onChange:W=>$(W.target.value)})})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:An,disabled:H,children:"取消"}),s.jsx(ee,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:nn,disabled:H||!K.trim(),children:H?"提交中...":"确认拒绝"})]})]})}),t==="settings"&&s.jsx("div",{className:"-mx-8 -mt-6",children:s.jsx(Lk,{embedded:!0})})]})}function LP(){const[t,e]=b.useState([]),[n,r]=b.useState({total:0,pendingCount:0,pendingAmount:0,successCount:0,successAmount:0,failedCount:0}),[a,i]=b.useState(!0),[o,c]=b.useState(null),[u,h]=b.useState("all"),[f,m]=b.useState(1),[g,y]=b.useState(10),[N,w]=b.useState(0),[v,k]=b.useState(null),[C,E]=b.useState(null),[T,R]=b.useState(""),[D,_]=b.useState(!1);async function P(){var I,O,G,z,re,K,$;i(!0),c(null);try{const H=new URLSearchParams({status:u,page:String(f),pageSize:String(g)}),oe=await Oe(`/api/admin/withdrawals?${H}`);if(oe!=null&&oe.success){const q=oe.withdrawals||[];e(q),w(oe.total??((I=oe.stats)==null?void 0:I.total)??q.length),r({total:((O=oe.stats)==null?void 0:O.total)??oe.total??q.length,pendingCount:((G=oe.stats)==null?void 0:G.pendingCount)??0,pendingAmount:((z=oe.stats)==null?void 0:z.pendingAmount)??0,successCount:((re=oe.stats)==null?void 0:re.successCount)??0,successAmount:((K=oe.stats)==null?void 0:K.successAmount)??0,failedCount:(($=oe.stats)==null?void 0:$.failedCount)??0})}else c("加载提现记录失败")}catch(H){console.error("Load withdrawals error:",H),c("加载失败,请检查网络后重试")}finally{i(!1)}}b.useEffect(()=>{m(1)},[u]),b.useEffect(()=>{P()},[u,f,g]);const L=Math.ceil(N/g)||1;async function F(I){const O=t.find(G=>G.id===I);if(O!=null&&O.userCommissionInfo&&O.userCommissionInfo.availableAfterThis<0){if(!confirm(`⚠️ 风险警告:该用户审核后余额为负数(¥${O.userCommissionInfo.availableAfterThis.toFixed(2)}),可能存在超额提现。 +如有缓存,请刷新前台/小程序页面。`)}catch(h){console.error(h),ie.error("保存失败: "+(h instanceof Error?h.message:String(h)))}finally{o(!1)}},u=h=>f=>{const m=parseFloat(f.target.value||"0");n(g=>({...g,[h]:isNaN(m)?0:m}))};return r?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(jl,{className:"w-5 h-5 text-[#38bdac]"}),"推广 / 分销设置"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"统一管理「好友优惠」「你得 90% 收益」「绑定期 30 天」「提现门槛」等规则,小程序和 Web 共用这套配置。"})]}),s.jsxs(ee,{onClick:c,disabled:i||r,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),i?"保存中...":"保存配置"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"flex items-center gap-2 text-white",children:[s.jsx(fA,{className:"w-4 h-4 text-[#38bdac]"}),"推广规则"]}),s.jsx(Ft,{className:"text-gray-400",children:"这三项会直接体现在小程序「推广规则」卡片上,同时影响实收佣金计算。"})]}),s.jsx(Ee,{className:"space-y-6",children:s.jsxs("div",{className:"grid grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ku,{className:"w-3 h-3 text-[#38bdac]"}),"好友优惠(%)"]}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.userDiscount,onChange:u("userDiscount")}),s.jsx("p",{className:"text-xs text-gray-500",children:"例如 5 表示好友立减 5%(在价格配置基础上生效)。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Zn,{className:"w-3 h-3 text-[#38bdac]"}),"推广者分成(%)"]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx(OP,{className:"flex-1",min:10,max:100,step:1,value:[e.distributorShare],onValueChange:([h])=>n(f=>({...f,distributorShare:h}))}),s.jsx(ne,{type:"number",min:0,max:100,className:"w-20 bg-[#0a1628] border-gray-700 text-white text-center",value:e.distributorShare,onChange:u("distributorShare")})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["内容订单佣金 = 订单金额 ×"," ",s.jsxs("span",{className:"text-[#38bdac] font-mono",children:[e.distributorShare,"%"]}),";会员订单见下方。"]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ku,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者是会员 %)"]}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.vipOrderShareVip,onChange:u("vipOrderShareVip")}),s.jsx("p",{className:"text-xs text-gray-500",children:"推广者已是会员时,会员订单佣金比例,默认 20%。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(ku,{className:"w-3 h-3 text-[#38bdac]"}),"会员订单分润(推广者非会员 %)"]}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.vipOrderShareNonVip,onChange:u("vipOrderShareNonVip")}),s.jsx("p",{className:"text-xs text-gray-500",children:"推广者非会员时,会员订单佣金比例,默认 10%。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Zn,{className:"w-3 h-3 text-[#38bdac]"}),"绑定有效期(天)"]}),s.jsx(ne,{type:"number",min:1,max:365,className:"bg-[#0a1628] border-gray-700 text-white",value:e.bindingDays,onChange:u("bindingDays")}),s.jsx("p",{className:"text-xs text-gray-500",children:"好友通过你的链接进来并登录后,绑定在你名下的天数。"})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"flex items-center gap-2 text-white",children:[s.jsx(jl,{className:"w-4 h-4 text-[#38bdac]"}),"提现规则"]}),s.jsx(Ft,{className:"text-gray-400",children:"与「提现中心」「自动提现」相关的参数,影响推广者看到的可提现金额和最低门槛。"})]}),s.jsx(Ee,{className:"space-y-6",children:s.jsxs("div",{className:"grid grid-cols-2 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"最低提现金额(元)"}),s.jsx(ne,{type:"number",min:0,step:1,className:"bg-[#0a1628] border-gray-700 text-white",value:e.minWithdrawAmount,onChange:u("minWithdrawAmount")}),s.jsx("p",{className:"text-xs text-gray-500",children:"小程序「满 X 元可提现」展示的门槛,同时用于后端接口校验。"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:["自动提现开关",s.jsx(Ue,{variant:"outline",className:"border-[#38bdac]/40 text-[#38bdac] text-[10px]",children:"预留"})]}),s.jsxs("div",{className:"flex items-center gap-3 mt-1",children:[s.jsx(At,{checked:e.enableAutoWithdraw,onCheckedChange:h=>n(f=>({...f,enableAutoWithdraw:h}))}),s.jsx("span",{className:"text-sm text-gray-400",children:"开启后,可结合定时任务实现「收益自动打款到微信零钱」。"})]})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs(Ye,{className:"flex items-center gap-2 text-gray-200 text-sm",children:[s.jsx(ku,{className:"w-4 h-4 text-[#38bdac]"}),"使用说明"]})}),s.jsxs(Ee,{className:"space-y-2 text-xs text-gray-400 leading-relaxed",children:[s.jsxs("p",{children:["1. 以上配置会写入"," ",s.jsx("code",{className:"font-mono text-[11px] text-[#38bdac]",children:"system_config.referral_config"}),",小程序「推广中心」、Web 推广页以及支付回调都会读取同一份配置。"]}),s.jsx("p",{children:"2. 修改后新订单立即生效;旧订单的历史佣金不会自动重算,只影响之后产生的订单。"}),s.jsx("p",{children:"3. 如遇前端展示与实际结算不一致,优先以此处配置为准,再排查缓存和小程序版本。"})]})]})]})]})}function LP(){var Hn;const[t,e]=b.useState("overview"),[n,r]=b.useState([]),[a,i]=b.useState(null),[o,c]=b.useState([]),[u,h]=b.useState([]),[f,m]=b.useState([]),[g,y]=b.useState(!0),[N,w]=b.useState(null),[v,k]=b.useState(""),[C,E]=b.useState("all"),[T,R]=b.useState(1),[D,_]=b.useState(10),[P,L]=b.useState(0),[F,X]=b.useState(new Set),[te,ue]=b.useState(null),[ae,I]=b.useState(""),[O,G]=b.useState(!1),[z,re]=b.useState(null),[K,$]=b.useState(""),[H,oe]=b.useState(!1),[q,me]=b.useState([]),[Z,ce]=b.useState(1),[he,ve]=b.useState(0),[Ae,Be]=b.useState("");b.useEffect(()=>{$e()},[]),b.useEffect(()=>{R(1)},[t,C]),b.useEffect(()=>{pt(t)},[t]),b.useEffect(()=>{["orders","bindings","withdrawals"].includes(t)&&pt(t,!0),t==="giftPay"&&pt("giftPay",!0)},[T,D,C,v,Z,Ae]);async function $e(){w(null);try{const W=await Oe("/api/admin/distribution/overview");W!=null&&W.success&&W.overview&&i(W.overview)}catch(W){console.error("[Admin] 概览接口异常:",W),w("加载概览失败")}try{const W=await Oe("/api/db/users");m((W==null?void 0:W.users)||[])}catch(W){console.error("[Admin] 用户数据加载失败:",W)}}async function pt(W,He=!1){var qe;if(!(!He&&F.has(W))){y(!0);try{const xt=f;switch(W){case"overview":break;case"orders":{try{const lt=new URLSearchParams({page:String(T),pageSize:String(D),...C!=="all"&&{status:C},...v&&{search:v}}),nt=await Oe(`/api/admin/orders?${lt}`);if(nt!=null&&nt.success&&nt.orders){const gt=nt.orders.map(It=>{const gn=xt.find(wr=>wr.id===It.userId),mr=It.referrerId?xt.find(wr=>wr.id===It.referrerId):null;return{...It,amount:parseFloat(String(It.amount))||0,userNickname:(gn==null?void 0:gn.nickname)||It.userNickname||"未知用户",userPhone:(gn==null?void 0:gn.phone)||It.userPhone||"-",referrerNickname:(mr==null?void 0:mr.nickname)||null,referrerCode:(mr==null?void 0:mr.referralCode)??null,type:It.productType||It.type}});r(gt),L(nt.total??gt.length)}else r([]),L(0)}catch(lt){console.error(lt),w("加载订单失败"),r([])}break}case"bindings":{try{const lt=new URLSearchParams({page:String(T),pageSize:String(D),...C!=="all"&&{status:C}}),nt=await Oe(`/api/db/distribution?${lt}`);c((nt==null?void 0:nt.bindings)||[]),L((nt==null?void 0:nt.total)??((qe=nt==null?void 0:nt.bindings)==null?void 0:qe.length)??0)}catch(lt){console.error(lt),w("加载绑定数据失败"),c([])}break}case"withdrawals":{try{const lt=C==="completed"?"success":C==="rejected"?"failed":C,nt=new URLSearchParams({...lt&<!=="all"&&{status:lt},page:String(T),pageSize:String(D)}),gt=await Oe(`/api/admin/withdrawals?${nt}`);if(gt!=null&>.success&>.withdrawals){const It=gt.withdrawals.map(gn=>({...gn,account:gn.account??"未绑定微信号",status:gn.status==="success"?"completed":gn.status==="failed"?"rejected":gn.status}));h(It),L((gt==null?void 0:gt.total)??It.length)}else gt!=null&>.success||w(`获取提现记录失败: ${(gt==null?void 0:gt.error)||"未知错误"}`),h([])}catch(lt){console.error(lt),w("加载提现数据失败"),h([])}break}case"giftPay":{try{const lt=new URLSearchParams({page:String(Z),pageSize:"20",...Ae&&{status:Ae}}),nt=await Oe(`/api/admin/gift-pay-requests?${lt}`);nt!=null&&nt.success&&nt.data?(me(nt.data),ve(nt.total??nt.data.length)):(me([]),ve(0))}catch(lt){console.error(lt),w("加载代付请求失败"),me([])}break}}X(lt=>new Set(lt).add(W))}catch(xt){console.error(xt)}finally{y(!1)}}}async function Et(){w(null),X(W=>{const He=new Set(W);return He.delete(t),He}),t==="overview"&&$e(),await pt(t,!0)}async function ln(W){if(confirm("确认审核通过并打款?"))try{const He=await _t("/api/admin/withdrawals",{id:W,action:"approve"});if(!(He!=null&&He.success)){const qe=(He==null?void 0:He.message)||(He==null?void 0:He.error)||"操作失败";ie.error(qe);return}await Et()}catch(He){console.error(He),ie.error("操作失败")}}function yt(W){re(W),$("")}async function nn(){const W=z;if(!W)return;const He=K.trim();if(!He){ie.error("请填写拒绝原因");return}oe(!0);try{const qe=await _t("/api/admin/withdrawals",{id:W,action:"reject",errorMessage:He});if(!(qe!=null&&qe.success)){ie.error((qe==null?void 0:qe.error)||"操作失败");return}ie.success("已拒绝该提现申请"),re(null),$(""),await Et()}catch(qe){console.error(qe),ie.error("操作失败")}finally{oe(!1)}}function An(){z&&ie.info("已取消操作"),re(null),$("")}async function Tt(){var W;if(!(!(te!=null&&te.orderSn)&&!(te!=null&&te.id))){G(!0),w(null);try{const He=await _t("/api/admin/orders/refund",{orderSn:te.orderSn||te.id,reason:ae||void 0});He!=null&&He.success?(ue(null),I(""),await pt("orders",!0)):w((He==null?void 0:He.error)||"退款失败")}catch(He){const qe=He;w(((W=qe==null?void 0:qe.data)==null?void 0:W.error)||"退款失败,请检查网络后重试")}finally{G(!1)}}}function Yt(W){const He={active:"bg-green-500/20 text-green-400",converted:"bg-blue-500/20 text-blue-400",expired:"bg-gray-500/20 text-gray-400",cancelled:"bg-red-500/20 text-red-400",pending:"bg-orange-500/20 text-orange-400",pending_confirm:"bg-orange-500/20 text-orange-400",processing:"bg-blue-500/20 text-blue-400",completed:"bg-green-500/20 text-green-400",rejected:"bg-red-500/20 text-red-400"},qe={active:"有效",converted:"已转化",expired:"已过期",cancelled:"已取消",pending:"待审核",pending_confirm:"待用户确认",processing:"处理中",completed:"已完成",rejected:"已拒绝"};return s.jsx(Ue,{className:`${He[W]||"bg-gray-500/20 text-gray-400"} border-0`,children:qe[W]||W})}const rn=Math.ceil(P/D)||1,In=n,pr=o.filter(W=>{var qe,xt,lt,nt;if(!v)return!0;const He=v.toLowerCase();return((qe=W.refereeNickname)==null?void 0:qe.toLowerCase().includes(He))||((xt=W.refereePhone)==null?void 0:xt.includes(He))||((lt=W.referrerName)==null?void 0:lt.toLowerCase().includes(He))||((nt=W.referrerCode)==null?void 0:nt.toLowerCase().includes(He))}),Rn=u.filter(W=>{var qe;if(!v)return!0;const He=v.toLowerCase();return((qe=W.userName)==null?void 0:qe.toLowerCase().includes(He))||W.account&&W.account.toLowerCase().includes(He)});return s.jsxs("div",{className:"p-8 w-full",children:[N&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:N}),s.jsx("button",{type:"button",onClick:()=>w(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex items-center justify-between mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"推广中心"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"统一管理:订单、分销绑定、提现审核"})]}),s.jsxs(ee,{onClick:Et,disabled:g,variant:"outline",className:"border-gray-700 text-gray-300 hover:bg-gray-800",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${g?"animate-spin":""}`}),"刷新数据"]})]}),s.jsx("div",{className:"flex gap-2 mb-6 border-b border-gray-700 pb-4 flex-wrap",children:[{key:"overview",label:"数据概览",icon:zc},{key:"orders",label:"订单管理",icon:ch},{key:"bindings",label:"绑定管理",icon:Ss},{key:"withdrawals",label:"提现审核",icon:jl},{key:"giftPay",label:"代付请求",icon:Qw},{key:"settings",label:"推广设置",icon:wl}].map(W=>s.jsxs("button",{type:"button",onClick:()=>{e(W.key),E("all"),k(""),W.key==="giftPay"&&(Be(""),ce(1))},className:`flex items-center gap-2 px-4 py-2 rounded-lg text-sm font-medium transition-colors ${t===W.key?"bg-[#38bdac] text-white":"text-gray-400 hover:text-white hover:bg-gray-800"}`,children:[s.jsx(W.icon,{className:"w-4 h-4"}),W.label]},W.key))}),g?s.jsxs("div",{className:"flex items-center justify-center py-20",children:[s.jsx(Ke,{className:"w-8 h-8 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[t==="overview"&&a&&s.jsxs("div",{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-4 gap-4",children:[s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日点击"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayClicks}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"总点击次数(实时)"})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-blue-500/20 flex items-center justify-center",children:s.jsx(Mg,{className:"w-6 h-6 text-blue-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日独立用户"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayUniqueVisitors??0}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"去重访客数(实时)"})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-cyan-500/20 flex items-center justify-center",children:s.jsx(Zn,{className:"w-6 h-6 text-cyan-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日总文章点击率"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:(a.todayClickRate??0).toFixed(2)}),s.jsx("p",{className:"text-xs text-gray-500 mt-0.5",children:"人均点击(总点击/独立用户)"})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-amber-500/20 flex items-center justify-center",children:s.jsx(zc,{className:"w-6 h-6 text-amber-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日绑定"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayBindings})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-green-500/20 flex items-center justify-center",children:s.jsx(Ss,{className:"w-6 h-6 text-green-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日转化"}),s.jsx("p",{className:"text-2xl font-bold text-white mt-1",children:a.todayConversions})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-purple-500/20 flex items-center justify-center",children:s.jsx(zv,{className:"w-6 h-6 text-purple-400"})})]})})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"今日佣金"}),s.jsxs("p",{className:"text-2xl font-bold text-[#38bdac] mt-1",children:["¥",a.todayEarnings.toFixed(2)]})]}),s.jsx("div",{className:"w-12 h-12 rounded-xl bg-[#38bdac]/20 flex items-center justify-center",children:s.jsx(ch,{className:"w-6 h-6 text-[#38bdac]"})})]})})})]}),(((Hn=a.todayClicksByPage)==null?void 0:Hn.length)??0)>0&&s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Mg,{className:"w-5 h-5 text-[#38bdac]"}),"每篇文章今日点击(按来源页/文章统计)"]}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"实际用户与实际文章的点击均计入;今日总点击与上表一致"})]}),s.jsx(Ee,{children:s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700 text-left text-gray-400",children:[s.jsx("th",{className:"pb-3 pr-4",children:"来源页/文章"}),s.jsx("th",{className:"pb-3 pr-4 text-right",children:"今日点击"}),s.jsx("th",{className:"pb-3 text-right",children:"占比"})]})}),s.jsx("tbody",{children:[...a.todayClicksByPage??[]].sort((W,He)=>He.clicks-W.clicks).map((W,He)=>s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("td",{className:"py-2 pr-4 text-white font-mono",children:W.page||"(未区分)"}),s.jsx("td",{className:"py-2 pr-4 text-right text-white",children:W.clicks}),s.jsxs("td",{className:"py-2 text-right text-gray-400",children:[a.todayClicks>0?(W.clicks/a.todayClicks*100).toFixed(1):0,"%"]})]},He))})]})})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsx(Ce,{className:"bg-orange-500/10 border-orange-500/30",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx("div",{className:"w-12 h-12 rounded-xl bg-orange-500/20 flex items-center justify-center",children:s.jsx(Tg,{className:"w-6 h-6 text-orange-400"})}),s.jsxs("div",{className:"flex-1",children:[s.jsx("p",{className:"text-orange-300 font-medium",children:"即将过期绑定"}),s.jsxs("p",{className:"text-2xl font-bold text-white",children:[a.expiringBindings," 个"]}),s.jsx("p",{className:"text-orange-300/60 text-sm",children:"7天内到期,需关注转化"})]})]})})}),s.jsx(Ce,{className:"bg-blue-500/10 border-blue-500/30",children:s.jsx(Ee,{className:"p-6",children:s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx("div",{className:"w-12 h-12 rounded-xl bg-blue-500/20 flex items-center justify-center",children:s.jsx(jl,{className:"w-6 h-6 text-blue-400"})}),s.jsxs("div",{className:"flex-1",children:[s.jsx("p",{className:"text-blue-300 font-medium",children:"待审核提现"}),s.jsxs("p",{className:"text-2xl font-bold text-white",children:[a.pendingWithdrawals," 笔"]}),s.jsxs("p",{className:"text-blue-300/60 text-sm",children:["共 ¥",a.pendingWithdrawAmount.toFixed(2)]})]}),s.jsx(ee,{onClick:()=>e("withdrawals"),variant:"outline",className:"border-blue-500/50 text-blue-400 hover:bg-blue-500/20",children:"去审核"})]})})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(lh,{className:"w-5 h-5 text-[#38bdac]"}),"本月统计"]})}),s.jsx(Ee,{children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"点击量"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.monthClicks})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"绑定数"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.monthBindings})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"转化数"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.monthConversions})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"佣金"}),s.jsxs("p",{className:"text-xl font-bold text-[#38bdac]",children:["¥",a.monthEarnings.toFixed(2)]})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(zc,{className:"w-5 h-5 text-[#38bdac]"}),"累计统计"]})}),s.jsxs(Ee,{children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"总点击"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.totalClicks.toLocaleString()})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"总绑定"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.totalBindings.toLocaleString()})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"总转化"}),s.jsx("p",{className:"text-xl font-bold text-white",children:a.totalConversions})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"总佣金"}),s.jsxs("p",{className:"text-xl font-bold text-[#38bdac]",children:["¥",a.totalEarnings.toFixed(2)]})]})]}),s.jsxs("div",{className:"mt-4 p-4 bg-[#38bdac]/10 rounded-lg flex items-center justify-between",children:[s.jsx("span",{className:"text-gray-300",children:"点击转化率"}),s.jsxs("span",{className:"text-[#38bdac] font-bold text-xl",children:[a.conversionRate,"%"]})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"}),"推广统计"]})}),s.jsx(Ee,{children:s.jsxs("div",{className:"grid grid-cols-4 gap-4",children:[s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[s.jsx("p",{className:"text-3xl font-bold text-white",children:a.totalDistributors}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"推广用户数"})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[s.jsx("p",{className:"text-3xl font-bold text-green-400",children:a.activeDistributors}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"有收益用户"})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[s.jsx("p",{className:"text-3xl font-bold text-[#38bdac]",children:"90%"}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"佣金比例"})]}),s.jsxs("div",{className:"p-4 bg-white/5 rounded-lg text-center",children:[s.jsx("p",{className:"text-3xl font-bold text-orange-400",children:"30天"}),s.jsx("p",{className:"text-gray-400 text-sm mt-1",children:"绑定有效期"})]})]})})]})]}),t==="orders"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-4",children:[s.jsxs("div",{className:"relative flex-1",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ne,{value:v,onChange:W=>k(W.target.value),placeholder:"搜索订单号、用户名、手机号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:C,onChange:W=>E(W.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"failed",children:"已失败"}),s.jsx("option",{value:"refunded",children:"已退款"})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-0",children:[n.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无订单数据"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"订单号"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"商品"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"支付方式"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"退款原因"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"推荐人/邀请码"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"分销佣金"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"下单时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:In.map(W=>{var He,qe;return s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsxs("td",{className:"p-4 font-mono text-xs text-gray-400",children:[(He=W.id)==null?void 0:He.slice(0,12),"..."]}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white text-sm",children:W.userNickname}),s.jsx("p",{className:"text-gray-500 text-xs",children:W.userPhone})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white text-sm",children:(()=>{const xt=W.productType||W.type,lt=W.description||"",nt=String(W.productId||W.sectionId||""),gt=xt==="vip"||lt.includes("VIP")||lt.toLowerCase().includes("vip")||nt.toLowerCase().includes("vip");return xt==="balance_recharge"?`余额充值 ¥${typeof W.amount=="number"?W.amount.toFixed(2):parseFloat(String(W.amount||"0")).toFixed(2)}`:gt?"超级个体开通费用":xt==="fullbook"?`${W.bookName||"《底层逻辑》"} - 全本`:xt==="match"?"匹配次数购买":`${W.bookName||"《底层逻辑》"} - ${W.sectionTitle||W.chapterTitle||`章节${W.productId||W.sectionId||""}`}`})()}),s.jsx("p",{className:"text-gray-500 text-xs",children:(()=>{const xt=W.productType||W.type,lt=W.description||"",nt=String(W.productId||W.sectionId||""),gt=xt==="vip"||lt.includes("VIP")||lt.toLowerCase().includes("vip")||nt.toLowerCase().includes("vip");return xt==="balance_recharge"?"余额充值":gt?"超级个体":xt==="fullbook"?"全书解锁":xt==="match"?"功能权益":W.chapterTitle||"单章购买"})()})]})}),s.jsxs("td",{className:"p-4 text-[#38bdac] font-bold",children:["¥",typeof W.amount=="number"?W.amount.toFixed(2):parseFloat(String(W.amount||"0")).toFixed(2)]}),s.jsx("td",{className:"p-4 text-gray-300",children:W.paymentMethod==="wechat"?"微信支付":W.paymentMethod==="balance"?"余额支付":W.paymentMethod==="alipay"?"支付宝":W.paymentMethod||"微信支付"}),s.jsx("td",{className:"p-4",children:W.status==="refunded"?s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 border-0",children:"已退款"}):W.status==="completed"||W.status==="paid"?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 border-0",children:"已完成"}):W.status==="pending"||W.status==="created"?s.jsx(Ue,{className:"bg-yellow-500/20 text-yellow-400 border-0",children:"待支付"}):s.jsx(Ue,{className:"bg-red-500/20 text-red-400 border-0",children:"已失败"})}),s.jsx("td",{className:"p-4 text-gray-400 text-sm max-w-[120px]",title:W.refundReason,children:W.status==="refunded"&&W.refundReason?W.refundReason:"-"}),s.jsx("td",{className:"p-4 text-gray-300 text-sm",children:W.referrerId||W.referralCode?s.jsxs("span",{title:W.referralCode||W.referrerCode||W.referrerId||"",children:[W.referrerNickname||W.referralCode||W.referrerCode||((qe=W.referrerId)==null?void 0:qe.slice(0,8)),(W.referralCode||W.referrerCode)&&` (${W.referralCode||W.referrerCode})`]}):"-"}),s.jsx("td",{className:"p-4 text-[#FFD700]",children:W.referrerEarnings?`¥${(typeof W.referrerEarnings=="number"?W.referrerEarnings:parseFloat(String(W.referrerEarnings))).toFixed(2)}`:"-"}),s.jsx("td",{className:"p-4 text-gray-400 text-sm",children:W.createdAt?new Date(W.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:(W.status==="paid"||W.status==="completed")&&s.jsxs(ee,{variant:"outline",size:"sm",className:"border-orange-500/50 text-orange-400 hover:bg-orange-500/20",onClick:()=>{ue(W),I("")},children:[s.jsx(nj,{className:"w-3 h-3 mr-1"}),"退款"]})})]},W.id)})})]})}),t==="orders"&&s.jsx(is,{page:T,totalPages:rn,total:P,pageSize:D,onPageChange:R,onPageSizeChange:W=>{_(W),R(1)}})]})})]}),t==="bindings"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-4",children:[s.jsxs("div",{className:"relative flex-1",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ne,{value:v,onChange:W=>k(W.target.value),placeholder:"搜索用户昵称、手机号、推广码...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:C,onChange:W=>E(W.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"active",children:"有效"}),s.jsx("option",{value:"converted",children:"已转化"}),s.jsx("option",{value:"expired",children:"已过期"})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-0",children:[pr.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无绑定数据"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"访客"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"分销商"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"绑定时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"到期时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"佣金"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:pr.map(W=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-medium",children:W.refereeNickname||"匿名用户"}),s.jsx("p",{className:"text-gray-500 text-xs",children:W.refereePhone})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white",children:W.referrerName||"-"}),s.jsx("p",{className:"text-gray-500 text-xs font-mono",children:W.referrerCode})]})}),s.jsx("td",{className:"p-4 text-gray-400",children:W.boundAt?new Date(W.boundAt).toLocaleDateString("zh-CN"):"-"}),s.jsx("td",{className:"p-4 text-gray-400",children:W.expiresAt?new Date(W.expiresAt).toLocaleDateString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:Yt(W.status)}),s.jsx("td",{className:"p-4",children:W.commission?s.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",W.commission.toFixed(2)]}):s.jsx("span",{className:"text-gray-500",children:"-"})})]},W.id))})]})}),t==="bindings"&&s.jsx(is,{page:T,totalPages:rn,total:P,pageSize:D,onPageChange:R,onPageSizeChange:W=>{_(W),R(1)}})]})})]}),t==="withdrawals"&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-4",children:[s.jsxs("div",{className:"relative flex-1",children:[s.jsx(Na,{className:"absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400"}),s.jsx(ne,{value:v,onChange:W=>k(W.target.value),placeholder:"搜索用户名称、账号...",className:"pl-10 bg-[#0f2137] border-gray-700 text-white"})]}),s.jsxs("select",{value:C,onChange:W=>E(W.target.value),className:"px-4 py-2 bg-[#0f2137] border border-gray-700 rounded-lg text-white",children:[s.jsx("option",{value:"all",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待审核"}),s.jsx("option",{value:"completed",children:"已完成"}),s.jsx("option",{value:"rejected",children:"已拒绝"})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-0",children:[Rn.length===0?s.jsx("div",{className:"py-12 text-center text-gray-500",children:"暂无提现记录"}):s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"申请人"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"收款方式"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"收款账号"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:Rn.map(W=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-2",children:[W.userAvatar?s.jsx("img",{src:W.userAvatar,alt:"",className:"w-8 h-8 rounded-full object-cover"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-gray-600 flex items-center justify-center text-white text-sm font-medium",children:(W.userName||W.name||"?").slice(0,1)}),s.jsx("p",{className:"text-white font-medium",children:W.userName||W.name})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("span",{className:"text-[#38bdac] font-bold",children:["¥",W.amount.toFixed(2)]})}),s.jsx("td",{className:"p-4",children:s.jsx(Ue,{className:W.method==="wechat"?"bg-green-500/20 text-green-400 border-0":"bg-blue-500/20 text-blue-400 border-0",children:W.method==="wechat"?"微信":"支付宝"})}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-mono text-xs",children:W.account}),s.jsx("p",{className:"text-gray-500 text-xs",children:W.name})]})}),s.jsx("td",{className:"p-4 text-gray-400",children:W.createdAt?new Date(W.createdAt).toLocaleString("zh-CN"):"-"}),s.jsx("td",{className:"p-4",children:Yt(W.status)}),s.jsx("td",{className:"p-4 text-right",children:W.status==="pending"&&s.jsxs("div",{className:"flex gap-2 justify-end",children:[s.jsxs(ee,{size:"sm",onClick:()=>ln(W.id),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(zv,{className:"w-4 h-4 mr-1"}),"通过"]}),s.jsxs(ee,{size:"sm",variant:"outline",onClick:()=>yt(W.id),className:"border-red-500/50 text-red-400 hover:bg-red-500/20",children:[s.jsx(Gw,{className:"w-4 h-4 mr-1"}),"拒绝"]})]})})]},W.id))})]})}),t==="withdrawals"&&s.jsx(is,{page:T,totalPages:rn,total:P,pageSize:D,onPageChange:R,onPageSizeChange:W=>{_(W),R(1)}})]})})]}),t==="giftPay"&&s.jsx("div",{className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsx(Je,{children:s.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-4",children:[s.jsx(Ye,{className:"text-white",children:"代付请求列表"}),s.jsxs("div",{className:"flex gap-2 items-center",children:[s.jsxs("select",{className:"bg-[#0a1628] border border-gray-700 text-white rounded px-3 py-1.5 text-sm",value:Ae,onChange:W=>{Be(W.target.value),ce(1)},children:[s.jsx("option",{value:"",children:"全部状态"}),s.jsx("option",{value:"pending",children:"待支付"}),s.jsx("option",{value:"paid",children:"已支付"}),s.jsx("option",{value:"cancelled",children:"已取消"}),s.jsx("option",{value:"expired",children:"已过期"})]}),s.jsxs(ee,{size:"sm",variant:"outline",onClick:()=>pt("giftPay",!0),className:"border-gray-600 text-gray-300",children:[s.jsx(Ke,{className:"w-4 h-4 mr-1"}),"刷新"]})]})]})}),s.jsxs(Ee,{children:[s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"请求号"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"发起人"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"商品/金额"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"代付人"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium text-gray-400",children:"创建时间"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:q.map(W=>s.jsxs("tr",{className:"hover:bg-[#0a1628]",children:[s.jsx("td",{className:"p-4 font-mono text-xs text-gray-400",children:W.requestSn}),s.jsx("td",{className:"p-4",children:s.jsx("p",{className:"text-white text-sm",children:W.initiatorNick||W.initiatorUserId})}),s.jsxs("td",{className:"p-4",children:[s.jsxs("p",{className:"text-white",children:[W.productType," · ¥",W.amount.toFixed(2)]}),W.description&&s.jsx("p",{className:"text-gray-500 text-xs",children:W.description})]}),s.jsx("td",{className:"p-4 text-gray-400",children:W.payerNick||(W.payerUserId?W.payerUserId:"-")}),s.jsx("td",{className:"p-4",children:s.jsx(Ue,{className:W.status==="paid"?"bg-green-500/20 text-green-400 border-0":W.status==="pending"?"bg-amber-500/20 text-amber-400 border-0":"bg-gray-500/20 text-gray-400 border-0",children:W.status==="paid"?"已支付":W.status==="pending"?"待支付":W.status==="cancelled"?"已取消":"已过期"})}),s.jsx("td",{className:"p-4 text-gray-400 text-sm",children:W.createdAt?new Date(W.createdAt).toLocaleString("zh-CN"):"-"})]},W.id))})]})}),q.length===0&&!g&&s.jsx("p",{className:"text-center py-8 text-gray-500",children:"暂无代付请求"}),he>20&&s.jsx("div",{className:"mt-4 flex justify-center",children:s.jsx(is,{page:Z,totalPages:Math.ceil(he/20),total:he,pageSize:20,onPageChange:ce,onPageSizeChange:()=>{}})})]})]})})]}),s.jsx(Ot,{open:!!te,onOpenChange:W=>!W&&ue(null),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"订单退款"})}),te&&s.jsxs("div",{className:"space-y-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["订单号:",te.orderSn||te.id]}),s.jsxs("p",{className:"text-gray-400 text-sm",children:["退款金额:¥",typeof te.amount=="number"?te.amount.toFixed(2):parseFloat(String(te.amount||"0")).toFixed(2)]}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"退款原因(选填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"如:用户申请退款",value:ae,onChange:W=>I(W.target.value)})})]}),s.jsx("p",{className:"text-orange-400/80 text-xs",children:"退款将原路退回至用户微信,且无法撤销,请确认后再操作。"})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:()=>ue(null),disabled:O,children:"取消"}),s.jsx(ee,{className:"bg-orange-500 hover:bg-orange-600 text-white",onClick:Tt,disabled:O,children:O?"退款中...":"确认退款"})]})]})}),s.jsx(Ot,{open:!!z,onOpenChange:W=>!W&&An(),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"拒绝提现"})}),s.jsxs("div",{className:"space-y-4",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:K,onChange:W=>$(W.target.value)})})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:An,disabled:H,children:"取消"}),s.jsx(ee,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:nn,disabled:H||!K.trim(),children:H?"提交中...":"确认拒绝"})]})]})}),t==="settings"&&s.jsx("div",{className:"-mx-8 -mt-6",children:s.jsx(_k,{embedded:!0})})]})}function _P(){const[t,e]=b.useState([]),[n,r]=b.useState({total:0,pendingCount:0,pendingAmount:0,successCount:0,successAmount:0,failedCount:0}),[a,i]=b.useState(!0),[o,c]=b.useState(null),[u,h]=b.useState("all"),[f,m]=b.useState(1),[g,y]=b.useState(10),[N,w]=b.useState(0),[v,k]=b.useState(null),[C,E]=b.useState(null),[T,R]=b.useState(""),[D,_]=b.useState(!1);async function P(){var I,O,G,z,re,K,$;i(!0),c(null);try{const H=new URLSearchParams({status:u,page:String(f),pageSize:String(g)}),oe=await Oe(`/api/admin/withdrawals?${H}`);if(oe!=null&&oe.success){const q=oe.withdrawals||[];e(q),w(oe.total??((I=oe.stats)==null?void 0:I.total)??q.length),r({total:((O=oe.stats)==null?void 0:O.total)??oe.total??q.length,pendingCount:((G=oe.stats)==null?void 0:G.pendingCount)??0,pendingAmount:((z=oe.stats)==null?void 0:z.pendingAmount)??0,successCount:((re=oe.stats)==null?void 0:re.successCount)??0,successAmount:((K=oe.stats)==null?void 0:K.successAmount)??0,failedCount:(($=oe.stats)==null?void 0:$.failedCount)??0})}else c("加载提现记录失败")}catch(H){console.error("Load withdrawals error:",H),c("加载失败,请检查网络后重试")}finally{i(!1)}}b.useEffect(()=>{m(1)},[u]),b.useEffect(()=>{P()},[u,f,g]);const L=Math.ceil(N/g)||1;async function F(I){const O=t.find(G=>G.id===I);if(O!=null&&O.userCommissionInfo&&O.userCommissionInfo.availableAfterThis<0){if(!confirm(`⚠️ 风险警告:该用户审核后余额为负数(¥${O.userCommissionInfo.availableAfterThis.toFixed(2)}),可能存在超额提现。 -确认已核实用户账户并完成打款?`))return}else if(!confirm("确认已完成打款?批准后将更新用户提现记录。"))return;k(I);try{const G=await _t("/api/admin/withdrawals",{id:I,action:"approve"});G!=null&&G.success?P():ie.error("操作失败: "+((G==null?void 0:G.error)??""))}catch{ie.error("操作失败")}finally{k(null)}}function X(I){E(I),R("")}async function te(){const I=C;if(!I)return;const O=T.trim();if(!O){ie.error("请填写拒绝原因");return}_(!0);try{const G=await _t("/api/admin/withdrawals",{id:I,action:"reject",errorMessage:O});G!=null&&G.success?(ie.success("已拒绝该提现申请"),E(null),R(""),P()):ie.error("操作失败: "+((G==null?void 0:G.error)??""))}catch{ie.error("操作失败")}finally{_(!1)}}function ue(){C&&ie.info("已取消操作"),E(null),R("")}function ae(I){switch(I){case"pending":return s.jsx(Ue,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待处理"});case"pending_confirm":return s.jsx(Ue,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待用户确认"});case"processing":return s.jsx(Ue,{className:"bg-blue-500/20 text-blue-400 hover:bg-blue-500/20 border-0",children:"已审批等待打款"});case"success":case"completed":return s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"});case"failed":case"rejected":return s.jsx(Ue,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已拒绝"});default:return s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 border-0",children:I})}}return s.jsxs("div",{className:"p-8 w-full",children:[o&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:o}),s.jsx("button",{type:"button",onClick:()=>c(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-start mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"分账提现管理"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"管理用户分销收益的提现申请"})]}),s.jsxs(ee,{variant:"outline",onClick:P,disabled:a,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${a?"animate-spin":""}`}),"刷新"]})]}),s.jsx(Ce,{className:"bg-gradient-to-r from-[#38bdac]/10 to-[#0f2137] border-[#38bdac]/30 mb-6",children:s.jsx(Ee,{className:"p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(ch,{className:"w-5 h-5 text-[#38bdac] mt-0.5"}),s.jsxs("div",{children:[s.jsx("h3",{className:"text-white font-medium mb-2",children:"自动分账规则"}),s.jsxs("div",{className:"text-sm text-gray-400 space-y-1",children:[s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"分销比例"}),":推广者获得订单金额的"," ",s.jsx("span",{className:"text-white font-medium",children:"90%"})]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"结算方式"}),":用户付款后,分销收益自动计入推广者账户"]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"提现方式"}),":用户在小程序端点击提现,系统自动转账到微信零钱"]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"审批流程"}),":待处理的提现需管理员手动确认打款后批准"]})]})]})]})})}),s.jsxs("div",{className:"grid grid-cols-4 gap-4 mb-6",children:[s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-[#38bdac]",children:n.total}),s.jsx("div",{className:"text-sm text-gray-400",children:"总申请"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-orange-400",children:n.pendingCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"待处理"}),s.jsxs("div",{className:"text-xs text-orange-400 mt-1",children:["¥",n.pendingAmount.toFixed(2)]})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-green-400",children:n.successCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"已完成"}),s.jsxs("div",{className:"text-xs text-green-400 mt-1",children:["¥",n.successAmount.toFixed(2)]})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-red-400",children:n.failedCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"已拒绝"})]})})]}),s.jsx("div",{className:"flex gap-2 mb-4",children:["all","pending","success","failed"].map(I=>s.jsx(ee,{variant:u===I?"default":"outline",size:"sm",onClick:()=>h(I),className:u===I?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:I==="all"?"全部":I==="pending"?"待处理":I==="success"?"已完成":"已拒绝"},I))}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:a?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):t.length===0?s.jsxs("div",{className:"text-center py-12",children:[s.jsx(jl,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无提现记录"})]}):s.jsxs(s.Fragment,{children:[s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"提现金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户佣金信息"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"处理时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"确认收款"}),s.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:t.map(I=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4 text-gray-400",children:new Date(I.createdAt??"").toLocaleString()}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-2",children:[I.userAvatar?s.jsx("img",{src:I.userAvatar,alt:I.userName??"",className:"w-8 h-8 rounded-full object-cover"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:(I.userName??"?").charAt(0)}),s.jsxs("div",{children:[s.jsx("p",{className:"font-medium text-white",children:I.userName??"未知"}),s.jsx("p",{className:"text-xs text-gray-500",children:I.userPhone??I.referralCode??(I.userId??"").slice(0,10)})]})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("span",{className:"font-bold text-orange-400",children:["¥",Number(I.amount).toFixed(2)]})}),s.jsx("td",{className:"p-4",children:I.userCommissionInfo?s.jsxs("div",{className:"text-xs space-y-1",children:[s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"累计佣金:"}),s.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",I.userCommissionInfo.totalCommission.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"已提现:"}),s.jsxs("span",{className:"text-gray-400",children:["¥",I.userCommissionInfo.withdrawnEarnings.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"待审核:"}),s.jsxs("span",{className:"text-orange-400",children:["¥",I.userCommissionInfo.pendingWithdrawals.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4 pt-1 border-t border-gray-700/30",children:[s.jsx("span",{className:"text-gray-500",children:"审核后余额:"}),s.jsxs("span",{className:I.userCommissionInfo.availableAfterThis>=0?"text-green-400 font-medium":"text-red-400 font-medium",children:["¥",I.userCommissionInfo.availableAfterThis.toFixed(2)]})]})]}):s.jsx("span",{className:"text-gray-500 text-xs",children:"暂无数据"})}),s.jsxs("td",{className:"p-4",children:[ae(I.status),I.errorMessage&&s.jsx("p",{className:"text-xs text-red-400 mt-1",children:I.errorMessage})]}),s.jsx("td",{className:"p-4 text-gray-400",children:I.processedAt?new Date(I.processedAt).toLocaleString():"-"}),s.jsx("td",{className:"p-4 text-gray-400",children:I.userConfirmedAt?s.jsxs("span",{className:"text-green-400",title:I.userConfirmedAt,children:["已确认 ",new Date(I.userConfirmedAt).toLocaleString()]}):"-"}),s.jsxs("td",{className:"p-4 text-right",children:[(I.status==="pending"||I.status==="pending_confirm")&&s.jsxs("div",{className:"flex items-center justify-end gap-2",children:[s.jsxs(ee,{size:"sm",onClick:()=>F(I.id),disabled:v===I.id,className:"bg-green-600 hover:bg-green-700 text-white",children:[s.jsx(hf,{className:"w-4 h-4 mr-1"}),"批准"]}),s.jsxs(ee,{size:"sm",variant:"outline",onClick:()=>X(I.id),disabled:v===I.id,className:"border-red-500/50 text-red-400 hover:bg-red-500/10 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-1"}),"拒绝"]})]}),(I.status==="success"||I.status==="completed")&&I.transactionId&&s.jsx("span",{className:"text-xs text-gray-500 font-mono",children:I.transactionId})]})]},I.id))})]})}),s.jsx(is,{page:f,totalPages:L,total:N,pageSize:g,onPageChange:m,onPageSizeChange:I=>{y(I),m(1)}})]})})}),s.jsx(Ot,{open:!!C,onOpenChange:I=>!I&&ue(),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"拒绝提现"})}),s.jsxs("div",{className:"space-y-4",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:T,onChange:I=>R(I.target.value)})})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:ue,disabled:D,children:"取消"}),s.jsx(ee,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:te,disabled:D||!T.trim(),children:D?"提交中...":"确认拒绝"})]})]})})]})}var $m={exports:{}},Bm={};/** +确认已核实用户账户并完成打款?`))return}else if(!confirm("确认已完成打款?批准后将更新用户提现记录。"))return;k(I);try{const G=await _t("/api/admin/withdrawals",{id:I,action:"approve"});G!=null&&G.success?P():ie.error("操作失败: "+((G==null?void 0:G.error)??""))}catch{ie.error("操作失败")}finally{k(null)}}function X(I){E(I),R("")}async function te(){const I=C;if(!I)return;const O=T.trim();if(!O){ie.error("请填写拒绝原因");return}_(!0);try{const G=await _t("/api/admin/withdrawals",{id:I,action:"reject",errorMessage:O});G!=null&&G.success?(ie.success("已拒绝该提现申请"),E(null),R(""),P()):ie.error("操作失败: "+((G==null?void 0:G.error)??""))}catch{ie.error("操作失败")}finally{_(!1)}}function ue(){C&&ie.info("已取消操作"),E(null),R("")}function ae(I){switch(I){case"pending":return s.jsx(Ue,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待处理"});case"pending_confirm":return s.jsx(Ue,{className:"bg-orange-500/20 text-orange-400 hover:bg-orange-500/20 border-0",children:"待用户确认"});case"processing":return s.jsx(Ue,{className:"bg-blue-500/20 text-blue-400 hover:bg-blue-500/20 border-0",children:"已审批等待打款"});case"success":case"completed":return s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"已完成"});case"failed":case"rejected":return s.jsx(Ue,{className:"bg-red-500/20 text-red-400 hover:bg-red-500/20 border-0",children:"已拒绝"});default:return s.jsx(Ue,{className:"bg-gray-500/20 text-gray-400 border-0",children:I})}}return s.jsxs("div",{className:"p-8 w-full",children:[o&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:o}),s.jsx("button",{type:"button",onClick:()=>c(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-start mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"分账提现管理"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"管理用户分销收益的提现申请"})]}),s.jsxs(ee,{variant:"outline",onClick:P,disabled:a,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${a?"animate-spin":""}`}),"刷新"]})]}),s.jsx(Ce,{className:"bg-gradient-to-r from-[#38bdac]/10 to-[#0f2137] border-[#38bdac]/30 mb-6",children:s.jsx(Ee,{className:"p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(ch,{className:"w-5 h-5 text-[#38bdac] mt-0.5"}),s.jsxs("div",{children:[s.jsx("h3",{className:"text-white font-medium mb-2",children:"自动分账规则"}),s.jsxs("div",{className:"text-sm text-gray-400 space-y-1",children:[s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"分销比例"}),":推广者获得订单金额的"," ",s.jsx("span",{className:"text-white font-medium",children:"90%"})]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"结算方式"}),":用户付款后,分销收益自动计入推广者账户"]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"提现方式"}),":用户在小程序端点击提现,系统自动转账到微信零钱"]}),s.jsxs("p",{children:["• ",s.jsx("span",{className:"text-[#38bdac]",children:"审批流程"}),":待处理的提现需管理员手动确认打款后批准"]})]})]})]})})}),s.jsxs("div",{className:"grid grid-cols-4 gap-4 mb-6",children:[s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-[#38bdac]",children:n.total}),s.jsx("div",{className:"text-sm text-gray-400",children:"总申请"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-orange-400",children:n.pendingCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"待处理"}),s.jsxs("div",{className:"text-xs text-orange-400 mt-1",children:["¥",n.pendingAmount.toFixed(2)]})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-green-400",children:n.successCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"已完成"}),s.jsxs("div",{className:"text-xs text-green-400 mt-1",children:["¥",n.successAmount.toFixed(2)]})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsxs(Ee,{className:"p-4 text-center",children:[s.jsx("div",{className:"text-3xl font-bold text-red-400",children:n.failedCount}),s.jsx("div",{className:"text-sm text-gray-400",children:"已拒绝"})]})})]}),s.jsx("div",{className:"flex gap-2 mb-4",children:["all","pending","success","failed"].map(I=>s.jsx(ee,{variant:u===I?"default":"outline",size:"sm",onClick:()=>h(I),className:u===I?"bg-[#38bdac] hover:bg-[#2da396] text-white":"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:I==="all"?"全部":I==="pending"?"待处理":I==="success"?"已完成":"已拒绝"},I))}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:a?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):t.length===0?s.jsxs("div",{className:"text-center py-12",children:[s.jsx(jl,{className:"w-12 h-12 text-gray-600 mx-auto mb-3"}),s.jsx("p",{className:"text-gray-500",children:"暂无提现记录"})]}):s.jsxs(s.Fragment,{children:[s.jsx("div",{className:"overflow-x-auto",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"bg-[#0a1628] text-gray-400",children:[s.jsx("th",{className:"p-4 text-left font-medium",children:"申请时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"提现金额"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"用户佣金信息"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"状态"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"处理时间"}),s.jsx("th",{className:"p-4 text-left font-medium",children:"确认收款"}),s.jsx("th",{className:"p-4 text-right font-medium",children:"操作"})]})}),s.jsx("tbody",{className:"divide-y divide-gray-700/50",children:t.map(I=>s.jsxs("tr",{className:"hover:bg-[#0a1628] transition-colors",children:[s.jsx("td",{className:"p-4 text-gray-400",children:new Date(I.createdAt??"").toLocaleString()}),s.jsx("td",{className:"p-4",children:s.jsxs("div",{className:"flex items-center gap-2",children:[I.userAvatar?s.jsx("img",{src:I.userAvatar,alt:I.userName??"",className:"w-8 h-8 rounded-full object-cover"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm text-[#38bdac]",children:(I.userName??"?").charAt(0)}),s.jsxs("div",{children:[s.jsx("p",{className:"font-medium text-white",children:I.userName??"未知"}),s.jsx("p",{className:"text-xs text-gray-500",children:I.userPhone??I.referralCode??(I.userId??"").slice(0,10)})]})]})}),s.jsx("td",{className:"p-4",children:s.jsxs("span",{className:"font-bold text-orange-400",children:["¥",Number(I.amount).toFixed(2)]})}),s.jsx("td",{className:"p-4",children:I.userCommissionInfo?s.jsxs("div",{className:"text-xs space-y-1",children:[s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"累计佣金:"}),s.jsxs("span",{className:"text-[#38bdac] font-medium",children:["¥",I.userCommissionInfo.totalCommission.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"已提现:"}),s.jsxs("span",{className:"text-gray-400",children:["¥",I.userCommissionInfo.withdrawnEarnings.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4",children:[s.jsx("span",{className:"text-gray-500",children:"待审核:"}),s.jsxs("span",{className:"text-orange-400",children:["¥",I.userCommissionInfo.pendingWithdrawals.toFixed(2)]})]}),s.jsxs("div",{className:"flex justify-between gap-4 pt-1 border-t border-gray-700/30",children:[s.jsx("span",{className:"text-gray-500",children:"审核后余额:"}),s.jsxs("span",{className:I.userCommissionInfo.availableAfterThis>=0?"text-green-400 font-medium":"text-red-400 font-medium",children:["¥",I.userCommissionInfo.availableAfterThis.toFixed(2)]})]})]}):s.jsx("span",{className:"text-gray-500 text-xs",children:"暂无数据"})}),s.jsxs("td",{className:"p-4",children:[ae(I.status),I.errorMessage&&s.jsx("p",{className:"text-xs text-red-400 mt-1",children:I.errorMessage})]}),s.jsx("td",{className:"p-4 text-gray-400",children:I.processedAt?new Date(I.processedAt).toLocaleString():"-"}),s.jsx("td",{className:"p-4 text-gray-400",children:I.userConfirmedAt?s.jsxs("span",{className:"text-green-400",title:I.userConfirmedAt,children:["已确认 ",new Date(I.userConfirmedAt).toLocaleString()]}):"-"}),s.jsxs("td",{className:"p-4 text-right",children:[(I.status==="pending"||I.status==="pending_confirm")&&s.jsxs("div",{className:"flex items-center justify-end gap-2",children:[s.jsxs(ee,{size:"sm",onClick:()=>F(I.id),disabled:v===I.id,className:"bg-green-600 hover:bg-green-700 text-white",children:[s.jsx(hf,{className:"w-4 h-4 mr-1"}),"批准"]}),s.jsxs(ee,{size:"sm",variant:"outline",onClick:()=>X(I.id),disabled:v===I.id,className:"border-red-500/50 text-red-400 hover:bg-red-500/10 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-1"}),"拒绝"]})]}),(I.status==="success"||I.status==="completed")&&I.transactionId&&s.jsx("span",{className:"text-xs text-gray-500 font-mono",children:I.transactionId})]})]},I.id))})]})}),s.jsx(is,{page:f,totalPages:L,total:N,pageSize:g,onPageChange:m,onPageSizeChange:I=>{y(I),m(1)}})]})})}),s.jsx(Ot,{open:!!C,onOpenChange:I=>!I&&ue(),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"拒绝提现"})}),s.jsxs("div",{className:"space-y-4",children:[s.jsx("p",{className:"text-gray-400 text-sm",children:"拒绝后该笔提现金额将返还用户余额。"}),s.jsxs("div",{children:[s.jsx("label",{className:"text-sm text-gray-400 block mb-2",children:"拒绝原因(必填)"}),s.jsx("div",{className:"form-input",children:s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"请输入拒绝原因",value:T,onChange:I=>R(I.target.value)})})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",className:"border-gray-600 text-gray-300",onClick:ue,disabled:D,children:"取消"}),s.jsx(ee,{className:"bg-red-600 hover:bg-red-700 text-white",onClick:te,disabled:D||!T.trim(),children:D?"提交中...":"确认拒绝"})]})]})})]})}var $m={exports:{}},Bm={};/** * @license React * use-sync-external-store-shim.production.js * @@ -600,19 +600,19 @@ For more information, see https://radix-ui.com/primitives/docs/components/${e.do * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var c1;function _P(){if(c1)return Bm;c1=1;var t=fd();function e(m,g){return m===g&&(m!==0||1/m===1/g)||m!==m&&g!==g}var n=typeof Object.is=="function"?Object.is:e,r=t.useState,a=t.useEffect,i=t.useLayoutEffect,o=t.useDebugValue;function c(m,g){var y=g(),N=r({inst:{value:y,getSnapshot:g}}),w=N[0].inst,v=N[1];return i(function(){w.value=y,w.getSnapshot=g,u(w)&&v({inst:w})},[m,y,g]),a(function(){return u(w)&&v({inst:w}),m(function(){u(w)&&v({inst:w})})},[m]),o(y),y}function u(m){var g=m.getSnapshot;m=m.value;try{var y=g();return!n(m,y)}catch{return!0}}function h(m,g){return g()}var f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:c;return Bm.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:f,Bm}var d1;function _k(){return d1||(d1=1,$m.exports=_P()),$m.exports}var zk=_k();function Gn(t){this.content=t}Gn.prototype={constructor:Gn,find:function(t){for(var e=0;e>1}};Gn.from=function(t){if(t instanceof Gn)return t;var e=[];if(t)for(var n in t)e.push(n,t[n]);return new Gn(e)};function Fk(t,e,n){for(let r=0;;r++){if(r==t.childCount||r==e.childCount)return t.childCount==e.childCount?null:n;let a=t.child(r),i=e.child(r);if(a==i){n+=a.nodeSize;continue}if(!a.sameMarkup(i))return n;if(a.isText&&a.text!=i.text){for(let o=0;a.text[o]==i.text[o];o++)n++;return n}if(a.content.size||i.content.size){let o=Fk(a.content,i.content,n+1);if(o!=null)return o}n+=a.nodeSize}}function $k(t,e,n,r){for(let a=t.childCount,i=e.childCount;;){if(a==0||i==0)return a==i?null:{a:n,b:r};let o=t.child(--a),c=e.child(--i),u=o.nodeSize;if(o==c){n-=u,r-=u;continue}if(!o.sameMarkup(c))return{a:n,b:r};if(o.isText&&o.text!=c.text){let h=0,f=Math.min(o.text.length,c.text.length);for(;he&&r(u,a+c,i||null,o)!==!1&&u.content.size){let f=c+1;u.nodesBetween(Math.max(0,e-f),Math.min(u.content.size,n-f),r,a+f)}c=h}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,n,r,a){let i="",o=!0;return this.nodesBetween(e,n,(c,u)=>{let h=c.isText?c.text.slice(Math.max(e,u)-u,n-u):c.isLeaf?a?typeof a=="function"?a(c):a:c.type.spec.leafText?c.type.spec.leafText(c):"":"";c.isBlock&&(c.isLeaf&&h||c.isTextblock)&&r&&(o?o=!1:i+=r),i+=h},0),i}append(e){if(!e.size)return this;if(!this.size)return e;let n=this.lastChild,r=e.firstChild,a=this.content.slice(),i=0;for(n.isText&&n.sameMarkup(r)&&(a[a.length-1]=n.withText(n.text+r.text),i=1);ie)for(let i=0,o=0;oe&&((on)&&(c.isText?c=c.cut(Math.max(0,e-o),Math.min(c.text.length,n-o)):c=c.cut(Math.max(0,e-o-1),Math.min(c.content.size,n-o-1))),r.push(c),a+=c.nodeSize),o=u}return new xe(r,a)}cutByIndex(e,n){return e==n?xe.empty:e==0&&n==this.content.length?this:new xe(this.content.slice(e,n))}replaceChild(e,n){let r=this.content[e];if(r==n)return this;let a=this.content.slice(),i=this.size+n.nodeSize-r.nodeSize;return a[e]=n,new xe(a,i)}addToStart(e){return new xe([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new xe(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let n=0;nthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let n=0,r=0;;n++){let a=this.child(n),i=r+a.nodeSize;if(i>=e)return i==e?Ou(n+1,i):Ou(n,r);r=i}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,n){if(!n)return xe.empty;if(!Array.isArray(n))throw new RangeError("Invalid input for Fragment.fromJSON");return new xe(n.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return xe.empty;let n,r=0;for(let a=0;athis.type.rank&&(n||(n=e.slice(0,a)),n.push(this),r=!0),n&&n.push(i)}}return n||(n=e.slice()),r||n.push(this),n}removeFromSet(e){for(let n=0;nr.type.rank-a.type.rank),n}};$t.none=[];class gh extends Error{}class Ie{constructor(e,n,r){this.content=e,this.openStart=n,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,n){let r=Vk(this.content,e+this.openStart,n);return r&&new Ie(r,this.openStart,this.openEnd)}removeBetween(e,n){return new Ie(Bk(this.content,e+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+"("+this.openStart+","+this.openEnd+")"}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,n){if(!n)return Ie.empty;let r=n.openStart||0,a=n.openEnd||0;if(typeof r!="number"||typeof a!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new Ie(xe.fromJSON(e,n.content),r,a)}static maxOpen(e,n=!0){let r=0,a=0;for(let i=e.firstChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.firstChild)r++;for(let i=e.lastChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.lastChild)a++;return new Ie(e,r,a)}}Ie.empty=new Ie(xe.empty,0,0);function Bk(t,e,n){let{index:r,offset:a}=t.findIndex(e),i=t.maybeChild(r),{index:o,offset:c}=t.findIndex(n);if(a==e||i.isText){if(c!=n&&!t.child(o).isText)throw new RangeError("Removing non-flat range");return t.cut(0,e).append(t.cut(n))}if(r!=o)throw new RangeError("Removing non-flat range");return t.replaceChild(r,i.copy(Bk(i.content,e-a-1,n-a-1)))}function Vk(t,e,n,r){let{index:a,offset:i}=t.findIndex(e),o=t.maybeChild(a);if(i==e||o.isText)return r&&!r.canReplace(a,a,n)?null:t.cut(0,e).append(n).append(t.cut(e));let c=Vk(o.content,e-i-1,n,o);return c&&t.replaceChild(a,o.copy(c))}function zP(t,e,n){if(n.openStart>t.depth)throw new gh("Inserted content deeper than insertion position");if(t.depth-n.openStart!=e.depth-n.openEnd)throw new gh("Inconsistent open depths");return Hk(t,e,n,0)}function Hk(t,e,n,r){let a=t.index(r),i=t.node(r);if(a==e.index(r)&&r=0&&t.isText&&t.sameMarkup(e[n])?e[n]=t.withText(e[n].text+t.text):e.push(t)}function Fc(t,e,n,r){let a=(e||t).node(n),i=0,o=e?e.index(n):a.childCount;t&&(i=t.index(n),t.depth>n?i++:t.textOffset&&(uo(t.nodeAfter,r),i++));for(let c=i;ca&&Hg(t,e,a+1),o=r.depth>a&&Hg(n,r,a+1),c=[];return Fc(null,t,a,c),i&&o&&e.index(a)==n.index(a)?(Wk(i,o),uo(ho(i,Uk(t,e,n,r,a+1)),c)):(i&&uo(ho(i,xh(t,e,a+1)),c),Fc(e,n,a,c),o&&uo(ho(o,xh(n,r,a+1)),c)),Fc(r,null,a,c),new xe(c)}function xh(t,e,n){let r=[];if(Fc(null,t,n,r),t.depth>n){let a=Hg(t,e,n+1);uo(ho(a,xh(t,e,n+1)),r)}return Fc(e,null,n,r),new xe(r)}function FP(t,e){let n=e.depth-t.openStart,a=e.node(n).copy(t.content);for(let i=n-1;i>=0;i--)a=e.node(i).copy(xe.from(a));return{start:a.resolveNoCache(t.openStart+n),end:a.resolveNoCache(a.content.size-t.openEnd-n)}}class ed{constructor(e,n,r){this.pos=e,this.path=n,this.parentOffset=r,this.depth=n.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position before the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position after the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,n=this.index(this.depth);if(n==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],a=e.child(n);return r?e.child(n).cut(r):a}get nodeBefore(){let e=this.index(this.depth),n=this.pos-this.path[this.path.length-1];return n?this.parent.child(e).cut(0,n):e==0?null:this.parent.child(e-1)}posAtIndex(e,n){n=this.resolveDepth(n);let r=this.path[n*3],a=n==0?0:this.path[n*3-1]+1;for(let i=0;i0;n--)if(this.start(n)<=e&&this.end(n)>=e)return n;return 0}blockRange(e=this,n){if(e.pos=0;r--)if(e.pos<=this.end(r)&&(!n||n(this.node(r))))return new yh(this,e,r);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=e.content.size))throw new RangeError("Position "+n+" out of range");let r=[],a=0,i=n;for(let o=e;;){let{index:c,offset:u}=o.content.findIndex(i),h=i-u;if(r.push(o,c,a+u),!h||(o=o.child(c),o.isText))break;i=h-1,a+=u+1}return new ed(n,r,i)}static resolveCached(e,n){let r=u1.get(e);if(r)for(let i=0;ie&&this.nodesBetween(e,n,i=>(r.isInSet(i.marks)&&(a=!0),!a)),a}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+="("+this.content.toStringInner()+")"),Kk(this.marks,e)}contentMatchAt(e){let n=this.type.contentMatch.matchFragment(this.content,0,e);if(!n)throw new Error("Called contentMatchAt on a node with invalid content");return n}canReplace(e,n,r=xe.empty,a=0,i=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,a,i),c=o&&o.matchFragment(this.content,n);if(!c||!c.validEnd)return!1;for(let u=a;un.type.name)}`);this.content.forEach(n=>n.check())}toJSON(){let e={type:this.type.name};for(let n in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(n=>n.toJSON())),e}static fromJSON(e,n){if(!n)throw new RangeError("Invalid input for Node.fromJSON");let r;if(n.marks){if(!Array.isArray(n.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=n.marks.map(e.markFromJSON)}if(n.type=="text"){if(typeof n.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(n.text,r)}let a=xe.fromJSON(e,n.content),i=e.nodeType(n.type).create(n.attrs,a,r);return i.type.checkAttrs(i.attrs),i}};wa.prototype.text=void 0;class bh extends wa{constructor(e,n,r,a){if(super(e,n,null,a),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Kk(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,n){return this.text.slice(e,n)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new bh(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new bh(this.type,this.attrs,e,this.marks)}cut(e=0,n=this.text.length){return e==0&&n==this.text.length?this:this.withText(this.text.slice(e,n))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function Kk(t,e){for(let n=t.length-1;n>=0;n--)e=t[n].type.name+"("+e+")";return e}class bo{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,n){let r=new HP(e,n);if(r.next==null)return bo.empty;let a=qk(r);r.next&&r.err("Unexpected trailing text");let i=YP(JP(a));return QP(i,r),i}matchType(e){for(let n=0;nh.createAndFill()));for(let h=0;h=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function n(r){e.push(r);for(let a=0;a{let i=a+(r.validEnd?"*":" ")+" ";for(let o=0;o"+e.indexOf(r.next[o].next);return i}).join(` -`)}}bo.empty=new bo(!0);class HP{constructor(e,n){this.string=e,this.nodeTypes=n,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==""&&this.tokens.pop(),this.tokens[0]==""&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw new SyntaxError(e+" (in content expression '"+this.string+"')")}}function qk(t){let e=[];do e.push(WP(t));while(t.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function WP(t){let e=[];do e.push(UP(t));while(t.next&&t.next!=")"&&t.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function UP(t){let e=GP(t);for(;;)if(t.eat("+"))e={type:"plus",expr:e};else if(t.eat("*"))e={type:"star",expr:e};else if(t.eat("?"))e={type:"opt",expr:e};else if(t.eat("{"))e=KP(t,e);else break;return e}function h1(t){/\D/.test(t.next)&&t.err("Expected number, got '"+t.next+"'");let e=Number(t.next);return t.pos++,e}function KP(t,e){let n=h1(t),r=n;return t.eat(",")&&(t.next!="}"?r=h1(t):r=-1),t.eat("}")||t.err("Unclosed braced range"),{type:"range",min:n,max:r,expr:e}}function qP(t,e){let n=t.nodeTypes,r=n[e];if(r)return[r];let a=[];for(let i in n){let o=n[i];o.isInGroup(e)&&a.push(o)}return a.length==0&&t.err("No node type or group '"+e+"' found"),a}function GP(t){if(t.eat("(")){let e=qk(t);return t.eat(")")||t.err("Missing closing paren"),e}else if(/\W/.test(t.next))t.err("Unexpected token '"+t.next+"'");else{let e=qP(t,t.next).map(n=>(t.inline==null?t.inline=n.isInline:t.inline!=n.isInline&&t.err("Mixing inline and block content"),{type:"name",value:n}));return t.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function JP(t){let e=[[]];return a(i(t,0),n()),e;function n(){return e.push([])-1}function r(o,c,u){let h={term:u,to:c};return e[o].push(h),h}function a(o,c){o.forEach(u=>u.to=c)}function i(o,c){if(o.type=="choice")return o.exprs.reduce((u,h)=>u.concat(i(h,c)),[]);if(o.type=="seq")for(let u=0;;u++){let h=i(o.exprs[u],c);if(u==o.exprs.length-1)return h;a(h,c=n())}else if(o.type=="star"){let u=n();return r(c,u),a(i(o.expr,u),u),[r(u)]}else if(o.type=="plus"){let u=n();return a(i(o.expr,c),u),a(i(o.expr,u),u),[r(u)]}else{if(o.type=="opt")return[r(c)].concat(i(o.expr,c));if(o.type=="range"){let u=c;for(let h=0;h{t[o].forEach(({term:c,to:u})=>{if(!c)return;let h;for(let f=0;f{h||a.push([c,h=[]]),h.indexOf(f)==-1&&h.push(f)})})});let i=e[r.join(",")]=new bo(r.indexOf(t.length-1)>-1);for(let o=0;o-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:Yk(this.attrs,e)}create(e=null,n,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new wa(this,this.computeAttrs(e),xe.from(n),$t.setFrom(r))}createChecked(e=null,n,r){return n=xe.from(n),this.checkContent(n),new wa(this,this.computeAttrs(e),n,$t.setFrom(r))}createAndFill(e=null,n,r){if(e=this.computeAttrs(e),n=xe.from(n),n.size){let o=this.contentMatch.fillBefore(n);if(!o)return null;n=o.append(n)}let a=this.contentMatch.matchFragment(n),i=a&&a.fillBefore(xe.empty,!0);return i?new wa(this,e,n.append(i),$t.setFrom(r)):null}validContent(e){let n=this.contentMatch.matchFragment(e);if(!n||!n.validEnd)return!1;for(let r=0;r-1}allowsMarks(e){if(this.markSet==null)return!0;for(let n=0;nr[i]=new Zk(i,n,o));let a=n.spec.topNode||"doc";if(!r[a])throw new RangeError("Schema is missing its top node type ('"+a+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let i in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};function XP(t,e,n){let r=n.split("|");return a=>{let i=a===null?"null":typeof a;if(r.indexOf(i)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${t}, got ${i}`)}}class ZP{constructor(e,n,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?XP(e,n,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class wf{constructor(e,n,r,a){this.name=e,this.rank=n,this.schema=r,this.spec=a,this.attrs=Xk(e,a.attrs),this.excluded=null;let i=Jk(this.attrs);this.instance=i?new $t(this,i):null}create(e=null){return!e&&this.instance?this.instance:new $t(this,Yk(this.attrs,e))}static compile(e,n){let r=Object.create(null),a=0;return e.forEach((i,o)=>r[i]=new wf(i,a++,n,o)),r}removeFromSet(e){for(var n=0;n-1}}class eS{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let n=this.spec={};for(let a in e)n[a]=e[a];n.nodes=Gn.from(e.nodes),n.marks=Gn.from(e.marks||{}),this.nodes=p1.compile(this.spec.nodes,this),this.marks=wf.compile(this.spec.marks,this);let r=Object.create(null);for(let a in this.nodes){if(a in this.marks)throw new RangeError(a+" can not be both a node and a mark");let i=this.nodes[a],o=i.spec.content||"",c=i.spec.marks;if(i.contentMatch=r[o]||(r[o]=bo.parse(o,this.nodes)),i.inlineContent=i.contentMatch.inlineContent,i.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!i.isInline||!i.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=i}i.markSet=c=="_"?null:c?m1(this,c.split(" ")):c==""||!i.inlineContent?[]:null}for(let a in this.marks){let i=this.marks[a],o=i.spec.excludes;i.excluded=o==null?[i]:o==""?[]:m1(this,o.split(" "))}this.nodeFromJSON=a=>wa.fromJSON(this,a),this.markFromJSON=a=>$t.fromJSON(this,a),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,n=null,r,a){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof p1){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(n,r,a)}text(e,n){let r=this.nodes.text;return new bh(r,r.defaultAttrs,e,$t.setFrom(n))}mark(e,n){return typeof e=="string"&&(e=this.marks[e]),e.create(n)}nodeType(e){let n=this.nodes[e];if(!n)throw new RangeError("Unknown node type: "+e);return n}}function m1(t,e){let n=[];for(let r=0;r-1)&&n.push(o=u)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return n}function eO(t){return t.tag!=null}function tO(t){return t.style!=null}class pi{constructor(e,n){this.schema=e,this.rules=n,this.tags=[],this.styles=[];let r=this.matchedStyles=[];n.forEach(a=>{if(eO(a))this.tags.push(a);else if(tO(a)){let i=/[^=]*/.exec(a.style)[0];r.indexOf(i)<0&&r.push(i),this.styles.push(a)}}),this.normalizeLists=!this.tags.some(a=>{if(!/^(ul|ol)\b/.test(a.tag)||!a.node)return!1;let i=e.nodes[a.node];return i.contentMatch.matchType(i)})}parse(e,n={}){let r=new x1(this,n,!1);return r.addAll(e,$t.none,n.from,n.to),r.finish()}parseSlice(e,n={}){let r=new x1(this,n,!0);return r.addAll(e,$t.none,n.from,n.to),Ie.maxOpen(r.finish())}matchTag(e,n,r){for(let a=r?this.tags.indexOf(r)+1:0;ae.length&&(c.charCodeAt(e.length)!=61||c.slice(e.length+1)!=n))){if(o.getAttrs){let u=o.getAttrs(n);if(u===!1)continue;o.attrs=u||void 0}return o}}}static schemaRules(e){let n=[];function r(a){let i=a.priority==null?50:a.priority,o=0;for(;o{r(o=y1(o)),o.mark||o.ignore||o.clearMark||(o.mark=a)})}for(let a in e.nodes){let i=e.nodes[a].spec.parseDOM;i&&i.forEach(o=>{r(o=y1(o)),o.node||o.ignore||o.mark||(o.node=a)})}return n}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new pi(e,pi.schemaRules(e)))}}const tS={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},nO={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},nS={ol:!0,ul:!0},td=1,Ug=2,$c=4;function g1(t,e,n){return e!=null?(e?td:0)|(e==="full"?Ug:0):t&&t.whitespace=="pre"?td|Ug:n&~$c}class Du{constructor(e,n,r,a,i,o){this.type=e,this.attrs=n,this.marks=r,this.solid=a,this.options=o,this.content=[],this.activeMarks=$t.none,this.match=i||(o&$c?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let n=this.type.contentMatch.fillBefore(xe.from(e));if(n)this.match=this.type.contentMatch.matchFragment(n);else{let r=this.type.contentMatch,a;return(a=r.findWrapping(e.type))?(this.match=r,a):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&td)){let r=this.content[this.content.length-1],a;if(r&&r.isText&&(a=/[ \t\r\n\u000c]+$/.exec(r.text))){let i=r;r.text.length==a[0].length?this.content.pop():this.content[this.content.length-1]=i.withText(i.text.slice(0,i.text.length-a[0].length))}}let n=xe.from(this.content);return!e&&this.match&&(n=n.append(this.match.fillBefore(xe.empty,!0))),this.type?this.type.create(this.attrs,n,this.marks):n}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!tS.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class x1{constructor(e,n,r){this.parser=e,this.options=n,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let a=n.topNode,i,o=g1(null,n.preserveWhitespace,0)|(r?$c:0);a?i=new Du(a.type,a.attrs,$t.none,!0,n.topMatch||a.type.contentMatch,o):r?i=new Du(null,null,$t.none,!0,null,o):i=new Du(e.schema.topNodeType,null,$t.none,!0,null,o),this.nodes=[i],this.find=n.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,n){e.nodeType==3?this.addTextNode(e,n):e.nodeType==1&&this.addElement(e,n)}addTextNode(e,n){let r=e.nodeValue,a=this.top,i=a.options&Ug?"full":this.localPreserveWS||(a.options&td)>0,{schema:o}=this.parser;if(i==="full"||a.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(i)if(i==="full")r=r.replace(/\r\n?/g,` -`);else if(o.linebreakReplacement&&/[\r\n]/.test(r)&&this.top.findWrapping(o.linebreakReplacement.create())){let c=r.split(/\r?\n|\r/);for(let u=0;u!u.clearMark(h)):n=n.concat(this.parser.schema.marks[u.mark].create(u.attrs)),u.consuming===!1)c=u;else break}}return n}addElementByRule(e,n,r,a){let i,o;if(n.node)if(o=this.parser.schema.nodes[n.node],o.isLeaf)this.insertNode(o.create(n.attrs),r,e.nodeName=="BR")||this.leafFallback(e,r);else{let u=this.enter(o,n.attrs||null,r,n.preserveWhitespace);u&&(i=!0,r=u)}else{let u=this.parser.schema.marks[n.mark];r=r.concat(u.create(n.attrs))}let c=this.top;if(o&&o.isLeaf)this.findInside(e);else if(a)this.addElement(e,r,a);else if(n.getContent)this.findInside(e),n.getContent(e,this.parser.schema).forEach(u=>this.insertNode(u,r,!1));else{let u=e;typeof n.contentElement=="string"?u=e.querySelector(n.contentElement):typeof n.contentElement=="function"?u=n.contentElement(e):n.contentElement&&(u=n.contentElement),this.findAround(e,u,!0),this.addAll(u,r),this.findAround(e,u,!1)}i&&this.sync(c)&&this.open--}addAll(e,n,r,a){let i=r||0;for(let o=r?e.childNodes[r]:e.firstChild,c=a==null?null:e.childNodes[a];o!=c;o=o.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(o,n);this.findAtPoint(e,i)}findPlace(e,n,r){let a,i;for(let o=this.open,c=0;o>=0;o--){let u=this.nodes[o],h=u.findWrapping(e);if(h&&(!a||a.length>h.length+c)&&(a=h,i=u,!h.length))break;if(u.solid){if(r)break;c+=2}}if(!a)return null;this.sync(i);for(let o=0;o(o.type?o.type.allowsMarkType(h.type):b1(h.type,e))?(u=h.addToSet(u),!1):!0),this.nodes.push(new Du(e,n,u,a,null,c)),this.open++,r}closeExtra(e=!1){let n=this.nodes.length-1;if(n>this.open){for(;n>this.open;n--)this.nodes[n-1].content.push(this.nodes[n].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let n=this.open;n>=0;n--){if(this.nodes[n]==e)return this.open=n,!0;this.localPreserveWS&&(this.nodes[n].options|=td)}return!1}get currentPos(){this.closeExtra();let e=0;for(let n=this.open;n>=0;n--){let r=this.nodes[n].content;for(let a=r.length-1;a>=0;a--)e+=r[a].nodeSize;n&&e++}return e}findAtPoint(e,n){if(this.find)for(let r=0;r-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let n=e.split("/"),r=this.options.context,a=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),i=-(r?r.depth+1:0)+(a?0:1),o=(c,u)=>{for(;c>=0;c--){let h=n[c];if(h==""){if(c==n.length-1||c==0)continue;for(;u>=i;u--)if(o(c-1,u))return!0;return!1}else{let f=u>0||u==0&&a?this.nodes[u].type:r&&u>=i?r.node(u-i).type:null;if(!f||f.name!=h&&!f.isInGroup(h))return!1;u--}}return!0};return o(n.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let n=e.depth;n>=0;n--){let r=e.node(n).contentMatchAt(e.indexAfter(n)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let n in this.parser.schema.nodes){let r=this.parser.schema.nodes[n];if(r.isTextblock&&r.defaultAttrs)return r}}}function rO(t){for(let e=t.firstChild,n=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&nS.hasOwnProperty(r)&&n?(n.appendChild(e),e=n):r=="li"?n=e:r&&(n=null)}}function sO(t,e){return(t.matches||t.msMatchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector).call(t,e)}function y1(t){let e={};for(let n in t)e[n]=t[n];return e}function b1(t,e){let n=e.schema.nodes;for(let r in n){let a=n[r];if(!a.allowsMarkType(t))continue;let i=[],o=c=>{i.push(c);for(let u=0;u{if(i.length||o.marks.length){let c=0,u=0;for(;c=0;a--){let i=this.serializeMark(e.marks[a],e.isInline,n);i&&((i.contentDOM||i.dom).appendChild(r),r=i.dom)}return r}serializeMark(e,n,r={}){let a=this.marks[e.type.name];return a&&Zu(Hm(r),a(e,n),null,e.attrs)}static renderSpec(e,n,r=null,a){return Zu(e,n,r,a)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new Mo(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let n=v1(e.nodes);return n.text||(n.text=r=>r.text),n}static marksFromSchema(e){return v1(e.marks)}}function v1(t){let e={};for(let n in t){let r=t[n].spec.toDOM;r&&(e[n]=r)}return e}function Hm(t){return t.document||window.document}const N1=new WeakMap;function aO(t){let e=N1.get(t);return e===void 0&&N1.set(t,e=iO(t)),e}function iO(t){let e=null;function n(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let a=0;a-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let o=a.indexOf(" ");o>0&&(n=a.slice(0,o),a=a.slice(o+1));let c,u=n?t.createElementNS(n,a):t.createElement(a),h=e[1],f=1;if(h&&typeof h=="object"&&h.nodeType==null&&!Array.isArray(h)){f=2;for(let m in h)if(h[m]!=null){let g=m.indexOf(" ");g>0?u.setAttributeNS(m.slice(0,g),m.slice(g+1),h[m]):m=="style"&&u.style?u.style.cssText=h[m]:u.setAttribute(m,h[m])}}for(let m=f;mf)throw new RangeError("Content hole must be the only child of its parent node");return{dom:u,contentDOM:u}}else{let{dom:y,contentDOM:N}=Zu(t,g,n,r);if(u.appendChild(y),N){if(c)throw new RangeError("Multiple content holes");c=N}}}return{dom:u,contentDOM:c}}const rS=65535,sS=Math.pow(2,16);function oO(t,e){return t+e*sS}function w1(t){return t&rS}function lO(t){return(t-(t&rS))/sS}const aS=1,iS=2,eh=4,oS=8;class Kg{constructor(e,n,r){this.pos=e,this.delInfo=n,this.recover=r}get deleted(){return(this.delInfo&oS)>0}get deletedBefore(){return(this.delInfo&(aS|eh))>0}get deletedAfter(){return(this.delInfo&(iS|eh))>0}get deletedAcross(){return(this.delInfo&eh)>0}}class Fr{constructor(e,n=!1){if(this.ranges=e,this.inverted=n,!e.length&&Fr.empty)return Fr.empty}recover(e){let n=0,r=w1(e);if(!this.inverted)for(let a=0;ae)break;let h=this.ranges[c+i],f=this.ranges[c+o],m=u+h;if(e<=m){let g=h?e==u?-1:e==m?1:n:n,y=u+a+(g<0?0:f);if(r)return y;let N=e==(n<0?u:m)?null:oO(c/3,e-u),w=e==u?iS:e==m?aS:eh;return(n<0?e!=u:e!=m)&&(w|=oS),new Kg(y,w,N)}a+=f-h}return r?e+a:new Kg(e+a,0,null)}touches(e,n){let r=0,a=w1(n),i=this.inverted?2:1,o=this.inverted?1:2;for(let c=0;ce)break;let h=this.ranges[c+i],f=u+h;if(e<=f&&c==a*3)return!0;r+=this.ranges[c+o]-h}return!1}forEach(e){let n=this.inverted?2:1,r=this.inverted?1:2;for(let a=0,i=0;a=0;n--){let a=e.getMirror(n);this.appendMap(e._maps[n].invert(),a!=null&&a>n?r-a-1:void 0)}}invert(){let e=new nd;return e.appendMappingInverted(this),e}map(e,n=1){if(this.mirror)return this._map(e,n,!0);for(let r=this.from;ri&&u!o.isAtom||!c.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),a),n.openStart,n.openEnd);return jn.fromReplace(e,this.from,this.to,i)}invert(){return new ks(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new ci(n.pos,r.pos,this.mark)}merge(e){return e instanceof ci&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new ci(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new ci(n.from,n.to,e.markFromJSON(n.mark))}}fr.jsonID("addMark",ci);class ks extends fr{constructor(e,n,r){super(),this.from=e,this.to=n,this.mark=r}apply(e){let n=e.slice(this.from,this.to),r=new Ie(s0(n.content,a=>a.mark(this.mark.removeFromSet(a.marks)),e),n.openStart,n.openEnd);return jn.fromReplace(e,this.from,this.to,r)}invert(){return new ci(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new ks(n.pos,r.pos,this.mark)}merge(e){return e instanceof ks&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new ks(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new ks(n.from,n.to,e.markFromJSON(n.mark))}}fr.jsonID("removeMark",ks);class di extends fr{constructor(e,n){super(),this.pos=e,this.mark=n}apply(e){let n=e.nodeAt(this.pos);if(!n)return jn.fail("No node at mark step's position");let r=n.type.create(n.attrs,null,this.mark.addToSet(n.marks));return jn.fromReplace(e,this.pos,this.pos+1,new Ie(xe.from(r),0,n.isLeaf?0:1))}invert(e){let n=e.nodeAt(this.pos);if(n){let r=this.mark.addToSet(n.marks);if(r.length==n.marks.length){for(let a=0;ar.pos?null:new Bn(n.pos,r.pos,a,i,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number"||typeof n.gapFrom!="number"||typeof n.gapTo!="number"||typeof n.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Bn(n.from,n.to,n.gapFrom,n.gapTo,Ie.fromJSON(e,n.slice),n.insert,!!n.structure)}}fr.jsonID("replaceAround",Bn);function qg(t,e,n){let r=t.resolve(e),a=n-e,i=r.depth;for(;a>0&&i>0&&r.indexAfter(i)==r.node(i).childCount;)i--,a--;if(a>0){let o=r.node(i).maybeChild(r.indexAfter(i));for(;a>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,a--}}return!1}function cO(t,e,n,r){let a=[],i=[],o,c;t.doc.nodesBetween(e,n,(u,h,f)=>{if(!u.isInline)return;let m=u.marks;if(!r.isInSet(m)&&f.type.allowsMarkType(r.type)){let g=Math.max(h,e),y=Math.min(h+u.nodeSize,n),N=r.addToSet(m);for(let w=0;wt.step(u)),i.forEach(u=>t.step(u))}function dO(t,e,n,r){let a=[],i=0;t.doc.nodesBetween(e,n,(o,c)=>{if(!o.isInline)return;i++;let u=null;if(r instanceof wf){let h=o.marks,f;for(;f=r.isInSet(h);)(u||(u=[])).push(f),h=f.removeFromSet(h)}else r?r.isInSet(o.marks)&&(u=[r]):u=o.marks;if(u&&u.length){let h=Math.min(c+o.nodeSize,n);for(let f=0;ft.step(new ks(o.from,o.to,o.style)))}function a0(t,e,n,r=n.contentMatch,a=!0){let i=t.doc.nodeAt(e),o=[],c=e+1;for(let u=0;u=0;u--)t.step(o[u])}function uO(t,e,n){return(e==0||t.canReplace(e,t.childCount))&&(n==t.childCount||t.canReplace(0,n))}function Fl(t){let n=t.parent.content.cutByIndex(t.startIndex,t.endIndex);for(let r=t.depth,a=0,i=0;;--r){let o=t.$from.node(r),c=t.$from.index(r)+a,u=t.$to.indexAfter(r)-i;if(rn;N--)w||r.index(N)>0?(w=!0,f=xe.from(r.node(N).copy(f)),m++):u--;let g=xe.empty,y=0;for(let N=i,w=!1;N>n;N--)w||a.after(N+1)=0;o--){if(r.size){let c=n[o].type.contentMatch.matchFragment(r);if(!c||!c.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=xe.from(n[o].type.create(n[o].attrs,r))}let a=e.start,i=e.end;t.step(new Bn(a,i,a,i,new Ie(r,0,0),n.length,!0))}function gO(t,e,n,r,a){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let i=t.steps.length;t.doc.nodesBetween(e,n,(o,c)=>{let u=typeof a=="function"?a(o):a;if(o.isTextblock&&!o.hasMarkup(r,u)&&xO(t.doc,t.mapping.slice(i).map(c),r)){let h=null;if(r.schema.linebreakReplacement){let y=r.whitespace=="pre",N=!!r.contentMatch.matchType(r.schema.linebreakReplacement);y&&!N?h=!1:!y&&N&&(h=!0)}h===!1&&cS(t,o,c,i),a0(t,t.mapping.slice(i).map(c,1),r,void 0,h===null);let f=t.mapping.slice(i),m=f.map(c,1),g=f.map(c+o.nodeSize,1);return t.step(new Bn(m,g,m+1,g-1,new Ie(xe.from(r.create(u,null,o.marks)),0,0),1,!0)),h===!0&&lS(t,o,c,i),!1}})}function lS(t,e,n,r){e.forEach((a,i)=>{if(a.isText){let o,c=/\r?\n|\r/g;for(;o=c.exec(a.text);){let u=t.mapping.slice(r).map(n+1+i+o.index);t.replaceWith(u,u+1,e.type.schema.linebreakReplacement.create())}}})}function cS(t,e,n,r){e.forEach((a,i)=>{if(a.type==a.type.schema.linebreakReplacement){let o=t.mapping.slice(r).map(n+1+i);t.replaceWith(o,o+1,e.type.schema.text(` -`))}})}function xO(t,e,n){let r=t.resolve(e),a=r.index();return r.parent.canReplaceWith(a,a+1,n)}function yO(t,e,n,r,a){let i=t.doc.nodeAt(e);if(!i)throw new RangeError("No node at given position");n||(n=i.type);let o=n.create(r,null,a||i.marks);if(i.isLeaf)return t.replaceWith(e,e+i.nodeSize,o);if(!n.validContent(i.content))throw new RangeError("Invalid content for node type "+n.name);t.step(new Bn(e,e+i.nodeSize,e+1,e+i.nodeSize-1,new Ie(xe.from(o),0,0),1,!0))}function ja(t,e,n=1,r){let a=t.resolve(e),i=a.depth-n,o=r&&r[r.length-1]||a.parent;if(i<0||a.parent.type.spec.isolating||!a.parent.canReplace(a.index(),a.parent.childCount)||!o.type.validContent(a.parent.content.cutByIndex(a.index(),a.parent.childCount)))return!1;for(let h=a.depth-1,f=n-2;h>i;h--,f--){let m=a.node(h),g=a.index(h);if(m.type.spec.isolating)return!1;let y=m.content.cutByIndex(g,m.childCount),N=r&&r[f+1];N&&(y=y.replaceChild(0,N.type.create(N.attrs)));let w=r&&r[f]||m;if(!m.canReplace(g+1,m.childCount)||!w.type.validContent(y))return!1}let c=a.indexAfter(i),u=r&&r[0];return a.node(i).canReplaceWith(c,c,u?u.type:a.node(i+1).type)}function bO(t,e,n=1,r){let a=t.doc.resolve(e),i=xe.empty,o=xe.empty;for(let c=a.depth,u=a.depth-n,h=n-1;c>u;c--,h--){i=xe.from(a.node(c).copy(i));let f=r&&r[h];o=xe.from(f?f.type.create(f.attrs,o):a.node(c).copy(o))}t.step(new $n(e,e,new Ie(i.append(o),n,n),!0))}function Ti(t,e){let n=t.resolve(e),r=n.index();return dS(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function vO(t,e){e.content.size||t.type.compatibleContent(e.type);let n=t.contentMatchAt(t.childCount),{linebreakReplacement:r}=t.type.schema;for(let a=0;a0?(i=r.node(a+1),c++,o=r.node(a).maybeChild(c)):(i=r.node(a).maybeChild(c-1),o=r.node(a+1)),i&&!i.isTextblock&&dS(i,o)&&r.node(a).canReplace(c,c+1))return e;if(a==0)break;e=n<0?r.before(a):r.after(a)}}function NO(t,e,n){let r=null,{linebreakReplacement:a}=t.doc.type.schema,i=t.doc.resolve(e-n),o=i.node().type;if(a&&o.inlineContent){let f=o.whitespace=="pre",m=!!o.contentMatch.matchType(a);f&&!m?r=!1:!f&&m&&(r=!0)}let c=t.steps.length;if(r===!1){let f=t.doc.resolve(e+n);cS(t,f.node(),f.before(),c)}o.inlineContent&&a0(t,e+n-1,o,i.node().contentMatchAt(i.index()),r==null);let u=t.mapping.slice(c),h=u.map(e-n);if(t.step(new $n(h,u.map(e+n,-1),Ie.empty,!0)),r===!0){let f=t.doc.resolve(h);lS(t,f.node(),f.before(),t.steps.length)}return t}function wO(t,e,n){let r=t.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),n))return e;if(r.parentOffset==0)for(let a=r.depth-1;a>=0;a--){let i=r.index(a);if(r.node(a).canReplaceWith(i,i,n))return r.before(a+1);if(i>0)return null}if(r.parentOffset==r.parent.content.size)for(let a=r.depth-1;a>=0;a--){let i=r.indexAfter(a);if(r.node(a).canReplaceWith(i,i,n))return r.after(a+1);if(i=0;o--){let c=o==r.depth?0:r.pos<=(r.start(o+1)+r.end(o+1))/2?-1:1,u=r.index(o)+(c>0?1:0),h=r.node(o),f=!1;if(i==1)f=h.canReplace(u,u,a);else{let m=h.contentMatchAt(u).findWrapping(a.firstChild.type);f=m&&h.canReplaceWith(u,u,m[0])}if(f)return c==0?r.pos:c<0?r.before(o+1):r.after(o+1)}return null}function kf(t,e,n=e,r=Ie.empty){if(e==n&&!r.size)return null;let a=t.resolve(e),i=t.resolve(n);return hS(a,i,r)?new $n(e,n,r):new jO(a,i,r).fit()}function hS(t,e,n){return!n.openStart&&!n.openEnd&&t.start()==e.start()&&t.parent.canReplace(t.index(),e.index(),n.content)}class jO{constructor(e,n,r){this.$from=e,this.$to=n,this.unplaced=r,this.frontier=[],this.placed=xe.empty;for(let a=0;a<=e.depth;a++){let i=e.node(a);this.frontier.push({type:i.type,match:i.contentMatchAt(e.indexAfter(a))})}for(let a=e.depth;a>0;a--)this.placed=xe.from(e.node(a).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let h=this.findFittable();h?this.placeNodes(h):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),n=this.placed.size-this.depth-this.$from.depth,r=this.$from,a=this.close(e<0?this.$to:r.doc.resolve(e));if(!a)return null;let i=this.placed,o=r.depth,c=a.depth;for(;o&&c&&i.childCount==1;)i=i.firstChild.content,o--,c--;let u=new Ie(i,o,c);return e>-1?new Bn(r.pos,e,this.$to.pos,this.$to.end(),u,n):u.size||r.pos!=this.$to.pos?new $n(r.pos,a.pos,u):null}findFittable(){let e=this.unplaced.openStart;for(let n=this.unplaced.content,r=0,a=this.unplaced.openEnd;r1&&(a=0),i.type.spec.isolating&&a<=r){e=r;break}n=i.content}for(let n=1;n<=2;n++)for(let r=n==1?e:this.unplaced.openStart;r>=0;r--){let a,i=null;r?(i=Um(this.unplaced.content,r-1).firstChild,a=i.content):a=this.unplaced.content;let o=a.firstChild;for(let c=this.depth;c>=0;c--){let{type:u,match:h}=this.frontier[c],f,m=null;if(n==1&&(o?h.matchType(o.type)||(m=h.fillBefore(xe.from(o),!1)):i&&u.compatibleContent(i.type)))return{sliceDepth:r,frontierDepth:c,parent:i,inject:m};if(n==2&&o&&(f=h.findWrapping(o.type)))return{sliceDepth:r,frontierDepth:c,parent:i,wrap:f};if(i&&h.matchType(i.type))break}}}openMore(){let{content:e,openStart:n,openEnd:r}=this.unplaced,a=Um(e,n);return!a.childCount||a.firstChild.isLeaf?!1:(this.unplaced=new Ie(e,n+1,Math.max(r,a.size+n>=e.size-r?n+1:0)),!0)}dropNode(){let{content:e,openStart:n,openEnd:r}=this.unplaced,a=Um(e,n);if(a.childCount<=1&&n>0){let i=e.size-n<=n+a.size;this.unplaced=new Ie(Ac(e,n-1,1),n-1,i?n-1:r)}else this.unplaced=new Ie(Ac(e,n,1),n,r)}placeNodes({sliceDepth:e,frontierDepth:n,parent:r,inject:a,wrap:i}){for(;this.depth>n;)this.closeFrontierNode();if(i)for(let w=0;w1||u==0||w.content.size)&&(m=v,f.push(fS(w.mark(g.allowedMarks(w.marks)),h==1?u:0,h==c.childCount?y:-1)))}let N=h==c.childCount;N||(y=-1),this.placed=Ic(this.placed,n,xe.from(f)),this.frontier[n].match=m,N&&y<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let w=0,v=c;w1&&a==this.$to.end(--r);)++a;return a}findCloseLevel(e){e:for(let n=Math.min(this.depth,e.depth);n>=0;n--){let{match:r,type:a}=this.frontier[n],i=n=0;c--){let{match:u,type:h}=this.frontier[c],f=Km(e,c,h,u,!0);if(!f||f.childCount)continue e}return{depth:n,fit:o,move:i?e.doc.resolve(e.after(n+1)):e}}}}close(e){let n=this.findCloseLevel(e);if(!n)return null;for(;this.depth>n.depth;)this.closeFrontierNode();n.fit.childCount&&(this.placed=Ic(this.placed,n.depth,n.fit)),e=n.move;for(let r=n.depth+1;r<=e.depth;r++){let a=e.node(r),i=a.type.contentMatch.fillBefore(a.content,!0,e.index(r));this.openFrontierNode(a.type,a.attrs,i)}return e}openFrontierNode(e,n=null,r){let a=this.frontier[this.depth];a.match=a.match.matchType(e),this.placed=Ic(this.placed,this.depth,xe.from(e.create(n,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let n=this.frontier.pop().match.fillBefore(xe.empty,!0);n.childCount&&(this.placed=Ic(this.placed,this.frontier.length,n))}}function Ac(t,e,n){return e==0?t.cutByIndex(n,t.childCount):t.replaceChild(0,t.firstChild.copy(Ac(t.firstChild.content,e-1,n)))}function Ic(t,e,n){return e==0?t.append(n):t.replaceChild(t.childCount-1,t.lastChild.copy(Ic(t.lastChild.content,e-1,n)))}function Um(t,e){for(let n=0;n1&&(r=r.replaceChild(0,fS(r.firstChild,e-1,r.childCount==1?n-1:0))),e>0&&(r=t.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(t.type.contentMatch.matchFragment(r).fillBefore(xe.empty,!0)))),t.copy(r)}function Km(t,e,n,r,a){let i=t.node(e),o=a?t.indexAfter(e):t.index(e);if(o==i.childCount&&!n.compatibleContent(i.type))return null;let c=r.fillBefore(i.content,!0,o);return c&&!kO(n,i.content,o)?c:null}function kO(t,e,n){for(let r=n;r0;g--,y--){let N=a.node(g).type.spec;if(N.defining||N.definingAsContext||N.isolating)break;o.indexOf(g)>-1?c=g:a.before(g)==y&&o.splice(1,0,-g)}let u=o.indexOf(c),h=[],f=r.openStart;for(let g=r.content,y=0;;y++){let N=g.firstChild;if(h.push(N),y==r.openStart)break;g=N.content}for(let g=f-1;g>=0;g--){let y=h[g],N=SO(y.type);if(N&&!y.sameMarkup(a.node(Math.abs(c)-1)))f=g;else if(N||!y.type.isTextblock)break}for(let g=r.openStart;g>=0;g--){let y=(g+f+1)%(r.openStart+1),N=h[y];if(N)for(let w=0;w=0&&(t.replace(e,n,r),!(t.steps.length>m));g--){let y=o[g];y<0||(e=a.before(y),n=i.after(y))}}function pS(t,e,n,r,a){if(er){let i=a.contentMatchAt(0),o=i.fillBefore(t).append(t);t=o.append(i.matchFragment(o).fillBefore(xe.empty,!0))}return t}function EO(t,e,n,r){if(!r.isInline&&e==n&&t.doc.resolve(e).parent.content.size){let a=wO(t.doc,e,r.type);a!=null&&(e=n=a)}t.replaceRange(e,n,new Ie(xe.from(r),0,0))}function TO(t,e,n){let r=t.doc.resolve(e),a=t.doc.resolve(n),i=mS(r,a);for(let o=0;o0&&(u||r.node(c-1).canReplace(r.index(c-1),a.indexAfter(c-1))))return t.delete(r.before(c),a.after(c))}for(let o=1;o<=r.depth&&o<=a.depth;o++)if(e-r.start(o)==r.depth-o&&n>r.end(o)&&a.end(o)-n!=a.depth-o&&r.start(o-1)==a.start(o-1)&&r.node(o-1).canReplace(r.index(o-1),a.index(o-1)))return t.delete(r.before(o),n);t.delete(e,n)}function mS(t,e){let n=[],r=Math.min(t.depth,e.depth);for(let a=r;a>=0;a--){let i=t.start(a);if(ie.pos+(e.depth-a)||t.node(a).type.spec.isolating||e.node(a).type.spec.isolating)break;(i==e.start(a)||a==t.depth&&a==e.depth&&t.parent.inlineContent&&e.parent.inlineContent&&a&&e.start(a-1)==i-1)&&n.push(a)}return n}class vl extends fr{constructor(e,n,r){super(),this.pos=e,this.attr=n,this.value=r}apply(e){let n=e.nodeAt(this.pos);if(!n)return jn.fail("No node at attribute step's position");let r=Object.create(null);for(let i in n.attrs)r[i]=n.attrs[i];r[this.attr]=this.value;let a=n.type.create(r,null,n.marks);return jn.fromReplace(e,this.pos,this.pos+1,new Ie(xe.from(a),0,n.isLeaf?0:1))}getMap(){return Fr.empty}invert(e){return new vl(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let n=e.mapResult(this.pos,1);return n.deletedAfter?null:new vl(n.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.pos!="number"||typeof n.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new vl(n.pos,n.attr,n.value)}}fr.jsonID("attr",vl);class rd extends fr{constructor(e,n){super(),this.attr=e,this.value=n}apply(e){let n=Object.create(null);for(let a in e.attrs)n[a]=e.attrs[a];n[this.attr]=this.value;let r=e.type.create(n,e.content,e.marks);return jn.ok(r)}getMap(){return Fr.empty}invert(e){return new rd(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new rd(n.attr,n.value)}}fr.jsonID("docAttr",rd);let kl=class extends Error{};kl=function t(e){let n=Error.call(this,e);return n.__proto__=t.prototype,n};kl.prototype=Object.create(Error.prototype);kl.prototype.constructor=kl;kl.prototype.name="TransformError";class o0{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new nd}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let n=this.maybeStep(e);if(n.failed)throw new kl(n.failed);return this}maybeStep(e){let n=e.apply(this.doc);return n.failed||this.addStep(e,n.doc),n}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,n=-1e9;for(let r=0;r{e=Math.min(e,c),n=Math.max(n,u)})}return e==1e9?null:{from:e,to:n}}addStep(e,n){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=n}replace(e,n=e,r=Ie.empty){let a=kf(this.doc,e,n,r);return a&&this.step(a),this}replaceWith(e,n,r){return this.replace(e,n,new Ie(xe.from(r),0,0))}delete(e,n){return this.replace(e,n,Ie.empty)}insert(e,n){return this.replaceWith(e,e,n)}replaceRange(e,n,r){return CO(this,e,n,r),this}replaceRangeWith(e,n,r){return EO(this,e,n,r),this}deleteRange(e,n){return TO(this,e,n),this}lift(e,n){return hO(this,e,n),this}join(e,n=1){return NO(this,e,n),this}wrap(e,n){return mO(this,e,n),this}setBlockType(e,n=e,r,a=null){return gO(this,e,n,r,a),this}setNodeMarkup(e,n,r=null,a){return yO(this,e,n,r,a),this}setNodeAttribute(e,n,r){return this.step(new vl(e,n,r)),this}setDocAttribute(e,n){return this.step(new rd(e,n)),this}addNodeMark(e,n){return this.step(new di(e,n)),this}removeNodeMark(e,n){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(n instanceof $t)n.isInSet(r.marks)&&this.step(new vo(e,n));else{let a=r.marks,i,o=[];for(;i=n.isInSet(a);)o.push(new vo(e,i)),a=i.removeFromSet(a);for(let c=o.length-1;c>=0;c--)this.step(o[c])}return this}split(e,n=1,r){return bO(this,e,n,r),this}addMark(e,n,r){return cO(this,e,n,r),this}removeMark(e,n,r){return dO(this,e,n,r),this}clearIncompatible(e,n,r){return a0(this,e,n,r),this}}const qm=Object.create(null);class rt{constructor(e,n,r){this.$anchor=e,this.$head=n,this.ranges=r||[new gS(e.min(n),e.max(n))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let n=0;n=0;i--){let o=n<0?cl(e.node(0),e.node(i),e.before(i+1),e.index(i),n,r):cl(e.node(0),e.node(i),e.after(i+1),e.index(i)+1,n,r);if(o)return o}return null}static near(e,n=1){return this.findFrom(e,n)||this.findFrom(e,-n)||new Vr(e.node(0))}static atStart(e){return cl(e,e,0,0,1)||new Vr(e)}static atEnd(e){return cl(e,e,e.content.size,e.childCount,-1)||new Vr(e)}static fromJSON(e,n){if(!n||!n.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=qm[n.type];if(!r)throw new RangeError(`No selection type ${n.type} defined`);return r.fromJSON(e,n)}static jsonID(e,n){if(e in qm)throw new RangeError("Duplicate use of selection JSON ID "+e);return qm[e]=n,n.prototype.jsonID=e,n}getBookmark(){return Qe.between(this.$anchor,this.$head).getBookmark()}}rt.prototype.visible=!0;class gS{constructor(e,n){this.$from=e,this.$to=n}}let k1=!1;function S1(t){!k1&&!t.parent.inlineContent&&(k1=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+t.parent.type.name+")"))}class Qe extends rt{constructor(e,n=e){S1(e),S1(n),super(e,n)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,n){let r=e.resolve(n.map(this.head));if(!r.parent.inlineContent)return rt.near(r);let a=e.resolve(n.map(this.anchor));return new Qe(a.parent.inlineContent?a:r,r)}replace(e,n=Ie.empty){if(super.replace(e,n),n==Ie.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof Qe&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new Sf(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,n){if(typeof n.anchor!="number"||typeof n.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new Qe(e.resolve(n.anchor),e.resolve(n.head))}static create(e,n,r=n){let a=e.resolve(n);return new this(a,r==n?a:e.resolve(r))}static between(e,n,r){let a=e.pos-n.pos;if((!r||a)&&(r=a>=0?1:-1),!n.parent.inlineContent){let i=rt.findFrom(n,r,!0)||rt.findFrom(n,-r,!0);if(i)n=i.$head;else return rt.near(n,r)}return e.parent.inlineContent||(a==0?e=n:(e=(rt.findFrom(e,-r,!0)||rt.findFrom(e,r,!0)).$anchor,e.pos0?0:1);a>0?o=0;o+=a){let c=e.child(o);if(c.isAtom){if(!i&&Ge.isSelectable(c))return Ge.create(t,n-(a<0?c.nodeSize:0))}else{let u=cl(t,c,n+a,a<0?c.childCount:0,a,i);if(u)return u}n+=c.nodeSize*a}return null}function C1(t,e,n){let r=t.steps.length-1;if(r{o==null&&(o=f)}),t.setSelection(rt.near(t.doc.resolve(o),n))}const E1=1,Lu=2,T1=4;class AO extends o0{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=Lu,this}ensureMarks(e){return $t.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&Lu)>0}addStep(e,n){super.addStep(e,n),this.updated=this.updated&~Lu,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,n=!0){let r=this.selection;return n&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||$t.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,n,r){let a=this.doc.type.schema;if(n==null)return e?this.replaceSelectionWith(a.text(e),!0):this.deleteSelection();{if(r==null&&(r=n),!e)return this.deleteRange(n,r);let i=this.storedMarks;if(!i){let o=this.doc.resolve(n);i=r==n?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(n,r,a.text(e,i)),!this.selection.empty&&this.selection.to==n+e.length&&this.setSelection(rt.near(this.selection.$to)),this}}setMeta(e,n){return this.meta[typeof e=="string"?e:e.key]=n,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=T1,this}get scrolledIntoView(){return(this.updated&T1)>0}}function M1(t,e){return!e||!t?t:t.bind(e)}class Rc{constructor(e,n,r){this.name=e,this.init=M1(n.init,r),this.apply=M1(n.apply,r)}}const IO=[new Rc("doc",{init(t){return t.doc||t.schema.topNodeType.createAndFill()},apply(t){return t.doc}}),new Rc("selection",{init(t,e){return t.selection||rt.atStart(e.doc)},apply(t){return t.selection}}),new Rc("storedMarks",{init(t){return t.storedMarks||null},apply(t,e,n,r){return r.selection.$cursor?t.storedMarks:null}}),new Rc("scrollToSelection",{init(){return 0},apply(t,e){return t.scrolledIntoView?e+1:e}})];class Gm{constructor(e,n){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=IO.slice(),n&&n.forEach(r=>{if(this.pluginsByKey[r.key])throw new RangeError("Adding different instances of a keyed plugin ("+r.key+")");this.plugins.push(r),this.pluginsByKey[r.key]=r,r.spec.state&&this.fields.push(new Rc(r.key,r.spec.state,r))})}}class xl{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,n=-1){for(let r=0;rr.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let a=e[r],i=a.spec.state;i&&i.toJSON&&(n[r]=i.toJSON.call(a,this[a.key]))}return n}static fromJSON(e,n,r){if(!n)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let a=new Gm(e.schema,e.plugins),i=new xl(a);return a.fields.forEach(o=>{if(o.name=="doc")i.doc=wa.fromJSON(e.schema,n.doc);else if(o.name=="selection")i.selection=rt.fromJSON(i.doc,n.selection);else if(o.name=="storedMarks")n.storedMarks&&(i.storedMarks=n.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let c in r){let u=r[c],h=u.spec.state;if(u.key==o.name&&h&&h.fromJSON&&Object.prototype.hasOwnProperty.call(n,c)){i[o.name]=h.fromJSON.call(u,e,n[c],i);return}}i[o.name]=o.init(e,i)}}),i}}function xS(t,e,n){for(let r in t){let a=t[r];a instanceof Function?a=a.bind(e):r=="handleDOMEvents"&&(a=xS(a,e,{})),n[r]=a}return n}class Kt{constructor(e){this.spec=e,this.props={},e.props&&xS(e.props,this,this.props),this.key=e.key?e.key.key:yS("plugin")}getState(e){return e[this.key]}}const Jm=Object.create(null);function yS(t){return t in Jm?t+"$"+ ++Jm[t]:(Jm[t]=0,t+"$")}class tn{constructor(e="key"){this.key=yS(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const c0=(t,e)=>t.selection.empty?!1:(e&&e(t.tr.deleteSelection().scrollIntoView()),!0);function bS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("backward",t):n.parentOffset>0)?null:n}const vS=(t,e,n)=>{let r=bS(t,n);if(!r)return!1;let a=d0(r);if(!a){let o=r.blockRange(),c=o&&Fl(o);return c==null?!1:(e&&e(t.tr.lift(o,c).scrollIntoView()),!0)}let i=a.nodeBefore;if(MS(t,a,e,-1))return!0;if(r.parent.content.size==0&&(Sl(i,"end")||Ge.isSelectable(i)))for(let o=r.depth;;o--){let c=kf(t.doc,r.before(o),r.after(o),Ie.empty);if(c&&c.slice.size1)break}return i.isAtom&&a.depth==r.depth-1?(e&&e(t.tr.delete(a.pos-i.nodeSize,a.pos).scrollIntoView()),!0):!1},RO=(t,e,n)=>{let r=bS(t,n);if(!r)return!1;let a=d0(r);return a?NS(t,a,e):!1},PO=(t,e,n)=>{let r=jS(t,n);if(!r)return!1;let a=u0(r);return a?NS(t,a,e):!1};function NS(t,e,n){let r=e.nodeBefore,a=r,i=e.pos-1;for(;!a.isTextblock;i--){if(a.type.spec.isolating)return!1;let f=a.lastChild;if(!f)return!1;a=f}let o=e.nodeAfter,c=o,u=e.pos+1;for(;!c.isTextblock;u++){if(c.type.spec.isolating)return!1;let f=c.firstChild;if(!f)return!1;c=f}let h=kf(t.doc,i,u,Ie.empty);if(!h||h.from!=i||h instanceof $n&&h.slice.size>=u-i)return!1;if(n){let f=t.tr.step(h);f.setSelection(Qe.create(f.doc,i)),n(f.scrollIntoView())}return!0}function Sl(t,e,n=!1){for(let r=t;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}const wS=(t,e,n)=>{let{$head:r,empty:a}=t.selection,i=r;if(!a)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("backward",t):r.parentOffset>0)return!1;i=d0(r)}let o=i&&i.nodeBefore;return!o||!Ge.isSelectable(o)?!1:(e&&e(t.tr.setSelection(Ge.create(t.doc,i.pos-o.nodeSize)).scrollIntoView()),!0)};function d0(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){if(t.index(e)>0)return t.doc.resolve(t.before(e+1));if(t.node(e).type.spec.isolating)break}return null}function jS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("forward",t):n.parentOffset{let r=jS(t,n);if(!r)return!1;let a=u0(r);if(!a)return!1;let i=a.nodeAfter;if(MS(t,a,e,1))return!0;if(r.parent.content.size==0&&(Sl(i,"start")||Ge.isSelectable(i))){let o=kf(t.doc,r.before(),r.after(),Ie.empty);if(o&&o.slice.size{let{$head:r,empty:a}=t.selection,i=r;if(!a)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("forward",t):r.parentOffset=0;e--){let n=t.node(e);if(t.index(e)+1{let n=t.selection,r=n instanceof Ge,a;if(r){if(n.node.isTextblock||!Ti(t.doc,n.from))return!1;a=n.from}else if(a=jf(t.doc,n.from,-1),a==null)return!1;if(e){let i=t.tr.join(a);r&&i.setSelection(Ge.create(i.doc,a-t.doc.resolve(a).nodeBefore.nodeSize)),e(i.scrollIntoView())}return!0},DO=(t,e)=>{let n=t.selection,r;if(n instanceof Ge){if(n.node.isTextblock||!Ti(t.doc,n.to))return!1;r=n.to}else if(r=jf(t.doc,n.to,1),r==null)return!1;return e&&e(t.tr.join(r).scrollIntoView()),!0},LO=(t,e)=>{let{$from:n,$to:r}=t.selection,a=n.blockRange(r),i=a&&Fl(a);return i==null?!1:(e&&e(t.tr.lift(a,i).scrollIntoView()),!0)},CS=(t,e)=>{let{$head:n,$anchor:r}=t.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(e&&e(t.tr.insertText(` -`).scrollIntoView()),!0)};function h0(t){for(let e=0;e{let{$head:n,$anchor:r}=t.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let a=n.node(-1),i=n.indexAfter(-1),o=h0(a.contentMatchAt(i));if(!o||!a.canReplaceWith(i,i,o))return!1;if(e){let c=n.after(),u=t.tr.replaceWith(c,c,o.createAndFill());u.setSelection(rt.near(u.doc.resolve(c),1)),e(u.scrollIntoView())}return!0},ES=(t,e)=>{let n=t.selection,{$from:r,$to:a}=n;if(n instanceof Vr||r.parent.inlineContent||a.parent.inlineContent)return!1;let i=h0(a.parent.contentMatchAt(a.indexAfter()));if(!i||!i.isTextblock)return!1;if(e){let o=(!r.parentOffset&&a.index(){let{$cursor:n}=t.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let i=n.before();if(ja(t.doc,i))return e&&e(t.tr.split(i).scrollIntoView()),!0}let r=n.blockRange(),a=r&&Fl(r);return a==null?!1:(e&&e(t.tr.lift(r,a).scrollIntoView()),!0)};function zO(t){return(e,n)=>{let{$from:r,$to:a}=e.selection;if(e.selection instanceof Ge&&e.selection.node.isBlock)return!r.parentOffset||!ja(e.doc,r.pos)?!1:(n&&n(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let i=[],o,c,u=!1,h=!1;for(let y=r.depth;;y--)if(r.node(y).isBlock){u=r.end(y)==r.pos+(r.depth-y),h=r.start(y)==r.pos-(r.depth-y),c=h0(r.node(y-1).contentMatchAt(r.indexAfter(y-1))),i.unshift(u&&c?{type:c}:null),o=y;break}else{if(y==1)return!1;i.unshift(null)}let f=e.tr;(e.selection instanceof Qe||e.selection instanceof Vr)&&f.deleteSelection();let m=f.mapping.map(r.pos),g=ja(f.doc,m,i.length,i);if(g||(i[0]=c?{type:c}:null,g=ja(f.doc,m,i.length,i)),!g)return!1;if(f.split(m,i.length,i),!u&&h&&r.node(o).type!=c){let y=f.mapping.map(r.before(o)),N=f.doc.resolve(y);c&&r.node(o-1).canReplaceWith(N.index(),N.index()+1,c)&&f.setNodeMarkup(f.mapping.map(r.before(o)),c)}return n&&n(f.scrollIntoView()),!0}}const FO=zO(),$O=(t,e)=>{let{$from:n,to:r}=t.selection,a,i=n.sharedDepth(r);return i==0?!1:(a=n.before(i),e&&e(t.tr.setSelection(Ge.create(t.doc,a))),!0)};function BO(t,e,n){let r=e.nodeBefore,a=e.nodeAfter,i=e.index();return!r||!a||!r.type.compatibleContent(a.type)?!1:!r.content.size&&e.parent.canReplace(i-1,i)?(n&&n(t.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(i,i+1)||!(a.isTextblock||Ti(t.doc,e.pos))?!1:(n&&n(t.tr.join(e.pos).scrollIntoView()),!0)}function MS(t,e,n,r){let a=e.nodeBefore,i=e.nodeAfter,o,c,u=a.type.spec.isolating||i.type.spec.isolating;if(!u&&BO(t,e,n))return!0;let h=!u&&e.parent.canReplace(e.index(),e.index()+1);if(h&&(o=(c=a.contentMatchAt(a.childCount)).findWrapping(i.type))&&c.matchType(o[0]||i.type).validEnd){if(n){let y=e.pos+i.nodeSize,N=xe.empty;for(let k=o.length-1;k>=0;k--)N=xe.from(o[k].create(null,N));N=xe.from(a.copy(N));let w=t.tr.step(new Bn(e.pos-1,y,e.pos,y,new Ie(N,1,0),o.length,!0)),v=w.doc.resolve(y+2*o.length);v.nodeAfter&&v.nodeAfter.type==a.type&&Ti(w.doc,v.pos)&&w.join(v.pos),n(w.scrollIntoView())}return!0}let f=i.type.spec.isolating||r>0&&u?null:rt.findFrom(e,1),m=f&&f.$from.blockRange(f.$to),g=m&&Fl(m);if(g!=null&&g>=e.depth)return n&&n(t.tr.lift(m,g).scrollIntoView()),!0;if(h&&Sl(i,"start",!0)&&Sl(a,"end")){let y=a,N=[];for(;N.push(y),!y.isTextblock;)y=y.lastChild;let w=i,v=1;for(;!w.isTextblock;w=w.firstChild)v++;if(y.canReplace(y.childCount,y.childCount,w.content)){if(n){let k=xe.empty;for(let E=N.length-1;E>=0;E--)k=xe.from(N[E].copy(k));let C=t.tr.step(new Bn(e.pos-N.length,e.pos+i.nodeSize,e.pos+v,e.pos+i.nodeSize-v,new Ie(k,N.length,0),0,!0));n(C.scrollIntoView())}return!0}}return!1}function AS(t){return function(e,n){let r=e.selection,a=t<0?r.$from:r.$to,i=a.depth;for(;a.node(i).isInline;){if(!i)return!1;i--}return a.node(i).isTextblock?(n&&n(e.tr.setSelection(Qe.create(e.doc,t<0?a.start(i):a.end(i)))),!0):!1}}const VO=AS(-1),HO=AS(1);function WO(t,e=null){return function(n,r){let{$from:a,$to:i}=n.selection,o=a.blockRange(i),c=o&&i0(o,t,e);return c?(r&&r(n.tr.wrap(o,c).scrollIntoView()),!0):!1}}function A1(t,e=null){return function(n,r){let a=!1;for(let i=0;i{if(a)return!1;if(!(!u.isTextblock||u.hasMarkup(t,e)))if(u.type==t)a=!0;else{let f=n.doc.resolve(h),m=f.index();a=f.parent.canReplaceWith(m,m+1,t)}})}if(!a)return!1;if(r){let i=n.tr;for(let o=0;o=2&&e.$from.node(e.depth-1).type.compatibleContent(n)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let u=o.resolve(e.start-2);i=new yh(u,u,e.depth),e.endIndex=0;f--)i=xe.from(n[f].type.create(n[f].attrs,i));t.step(new Bn(e.start-(r?2:0),e.end,e.start,e.end,new Ie(i,0,0),n.length,!0));let o=0;for(let f=0;fo.childCount>0&&o.firstChild.type==t);return i?n?r.node(i.depth-1).type==t?JO(e,n,t,i):YO(e,n,i):!0:!1}}function JO(t,e,n,r){let a=t.tr,i=r.end,o=r.$to.end(r.depth);iw;N--)y-=a.child(N).nodeSize,r.delete(y-1,y+1);let i=r.doc.resolve(n.start),o=i.nodeAfter;if(r.mapping.map(n.end)!=n.start+i.nodeAfter.nodeSize)return!1;let c=n.startIndex==0,u=n.endIndex==a.childCount,h=i.node(-1),f=i.index(-1);if(!h.canReplace(f+(c?0:1),f+1,o.content.append(u?xe.empty:xe.from(a))))return!1;let m=i.pos,g=m+o.nodeSize;return r.step(new Bn(m-(c?1:0),g+(u?1:0),m+1,g-1,new Ie((c?xe.empty:xe.from(a.copy(xe.empty))).append(u?xe.empty:xe.from(a.copy(xe.empty))),c?0:1,u?0:1),c?0:1)),e(r.scrollIntoView()),!0}function QO(t){return function(e,n){let{$from:r,$to:a}=e.selection,i=r.blockRange(a,h=>h.childCount>0&&h.firstChild.type==t);if(!i)return!1;let o=i.startIndex;if(o==0)return!1;let c=i.parent,u=c.child(o-1);if(u.type!=t)return!1;if(n){let h=u.lastChild&&u.lastChild.type==c.type,f=xe.from(h?t.create():null),m=new Ie(xe.from(t.create(null,xe.from(c.type.create(null,f)))),h?3:1,0),g=i.start,y=i.end;n(e.tr.step(new Bn(g-(h?3:1),y,g,y,m,1,!0)).scrollIntoView())}return!0}}const Yn=function(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e},Cl=function(t){let e=t.assignedSlot||t.parentNode;return e&&e.nodeType==11?e.host:e};let Gg=null;const ya=function(t,e,n){let r=Gg||(Gg=document.createRange());return r.setEnd(t,n??t.nodeValue.length),r.setStart(t,e||0),r},XO=function(){Gg=null},No=function(t,e,n,r){return n&&(I1(t,e,n,r,-1)||I1(t,e,n,r,1))},ZO=/^(img|br|input|textarea|hr)$/i;function I1(t,e,n,r,a){for(var i;;){if(t==n&&e==r)return!0;if(e==(a<0?0:as(t))){let o=t.parentNode;if(!o||o.nodeType!=1||yd(t)||ZO.test(t.nodeName)||t.contentEditable=="false")return!1;e=Yn(t)+(a<0?0:1),t=o}else if(t.nodeType==1){let o=t.childNodes[e+(a<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((i=o.pmViewDesc)===null||i===void 0)&&i.ignoreForSelection)e+=a;else return!1;else t=o,e=a<0?as(t):0}else return!1}}function as(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function eD(t,e){for(;;){if(t.nodeType==3&&e)return t;if(t.nodeType==1&&e>0){if(t.contentEditable=="false")return null;t=t.childNodes[e-1],e=as(t)}else if(t.parentNode&&!yd(t))e=Yn(t),t=t.parentNode;else return null}}function tD(t,e){for(;;){if(t.nodeType==3&&e2),ss=El||(Ks?/Mac/.test(Ks.platform):!1),PS=Ks?/Win/.test(Ks.platform):!1,va=/Android \d/.test(Mi),bd=!!R1&&"webkitFontSmoothing"in R1.documentElement.style,aD=bd?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function iD(t){let e=t.defaultView&&t.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.documentElement.clientWidth,top:0,bottom:t.documentElement.clientHeight}}function fa(t,e){return typeof t=="number"?t:t[e]}function oD(t){let e=t.getBoundingClientRect(),n=e.width/t.offsetWidth||1,r=e.height/t.offsetHeight||1;return{left:e.left,right:e.left+t.clientWidth*n,top:e.top,bottom:e.top+t.clientHeight*r}}function P1(t,e,n){let r=t.someProp("scrollThreshold")||0,a=t.someProp("scrollMargin")||5,i=t.dom.ownerDocument;for(let o=n||t.dom;o;){if(o.nodeType!=1){o=Cl(o);continue}let c=o,u=c==i.body,h=u?iD(i):oD(c),f=0,m=0;if(e.toph.bottom-fa(r,"bottom")&&(m=e.bottom-e.top>h.bottom-h.top?e.top+fa(a,"top")-h.top:e.bottom-h.bottom+fa(a,"bottom")),e.lefth.right-fa(r,"right")&&(f=e.right-h.right+fa(a,"right")),f||m)if(u)i.defaultView.scrollBy(f,m);else{let y=c.scrollLeft,N=c.scrollTop;m&&(c.scrollTop+=m),f&&(c.scrollLeft+=f);let w=c.scrollLeft-y,v=c.scrollTop-N;e={left:e.left-w,top:e.top-v,right:e.right-w,bottom:e.bottom-v}}let g=u?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(g))break;o=g=="absolute"?o.offsetParent:Cl(o)}}function lD(t){let e=t.dom.getBoundingClientRect(),n=Math.max(0,e.top),r,a;for(let i=(e.left+e.right)/2,o=n+1;o=n-20){r=c,a=u.top;break}}return{refDOM:r,refTop:a,stack:OS(t.dom)}}function OS(t){let e=[],n=t.ownerDocument;for(let r=t;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),t!=n);r=Cl(r));return e}function cD({refDOM:t,refTop:e,stack:n}){let r=t?t.getBoundingClientRect().top:0;DS(n,r==0?0:r-e)}function DS(t,e){for(let n=0;n=c){o=Math.max(N.bottom,o),c=Math.min(N.top,c);let w=N.left>e.left?N.left-e.left:N.right=(N.left+N.right)/2?1:0));continue}}else N.top>e.top&&!u&&N.left<=e.left&&N.right>=e.left&&(u=f,h={left:Math.max(N.left,Math.min(N.right,e.left)),top:N.top});!n&&(e.left>=N.right&&e.top>=N.top||e.left>=N.left&&e.top>=N.bottom)&&(i=m+1)}}return!n&&u&&(n=u,a=h,r=0),n&&n.nodeType==3?uD(n,a):!n||r&&n.nodeType==1?{node:t,offset:i}:LS(n,a)}function uD(t,e){let n=t.nodeValue.length,r=document.createRange(),a;for(let i=0;i=(o.left+o.right)/2?1:0)};break}}return r.detach(),a||{node:t,offset:0}}function p0(t,e){return t.left>=e.left-1&&t.left<=e.right+1&&t.top>=e.top-1&&t.top<=e.bottom+1}function hD(t,e){let n=t.parentNode;return n&&/^li$/i.test(n.nodeName)&&e.left(o.left+o.right)/2?1:-1}return t.docView.posFromDOM(r,a,i)}function pD(t,e,n,r){let a=-1;for(let i=e,o=!1;i!=t.dom;){let c=t.docView.nearestDesc(i,!0),u;if(!c)return null;if(c.dom.nodeType==1&&(c.node.isBlock&&c.parent||!c.contentDOM)&&((u=c.dom.getBoundingClientRect()).width||u.height)&&(c.node.isBlock&&c.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(c.dom.nodeName)&&(!o&&u.left>r.left||u.top>r.top?a=c.posBefore:(!o&&u.right-1?a:t.docView.posFromDOM(e,n,-1)}function _S(t,e,n){let r=t.childNodes.length;if(r&&n.tope.top&&a++}let h;bd&&a&&r.nodeType==1&&(h=r.childNodes[a-1]).nodeType==1&&h.contentEditable=="false"&&h.getBoundingClientRect().top>=e.top&&a--,r==t.dom&&a==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?c=t.state.doc.content.size:(a==0||r.nodeType!=1||r.childNodes[a-1].nodeName!="BR")&&(c=pD(t,r,a,e))}c==null&&(c=fD(t,o,e));let u=t.docView.nearestDesc(o,!0);return{pos:c,inside:u?u.posAtStart-u.border:-1}}function O1(t){return t.top=0&&a==r.nodeValue.length?(u--,f=1):n<0?u--:h++,Cc(ei(ya(r,u,h),f),f<0)}if(!t.state.doc.resolve(e-(i||0)).parent.inlineContent){if(i==null&&a&&(n<0||a==as(r))){let u=r.childNodes[a-1];if(u.nodeType==1)return Ym(u.getBoundingClientRect(),!1)}if(i==null&&a=0)}if(i==null&&a&&(n<0||a==as(r))){let u=r.childNodes[a-1],h=u.nodeType==3?ya(u,as(u)-(o?0:1)):u.nodeType==1&&(u.nodeName!="BR"||!u.nextSibling)?u:null;if(h)return Cc(ei(h,1),!1)}if(i==null&&a=0)}function Cc(t,e){if(t.width==0)return t;let n=e?t.left:t.right;return{top:t.top,bottom:t.bottom,left:n,right:n}}function Ym(t,e){if(t.height==0)return t;let n=e?t.top:t.bottom;return{top:n,bottom:n,left:t.left,right:t.right}}function FS(t,e,n){let r=t.state,a=t.root.activeElement;r!=e&&t.updateState(e),a!=t.dom&&t.focus();try{return n()}finally{r!=e&&t.updateState(r),a!=t.dom&&a&&a.focus()}}function xD(t,e,n){let r=e.selection,a=n=="up"?r.$from:r.$to;return FS(t,e,()=>{let{node:i}=t.docView.domFromPos(a.pos,n=="up"?-1:1);for(;;){let c=t.docView.nearestDesc(i,!0);if(!c)break;if(c.node.isBlock){i=c.contentDOM||c.dom;break}i=c.dom.parentNode}let o=zS(t,a.pos,1);for(let c=i.firstChild;c;c=c.nextSibling){let u;if(c.nodeType==1)u=c.getClientRects();else if(c.nodeType==3)u=ya(c,0,c.nodeValue.length).getClientRects();else continue;for(let h=0;hf.top+1&&(n=="up"?o.top-f.top>(f.bottom-o.top)*2:f.bottom-o.bottom>(o.bottom-f.top)*2))return!1}}return!0})}const yD=/[\u0590-\u08ac]/;function bD(t,e,n){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let a=r.parentOffset,i=!a,o=a==r.parent.content.size,c=t.domSelection();return c?!yD.test(r.parent.textContent)||!c.modify?n=="left"||n=="backward"?i:o:FS(t,e,()=>{let{focusNode:u,focusOffset:h,anchorNode:f,anchorOffset:m}=t.domSelectionRange(),g=c.caretBidiLevel;c.modify("move",n,"character");let y=r.depth?t.docView.domAfterPos(r.before()):t.dom,{focusNode:N,focusOffset:w}=t.domSelectionRange(),v=N&&!y.contains(N.nodeType==1?N:N.parentNode)||u==N&&h==w;try{c.collapse(f,m),u&&(u!=f||h!=m)&&c.extend&&c.extend(u,h)}catch{}return g!=null&&(c.caretBidiLevel=g),v}):r.pos==r.start()||r.pos==r.end()}let D1=null,L1=null,_1=!1;function vD(t,e,n){return D1==e&&L1==n?_1:(D1=e,L1=n,_1=n=="up"||n=="down"?xD(t,e,n):bD(t,e,n))}const cs=0,z1=1,so=2,qs=3;class vd{constructor(e,n,r,a){this.parent=e,this.children=n,this.dom=r,this.contentDOM=a,this.dirty=cs,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,n,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let n=0;nYn(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))a=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(n==0)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!1;break}if(i.previousSibling)break}if(a==null&&n==e.childNodes.length)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!0;break}if(i.nextSibling)break}}return a??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,n=!1){for(let r=!0,a=e;a;a=a.parentNode){let i=this.getDesc(a),o;if(i&&(!n||i.node))if(r&&(o=i.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))r=!1;else return i}}getDesc(e){let n=e.pmViewDesc;for(let r=n;r;r=r.parent)if(r==this)return n}posFromDOM(e,n,r){for(let a=e;a;a=a.parentNode){let i=this.getDesc(a);if(i)return i.localPosFromDOM(e,n,r)}return-1}descAt(e){for(let n=0,r=0;ne||o instanceof BS){a=e-i;break}i=c}if(a)return this.children[r].domFromPos(a-this.children[r].border,n);for(let i;r&&!(i=this.children[r-1]).size&&i instanceof $S&&i.side>=0;r--);if(n<=0){let i,o=!0;for(;i=r?this.children[r-1]:null,!(!i||i.dom.parentNode==this.contentDOM);r--,o=!1);return i&&n&&o&&!i.border&&!i.domAtom?i.domFromPos(i.size,n):{node:this.contentDOM,offset:i?Yn(i.dom)+1:0}}else{let i,o=!0;for(;i=r=f&&n<=h-u.border&&u.node&&u.contentDOM&&this.contentDOM.contains(u.contentDOM))return u.parseRange(e,n,f);e=o;for(let m=c;m>0;m--){let g=this.children[m-1];if(g.size&&g.dom.parentNode==this.contentDOM&&!g.emptyChildAt(1)){a=Yn(g.dom)+1;break}e-=g.size}a==-1&&(a=0)}if(a>-1&&(h>n||c==this.children.length-1)){n=h;for(let f=c+1;fN&&on){let N=c;c=u,u=N}let y=document.createRange();y.setEnd(u.node,u.offset),y.setStart(c.node,c.offset),h.removeAllRanges(),h.addRange(y)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,n){for(let r=0,a=0;a=r:er){let c=r+i.border,u=o-i.border;if(e>=c&&n<=u){this.dirty=e==r||n==o?so:z1,e==c&&n==u&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=qs:i.markDirty(e-c,n-c);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?so:qs}r=o}this.dirty=so}markParentsDirty(){let e=1;for(let n=this.parent;n;n=n.parent,e++){let r=e==1?so:z1;n.dirty{if(!i)return a;if(i.parent)return i.parent.posBeforeChild(i)})),!n.type.spec.raw){if(o.nodeType!=1){let c=document.createElement("span");c.appendChild(o),o=c}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=n,this.widget=n,i=this}matchesWidget(e){return this.dirty==cs&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let n=this.widget.spec.stopEvent;return n?n(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class ND extends vd{constructor(e,n,r,a){super(e,[],n,null),this.textDOM=r,this.text=a}get size(){return this.text.length}localPosFromDOM(e,n){return e!=this.textDOM?this.posAtStart+(n?this.size:0):this.posAtStart+n}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class wo extends vd{constructor(e,n,r,a,i){super(e,[],r,a),this.mark=n,this.spec=i}static create(e,n,r,a){let i=a.nodeViews[n.type.name],o=i&&i(n,a,r);return(!o||!o.dom)&&(o=Mo.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new wo(e,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&qs||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=qs&&this.mark.eq(e)}markDirty(e,n){if(super.markDirty(e,n),this.dirty!=cs){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty0&&(i=Zg(i,0,e,r));for(let c=0;c{if(!u)return o;if(u.parent)return u.parent.posBeforeChild(u)},r,a),f=h&&h.dom,m=h&&h.contentDOM;if(n.isText){if(!f)f=document.createTextNode(n.text);else if(f.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else f||({dom:f,contentDOM:m}=Mo.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs));!m&&!n.isText&&f.nodeName!="BR"&&(f.hasAttribute("contenteditable")||(f.contentEditable="false"),n.type.spec.draggable&&(f.draggable=!0));let g=f;return f=WS(f,r,n),h?u=new wD(e,n,r,a,f,m||null,g,h,i,o+1):n.isText?new Ef(e,n,r,a,f,g,i):new gi(e,n,r,a,f,m||null,g,i,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let n=this.children.length-1;n>=0;n--){let r=this.children[n];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>xe.empty)}return e}matchesNode(e,n,r){return this.dirty==cs&&e.eq(this.node)&&vh(n,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,n){let r=this.node.inlineContent,a=n,i=e.composing?this.localCompositionInfo(e,n):null,o=i&&i.pos>-1?i:null,c=i&&i.pos<0,u=new kD(this,o&&o.node,e);ED(this.node,this.innerDeco,(h,f,m)=>{h.spec.marks?u.syncToMarks(h.spec.marks,r,e,f):h.type.side>=0&&!m&&u.syncToMarks(f==this.node.childCount?$t.none:this.node.child(f).marks,r,e,f),u.placeWidget(h,e,a)},(h,f,m,g)=>{u.syncToMarks(h.marks,r,e,g);let y;u.findNodeMatch(h,f,m,g)||c&&e.state.selection.from>a&&e.state.selection.to-1&&u.updateNodeAt(h,f,m,y,e)||u.updateNextNode(h,f,m,e,g,a)||u.addNode(h,f,m,e,a),a+=h.nodeSize}),u.syncToMarks([],r,e,0),this.node.isTextblock&&u.addTextblockHacks(),u.destroyRest(),(u.changed||this.dirty==so)&&(o&&this.protectLocalComposition(e,o),VS(this.contentDOM,this.children,e),El&&TD(this.dom))}localCompositionInfo(e,n){let{from:r,to:a}=e.state.selection;if(!(e.state.selection instanceof Qe)||rn+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let o=i.nodeValue,c=MD(this.node.content,o,r-n,a-n);return c<0?null:{node:i,pos:c,text:o}}else return{node:i,pos:-1,text:""}}protectLocalComposition(e,{node:n,pos:r,text:a}){if(this.getDesc(n))return;let i=n;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&(i.pmViewDesc=void 0)}let o=new ND(this,i,n,a);e.input.compositionNodes.push(o),this.children=Zg(this.children,r,r+a.length,e,o)}update(e,n,r,a){return this.dirty==qs||!e.sameMarkup(this.node)?!1:(this.updateInner(e,n,r,a),!0)}updateInner(e,n,r,a){this.updateOuterDeco(n),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(a,this.posAtStart),this.dirty=cs}updateOuterDeco(e){if(vh(e,this.outerDeco))return;let n=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=HS(this.dom,this.nodeDOM,Xg(this.outerDeco,this.node,n),Xg(e,this.node,n)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function F1(t,e,n,r,a){WS(r,e,t);let i=new gi(void 0,t,e,n,r,r,r,a,0);return i.contentDOM&&i.updateChildren(a,0),i}class Ef extends gi{constructor(e,n,r,a,i,o,c){super(e,n,r,a,i,null,o,c,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,n,r,a){return this.dirty==qs||this.dirty!=cs&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(n),(this.dirty!=cs||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,a.trackWrites==this.nodeDOM&&(a.trackWrites=null)),this.node=e,this.dirty=cs,!0)}inParent(){let e=this.parent.contentDOM;for(let n=this.nodeDOM;n;n=n.parentNode)if(n==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,n,r){return e==this.nodeDOM?this.posAtStart+Math.min(n,this.node.text.length):super.localPosFromDOM(e,n,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,n,r){let a=this.node.cut(e,n),i=document.createTextNode(a.text);return new Ef(this.parent,a,this.outerDeco,this.innerDeco,i,i,r)}markDirty(e,n){super.markDirty(e,n),this.dom!=this.nodeDOM&&(e==0||n==this.nodeDOM.nodeValue.length)&&(this.dirty=qs)}get domAtom(){return!1}isText(e){return this.node.text==e}}class BS extends vd{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==cs&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class wD extends gi{constructor(e,n,r,a,i,o,c,u,h,f){super(e,n,r,a,i,o,c,h,f),this.spec=u}update(e,n,r,a){if(this.dirty==qs)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,n,r);return i&&this.updateInner(e,n,r,a),i}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,n,r,a)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,n,r,a){this.spec.setSelection?this.spec.setSelection(e,n,r.root):super.setSelection(e,n,r,a)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function VS(t,e,n){let r=t.firstChild,a=!1;for(let i=0;i>1,c=Math.min(o,e.length);for(;i-1)u>this.index&&(this.changed=!0,this.destroyBetween(this.index,u)),this.top=this.top.children[this.index];else{let f=wo.create(this.top,e[o],n,r);this.top.children.splice(this.index,0,f),this.top=f,this.changed=!0}this.index=0,o++}}findNodeMatch(e,n,r,a){let i=-1,o;if(a>=this.preMatch.index&&(o=this.preMatch.matches[a-this.preMatch.index]).parent==this.top&&o.matchesNode(e,n,r))i=this.top.children.indexOf(o,this.index);else for(let c=this.index,u=Math.min(this.top.children.length,c+5);c0;){let c;for(;;)if(r){let h=n.children[r-1];if(h instanceof wo)n=h,r=h.children.length;else{c=h,r--;break}}else{if(n==e)break e;r=n.parent.children.indexOf(n),n=n.parent}let u=c.node;if(u){if(u!=t.child(a-1))break;--a,i.set(c,a),o.push(c)}}return{index:a,matched:i,matches:o.reverse()}}function CD(t,e){return t.type.side-e.type.side}function ED(t,e,n,r){let a=e.locals(t),i=0;if(a.length==0){for(let h=0;hi;)c.push(a[o++]);let N=i+g.nodeSize;if(g.isText){let v=N;o!v.inline):c.slice();r(g,w,e.forChild(i,g),y),i=N}}function TD(t){if(t.nodeName=="UL"||t.nodeName=="OL"){let e=t.style.cssText;t.style.cssText=e+"; list-style: square !important",window.getComputedStyle(t).listStyle,t.style.cssText=e}}function MD(t,e,n,r){for(let a=0,i=0;a=n){if(i>=r&&u.slice(r-e.length-c,r-c)==e)return r-e.length;let h=c=0&&h+e.length+c>=n)return c+h;if(n==r&&u.length>=r+e.length-c&&u.slice(r-c,r-c+e.length)==e)return r}}return-1}function Zg(t,e,n,r,a){let i=[];for(let o=0,c=0;o=n||f<=e?i.push(u):(hn&&i.push(u.slice(n-h,u.size,r)))}return i}function m0(t,e=null){let n=t.domSelectionRange(),r=t.state.doc;if(!n.focusNode)return null;let a=t.docView.nearestDesc(n.focusNode),i=a&&a.size==0,o=t.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let c=r.resolve(o),u,h;if(Cf(n)){for(u=o;a&&!a.node;)a=a.parent;let m=a.node;if(a&&m.isAtom&&Ge.isSelectable(m)&&a.parent&&!(m.isInline&&nD(n.focusNode,n.focusOffset,a.dom))){let g=a.posBefore;h=new Ge(o==g?c:r.resolve(g))}}else{if(n instanceof t.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let m=o,g=o;for(let y=0;y{(n.anchorNode!=r||n.anchorOffset!=a)&&(e.removeEventListener("selectionchange",t.input.hideSelectionGuard),setTimeout(()=>{(!US(t)||t.state.selection.visible)&&t.dom.classList.remove("ProseMirror-hideselection")},20))})}function ID(t){let e=t.domSelection();if(!e)return;let n=t.cursorWrapper.dom,r=n.nodeName=="IMG";r?e.collapse(n.parentNode,Yn(n)+1):e.collapse(n,0),!r&&!t.state.selection.visible&&Ar&&mi<=11&&(n.disabled=!0,n.disabled=!1)}function KS(t,e){if(e instanceof Ge){let n=t.docView.descAt(e.from);n!=t.lastSelectedViewDesc&&(W1(t),n&&n.selectNode(),t.lastSelectedViewDesc=n)}else W1(t)}function W1(t){t.lastSelectedViewDesc&&(t.lastSelectedViewDesc.parent&&t.lastSelectedViewDesc.deselectNode(),t.lastSelectedViewDesc=void 0)}function g0(t,e,n,r){return t.someProp("createSelectionBetween",a=>a(t,e,n))||Qe.between(e,n,r)}function U1(t){return t.editable&&!t.hasFocus()?!1:qS(t)}function qS(t){let e=t.domSelectionRange();if(!e.anchorNode)return!1;try{return t.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(t.editable||t.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function RD(t){let e=t.docView.domFromPos(t.state.selection.anchor,0),n=t.domSelectionRange();return No(e.node,e.offset,n.anchorNode,n.anchorOffset)}function ex(t,e){let{$anchor:n,$head:r}=t.selection,a=e>0?n.max(r):n.min(r),i=a.parent.inlineContent?a.depth?t.doc.resolve(e>0?a.after():a.before()):null:a;return i&&rt.findFrom(i,e)}function ti(t,e){return t.dispatch(t.state.tr.setSelection(e).scrollIntoView()),!0}function K1(t,e,n){let r=t.state.selection;if(r instanceof Qe)if(n.indexOf("s")>-1){let{$head:a}=r,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let o=t.state.doc.resolve(a.pos+i.nodeSize*(e<0?-1:1));return ti(t,new Qe(r.$anchor,o))}else if(r.empty){if(t.endOfTextblock(e>0?"forward":"backward")){let a=ex(t.state,e);return a&&a instanceof Ge?ti(t,a):!1}else if(!(ss&&n.indexOf("m")>-1)){let a=r.$head,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter,o;if(!i||i.isText)return!1;let c=e<0?a.pos-i.nodeSize:a.pos;return i.isAtom||(o=t.docView.descAt(c))&&!o.contentDOM?Ge.isSelectable(i)?ti(t,new Ge(e<0?t.state.doc.resolve(a.pos-i.nodeSize):a)):bd?ti(t,new Qe(t.state.doc.resolve(e<0?c:c+i.nodeSize))):!1:!1}}else return!1;else{if(r instanceof Ge&&r.node.isInline)return ti(t,new Qe(e>0?r.$to:r.$from));{let a=ex(t.state,e);return a?ti(t,a):!1}}}function Nh(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function Vc(t,e){let n=t.pmViewDesc;return n&&n.size==0&&(e<0||t.nextSibling||t.nodeName!="BR")}function ll(t,e){return e<0?PD(t):OD(t)}function PD(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let a,i,o=!1;for(ls&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let c=n.childNodes[r-1];if(Vc(c,-1))a=n,i=--r;else if(c.nodeType==3)n=c,r=n.nodeValue.length;else break}}else{if(GS(n))break;{let c=n.previousSibling;for(;c&&Vc(c,-1);)a=n.parentNode,i=Yn(c),c=c.previousSibling;if(c)n=c,r=Nh(n);else{if(n=n.parentNode,n==t.dom)break;r=0}}}o?tx(t,n,r):a&&tx(t,a,i)}function OD(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let a=Nh(n),i,o;for(;;)if(r{t.state==a&&ka(t)},50)}function q1(t,e){let n=t.state.doc.resolve(e);if(!(Xn||PS)&&n.parent.inlineContent){let a=t.coordsAtPos(e);if(e>n.start()){let i=t.coordsAtPos(e-1),o=(i.top+i.bottom)/2;if(o>a.top&&o1)return i.lefta.top&&o1)return i.left>a.left?"ltr":"rtl"}}return getComputedStyle(t.dom).direction=="rtl"?"rtl":"ltr"}function G1(t,e,n){let r=t.state.selection;if(r instanceof Qe&&!r.empty||n.indexOf("s")>-1||ss&&n.indexOf("m")>-1)return!1;let{$from:a,$to:i}=r;if(!a.parent.inlineContent||t.endOfTextblock(e<0?"up":"down")){let o=ex(t.state,e);if(o&&o instanceof Ge)return ti(t,o)}if(!a.parent.inlineContent){let o=e<0?a:i,c=r instanceof Vr?rt.near(o,e):rt.findFrom(o,e);return c?ti(t,c):!1}return!1}function J1(t,e){if(!(t.state.selection instanceof Qe))return!0;let{$head:n,$anchor:r,empty:a}=t.state.selection;if(!n.sameParent(r))return!0;if(!a)return!1;if(t.endOfTextblock(e>0?"forward":"backward"))return!0;let i=!n.textOffset&&(e<0?n.nodeBefore:n.nodeAfter);if(i&&!i.isText){let o=t.state.tr;return e<0?o.delete(n.pos-i.nodeSize,n.pos):o.delete(n.pos,n.pos+i.nodeSize),t.dispatch(o),!0}return!1}function Y1(t,e,n){t.domObserver.stop(),e.contentEditable=n,t.domObserver.start()}function _D(t){if(!ur||t.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(e&&e.nodeType==1&&n==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;Y1(t,r,"true"),setTimeout(()=>Y1(t,r,"false"),20)}return!1}function zD(t){let e="";return t.ctrlKey&&(e+="c"),t.metaKey&&(e+="m"),t.altKey&&(e+="a"),t.shiftKey&&(e+="s"),e}function FD(t,e){let n=e.keyCode,r=zD(e);if(n==8||ss&&n==72&&r=="c")return J1(t,-1)||ll(t,-1);if(n==46&&!e.shiftKey||ss&&n==68&&r=="c")return J1(t,1)||ll(t,1);if(n==13||n==27)return!0;if(n==37||ss&&n==66&&r=="c"){let a=n==37?q1(t,t.state.selection.from)=="ltr"?-1:1:-1;return K1(t,a,r)||ll(t,a)}else if(n==39||ss&&n==70&&r=="c"){let a=n==39?q1(t,t.state.selection.from)=="ltr"?1:-1:1;return K1(t,a,r)||ll(t,a)}else{if(n==38||ss&&n==80&&r=="c")return G1(t,-1,r)||ll(t,-1);if(n==40||ss&&n==78&&r=="c")return _D(t)||G1(t,1,r)||ll(t,1);if(r==(ss?"m":"c")&&(n==66||n==73||n==89||n==90))return!0}return!1}function x0(t,e){t.someProp("transformCopied",y=>{e=y(e,t)});let n=[],{content:r,openStart:a,openEnd:i}=e;for(;a>1&&i>1&&r.childCount==1&&r.firstChild.childCount==1;){a--,i--;let y=r.firstChild;n.push(y.type.name,y.attrs!=y.type.defaultAttrs?y.attrs:null),r=y.content}let o=t.someProp("clipboardSerializer")||Mo.fromSchema(t.state.schema),c=e2(),u=c.createElement("div");u.appendChild(o.serializeFragment(r,{document:c}));let h=u.firstChild,f,m=0;for(;h&&h.nodeType==1&&(f=ZS[h.nodeName.toLowerCase()]);){for(let y=f.length-1;y>=0;y--){let N=c.createElement(f[y]);for(;u.firstChild;)N.appendChild(u.firstChild);u.appendChild(N),m++}h=u.firstChild}h&&h.nodeType==1&&h.setAttribute("data-pm-slice",`${a} ${i}${m?` -${m}`:""} ${JSON.stringify(n)}`);let g=t.someProp("clipboardTextSerializer",y=>y(e,t))||e.content.textBetween(0,e.content.size,` + */var c1;function zP(){if(c1)return Bm;c1=1;var t=fd();function e(m,g){return m===g&&(m!==0||1/m===1/g)||m!==m&&g!==g}var n=typeof Object.is=="function"?Object.is:e,r=t.useState,a=t.useEffect,i=t.useLayoutEffect,o=t.useDebugValue;function c(m,g){var y=g(),N=r({inst:{value:y,getSnapshot:g}}),w=N[0].inst,v=N[1];return i(function(){w.value=y,w.getSnapshot=g,u(w)&&v({inst:w})},[m,y,g]),a(function(){return u(w)&&v({inst:w}),m(function(){u(w)&&v({inst:w})})},[m]),o(y),y}function u(m){var g=m.getSnapshot;m=m.value;try{var y=g();return!n(m,y)}catch{return!0}}function h(m,g){return g()}var f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:c;return Bm.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:f,Bm}var d1;function zk(){return d1||(d1=1,$m.exports=zP()),$m.exports}var Fk=zk();function Gn(t){this.content=t}Gn.prototype={constructor:Gn,find:function(t){for(var e=0;e>1}};Gn.from=function(t){if(t instanceof Gn)return t;var e=[];if(t)for(var n in t)e.push(n,t[n]);return new Gn(e)};function $k(t,e,n){for(let r=0;;r++){if(r==t.childCount||r==e.childCount)return t.childCount==e.childCount?null:n;let a=t.child(r),i=e.child(r);if(a==i){n+=a.nodeSize;continue}if(!a.sameMarkup(i))return n;if(a.isText&&a.text!=i.text){for(let o=0;a.text[o]==i.text[o];o++)n++;return n}if(a.content.size||i.content.size){let o=$k(a.content,i.content,n+1);if(o!=null)return o}n+=a.nodeSize}}function Bk(t,e,n,r){for(let a=t.childCount,i=e.childCount;;){if(a==0||i==0)return a==i?null:{a:n,b:r};let o=t.child(--a),c=e.child(--i),u=o.nodeSize;if(o==c){n-=u,r-=u;continue}if(!o.sameMarkup(c))return{a:n,b:r};if(o.isText&&o.text!=c.text){let h=0,f=Math.min(o.text.length,c.text.length);for(;he&&r(u,a+c,i||null,o)!==!1&&u.content.size){let f=c+1;u.nodesBetween(Math.max(0,e-f),Math.min(u.content.size,n-f),r,a+f)}c=h}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,n,r,a){let i="",o=!0;return this.nodesBetween(e,n,(c,u)=>{let h=c.isText?c.text.slice(Math.max(e,u)-u,n-u):c.isLeaf?a?typeof a=="function"?a(c):a:c.type.spec.leafText?c.type.spec.leafText(c):"":"";c.isBlock&&(c.isLeaf&&h||c.isTextblock)&&r&&(o?o=!1:i+=r),i+=h},0),i}append(e){if(!e.size)return this;if(!this.size)return e;let n=this.lastChild,r=e.firstChild,a=this.content.slice(),i=0;for(n.isText&&n.sameMarkup(r)&&(a[a.length-1]=n.withText(n.text+r.text),i=1);ie)for(let i=0,o=0;oe&&((on)&&(c.isText?c=c.cut(Math.max(0,e-o),Math.min(c.text.length,n-o)):c=c.cut(Math.max(0,e-o-1),Math.min(c.content.size,n-o-1))),r.push(c),a+=c.nodeSize),o=u}return new xe(r,a)}cutByIndex(e,n){return e==n?xe.empty:e==0&&n==this.content.length?this:new xe(this.content.slice(e,n))}replaceChild(e,n){let r=this.content[e];if(r==n)return this;let a=this.content.slice(),i=this.size+n.nodeSize-r.nodeSize;return a[e]=n,new xe(a,i)}addToStart(e){return new xe([e].concat(this.content),this.size+e.nodeSize)}addToEnd(e){return new xe(this.content.concat(e),this.size+e.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let n=0;nthis.size||e<0)throw new RangeError(`Position ${e} outside of fragment (${this})`);for(let n=0,r=0;;n++){let a=this.child(n),i=r+a.nodeSize;if(i>=e)return i==e?Ou(n+1,i):Ou(n,r);r=i}}toString(){return"<"+this.toStringInner()+">"}toStringInner(){return this.content.join(", ")}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(e,n){if(!n)return xe.empty;if(!Array.isArray(n))throw new RangeError("Invalid input for Fragment.fromJSON");return new xe(n.map(e.nodeFromJSON))}static fromArray(e){if(!e.length)return xe.empty;let n,r=0;for(let a=0;athis.type.rank&&(n||(n=e.slice(0,a)),n.push(this),r=!0),n&&n.push(i)}}return n||(n=e.slice()),r||n.push(this),n}removeFromSet(e){for(let n=0;nr.type.rank-a.type.rank),n}};$t.none=[];class gh extends Error{}class Ie{constructor(e,n,r){this.content=e,this.openStart=n,this.openEnd=r}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(e,n){let r=Hk(this.content,e+this.openStart,n);return r&&new Ie(r,this.openStart,this.openEnd)}removeBetween(e,n){return new Ie(Vk(this.content,e+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+"("+this.openStart+","+this.openEnd+")"}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(e,n){if(!n)return Ie.empty;let r=n.openStart||0,a=n.openEnd||0;if(typeof r!="number"||typeof a!="number")throw new RangeError("Invalid input for Slice.fromJSON");return new Ie(xe.fromJSON(e,n.content),r,a)}static maxOpen(e,n=!0){let r=0,a=0;for(let i=e.firstChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.firstChild)r++;for(let i=e.lastChild;i&&!i.isLeaf&&(n||!i.type.spec.isolating);i=i.lastChild)a++;return new Ie(e,r,a)}}Ie.empty=new Ie(xe.empty,0,0);function Vk(t,e,n){let{index:r,offset:a}=t.findIndex(e),i=t.maybeChild(r),{index:o,offset:c}=t.findIndex(n);if(a==e||i.isText){if(c!=n&&!t.child(o).isText)throw new RangeError("Removing non-flat range");return t.cut(0,e).append(t.cut(n))}if(r!=o)throw new RangeError("Removing non-flat range");return t.replaceChild(r,i.copy(Vk(i.content,e-a-1,n-a-1)))}function Hk(t,e,n,r){let{index:a,offset:i}=t.findIndex(e),o=t.maybeChild(a);if(i==e||o.isText)return r&&!r.canReplace(a,a,n)?null:t.cut(0,e).append(n).append(t.cut(e));let c=Hk(o.content,e-i-1,n,o);return c&&t.replaceChild(a,o.copy(c))}function FP(t,e,n){if(n.openStart>t.depth)throw new gh("Inserted content deeper than insertion position");if(t.depth-n.openStart!=e.depth-n.openEnd)throw new gh("Inconsistent open depths");return Wk(t,e,n,0)}function Wk(t,e,n,r){let a=t.index(r),i=t.node(r);if(a==e.index(r)&&r=0&&t.isText&&t.sameMarkup(e[n])?e[n]=t.withText(e[n].text+t.text):e.push(t)}function Fc(t,e,n,r){let a=(e||t).node(n),i=0,o=e?e.index(n):a.childCount;t&&(i=t.index(n),t.depth>n?i++:t.textOffset&&(co(t.nodeAfter,r),i++));for(let c=i;ca&&Hg(t,e,a+1),o=r.depth>a&&Hg(n,r,a+1),c=[];return Fc(null,t,a,c),i&&o&&e.index(a)==n.index(a)?(Uk(i,o),co(uo(i,Kk(t,e,n,r,a+1)),c)):(i&&co(uo(i,xh(t,e,a+1)),c),Fc(e,n,a,c),o&&co(uo(o,xh(n,r,a+1)),c)),Fc(r,null,a,c),new xe(c)}function xh(t,e,n){let r=[];if(Fc(null,t,n,r),t.depth>n){let a=Hg(t,e,n+1);co(uo(a,xh(t,e,n+1)),r)}return Fc(e,null,n,r),new xe(r)}function $P(t,e){let n=e.depth-t.openStart,a=e.node(n).copy(t.content);for(let i=n-1;i>=0;i--)a=e.node(i).copy(xe.from(a));return{start:a.resolveNoCache(t.openStart+n),end:a.resolveNoCache(a.content.size-t.openEnd-n)}}class ed{constructor(e,n,r){this.pos=e,this.path=n,this.parentOffset=r,this.depth=n.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position before the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw new RangeError("There is no position after the top-level node");return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,n=this.index(this.depth);if(n==e.childCount)return null;let r=this.pos-this.path[this.path.length-1],a=e.child(n);return r?e.child(n).cut(r):a}get nodeBefore(){let e=this.index(this.depth),n=this.pos-this.path[this.path.length-1];return n?this.parent.child(e).cut(0,n):e==0?null:this.parent.child(e-1)}posAtIndex(e,n){n=this.resolveDepth(n);let r=this.path[n*3],a=n==0?0:this.path[n*3-1]+1;for(let i=0;i0;n--)if(this.start(n)<=e&&this.end(n)>=e)return n;return 0}blockRange(e=this,n){if(e.pos=0;r--)if(e.pos<=this.end(r)&&(!n||n(this.node(r))))return new yh(this,e,r);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=e.content.size))throw new RangeError("Position "+n+" out of range");let r=[],a=0,i=n;for(let o=e;;){let{index:c,offset:u}=o.content.findIndex(i),h=i-u;if(r.push(o,c,a+u),!h||(o=o.child(c),o.isText))break;i=h-1,a+=u+1}return new ed(n,r,i)}static resolveCached(e,n){let r=u1.get(e);if(r)for(let i=0;ie&&this.nodesBetween(e,n,i=>(r.isInSet(i.marks)&&(a=!0),!a)),a}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+="("+this.content.toStringInner()+")"),qk(this.marks,e)}contentMatchAt(e){let n=this.type.contentMatch.matchFragment(this.content,0,e);if(!n)throw new Error("Called contentMatchAt on a node with invalid content");return n}canReplace(e,n,r=xe.empty,a=0,i=r.childCount){let o=this.contentMatchAt(e).matchFragment(r,a,i),c=o&&o.matchFragment(this.content,n);if(!c||!c.validEnd)return!1;for(let u=a;un.type.name)}`);this.content.forEach(n=>n.check())}toJSON(){let e={type:this.type.name};for(let n in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(n=>n.toJSON())),e}static fromJSON(e,n){if(!n)throw new RangeError("Invalid input for Node.fromJSON");let r;if(n.marks){if(!Array.isArray(n.marks))throw new RangeError("Invalid mark data for Node.fromJSON");r=n.marks.map(e.markFromJSON)}if(n.type=="text"){if(typeof n.text!="string")throw new RangeError("Invalid text node in JSON");return e.text(n.text,r)}let a=xe.fromJSON(e,n.content),i=e.nodeType(n.type).create(n.attrs,a,r);return i.type.checkAttrs(i.attrs),i}};wa.prototype.text=void 0;class bh extends wa{constructor(e,n,r,a){if(super(e,n,null,a),!r)throw new RangeError("Empty text nodes are not allowed");this.text=r}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):qk(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,n){return this.text.slice(e,n)}get nodeSize(){return this.text.length}mark(e){return e==this.marks?this:new bh(this.type,this.attrs,this.text,e)}withText(e){return e==this.text?this:new bh(this.type,this.attrs,e,this.marks)}cut(e=0,n=this.text.length){return e==0&&n==this.text.length?this:this.withText(this.text.slice(e,n))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}}function qk(t,e){for(let n=t.length-1;n>=0;n--)e=t[n].type.name+"("+e+")";return e}class yo{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(e,n){let r=new WP(e,n);if(r.next==null)return yo.empty;let a=Gk(r);r.next&&r.err("Unexpected trailing text");let i=QP(YP(a));return XP(i,r),i}matchType(e){for(let n=0;nh.createAndFill()));for(let h=0;h=this.next.length)throw new RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function n(r){e.push(r);for(let a=0;a{let i=a+(r.validEnd?"*":" ")+" ";for(let o=0;o"+e.indexOf(r.next[o].next);return i}).join(` +`)}}yo.empty=new yo(!0);class WP{constructor(e,n){this.string=e,this.nodeTypes=n,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==""&&this.tokens.pop(),this.tokens[0]==""&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw new SyntaxError(e+" (in content expression '"+this.string+"')")}}function Gk(t){let e=[];do e.push(UP(t));while(t.eat("|"));return e.length==1?e[0]:{type:"choice",exprs:e}}function UP(t){let e=[];do e.push(KP(t));while(t.next&&t.next!=")"&&t.next!="|");return e.length==1?e[0]:{type:"seq",exprs:e}}function KP(t){let e=JP(t);for(;;)if(t.eat("+"))e={type:"plus",expr:e};else if(t.eat("*"))e={type:"star",expr:e};else if(t.eat("?"))e={type:"opt",expr:e};else if(t.eat("{"))e=qP(t,e);else break;return e}function h1(t){/\D/.test(t.next)&&t.err("Expected number, got '"+t.next+"'");let e=Number(t.next);return t.pos++,e}function qP(t,e){let n=h1(t),r=n;return t.eat(",")&&(t.next!="}"?r=h1(t):r=-1),t.eat("}")||t.err("Unclosed braced range"),{type:"range",min:n,max:r,expr:e}}function GP(t,e){let n=t.nodeTypes,r=n[e];if(r)return[r];let a=[];for(let i in n){let o=n[i];o.isInGroup(e)&&a.push(o)}return a.length==0&&t.err("No node type or group '"+e+"' found"),a}function JP(t){if(t.eat("(")){let e=Gk(t);return t.eat(")")||t.err("Missing closing paren"),e}else if(/\W/.test(t.next))t.err("Unexpected token '"+t.next+"'");else{let e=GP(t,t.next).map(n=>(t.inline==null?t.inline=n.isInline:t.inline!=n.isInline&&t.err("Mixing inline and block content"),{type:"name",value:n}));return t.pos++,e.length==1?e[0]:{type:"choice",exprs:e}}}function YP(t){let e=[[]];return a(i(t,0),n()),e;function n(){return e.push([])-1}function r(o,c,u){let h={term:u,to:c};return e[o].push(h),h}function a(o,c){o.forEach(u=>u.to=c)}function i(o,c){if(o.type=="choice")return o.exprs.reduce((u,h)=>u.concat(i(h,c)),[]);if(o.type=="seq")for(let u=0;;u++){let h=i(o.exprs[u],c);if(u==o.exprs.length-1)return h;a(h,c=n())}else if(o.type=="star"){let u=n();return r(c,u),a(i(o.expr,u),u),[r(u)]}else if(o.type=="plus"){let u=n();return a(i(o.expr,c),u),a(i(o.expr,u),u),[r(u)]}else{if(o.type=="opt")return[r(c)].concat(i(o.expr,c));if(o.type=="range"){let u=c;for(let h=0;h{t[o].forEach(({term:c,to:u})=>{if(!c)return;let h;for(let f=0;f{h||a.push([c,h=[]]),h.indexOf(f)==-1&&h.push(f)})})});let i=e[r.join(",")]=new yo(r.indexOf(t.length-1)>-1);for(let o=0;o-1}get whitespace(){return this.spec.whitespace||(this.spec.code?"pre":"normal")}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:Qk(this.attrs,e)}create(e=null,n,r){if(this.isText)throw new Error("NodeType.create can't construct text nodes");return new wa(this,this.computeAttrs(e),xe.from(n),$t.setFrom(r))}createChecked(e=null,n,r){return n=xe.from(n),this.checkContent(n),new wa(this,this.computeAttrs(e),n,$t.setFrom(r))}createAndFill(e=null,n,r){if(e=this.computeAttrs(e),n=xe.from(n),n.size){let o=this.contentMatch.fillBefore(n);if(!o)return null;n=o.append(n)}let a=this.contentMatch.matchFragment(n),i=a&&a.fillBefore(xe.empty,!0);return i?new wa(this,e,n.append(i),$t.setFrom(r)):null}validContent(e){let n=this.contentMatch.matchFragment(e);if(!n||!n.validEnd)return!1;for(let r=0;r-1}allowsMarks(e){if(this.markSet==null)return!0;for(let n=0;nr[i]=new eS(i,n,o));let a=n.spec.topNode||"doc";if(!r[a])throw new RangeError("Schema is missing its top node type ('"+a+"')");if(!r.text)throw new RangeError("Every schema needs a 'text' type");for(let i in r.text.attrs)throw new RangeError("The text node type should not have attributes");return r}};function ZP(t,e,n){let r=n.split("|");return a=>{let i=a===null?"null":typeof a;if(r.indexOf(i)<0)throw new RangeError(`Expected value of type ${r} for attribute ${e} on type ${t}, got ${i}`)}}class eO{constructor(e,n,r){this.hasDefault=Object.prototype.hasOwnProperty.call(r,"default"),this.default=r.default,this.validate=typeof r.validate=="string"?ZP(e,n,r.validate):r.validate}get isRequired(){return!this.hasDefault}}class wf{constructor(e,n,r,a){this.name=e,this.rank=n,this.schema=r,this.spec=a,this.attrs=Zk(e,a.attrs),this.excluded=null;let i=Yk(this.attrs);this.instance=i?new $t(this,i):null}create(e=null){return!e&&this.instance?this.instance:new $t(this,Qk(this.attrs,e))}static compile(e,n){let r=Object.create(null),a=0;return e.forEach((i,o)=>r[i]=new wf(i,a++,n,o)),r}removeFromSet(e){for(var n=0;n-1}}class tS{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let n=this.spec={};for(let a in e)n[a]=e[a];n.nodes=Gn.from(e.nodes),n.marks=Gn.from(e.marks||{}),this.nodes=p1.compile(this.spec.nodes,this),this.marks=wf.compile(this.spec.marks,this);let r=Object.create(null);for(let a in this.nodes){if(a in this.marks)throw new RangeError(a+" can not be both a node and a mark");let i=this.nodes[a],o=i.spec.content||"",c=i.spec.marks;if(i.contentMatch=r[o]||(r[o]=yo.parse(o,this.nodes)),i.inlineContent=i.contentMatch.inlineContent,i.spec.linebreakReplacement){if(this.linebreakReplacement)throw new RangeError("Multiple linebreak nodes defined");if(!i.isInline||!i.isLeaf)throw new RangeError("Linebreak replacement nodes must be inline leaf nodes");this.linebreakReplacement=i}i.markSet=c=="_"?null:c?m1(this,c.split(" ")):c==""||!i.inlineContent?[]:null}for(let a in this.marks){let i=this.marks[a],o=i.spec.excludes;i.excluded=o==null?[i]:o==""?[]:m1(this,o.split(" "))}this.nodeFromJSON=a=>wa.fromJSON(this,a),this.markFromJSON=a=>$t.fromJSON(this,a),this.topNodeType=this.nodes[this.spec.topNode||"doc"],this.cached.wrappings=Object.create(null)}node(e,n=null,r,a){if(typeof e=="string")e=this.nodeType(e);else if(e instanceof p1){if(e.schema!=this)throw new RangeError("Node type from different schema used ("+e.name+")")}else throw new RangeError("Invalid node type: "+e);return e.createChecked(n,r,a)}text(e,n){let r=this.nodes.text;return new bh(r,r.defaultAttrs,e,$t.setFrom(n))}mark(e,n){return typeof e=="string"&&(e=this.marks[e]),e.create(n)}nodeType(e){let n=this.nodes[e];if(!n)throw new RangeError("Unknown node type: "+e);return n}}function m1(t,e){let n=[];for(let r=0;r-1)&&n.push(o=u)}if(!o)throw new SyntaxError("Unknown mark type: '"+e[r]+"'")}return n}function tO(t){return t.tag!=null}function nO(t){return t.style!=null}class pi{constructor(e,n){this.schema=e,this.rules=n,this.tags=[],this.styles=[];let r=this.matchedStyles=[];n.forEach(a=>{if(tO(a))this.tags.push(a);else if(nO(a)){let i=/[^=]*/.exec(a.style)[0];r.indexOf(i)<0&&r.push(i),this.styles.push(a)}}),this.normalizeLists=!this.tags.some(a=>{if(!/^(ul|ol)\b/.test(a.tag)||!a.node)return!1;let i=e.nodes[a.node];return i.contentMatch.matchType(i)})}parse(e,n={}){let r=new x1(this,n,!1);return r.addAll(e,$t.none,n.from,n.to),r.finish()}parseSlice(e,n={}){let r=new x1(this,n,!0);return r.addAll(e,$t.none,n.from,n.to),Ie.maxOpen(r.finish())}matchTag(e,n,r){for(let a=r?this.tags.indexOf(r)+1:0;ae.length&&(c.charCodeAt(e.length)!=61||c.slice(e.length+1)!=n))){if(o.getAttrs){let u=o.getAttrs(n);if(u===!1)continue;o.attrs=u||void 0}return o}}}static schemaRules(e){let n=[];function r(a){let i=a.priority==null?50:a.priority,o=0;for(;o{r(o=y1(o)),o.mark||o.ignore||o.clearMark||(o.mark=a)})}for(let a in e.nodes){let i=e.nodes[a].spec.parseDOM;i&&i.forEach(o=>{r(o=y1(o)),o.node||o.ignore||o.mark||(o.node=a)})}return n}static fromSchema(e){return e.cached.domParser||(e.cached.domParser=new pi(e,pi.schemaRules(e)))}}const nS={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},rO={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},rS={ol:!0,ul:!0},td=1,Ug=2,$c=4;function g1(t,e,n){return e!=null?(e?td:0)|(e==="full"?Ug:0):t&&t.whitespace=="pre"?td|Ug:n&~$c}class Du{constructor(e,n,r,a,i,o){this.type=e,this.attrs=n,this.marks=r,this.solid=a,this.options=o,this.content=[],this.activeMarks=$t.none,this.match=i||(o&$c?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let n=this.type.contentMatch.fillBefore(xe.from(e));if(n)this.match=this.type.contentMatch.matchFragment(n);else{let r=this.type.contentMatch,a;return(a=r.findWrapping(e.type))?(this.match=r,a):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&td)){let r=this.content[this.content.length-1],a;if(r&&r.isText&&(a=/[ \t\r\n\u000c]+$/.exec(r.text))){let i=r;r.text.length==a[0].length?this.content.pop():this.content[this.content.length-1]=i.withText(i.text.slice(0,i.text.length-a[0].length))}}let n=xe.from(this.content);return!e&&this.match&&(n=n.append(this.match.fillBefore(xe.empty,!0))),this.type?this.type.create(this.attrs,n,this.marks):n}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!nS.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}}class x1{constructor(e,n,r){this.parser=e,this.options=n,this.isOpen=r,this.open=0,this.localPreserveWS=!1;let a=n.topNode,i,o=g1(null,n.preserveWhitespace,0)|(r?$c:0);a?i=new Du(a.type,a.attrs,$t.none,!0,n.topMatch||a.type.contentMatch,o):r?i=new Du(null,null,$t.none,!0,null,o):i=new Du(e.schema.topNodeType,null,$t.none,!0,null,o),this.nodes=[i],this.find=n.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,n){e.nodeType==3?this.addTextNode(e,n):e.nodeType==1&&this.addElement(e,n)}addTextNode(e,n){let r=e.nodeValue,a=this.top,i=a.options&Ug?"full":this.localPreserveWS||(a.options&td)>0,{schema:o}=this.parser;if(i==="full"||a.inlineContext(e)||/[^ \t\r\n\u000c]/.test(r)){if(i)if(i==="full")r=r.replace(/\r\n?/g,` +`);else if(o.linebreakReplacement&&/[\r\n]/.test(r)&&this.top.findWrapping(o.linebreakReplacement.create())){let c=r.split(/\r?\n|\r/);for(let u=0;u!u.clearMark(h)):n=n.concat(this.parser.schema.marks[u.mark].create(u.attrs)),u.consuming===!1)c=u;else break}}return n}addElementByRule(e,n,r,a){let i,o;if(n.node)if(o=this.parser.schema.nodes[n.node],o.isLeaf)this.insertNode(o.create(n.attrs),r,e.nodeName=="BR")||this.leafFallback(e,r);else{let u=this.enter(o,n.attrs||null,r,n.preserveWhitespace);u&&(i=!0,r=u)}else{let u=this.parser.schema.marks[n.mark];r=r.concat(u.create(n.attrs))}let c=this.top;if(o&&o.isLeaf)this.findInside(e);else if(a)this.addElement(e,r,a);else if(n.getContent)this.findInside(e),n.getContent(e,this.parser.schema).forEach(u=>this.insertNode(u,r,!1));else{let u=e;typeof n.contentElement=="string"?u=e.querySelector(n.contentElement):typeof n.contentElement=="function"?u=n.contentElement(e):n.contentElement&&(u=n.contentElement),this.findAround(e,u,!0),this.addAll(u,r),this.findAround(e,u,!1)}i&&this.sync(c)&&this.open--}addAll(e,n,r,a){let i=r||0;for(let o=r?e.childNodes[r]:e.firstChild,c=a==null?null:e.childNodes[a];o!=c;o=o.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(o,n);this.findAtPoint(e,i)}findPlace(e,n,r){let a,i;for(let o=this.open,c=0;o>=0;o--){let u=this.nodes[o],h=u.findWrapping(e);if(h&&(!a||a.length>h.length+c)&&(a=h,i=u,!h.length))break;if(u.solid){if(r)break;c+=2}}if(!a)return null;this.sync(i);for(let o=0;o(o.type?o.type.allowsMarkType(h.type):b1(h.type,e))?(u=h.addToSet(u),!1):!0),this.nodes.push(new Du(e,n,u,a,null,c)),this.open++,r}closeExtra(e=!1){let n=this.nodes.length-1;if(n>this.open){for(;n>this.open;n--)this.nodes[n-1].content.push(this.nodes[n].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let n=this.open;n>=0;n--){if(this.nodes[n]==e)return this.open=n,!0;this.localPreserveWS&&(this.nodes[n].options|=td)}return!1}get currentPos(){this.closeExtra();let e=0;for(let n=this.open;n>=0;n--){let r=this.nodes[n].content;for(let a=r.length-1;a>=0;a--)e+=r[a].nodeSize;n&&e++}return e}findAtPoint(e,n){if(this.find)for(let r=0;r-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let n=e.split("/"),r=this.options.context,a=!this.isOpen&&(!r||r.parent.type==this.nodes[0].type),i=-(r?r.depth+1:0)+(a?0:1),o=(c,u)=>{for(;c>=0;c--){let h=n[c];if(h==""){if(c==n.length-1||c==0)continue;for(;u>=i;u--)if(o(c-1,u))return!0;return!1}else{let f=u>0||u==0&&a?this.nodes[u].type:r&&u>=i?r.node(u-i).type:null;if(!f||f.name!=h&&!f.isInGroup(h))return!1;u--}}return!0};return o(n.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let n=e.depth;n>=0;n--){let r=e.node(n).contentMatchAt(e.indexAfter(n)).defaultType;if(r&&r.isTextblock&&r.defaultAttrs)return r}for(let n in this.parser.schema.nodes){let r=this.parser.schema.nodes[n];if(r.isTextblock&&r.defaultAttrs)return r}}}function sO(t){for(let e=t.firstChild,n=null;e;e=e.nextSibling){let r=e.nodeType==1?e.nodeName.toLowerCase():null;r&&rS.hasOwnProperty(r)&&n?(n.appendChild(e),e=n):r=="li"?n=e:r&&(n=null)}}function aO(t,e){return(t.matches||t.msMatchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector).call(t,e)}function y1(t){let e={};for(let n in t)e[n]=t[n];return e}function b1(t,e){let n=e.schema.nodes;for(let r in n){let a=n[r];if(!a.allowsMarkType(t))continue;let i=[],o=c=>{i.push(c);for(let u=0;u{if(i.length||o.marks.length){let c=0,u=0;for(;c=0;a--){let i=this.serializeMark(e.marks[a],e.isInline,n);i&&((i.contentDOM||i.dom).appendChild(r),r=i.dom)}return r}serializeMark(e,n,r={}){let a=this.marks[e.type.name];return a&&Zu(Hm(r),a(e,n),null,e.attrs)}static renderSpec(e,n,r=null,a){return Zu(e,n,r,a)}static fromSchema(e){return e.cached.domSerializer||(e.cached.domSerializer=new To(this.nodesFromSchema(e),this.marksFromSchema(e)))}static nodesFromSchema(e){let n=v1(e.nodes);return n.text||(n.text=r=>r.text),n}static marksFromSchema(e){return v1(e.marks)}}function v1(t){let e={};for(let n in t){let r=t[n].spec.toDOM;r&&(e[n]=r)}return e}function Hm(t){return t.document||window.document}const N1=new WeakMap;function iO(t){let e=N1.get(t);return e===void 0&&N1.set(t,e=oO(t)),e}function oO(t){let e=null;function n(r){if(r&&typeof r=="object")if(Array.isArray(r))if(typeof r[0]=="string")e||(e=[]),e.push(r);else for(let a=0;a-1)throw new RangeError("Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.");let o=a.indexOf(" ");o>0&&(n=a.slice(0,o),a=a.slice(o+1));let c,u=n?t.createElementNS(n,a):t.createElement(a),h=e[1],f=1;if(h&&typeof h=="object"&&h.nodeType==null&&!Array.isArray(h)){f=2;for(let m in h)if(h[m]!=null){let g=m.indexOf(" ");g>0?u.setAttributeNS(m.slice(0,g),m.slice(g+1),h[m]):m=="style"&&u.style?u.style.cssText=h[m]:u.setAttribute(m,h[m])}}for(let m=f;mf)throw new RangeError("Content hole must be the only child of its parent node");return{dom:u,contentDOM:u}}else{let{dom:y,contentDOM:N}=Zu(t,g,n,r);if(u.appendChild(y),N){if(c)throw new RangeError("Multiple content holes");c=N}}}return{dom:u,contentDOM:c}}const sS=65535,aS=Math.pow(2,16);function lO(t,e){return t+e*aS}function w1(t){return t&sS}function cO(t){return(t-(t&sS))/aS}const iS=1,oS=2,eh=4,lS=8;class Kg{constructor(e,n,r){this.pos=e,this.delInfo=n,this.recover=r}get deleted(){return(this.delInfo&lS)>0}get deletedBefore(){return(this.delInfo&(iS|eh))>0}get deletedAfter(){return(this.delInfo&(oS|eh))>0}get deletedAcross(){return(this.delInfo&eh)>0}}class Fr{constructor(e,n=!1){if(this.ranges=e,this.inverted=n,!e.length&&Fr.empty)return Fr.empty}recover(e){let n=0,r=w1(e);if(!this.inverted)for(let a=0;ae)break;let h=this.ranges[c+i],f=this.ranges[c+o],m=u+h;if(e<=m){let g=h?e==u?-1:e==m?1:n:n,y=u+a+(g<0?0:f);if(r)return y;let N=e==(n<0?u:m)?null:lO(c/3,e-u),w=e==u?oS:e==m?iS:eh;return(n<0?e!=u:e!=m)&&(w|=lS),new Kg(y,w,N)}a+=f-h}return r?e+a:new Kg(e+a,0,null)}touches(e,n){let r=0,a=w1(n),i=this.inverted?2:1,o=this.inverted?1:2;for(let c=0;ce)break;let h=this.ranges[c+i],f=u+h;if(e<=f&&c==a*3)return!0;r+=this.ranges[c+o]-h}return!1}forEach(e){let n=this.inverted?2:1,r=this.inverted?1:2;for(let a=0,i=0;a=0;n--){let a=e.getMirror(n);this.appendMap(e._maps[n].invert(),a!=null&&a>n?r-a-1:void 0)}}invert(){let e=new nd;return e.appendMappingInverted(this),e}map(e,n=1){if(this.mirror)return this._map(e,n,!0);for(let r=this.from;ri&&u!o.isAtom||!c.type.allowsMarkType(this.mark.type)?o:o.mark(this.mark.addToSet(o.marks)),a),n.openStart,n.openEnd);return jn.fromReplace(e,this.from,this.to,i)}invert(){return new ks(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new ci(n.pos,r.pos,this.mark)}merge(e){return e instanceof ci&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new ci(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"addMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for AddMarkStep.fromJSON");return new ci(n.from,n.to,e.markFromJSON(n.mark))}}fr.jsonID("addMark",ci);class ks extends fr{constructor(e,n,r){super(),this.from=e,this.to=n,this.mark=r}apply(e){let n=e.slice(this.from,this.to),r=new Ie(s0(n.content,a=>a.mark(this.mark.removeFromSet(a.marks)),e),n.openStart,n.openEnd);return jn.fromReplace(e,this.from,this.to,r)}invert(){return new ci(this.from,this.to,this.mark)}map(e){let n=e.mapResult(this.from,1),r=e.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new ks(n.pos,r.pos,this.mark)}merge(e){return e instanceof ks&&e.mark.eq(this.mark)&&this.from<=e.to&&this.to>=e.from?new ks(Math.min(this.from,e.from),Math.max(this.to,e.to),this.mark):null}toJSON(){return{stepType:"removeMark",mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number")throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");return new ks(n.from,n.to,e.markFromJSON(n.mark))}}fr.jsonID("removeMark",ks);class di extends fr{constructor(e,n){super(),this.pos=e,this.mark=n}apply(e){let n=e.nodeAt(this.pos);if(!n)return jn.fail("No node at mark step's position");let r=n.type.create(n.attrs,null,this.mark.addToSet(n.marks));return jn.fromReplace(e,this.pos,this.pos+1,new Ie(xe.from(r),0,n.isLeaf?0:1))}invert(e){let n=e.nodeAt(this.pos);if(n){let r=this.mark.addToSet(n.marks);if(r.length==n.marks.length){for(let a=0;ar.pos?null:new Bn(n.pos,r.pos,a,i,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:"replaceAround",from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(e,n){if(typeof n.from!="number"||typeof n.to!="number"||typeof n.gapFrom!="number"||typeof n.gapTo!="number"||typeof n.insert!="number")throw new RangeError("Invalid input for ReplaceAroundStep.fromJSON");return new Bn(n.from,n.to,n.gapFrom,n.gapTo,Ie.fromJSON(e,n.slice),n.insert,!!n.structure)}}fr.jsonID("replaceAround",Bn);function qg(t,e,n){let r=t.resolve(e),a=n-e,i=r.depth;for(;a>0&&i>0&&r.indexAfter(i)==r.node(i).childCount;)i--,a--;if(a>0){let o=r.node(i).maybeChild(r.indexAfter(i));for(;a>0;){if(!o||o.isLeaf)return!0;o=o.firstChild,a--}}return!1}function dO(t,e,n,r){let a=[],i=[],o,c;t.doc.nodesBetween(e,n,(u,h,f)=>{if(!u.isInline)return;let m=u.marks;if(!r.isInSet(m)&&f.type.allowsMarkType(r.type)){let g=Math.max(h,e),y=Math.min(h+u.nodeSize,n),N=r.addToSet(m);for(let w=0;wt.step(u)),i.forEach(u=>t.step(u))}function uO(t,e,n,r){let a=[],i=0;t.doc.nodesBetween(e,n,(o,c)=>{if(!o.isInline)return;i++;let u=null;if(r instanceof wf){let h=o.marks,f;for(;f=r.isInSet(h);)(u||(u=[])).push(f),h=f.removeFromSet(h)}else r?r.isInSet(o.marks)&&(u=[r]):u=o.marks;if(u&&u.length){let h=Math.min(c+o.nodeSize,n);for(let f=0;ft.step(new ks(o.from,o.to,o.style)))}function a0(t,e,n,r=n.contentMatch,a=!0){let i=t.doc.nodeAt(e),o=[],c=e+1;for(let u=0;u=0;u--)t.step(o[u])}function hO(t,e,n){return(e==0||t.canReplace(e,t.childCount))&&(n==t.childCount||t.canReplace(0,n))}function Fl(t){let n=t.parent.content.cutByIndex(t.startIndex,t.endIndex);for(let r=t.depth,a=0,i=0;;--r){let o=t.$from.node(r),c=t.$from.index(r)+a,u=t.$to.indexAfter(r)-i;if(rn;N--)w||r.index(N)>0?(w=!0,f=xe.from(r.node(N).copy(f)),m++):u--;let g=xe.empty,y=0;for(let N=i,w=!1;N>n;N--)w||a.after(N+1)=0;o--){if(r.size){let c=n[o].type.contentMatch.matchFragment(r);if(!c||!c.validEnd)throw new RangeError("Wrapper type given to Transform.wrap does not form valid content of its parent wrapper")}r=xe.from(n[o].type.create(n[o].attrs,r))}let a=e.start,i=e.end;t.step(new Bn(a,i,a,i,new Ie(r,0,0),n.length,!0))}function xO(t,e,n,r,a){if(!r.isTextblock)throw new RangeError("Type given to setBlockType should be a textblock");let i=t.steps.length;t.doc.nodesBetween(e,n,(o,c)=>{let u=typeof a=="function"?a(o):a;if(o.isTextblock&&!o.hasMarkup(r,u)&&yO(t.doc,t.mapping.slice(i).map(c),r)){let h=null;if(r.schema.linebreakReplacement){let y=r.whitespace=="pre",N=!!r.contentMatch.matchType(r.schema.linebreakReplacement);y&&!N?h=!1:!y&&N&&(h=!0)}h===!1&&dS(t,o,c,i),a0(t,t.mapping.slice(i).map(c,1),r,void 0,h===null);let f=t.mapping.slice(i),m=f.map(c,1),g=f.map(c+o.nodeSize,1);return t.step(new Bn(m,g,m+1,g-1,new Ie(xe.from(r.create(u,null,o.marks)),0,0),1,!0)),h===!0&&cS(t,o,c,i),!1}})}function cS(t,e,n,r){e.forEach((a,i)=>{if(a.isText){let o,c=/\r?\n|\r/g;for(;o=c.exec(a.text);){let u=t.mapping.slice(r).map(n+1+i+o.index);t.replaceWith(u,u+1,e.type.schema.linebreakReplacement.create())}}})}function dS(t,e,n,r){e.forEach((a,i)=>{if(a.type==a.type.schema.linebreakReplacement){let o=t.mapping.slice(r).map(n+1+i);t.replaceWith(o,o+1,e.type.schema.text(` +`))}})}function yO(t,e,n){let r=t.resolve(e),a=r.index();return r.parent.canReplaceWith(a,a+1,n)}function bO(t,e,n,r,a){let i=t.doc.nodeAt(e);if(!i)throw new RangeError("No node at given position");n||(n=i.type);let o=n.create(r,null,a||i.marks);if(i.isLeaf)return t.replaceWith(e,e+i.nodeSize,o);if(!n.validContent(i.content))throw new RangeError("Invalid content for node type "+n.name);t.step(new Bn(e,e+i.nodeSize,e+1,e+i.nodeSize-1,new Ie(xe.from(o),0,0),1,!0))}function ja(t,e,n=1,r){let a=t.resolve(e),i=a.depth-n,o=r&&r[r.length-1]||a.parent;if(i<0||a.parent.type.spec.isolating||!a.parent.canReplace(a.index(),a.parent.childCount)||!o.type.validContent(a.parent.content.cutByIndex(a.index(),a.parent.childCount)))return!1;for(let h=a.depth-1,f=n-2;h>i;h--,f--){let m=a.node(h),g=a.index(h);if(m.type.spec.isolating)return!1;let y=m.content.cutByIndex(g,m.childCount),N=r&&r[f+1];N&&(y=y.replaceChild(0,N.type.create(N.attrs)));let w=r&&r[f]||m;if(!m.canReplace(g+1,m.childCount)||!w.type.validContent(y))return!1}let c=a.indexAfter(i),u=r&&r[0];return a.node(i).canReplaceWith(c,c,u?u.type:a.node(i+1).type)}function vO(t,e,n=1,r){let a=t.doc.resolve(e),i=xe.empty,o=xe.empty;for(let c=a.depth,u=a.depth-n,h=n-1;c>u;c--,h--){i=xe.from(a.node(c).copy(i));let f=r&&r[h];o=xe.from(f?f.type.create(f.attrs,o):a.node(c).copy(o))}t.step(new $n(e,e,new Ie(i.append(o),n,n),!0))}function Ti(t,e){let n=t.resolve(e),r=n.index();return uS(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function NO(t,e){e.content.size||t.type.compatibleContent(e.type);let n=t.contentMatchAt(t.childCount),{linebreakReplacement:r}=t.type.schema;for(let a=0;a0?(i=r.node(a+1),c++,o=r.node(a).maybeChild(c)):(i=r.node(a).maybeChild(c-1),o=r.node(a+1)),i&&!i.isTextblock&&uS(i,o)&&r.node(a).canReplace(c,c+1))return e;if(a==0)break;e=n<0?r.before(a):r.after(a)}}function wO(t,e,n){let r=null,{linebreakReplacement:a}=t.doc.type.schema,i=t.doc.resolve(e-n),o=i.node().type;if(a&&o.inlineContent){let f=o.whitespace=="pre",m=!!o.contentMatch.matchType(a);f&&!m?r=!1:!f&&m&&(r=!0)}let c=t.steps.length;if(r===!1){let f=t.doc.resolve(e+n);dS(t,f.node(),f.before(),c)}o.inlineContent&&a0(t,e+n-1,o,i.node().contentMatchAt(i.index()),r==null);let u=t.mapping.slice(c),h=u.map(e-n);if(t.step(new $n(h,u.map(e+n,-1),Ie.empty,!0)),r===!0){let f=t.doc.resolve(h);cS(t,f.node(),f.before(),t.steps.length)}return t}function jO(t,e,n){let r=t.resolve(e);if(r.parent.canReplaceWith(r.index(),r.index(),n))return e;if(r.parentOffset==0)for(let a=r.depth-1;a>=0;a--){let i=r.index(a);if(r.node(a).canReplaceWith(i,i,n))return r.before(a+1);if(i>0)return null}if(r.parentOffset==r.parent.content.size)for(let a=r.depth-1;a>=0;a--){let i=r.indexAfter(a);if(r.node(a).canReplaceWith(i,i,n))return r.after(a+1);if(i=0;o--){let c=o==r.depth?0:r.pos<=(r.start(o+1)+r.end(o+1))/2?-1:1,u=r.index(o)+(c>0?1:0),h=r.node(o),f=!1;if(i==1)f=h.canReplace(u,u,a);else{let m=h.contentMatchAt(u).findWrapping(a.firstChild.type);f=m&&h.canReplaceWith(u,u,m[0])}if(f)return c==0?r.pos:c<0?r.before(o+1):r.after(o+1)}return null}function kf(t,e,n=e,r=Ie.empty){if(e==n&&!r.size)return null;let a=t.resolve(e),i=t.resolve(n);return fS(a,i,r)?new $n(e,n,r):new kO(a,i,r).fit()}function fS(t,e,n){return!n.openStart&&!n.openEnd&&t.start()==e.start()&&t.parent.canReplace(t.index(),e.index(),n.content)}class kO{constructor(e,n,r){this.$from=e,this.$to=n,this.unplaced=r,this.frontier=[],this.placed=xe.empty;for(let a=0;a<=e.depth;a++){let i=e.node(a);this.frontier.push({type:i.type,match:i.contentMatchAt(e.indexAfter(a))})}for(let a=e.depth;a>0;a--)this.placed=xe.from(e.node(a).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let h=this.findFittable();h?this.placeNodes(h):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),n=this.placed.size-this.depth-this.$from.depth,r=this.$from,a=this.close(e<0?this.$to:r.doc.resolve(e));if(!a)return null;let i=this.placed,o=r.depth,c=a.depth;for(;o&&c&&i.childCount==1;)i=i.firstChild.content,o--,c--;let u=new Ie(i,o,c);return e>-1?new Bn(r.pos,e,this.$to.pos,this.$to.end(),u,n):u.size||r.pos!=this.$to.pos?new $n(r.pos,a.pos,u):null}findFittable(){let e=this.unplaced.openStart;for(let n=this.unplaced.content,r=0,a=this.unplaced.openEnd;r1&&(a=0),i.type.spec.isolating&&a<=r){e=r;break}n=i.content}for(let n=1;n<=2;n++)for(let r=n==1?e:this.unplaced.openStart;r>=0;r--){let a,i=null;r?(i=Um(this.unplaced.content,r-1).firstChild,a=i.content):a=this.unplaced.content;let o=a.firstChild;for(let c=this.depth;c>=0;c--){let{type:u,match:h}=this.frontier[c],f,m=null;if(n==1&&(o?h.matchType(o.type)||(m=h.fillBefore(xe.from(o),!1)):i&&u.compatibleContent(i.type)))return{sliceDepth:r,frontierDepth:c,parent:i,inject:m};if(n==2&&o&&(f=h.findWrapping(o.type)))return{sliceDepth:r,frontierDepth:c,parent:i,wrap:f};if(i&&h.matchType(i.type))break}}}openMore(){let{content:e,openStart:n,openEnd:r}=this.unplaced,a=Um(e,n);return!a.childCount||a.firstChild.isLeaf?!1:(this.unplaced=new Ie(e,n+1,Math.max(r,a.size+n>=e.size-r?n+1:0)),!0)}dropNode(){let{content:e,openStart:n,openEnd:r}=this.unplaced,a=Um(e,n);if(a.childCount<=1&&n>0){let i=e.size-n<=n+a.size;this.unplaced=new Ie(Ac(e,n-1,1),n-1,i?n-1:r)}else this.unplaced=new Ie(Ac(e,n,1),n,r)}placeNodes({sliceDepth:e,frontierDepth:n,parent:r,inject:a,wrap:i}){for(;this.depth>n;)this.closeFrontierNode();if(i)for(let w=0;w1||u==0||w.content.size)&&(m=v,f.push(pS(w.mark(g.allowedMarks(w.marks)),h==1?u:0,h==c.childCount?y:-1)))}let N=h==c.childCount;N||(y=-1),this.placed=Ic(this.placed,n,xe.from(f)),this.frontier[n].match=m,N&&y<0&&r&&r.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let w=0,v=c;w1&&a==this.$to.end(--r);)++a;return a}findCloseLevel(e){e:for(let n=Math.min(this.depth,e.depth);n>=0;n--){let{match:r,type:a}=this.frontier[n],i=n=0;c--){let{match:u,type:h}=this.frontier[c],f=Km(e,c,h,u,!0);if(!f||f.childCount)continue e}return{depth:n,fit:o,move:i?e.doc.resolve(e.after(n+1)):e}}}}close(e){let n=this.findCloseLevel(e);if(!n)return null;for(;this.depth>n.depth;)this.closeFrontierNode();n.fit.childCount&&(this.placed=Ic(this.placed,n.depth,n.fit)),e=n.move;for(let r=n.depth+1;r<=e.depth;r++){let a=e.node(r),i=a.type.contentMatch.fillBefore(a.content,!0,e.index(r));this.openFrontierNode(a.type,a.attrs,i)}return e}openFrontierNode(e,n=null,r){let a=this.frontier[this.depth];a.match=a.match.matchType(e),this.placed=Ic(this.placed,this.depth,xe.from(e.create(n,r))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let n=this.frontier.pop().match.fillBefore(xe.empty,!0);n.childCount&&(this.placed=Ic(this.placed,this.frontier.length,n))}}function Ac(t,e,n){return e==0?t.cutByIndex(n,t.childCount):t.replaceChild(0,t.firstChild.copy(Ac(t.firstChild.content,e-1,n)))}function Ic(t,e,n){return e==0?t.append(n):t.replaceChild(t.childCount-1,t.lastChild.copy(Ic(t.lastChild.content,e-1,n)))}function Um(t,e){for(let n=0;n1&&(r=r.replaceChild(0,pS(r.firstChild,e-1,r.childCount==1?n-1:0))),e>0&&(r=t.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(t.type.contentMatch.matchFragment(r).fillBefore(xe.empty,!0)))),t.copy(r)}function Km(t,e,n,r,a){let i=t.node(e),o=a?t.indexAfter(e):t.index(e);if(o==i.childCount&&!n.compatibleContent(i.type))return null;let c=r.fillBefore(i.content,!0,o);return c&&!SO(n,i.content,o)?c:null}function SO(t,e,n){for(let r=n;r0;g--,y--){let N=a.node(g).type.spec;if(N.defining||N.definingAsContext||N.isolating)break;o.indexOf(g)>-1?c=g:a.before(g)==y&&o.splice(1,0,-g)}let u=o.indexOf(c),h=[],f=r.openStart;for(let g=r.content,y=0;;y++){let N=g.firstChild;if(h.push(N),y==r.openStart)break;g=N.content}for(let g=f-1;g>=0;g--){let y=h[g],N=CO(y.type);if(N&&!y.sameMarkup(a.node(Math.abs(c)-1)))f=g;else if(N||!y.type.isTextblock)break}for(let g=r.openStart;g>=0;g--){let y=(g+f+1)%(r.openStart+1),N=h[y];if(N)for(let w=0;w=0&&(t.replace(e,n,r),!(t.steps.length>m));g--){let y=o[g];y<0||(e=a.before(y),n=i.after(y))}}function mS(t,e,n,r,a){if(er){let i=a.contentMatchAt(0),o=i.fillBefore(t).append(t);t=o.append(i.matchFragment(o).fillBefore(xe.empty,!0))}return t}function TO(t,e,n,r){if(!r.isInline&&e==n&&t.doc.resolve(e).parent.content.size){let a=jO(t.doc,e,r.type);a!=null&&(e=n=a)}t.replaceRange(e,n,new Ie(xe.from(r),0,0))}function MO(t,e,n){let r=t.doc.resolve(e),a=t.doc.resolve(n),i=gS(r,a);for(let o=0;o0&&(u||r.node(c-1).canReplace(r.index(c-1),a.indexAfter(c-1))))return t.delete(r.before(c),a.after(c))}for(let o=1;o<=r.depth&&o<=a.depth;o++)if(e-r.start(o)==r.depth-o&&n>r.end(o)&&a.end(o)-n!=a.depth-o&&r.start(o-1)==a.start(o-1)&&r.node(o-1).canReplace(r.index(o-1),a.index(o-1)))return t.delete(r.before(o),n);t.delete(e,n)}function gS(t,e){let n=[],r=Math.min(t.depth,e.depth);for(let a=r;a>=0;a--){let i=t.start(a);if(ie.pos+(e.depth-a)||t.node(a).type.spec.isolating||e.node(a).type.spec.isolating)break;(i==e.start(a)||a==t.depth&&a==e.depth&&t.parent.inlineContent&&e.parent.inlineContent&&a&&e.start(a-1)==i-1)&&n.push(a)}return n}class bl extends fr{constructor(e,n,r){super(),this.pos=e,this.attr=n,this.value=r}apply(e){let n=e.nodeAt(this.pos);if(!n)return jn.fail("No node at attribute step's position");let r=Object.create(null);for(let i in n.attrs)r[i]=n.attrs[i];r[this.attr]=this.value;let a=n.type.create(r,null,n.marks);return jn.fromReplace(e,this.pos,this.pos+1,new Ie(xe.from(a),0,n.isLeaf?0:1))}getMap(){return Fr.empty}invert(e){return new bl(this.pos,this.attr,e.nodeAt(this.pos).attrs[this.attr])}map(e){let n=e.mapResult(this.pos,1);return n.deletedAfter?null:new bl(n.pos,this.attr,this.value)}toJSON(){return{stepType:"attr",pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.pos!="number"||typeof n.attr!="string")throw new RangeError("Invalid input for AttrStep.fromJSON");return new bl(n.pos,n.attr,n.value)}}fr.jsonID("attr",bl);class rd extends fr{constructor(e,n){super(),this.attr=e,this.value=n}apply(e){let n=Object.create(null);for(let a in e.attrs)n[a]=e.attrs[a];n[this.attr]=this.value;let r=e.type.create(n,e.content,e.marks);return jn.ok(r)}getMap(){return Fr.empty}invert(e){return new rd(this.attr,e.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:"docAttr",attr:this.attr,value:this.value}}static fromJSON(e,n){if(typeof n.attr!="string")throw new RangeError("Invalid input for DocAttrStep.fromJSON");return new rd(n.attr,n.value)}}fr.jsonID("docAttr",rd);let kl=class extends Error{};kl=function t(e){let n=Error.call(this,e);return n.__proto__=t.prototype,n};kl.prototype=Object.create(Error.prototype);kl.prototype.constructor=kl;kl.prototype.name="TransformError";class o0{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new nd}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let n=this.maybeStep(e);if(n.failed)throw new kl(n.failed);return this}maybeStep(e){let n=e.apply(this.doc);return n.failed||this.addStep(e,n.doc),n}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,n=-1e9;for(let r=0;r{e=Math.min(e,c),n=Math.max(n,u)})}return e==1e9?null:{from:e,to:n}}addStep(e,n){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=n}replace(e,n=e,r=Ie.empty){let a=kf(this.doc,e,n,r);return a&&this.step(a),this}replaceWith(e,n,r){return this.replace(e,n,new Ie(xe.from(r),0,0))}delete(e,n){return this.replace(e,n,Ie.empty)}insert(e,n){return this.replaceWith(e,e,n)}replaceRange(e,n,r){return EO(this,e,n,r),this}replaceRangeWith(e,n,r){return TO(this,e,n,r),this}deleteRange(e,n){return MO(this,e,n),this}lift(e,n){return fO(this,e,n),this}join(e,n=1){return wO(this,e,n),this}wrap(e,n){return gO(this,e,n),this}setBlockType(e,n=e,r,a=null){return xO(this,e,n,r,a),this}setNodeMarkup(e,n,r=null,a){return bO(this,e,n,r,a),this}setNodeAttribute(e,n,r){return this.step(new bl(e,n,r)),this}setDocAttribute(e,n){return this.step(new rd(e,n)),this}addNodeMark(e,n){return this.step(new di(e,n)),this}removeNodeMark(e,n){let r=this.doc.nodeAt(e);if(!r)throw new RangeError("No node at position "+e);if(n instanceof $t)n.isInSet(r.marks)&&this.step(new bo(e,n));else{let a=r.marks,i,o=[];for(;i=n.isInSet(a);)o.push(new bo(e,i)),a=i.removeFromSet(a);for(let c=o.length-1;c>=0;c--)this.step(o[c])}return this}split(e,n=1,r){return vO(this,e,n,r),this}addMark(e,n,r){return dO(this,e,n,r),this}removeMark(e,n,r){return uO(this,e,n,r),this}clearIncompatible(e,n,r){return a0(this,e,n,r),this}}const qm=Object.create(null);class rt{constructor(e,n,r){this.$anchor=e,this.$head=n,this.ranges=r||[new xS(e.min(n),e.max(n))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let n=0;n=0;i--){let o=n<0?ll(e.node(0),e.node(i),e.before(i+1),e.index(i),n,r):ll(e.node(0),e.node(i),e.after(i+1),e.index(i)+1,n,r);if(o)return o}return null}static near(e,n=1){return this.findFrom(e,n)||this.findFrom(e,-n)||new Vr(e.node(0))}static atStart(e){return ll(e,e,0,0,1)||new Vr(e)}static atEnd(e){return ll(e,e,e.content.size,e.childCount,-1)||new Vr(e)}static fromJSON(e,n){if(!n||!n.type)throw new RangeError("Invalid input for Selection.fromJSON");let r=qm[n.type];if(!r)throw new RangeError(`No selection type ${n.type} defined`);return r.fromJSON(e,n)}static jsonID(e,n){if(e in qm)throw new RangeError("Duplicate use of selection JSON ID "+e);return qm[e]=n,n.prototype.jsonID=e,n}getBookmark(){return Qe.between(this.$anchor,this.$head).getBookmark()}}rt.prototype.visible=!0;class xS{constructor(e,n){this.$from=e,this.$to=n}}let k1=!1;function S1(t){!k1&&!t.parent.inlineContent&&(k1=!0,console.warn("TextSelection endpoint not pointing into a node with inline content ("+t.parent.type.name+")"))}class Qe extends rt{constructor(e,n=e){S1(e),S1(n),super(e,n)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(e,n){let r=e.resolve(n.map(this.head));if(!r.parent.inlineContent)return rt.near(r);let a=e.resolve(n.map(this.anchor));return new Qe(a.parent.inlineContent?a:r,r)}replace(e,n=Ie.empty){if(super.replace(e,n),n==Ie.empty){let r=this.$from.marksAcross(this.$to);r&&e.ensureMarks(r)}}eq(e){return e instanceof Qe&&e.anchor==this.anchor&&e.head==this.head}getBookmark(){return new Sf(this.anchor,this.head)}toJSON(){return{type:"text",anchor:this.anchor,head:this.head}}static fromJSON(e,n){if(typeof n.anchor!="number"||typeof n.head!="number")throw new RangeError("Invalid input for TextSelection.fromJSON");return new Qe(e.resolve(n.anchor),e.resolve(n.head))}static create(e,n,r=n){let a=e.resolve(n);return new this(a,r==n?a:e.resolve(r))}static between(e,n,r){let a=e.pos-n.pos;if((!r||a)&&(r=a>=0?1:-1),!n.parent.inlineContent){let i=rt.findFrom(n,r,!0)||rt.findFrom(n,-r,!0);if(i)n=i.$head;else return rt.near(n,r)}return e.parent.inlineContent||(a==0?e=n:(e=(rt.findFrom(e,-r,!0)||rt.findFrom(e,r,!0)).$anchor,e.pos0?0:1);a>0?o=0;o+=a){let c=e.child(o);if(c.isAtom){if(!i&&Ge.isSelectable(c))return Ge.create(t,n-(a<0?c.nodeSize:0))}else{let u=ll(t,c,n+a,a<0?c.childCount:0,a,i);if(u)return u}n+=c.nodeSize*a}return null}function C1(t,e,n){let r=t.steps.length-1;if(r{o==null&&(o=f)}),t.setSelection(rt.near(t.doc.resolve(o),n))}const E1=1,Lu=2,T1=4;class IO extends o0{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=Lu,this}ensureMarks(e){return $t.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&Lu)>0}addStep(e,n){super.addStep(e,n),this.updated=this.updated&~Lu,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,n=!0){let r=this.selection;return n&&(e=e.mark(this.storedMarks||(r.empty?r.$from.marks():r.$from.marksAcross(r.$to)||$t.none))),r.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,n,r){let a=this.doc.type.schema;if(n==null)return e?this.replaceSelectionWith(a.text(e),!0):this.deleteSelection();{if(r==null&&(r=n),!e)return this.deleteRange(n,r);let i=this.storedMarks;if(!i){let o=this.doc.resolve(n);i=r==n?o.marks():o.marksAcross(this.doc.resolve(r))}return this.replaceRangeWith(n,r,a.text(e,i)),!this.selection.empty&&this.selection.to==n+e.length&&this.setSelection(rt.near(this.selection.$to)),this}}setMeta(e,n){return this.meta[typeof e=="string"?e:e.key]=n,this}getMeta(e){return this.meta[typeof e=="string"?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=T1,this}get scrolledIntoView(){return(this.updated&T1)>0}}function M1(t,e){return!e||!t?t:t.bind(e)}class Rc{constructor(e,n,r){this.name=e,this.init=M1(n.init,r),this.apply=M1(n.apply,r)}}const RO=[new Rc("doc",{init(t){return t.doc||t.schema.topNodeType.createAndFill()},apply(t){return t.doc}}),new Rc("selection",{init(t,e){return t.selection||rt.atStart(e.doc)},apply(t){return t.selection}}),new Rc("storedMarks",{init(t){return t.storedMarks||null},apply(t,e,n,r){return r.selection.$cursor?t.storedMarks:null}}),new Rc("scrollToSelection",{init(){return 0},apply(t,e){return t.scrolledIntoView?e+1:e}})];class Gm{constructor(e,n){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=RO.slice(),n&&n.forEach(r=>{if(this.pluginsByKey[r.key])throw new RangeError("Adding different instances of a keyed plugin ("+r.key+")");this.plugins.push(r),this.pluginsByKey[r.key]=r,r.spec.state&&this.fields.push(new Rc(r.key,r.spec.state,r))})}}class gl{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,n=-1){for(let r=0;rr.toJSON())),e&&typeof e=="object")for(let r in e){if(r=="doc"||r=="selection")throw new RangeError("The JSON fields `doc` and `selection` are reserved");let a=e[r],i=a.spec.state;i&&i.toJSON&&(n[r]=i.toJSON.call(a,this[a.key]))}return n}static fromJSON(e,n,r){if(!n)throw new RangeError("Invalid input for EditorState.fromJSON");if(!e.schema)throw new RangeError("Required config field 'schema' missing");let a=new Gm(e.schema,e.plugins),i=new gl(a);return a.fields.forEach(o=>{if(o.name=="doc")i.doc=wa.fromJSON(e.schema,n.doc);else if(o.name=="selection")i.selection=rt.fromJSON(i.doc,n.selection);else if(o.name=="storedMarks")n.storedMarks&&(i.storedMarks=n.storedMarks.map(e.schema.markFromJSON));else{if(r)for(let c in r){let u=r[c],h=u.spec.state;if(u.key==o.name&&h&&h.fromJSON&&Object.prototype.hasOwnProperty.call(n,c)){i[o.name]=h.fromJSON.call(u,e,n[c],i);return}}i[o.name]=o.init(e,i)}}),i}}function yS(t,e,n){for(let r in t){let a=t[r];a instanceof Function?a=a.bind(e):r=="handleDOMEvents"&&(a=yS(a,e,{})),n[r]=a}return n}class Kt{constructor(e){this.spec=e,this.props={},e.props&&yS(e.props,this,this.props),this.key=e.key?e.key.key:bS("plugin")}getState(e){return e[this.key]}}const Jm=Object.create(null);function bS(t){return t in Jm?t+"$"+ ++Jm[t]:(Jm[t]=0,t+"$")}class tn{constructor(e="key"){this.key=bS(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}}const c0=(t,e)=>t.selection.empty?!1:(e&&e(t.tr.deleteSelection().scrollIntoView()),!0);function vS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("backward",t):n.parentOffset>0)?null:n}const NS=(t,e,n)=>{let r=vS(t,n);if(!r)return!1;let a=d0(r);if(!a){let o=r.blockRange(),c=o&&Fl(o);return c==null?!1:(e&&e(t.tr.lift(o,c).scrollIntoView()),!0)}let i=a.nodeBefore;if(AS(t,a,e,-1))return!0;if(r.parent.content.size==0&&(Sl(i,"end")||Ge.isSelectable(i)))for(let o=r.depth;;o--){let c=kf(t.doc,r.before(o),r.after(o),Ie.empty);if(c&&c.slice.size1)break}return i.isAtom&&a.depth==r.depth-1?(e&&e(t.tr.delete(a.pos-i.nodeSize,a.pos).scrollIntoView()),!0):!1},PO=(t,e,n)=>{let r=vS(t,n);if(!r)return!1;let a=d0(r);return a?wS(t,a,e):!1},OO=(t,e,n)=>{let r=kS(t,n);if(!r)return!1;let a=u0(r);return a?wS(t,a,e):!1};function wS(t,e,n){let r=e.nodeBefore,a=r,i=e.pos-1;for(;!a.isTextblock;i--){if(a.type.spec.isolating)return!1;let f=a.lastChild;if(!f)return!1;a=f}let o=e.nodeAfter,c=o,u=e.pos+1;for(;!c.isTextblock;u++){if(c.type.spec.isolating)return!1;let f=c.firstChild;if(!f)return!1;c=f}let h=kf(t.doc,i,u,Ie.empty);if(!h||h.from!=i||h instanceof $n&&h.slice.size>=u-i)return!1;if(n){let f=t.tr.step(h);f.setSelection(Qe.create(f.doc,i)),n(f.scrollIntoView())}return!0}function Sl(t,e,n=!1){for(let r=t;r;r=e=="start"?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}const jS=(t,e,n)=>{let{$head:r,empty:a}=t.selection,i=r;if(!a)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("backward",t):r.parentOffset>0)return!1;i=d0(r)}let o=i&&i.nodeBefore;return!o||!Ge.isSelectable(o)?!1:(e&&e(t.tr.setSelection(Ge.create(t.doc,i.pos-o.nodeSize)).scrollIntoView()),!0)};function d0(t){if(!t.parent.type.spec.isolating)for(let e=t.depth-1;e>=0;e--){if(t.index(e)>0)return t.doc.resolve(t.before(e+1));if(t.node(e).type.spec.isolating)break}return null}function kS(t,e){let{$cursor:n}=t.selection;return!n||(e?!e.endOfTextblock("forward",t):n.parentOffset{let r=kS(t,n);if(!r)return!1;let a=u0(r);if(!a)return!1;let i=a.nodeAfter;if(AS(t,a,e,1))return!0;if(r.parent.content.size==0&&(Sl(i,"start")||Ge.isSelectable(i))){let o=kf(t.doc,r.before(),r.after(),Ie.empty);if(o&&o.slice.size{let{$head:r,empty:a}=t.selection,i=r;if(!a)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock("forward",t):r.parentOffset=0;e--){let n=t.node(e);if(t.index(e)+1{let n=t.selection,r=n instanceof Ge,a;if(r){if(n.node.isTextblock||!Ti(t.doc,n.from))return!1;a=n.from}else if(a=jf(t.doc,n.from,-1),a==null)return!1;if(e){let i=t.tr.join(a);r&&i.setSelection(Ge.create(i.doc,a-t.doc.resolve(a).nodeBefore.nodeSize)),e(i.scrollIntoView())}return!0},LO=(t,e)=>{let n=t.selection,r;if(n instanceof Ge){if(n.node.isTextblock||!Ti(t.doc,n.to))return!1;r=n.to}else if(r=jf(t.doc,n.to,1),r==null)return!1;return e&&e(t.tr.join(r).scrollIntoView()),!0},_O=(t,e)=>{let{$from:n,$to:r}=t.selection,a=n.blockRange(r),i=a&&Fl(a);return i==null?!1:(e&&e(t.tr.lift(a,i).scrollIntoView()),!0)},ES=(t,e)=>{let{$head:n,$anchor:r}=t.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(e&&e(t.tr.insertText(` +`).scrollIntoView()),!0)};function h0(t){for(let e=0;e{let{$head:n,$anchor:r}=t.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let a=n.node(-1),i=n.indexAfter(-1),o=h0(a.contentMatchAt(i));if(!o||!a.canReplaceWith(i,i,o))return!1;if(e){let c=n.after(),u=t.tr.replaceWith(c,c,o.createAndFill());u.setSelection(rt.near(u.doc.resolve(c),1)),e(u.scrollIntoView())}return!0},TS=(t,e)=>{let n=t.selection,{$from:r,$to:a}=n;if(n instanceof Vr||r.parent.inlineContent||a.parent.inlineContent)return!1;let i=h0(a.parent.contentMatchAt(a.indexAfter()));if(!i||!i.isTextblock)return!1;if(e){let o=(!r.parentOffset&&a.index(){let{$cursor:n}=t.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let i=n.before();if(ja(t.doc,i))return e&&e(t.tr.split(i).scrollIntoView()),!0}let r=n.blockRange(),a=r&&Fl(r);return a==null?!1:(e&&e(t.tr.lift(r,a).scrollIntoView()),!0)};function FO(t){return(e,n)=>{let{$from:r,$to:a}=e.selection;if(e.selection instanceof Ge&&e.selection.node.isBlock)return!r.parentOffset||!ja(e.doc,r.pos)?!1:(n&&n(e.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let i=[],o,c,u=!1,h=!1;for(let y=r.depth;;y--)if(r.node(y).isBlock){u=r.end(y)==r.pos+(r.depth-y),h=r.start(y)==r.pos-(r.depth-y),c=h0(r.node(y-1).contentMatchAt(r.indexAfter(y-1))),i.unshift(u&&c?{type:c}:null),o=y;break}else{if(y==1)return!1;i.unshift(null)}let f=e.tr;(e.selection instanceof Qe||e.selection instanceof Vr)&&f.deleteSelection();let m=f.mapping.map(r.pos),g=ja(f.doc,m,i.length,i);if(g||(i[0]=c?{type:c}:null,g=ja(f.doc,m,i.length,i)),!g)return!1;if(f.split(m,i.length,i),!u&&h&&r.node(o).type!=c){let y=f.mapping.map(r.before(o)),N=f.doc.resolve(y);c&&r.node(o-1).canReplaceWith(N.index(),N.index()+1,c)&&f.setNodeMarkup(f.mapping.map(r.before(o)),c)}return n&&n(f.scrollIntoView()),!0}}const $O=FO(),BO=(t,e)=>{let{$from:n,to:r}=t.selection,a,i=n.sharedDepth(r);return i==0?!1:(a=n.before(i),e&&e(t.tr.setSelection(Ge.create(t.doc,a))),!0)};function VO(t,e,n){let r=e.nodeBefore,a=e.nodeAfter,i=e.index();return!r||!a||!r.type.compatibleContent(a.type)?!1:!r.content.size&&e.parent.canReplace(i-1,i)?(n&&n(t.tr.delete(e.pos-r.nodeSize,e.pos).scrollIntoView()),!0):!e.parent.canReplace(i,i+1)||!(a.isTextblock||Ti(t.doc,e.pos))?!1:(n&&n(t.tr.join(e.pos).scrollIntoView()),!0)}function AS(t,e,n,r){let a=e.nodeBefore,i=e.nodeAfter,o,c,u=a.type.spec.isolating||i.type.spec.isolating;if(!u&&VO(t,e,n))return!0;let h=!u&&e.parent.canReplace(e.index(),e.index()+1);if(h&&(o=(c=a.contentMatchAt(a.childCount)).findWrapping(i.type))&&c.matchType(o[0]||i.type).validEnd){if(n){let y=e.pos+i.nodeSize,N=xe.empty;for(let k=o.length-1;k>=0;k--)N=xe.from(o[k].create(null,N));N=xe.from(a.copy(N));let w=t.tr.step(new Bn(e.pos-1,y,e.pos,y,new Ie(N,1,0),o.length,!0)),v=w.doc.resolve(y+2*o.length);v.nodeAfter&&v.nodeAfter.type==a.type&&Ti(w.doc,v.pos)&&w.join(v.pos),n(w.scrollIntoView())}return!0}let f=i.type.spec.isolating||r>0&&u?null:rt.findFrom(e,1),m=f&&f.$from.blockRange(f.$to),g=m&&Fl(m);if(g!=null&&g>=e.depth)return n&&n(t.tr.lift(m,g).scrollIntoView()),!0;if(h&&Sl(i,"start",!0)&&Sl(a,"end")){let y=a,N=[];for(;N.push(y),!y.isTextblock;)y=y.lastChild;let w=i,v=1;for(;!w.isTextblock;w=w.firstChild)v++;if(y.canReplace(y.childCount,y.childCount,w.content)){if(n){let k=xe.empty;for(let E=N.length-1;E>=0;E--)k=xe.from(N[E].copy(k));let C=t.tr.step(new Bn(e.pos-N.length,e.pos+i.nodeSize,e.pos+v,e.pos+i.nodeSize-v,new Ie(k,N.length,0),0,!0));n(C.scrollIntoView())}return!0}}return!1}function IS(t){return function(e,n){let r=e.selection,a=t<0?r.$from:r.$to,i=a.depth;for(;a.node(i).isInline;){if(!i)return!1;i--}return a.node(i).isTextblock?(n&&n(e.tr.setSelection(Qe.create(e.doc,t<0?a.start(i):a.end(i)))),!0):!1}}const HO=IS(-1),WO=IS(1);function UO(t,e=null){return function(n,r){let{$from:a,$to:i}=n.selection,o=a.blockRange(i),c=o&&i0(o,t,e);return c?(r&&r(n.tr.wrap(o,c).scrollIntoView()),!0):!1}}function A1(t,e=null){return function(n,r){let a=!1;for(let i=0;i{if(a)return!1;if(!(!u.isTextblock||u.hasMarkup(t,e)))if(u.type==t)a=!0;else{let f=n.doc.resolve(h),m=f.index();a=f.parent.canReplaceWith(m,m+1,t)}})}if(!a)return!1;if(r){let i=n.tr;for(let o=0;o=2&&e.$from.node(e.depth-1).type.compatibleContent(n)&&e.startIndex==0){if(e.$from.index(e.depth-1)==0)return!1;let u=o.resolve(e.start-2);i=new yh(u,u,e.depth),e.endIndex=0;f--)i=xe.from(n[f].type.create(n[f].attrs,i));t.step(new Bn(e.start-(r?2:0),e.end,e.start,e.end,new Ie(i,0,0),n.length,!0));let o=0;for(let f=0;fo.childCount>0&&o.firstChild.type==t);return i?n?r.node(i.depth-1).type==t?YO(e,n,t,i):QO(e,n,i):!0:!1}}function YO(t,e,n,r){let a=t.tr,i=r.end,o=r.$to.end(r.depth);iw;N--)y-=a.child(N).nodeSize,r.delete(y-1,y+1);let i=r.doc.resolve(n.start),o=i.nodeAfter;if(r.mapping.map(n.end)!=n.start+i.nodeAfter.nodeSize)return!1;let c=n.startIndex==0,u=n.endIndex==a.childCount,h=i.node(-1),f=i.index(-1);if(!h.canReplace(f+(c?0:1),f+1,o.content.append(u?xe.empty:xe.from(a))))return!1;let m=i.pos,g=m+o.nodeSize;return r.step(new Bn(m-(c?1:0),g+(u?1:0),m+1,g-1,new Ie((c?xe.empty:xe.from(a.copy(xe.empty))).append(u?xe.empty:xe.from(a.copy(xe.empty))),c?0:1,u?0:1),c?0:1)),e(r.scrollIntoView()),!0}function XO(t){return function(e,n){let{$from:r,$to:a}=e.selection,i=r.blockRange(a,h=>h.childCount>0&&h.firstChild.type==t);if(!i)return!1;let o=i.startIndex;if(o==0)return!1;let c=i.parent,u=c.child(o-1);if(u.type!=t)return!1;if(n){let h=u.lastChild&&u.lastChild.type==c.type,f=xe.from(h?t.create():null),m=new Ie(xe.from(t.create(null,xe.from(c.type.create(null,f)))),h?3:1,0),g=i.start,y=i.end;n(e.tr.step(new Bn(g-(h?3:1),y,g,y,m,1,!0)).scrollIntoView())}return!0}}const Yn=function(t){for(var e=0;;e++)if(t=t.previousSibling,!t)return e},Cl=function(t){let e=t.assignedSlot||t.parentNode;return e&&e.nodeType==11?e.host:e};let Gg=null;const ya=function(t,e,n){let r=Gg||(Gg=document.createRange());return r.setEnd(t,n??t.nodeValue.length),r.setStart(t,e||0),r},ZO=function(){Gg=null},vo=function(t,e,n,r){return n&&(I1(t,e,n,r,-1)||I1(t,e,n,r,1))},eD=/^(img|br|input|textarea|hr)$/i;function I1(t,e,n,r,a){for(var i;;){if(t==n&&e==r)return!0;if(e==(a<0?0:as(t))){let o=t.parentNode;if(!o||o.nodeType!=1||yd(t)||eD.test(t.nodeName)||t.contentEditable=="false")return!1;e=Yn(t)+(a<0?0:1),t=o}else if(t.nodeType==1){let o=t.childNodes[e+(a<0?-1:0)];if(o.nodeType==1&&o.contentEditable=="false")if(!((i=o.pmViewDesc)===null||i===void 0)&&i.ignoreForSelection)e+=a;else return!1;else t=o,e=a<0?as(t):0}else return!1}}function as(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function tD(t,e){for(;;){if(t.nodeType==3&&e)return t;if(t.nodeType==1&&e>0){if(t.contentEditable=="false")return null;t=t.childNodes[e-1],e=as(t)}else if(t.parentNode&&!yd(t))e=Yn(t),t=t.parentNode;else return null}}function nD(t,e){for(;;){if(t.nodeType==3&&e2),ss=El||(Ks?/Mac/.test(Ks.platform):!1),OS=Ks?/Win/.test(Ks.platform):!1,va=/Android \d/.test(Mi),bd=!!R1&&"webkitFontSmoothing"in R1.documentElement.style,iD=bd?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function oD(t){let e=t.defaultView&&t.defaultView.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:t.documentElement.clientWidth,top:0,bottom:t.documentElement.clientHeight}}function fa(t,e){return typeof t=="number"?t:t[e]}function lD(t){let e=t.getBoundingClientRect(),n=e.width/t.offsetWidth||1,r=e.height/t.offsetHeight||1;return{left:e.left,right:e.left+t.clientWidth*n,top:e.top,bottom:e.top+t.clientHeight*r}}function P1(t,e,n){let r=t.someProp("scrollThreshold")||0,a=t.someProp("scrollMargin")||5,i=t.dom.ownerDocument;for(let o=n||t.dom;o;){if(o.nodeType!=1){o=Cl(o);continue}let c=o,u=c==i.body,h=u?oD(i):lD(c),f=0,m=0;if(e.toph.bottom-fa(r,"bottom")&&(m=e.bottom-e.top>h.bottom-h.top?e.top+fa(a,"top")-h.top:e.bottom-h.bottom+fa(a,"bottom")),e.lefth.right-fa(r,"right")&&(f=e.right-h.right+fa(a,"right")),f||m)if(u)i.defaultView.scrollBy(f,m);else{let y=c.scrollLeft,N=c.scrollTop;m&&(c.scrollTop+=m),f&&(c.scrollLeft+=f);let w=c.scrollLeft-y,v=c.scrollTop-N;e={left:e.left-w,top:e.top-v,right:e.right-w,bottom:e.bottom-v}}let g=u?"fixed":getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(g))break;o=g=="absolute"?o.offsetParent:Cl(o)}}function cD(t){let e=t.dom.getBoundingClientRect(),n=Math.max(0,e.top),r,a;for(let i=(e.left+e.right)/2,o=n+1;o=n-20){r=c,a=u.top;break}}return{refDOM:r,refTop:a,stack:DS(t.dom)}}function DS(t){let e=[],n=t.ownerDocument;for(let r=t;r&&(e.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),t!=n);r=Cl(r));return e}function dD({refDOM:t,refTop:e,stack:n}){let r=t?t.getBoundingClientRect().top:0;LS(n,r==0?0:r-e)}function LS(t,e){for(let n=0;n=c){o=Math.max(N.bottom,o),c=Math.min(N.top,c);let w=N.left>e.left?N.left-e.left:N.right=(N.left+N.right)/2?1:0));continue}}else N.top>e.top&&!u&&N.left<=e.left&&N.right>=e.left&&(u=f,h={left:Math.max(N.left,Math.min(N.right,e.left)),top:N.top});!n&&(e.left>=N.right&&e.top>=N.top||e.left>=N.left&&e.top>=N.bottom)&&(i=m+1)}}return!n&&u&&(n=u,a=h,r=0),n&&n.nodeType==3?hD(n,a):!n||r&&n.nodeType==1?{node:t,offset:i}:_S(n,a)}function hD(t,e){let n=t.nodeValue.length,r=document.createRange(),a;for(let i=0;i=(o.left+o.right)/2?1:0)};break}}return r.detach(),a||{node:t,offset:0}}function p0(t,e){return t.left>=e.left-1&&t.left<=e.right+1&&t.top>=e.top-1&&t.top<=e.bottom+1}function fD(t,e){let n=t.parentNode;return n&&/^li$/i.test(n.nodeName)&&e.left(o.left+o.right)/2?1:-1}return t.docView.posFromDOM(r,a,i)}function mD(t,e,n,r){let a=-1;for(let i=e,o=!1;i!=t.dom;){let c=t.docView.nearestDesc(i,!0),u;if(!c)return null;if(c.dom.nodeType==1&&(c.node.isBlock&&c.parent||!c.contentDOM)&&((u=c.dom.getBoundingClientRect()).width||u.height)&&(c.node.isBlock&&c.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(c.dom.nodeName)&&(!o&&u.left>r.left||u.top>r.top?a=c.posBefore:(!o&&u.right-1?a:t.docView.posFromDOM(e,n,-1)}function zS(t,e,n){let r=t.childNodes.length;if(r&&n.tope.top&&a++}let h;bd&&a&&r.nodeType==1&&(h=r.childNodes[a-1]).nodeType==1&&h.contentEditable=="false"&&h.getBoundingClientRect().top>=e.top&&a--,r==t.dom&&a==r.childNodes.length-1&&r.lastChild.nodeType==1&&e.top>r.lastChild.getBoundingClientRect().bottom?c=t.state.doc.content.size:(a==0||r.nodeType!=1||r.childNodes[a-1].nodeName!="BR")&&(c=mD(t,r,a,e))}c==null&&(c=pD(t,o,e));let u=t.docView.nearestDesc(o,!0);return{pos:c,inside:u?u.posAtStart-u.border:-1}}function O1(t){return t.top=0&&a==r.nodeValue.length?(u--,f=1):n<0?u--:h++,Cc(ei(ya(r,u,h),f),f<0)}if(!t.state.doc.resolve(e-(i||0)).parent.inlineContent){if(i==null&&a&&(n<0||a==as(r))){let u=r.childNodes[a-1];if(u.nodeType==1)return Ym(u.getBoundingClientRect(),!1)}if(i==null&&a=0)}if(i==null&&a&&(n<0||a==as(r))){let u=r.childNodes[a-1],h=u.nodeType==3?ya(u,as(u)-(o?0:1)):u.nodeType==1&&(u.nodeName!="BR"||!u.nextSibling)?u:null;if(h)return Cc(ei(h,1),!1)}if(i==null&&a=0)}function Cc(t,e){if(t.width==0)return t;let n=e?t.left:t.right;return{top:t.top,bottom:t.bottom,left:n,right:n}}function Ym(t,e){if(t.height==0)return t;let n=e?t.top:t.bottom;return{top:n,bottom:n,left:t.left,right:t.right}}function $S(t,e,n){let r=t.state,a=t.root.activeElement;r!=e&&t.updateState(e),a!=t.dom&&t.focus();try{return n()}finally{r!=e&&t.updateState(r),a!=t.dom&&a&&a.focus()}}function yD(t,e,n){let r=e.selection,a=n=="up"?r.$from:r.$to;return $S(t,e,()=>{let{node:i}=t.docView.domFromPos(a.pos,n=="up"?-1:1);for(;;){let c=t.docView.nearestDesc(i,!0);if(!c)break;if(c.node.isBlock){i=c.contentDOM||c.dom;break}i=c.dom.parentNode}let o=FS(t,a.pos,1);for(let c=i.firstChild;c;c=c.nextSibling){let u;if(c.nodeType==1)u=c.getClientRects();else if(c.nodeType==3)u=ya(c,0,c.nodeValue.length).getClientRects();else continue;for(let h=0;hf.top+1&&(n=="up"?o.top-f.top>(f.bottom-o.top)*2:f.bottom-o.bottom>(o.bottom-f.top)*2))return!1}}return!0})}const bD=/[\u0590-\u08ac]/;function vD(t,e,n){let{$head:r}=e.selection;if(!r.parent.isTextblock)return!1;let a=r.parentOffset,i=!a,o=a==r.parent.content.size,c=t.domSelection();return c?!bD.test(r.parent.textContent)||!c.modify?n=="left"||n=="backward"?i:o:$S(t,e,()=>{let{focusNode:u,focusOffset:h,anchorNode:f,anchorOffset:m}=t.domSelectionRange(),g=c.caretBidiLevel;c.modify("move",n,"character");let y=r.depth?t.docView.domAfterPos(r.before()):t.dom,{focusNode:N,focusOffset:w}=t.domSelectionRange(),v=N&&!y.contains(N.nodeType==1?N:N.parentNode)||u==N&&h==w;try{c.collapse(f,m),u&&(u!=f||h!=m)&&c.extend&&c.extend(u,h)}catch{}return g!=null&&(c.caretBidiLevel=g),v}):r.pos==r.start()||r.pos==r.end()}let D1=null,L1=null,_1=!1;function ND(t,e,n){return D1==e&&L1==n?_1:(D1=e,L1=n,_1=n=="up"||n=="down"?yD(t,e,n):vD(t,e,n))}const cs=0,z1=1,so=2,qs=3;class vd{constructor(e,n,r,a){this.parent=e,this.children=n,this.dom=r,this.contentDOM=a,this.dirty=cs,r.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,n,r){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let n=0;nYn(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))a=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(n==0)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!1;break}if(i.previousSibling)break}if(a==null&&n==e.childNodes.length)for(let i=e;;i=i.parentNode){if(i==this.dom){a=!0;break}if(i.nextSibling)break}}return a??r>0?this.posAtEnd:this.posAtStart}nearestDesc(e,n=!1){for(let r=!0,a=e;a;a=a.parentNode){let i=this.getDesc(a),o;if(i&&(!n||i.node))if(r&&(o=i.nodeDOM)&&!(o.nodeType==1?o.contains(e.nodeType==1?e:e.parentNode):o==e))r=!1;else return i}}getDesc(e){let n=e.pmViewDesc;for(let r=n;r;r=r.parent)if(r==this)return n}posFromDOM(e,n,r){for(let a=e;a;a=a.parentNode){let i=this.getDesc(a);if(i)return i.localPosFromDOM(e,n,r)}return-1}descAt(e){for(let n=0,r=0;ne||o instanceof VS){a=e-i;break}i=c}if(a)return this.children[r].domFromPos(a-this.children[r].border,n);for(let i;r&&!(i=this.children[r-1]).size&&i instanceof BS&&i.side>=0;r--);if(n<=0){let i,o=!0;for(;i=r?this.children[r-1]:null,!(!i||i.dom.parentNode==this.contentDOM);r--,o=!1);return i&&n&&o&&!i.border&&!i.domAtom?i.domFromPos(i.size,n):{node:this.contentDOM,offset:i?Yn(i.dom)+1:0}}else{let i,o=!0;for(;i=r=f&&n<=h-u.border&&u.node&&u.contentDOM&&this.contentDOM.contains(u.contentDOM))return u.parseRange(e,n,f);e=o;for(let m=c;m>0;m--){let g=this.children[m-1];if(g.size&&g.dom.parentNode==this.contentDOM&&!g.emptyChildAt(1)){a=Yn(g.dom)+1;break}e-=g.size}a==-1&&(a=0)}if(a>-1&&(h>n||c==this.children.length-1)){n=h;for(let f=c+1;fN&&on){let N=c;c=u,u=N}let y=document.createRange();y.setEnd(u.node,u.offset),y.setStart(c.node,c.offset),h.removeAllRanges(),h.addRange(y)}}ignoreMutation(e){return!this.contentDOM&&e.type!="selection"}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,n){for(let r=0,a=0;a=r:er){let c=r+i.border,u=o-i.border;if(e>=c&&n<=u){this.dirty=e==r||n==o?so:z1,e==c&&n==u&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=qs:i.markDirty(e-c,n-c);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?so:qs}r=o}this.dirty=so}markParentsDirty(){let e=1;for(let n=this.parent;n;n=n.parent,e++){let r=e==1?so:z1;n.dirty{if(!i)return a;if(i.parent)return i.parent.posBeforeChild(i)})),!n.type.spec.raw){if(o.nodeType!=1){let c=document.createElement("span");c.appendChild(o),o=c}o.contentEditable="false",o.classList.add("ProseMirror-widget")}super(e,[],o,null),this.widget=n,this.widget=n,i=this}matchesWidget(e){return this.dirty==cs&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let n=this.widget.spec.stopEvent;return n?n(e):!1}ignoreMutation(e){return e.type!="selection"||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}}class wD extends vd{constructor(e,n,r,a){super(e,[],n,null),this.textDOM=r,this.text=a}get size(){return this.text.length}localPosFromDOM(e,n){return e!=this.textDOM?this.posAtStart+(n?this.size:0):this.posAtStart+n}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type==="characterData"&&e.target.nodeValue==e.oldValue}}class No extends vd{constructor(e,n,r,a,i){super(e,[],r,a),this.mark=n,this.spec=i}static create(e,n,r,a){let i=a.nodeViews[n.type.name],o=i&&i(n,a,r);return(!o||!o.dom)&&(o=To.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new No(e,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&qs||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=qs&&this.mark.eq(e)}markDirty(e,n){if(super.markDirty(e,n),this.dirty!=cs){let r=this.parent;for(;!r.node;)r=r.parent;r.dirty0&&(i=Zg(i,0,e,r));for(let c=0;c{if(!u)return o;if(u.parent)return u.parent.posBeforeChild(u)},r,a),f=h&&h.dom,m=h&&h.contentDOM;if(n.isText){if(!f)f=document.createTextNode(n.text);else if(f.nodeType!=3)throw new RangeError("Text must be rendered as a DOM text node")}else f||({dom:f,contentDOM:m}=To.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs));!m&&!n.isText&&f.nodeName!="BR"&&(f.hasAttribute("contenteditable")||(f.contentEditable="false"),n.type.spec.draggable&&(f.draggable=!0));let g=f;return f=US(f,r,n),h?u=new jD(e,n,r,a,f,m||null,g,h,i,o+1):n.isText?new Ef(e,n,r,a,f,g,i):new gi(e,n,r,a,f,m||null,g,i,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace=="pre"&&(e.preserveWhitespace="full"),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let n=this.children.length-1;n>=0;n--){let r=this.children[n];if(this.dom.contains(r.dom.parentNode)){e.contentElement=r.dom.parentNode;break}}e.contentElement||(e.getContent=()=>xe.empty)}return e}matchesNode(e,n,r){return this.dirty==cs&&e.eq(this.node)&&vh(n,this.outerDeco)&&r.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return this.node.isLeaf?0:1}updateChildren(e,n){let r=this.node.inlineContent,a=n,i=e.composing?this.localCompositionInfo(e,n):null,o=i&&i.pos>-1?i:null,c=i&&i.pos<0,u=new SD(this,o&&o.node,e);TD(this.node,this.innerDeco,(h,f,m)=>{h.spec.marks?u.syncToMarks(h.spec.marks,r,e,f):h.type.side>=0&&!m&&u.syncToMarks(f==this.node.childCount?$t.none:this.node.child(f).marks,r,e,f),u.placeWidget(h,e,a)},(h,f,m,g)=>{u.syncToMarks(h.marks,r,e,g);let y;u.findNodeMatch(h,f,m,g)||c&&e.state.selection.from>a&&e.state.selection.to-1&&u.updateNodeAt(h,f,m,y,e)||u.updateNextNode(h,f,m,e,g,a)||u.addNode(h,f,m,e,a),a+=h.nodeSize}),u.syncToMarks([],r,e,0),this.node.isTextblock&&u.addTextblockHacks(),u.destroyRest(),(u.changed||this.dirty==so)&&(o&&this.protectLocalComposition(e,o),HS(this.contentDOM,this.children,e),El&&MD(this.dom))}localCompositionInfo(e,n){let{from:r,to:a}=e.state.selection;if(!(e.state.selection instanceof Qe)||rn+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let o=i.nodeValue,c=AD(this.node.content,o,r-n,a-n);return c<0?null:{node:i,pos:c,text:o}}else return{node:i,pos:-1,text:""}}protectLocalComposition(e,{node:n,pos:r,text:a}){if(this.getDesc(n))return;let i=n;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&(i.pmViewDesc=void 0)}let o=new wD(this,i,n,a);e.input.compositionNodes.push(o),this.children=Zg(this.children,r,r+a.length,e,o)}update(e,n,r,a){return this.dirty==qs||!e.sameMarkup(this.node)?!1:(this.updateInner(e,n,r,a),!0)}updateInner(e,n,r,a){this.updateOuterDeco(n),this.node=e,this.innerDeco=r,this.contentDOM&&this.updateChildren(a,this.posAtStart),this.dirty=cs}updateOuterDeco(e){if(vh(e,this.outerDeco))return;let n=this.nodeDOM.nodeType!=1,r=this.dom;this.dom=WS(this.dom,this.nodeDOM,Xg(this.outerDeco,this.node,n),Xg(e,this.node,n)),this.dom!=r&&(r.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove("ProseMirror-selectednode"),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute("draggable"))}get domAtom(){return this.node.isAtom}}function F1(t,e,n,r,a){US(r,e,t);let i=new gi(void 0,t,e,n,r,r,r,a,0);return i.contentDOM&&i.updateChildren(a,0),i}class Ef extends gi{constructor(e,n,r,a,i,o,c){super(e,n,r,a,i,null,o,c,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,n,r,a){return this.dirty==qs||this.dirty!=cs&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(n),(this.dirty!=cs||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,a.trackWrites==this.nodeDOM&&(a.trackWrites=null)),this.node=e,this.dirty=cs,!0)}inParent(){let e=this.parent.contentDOM;for(let n=this.nodeDOM;n;n=n.parentNode)if(n==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,n,r){return e==this.nodeDOM?this.posAtStart+Math.min(n,this.node.text.length):super.localPosFromDOM(e,n,r)}ignoreMutation(e){return e.type!="characterData"&&e.type!="selection"}slice(e,n,r){let a=this.node.cut(e,n),i=document.createTextNode(a.text);return new Ef(this.parent,a,this.outerDeco,this.innerDeco,i,i,r)}markDirty(e,n){super.markDirty(e,n),this.dom!=this.nodeDOM&&(e==0||n==this.nodeDOM.nodeValue.length)&&(this.dirty=qs)}get domAtom(){return!1}isText(e){return this.node.text==e}}class VS extends vd{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==cs&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName=="IMG"}}class jD extends gi{constructor(e,n,r,a,i,o,c,u,h,f){super(e,n,r,a,i,o,c,h,f),this.spec=u}update(e,n,r,a){if(this.dirty==qs)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,n,r);return i&&this.updateInner(e,n,r,a),i}else return!this.contentDOM&&!e.isLeaf?!1:super.update(e,n,r,a)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,n,r,a){this.spec.setSelection?this.spec.setSelection(e,n,r.root):super.setSelection(e,n,r,a)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}}function HS(t,e,n){let r=t.firstChild,a=!1;for(let i=0;i>1,c=Math.min(o,e.length);for(;i-1)u>this.index&&(this.changed=!0,this.destroyBetween(this.index,u)),this.top=this.top.children[this.index];else{let f=No.create(this.top,e[o],n,r);this.top.children.splice(this.index,0,f),this.top=f,this.changed=!0}this.index=0,o++}}findNodeMatch(e,n,r,a){let i=-1,o;if(a>=this.preMatch.index&&(o=this.preMatch.matches[a-this.preMatch.index]).parent==this.top&&o.matchesNode(e,n,r))i=this.top.children.indexOf(o,this.index);else for(let c=this.index,u=Math.min(this.top.children.length,c+5);c0;){let c;for(;;)if(r){let h=n.children[r-1];if(h instanceof No)n=h,r=h.children.length;else{c=h,r--;break}}else{if(n==e)break e;r=n.parent.children.indexOf(n),n=n.parent}let u=c.node;if(u){if(u!=t.child(a-1))break;--a,i.set(c,a),o.push(c)}}return{index:a,matched:i,matches:o.reverse()}}function ED(t,e){return t.type.side-e.type.side}function TD(t,e,n,r){let a=e.locals(t),i=0;if(a.length==0){for(let h=0;hi;)c.push(a[o++]);let N=i+g.nodeSize;if(g.isText){let v=N;o!v.inline):c.slice();r(g,w,e.forChild(i,g),y),i=N}}function MD(t){if(t.nodeName=="UL"||t.nodeName=="OL"){let e=t.style.cssText;t.style.cssText=e+"; list-style: square !important",window.getComputedStyle(t).listStyle,t.style.cssText=e}}function AD(t,e,n,r){for(let a=0,i=0;a=n){if(i>=r&&u.slice(r-e.length-c,r-c)==e)return r-e.length;let h=c=0&&h+e.length+c>=n)return c+h;if(n==r&&u.length>=r+e.length-c&&u.slice(r-c,r-c+e.length)==e)return r}}return-1}function Zg(t,e,n,r,a){let i=[];for(let o=0,c=0;o=n||f<=e?i.push(u):(hn&&i.push(u.slice(n-h,u.size,r)))}return i}function m0(t,e=null){let n=t.domSelectionRange(),r=t.state.doc;if(!n.focusNode)return null;let a=t.docView.nearestDesc(n.focusNode),i=a&&a.size==0,o=t.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let c=r.resolve(o),u,h;if(Cf(n)){for(u=o;a&&!a.node;)a=a.parent;let m=a.node;if(a&&m.isAtom&&Ge.isSelectable(m)&&a.parent&&!(m.isInline&&rD(n.focusNode,n.focusOffset,a.dom))){let g=a.posBefore;h=new Ge(o==g?c:r.resolve(g))}}else{if(n instanceof t.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let m=o,g=o;for(let y=0;y{(n.anchorNode!=r||n.anchorOffset!=a)&&(e.removeEventListener("selectionchange",t.input.hideSelectionGuard),setTimeout(()=>{(!KS(t)||t.state.selection.visible)&&t.dom.classList.remove("ProseMirror-hideselection")},20))})}function RD(t){let e=t.domSelection();if(!e)return;let n=t.cursorWrapper.dom,r=n.nodeName=="IMG";r?e.collapse(n.parentNode,Yn(n)+1):e.collapse(n,0),!r&&!t.state.selection.visible&&Ar&&mi<=11&&(n.disabled=!0,n.disabled=!1)}function qS(t,e){if(e instanceof Ge){let n=t.docView.descAt(e.from);n!=t.lastSelectedViewDesc&&(W1(t),n&&n.selectNode(),t.lastSelectedViewDesc=n)}else W1(t)}function W1(t){t.lastSelectedViewDesc&&(t.lastSelectedViewDesc.parent&&t.lastSelectedViewDesc.deselectNode(),t.lastSelectedViewDesc=void 0)}function g0(t,e,n,r){return t.someProp("createSelectionBetween",a=>a(t,e,n))||Qe.between(e,n,r)}function U1(t){return t.editable&&!t.hasFocus()?!1:GS(t)}function GS(t){let e=t.domSelectionRange();if(!e.anchorNode)return!1;try{return t.dom.contains(e.anchorNode.nodeType==3?e.anchorNode.parentNode:e.anchorNode)&&(t.editable||t.dom.contains(e.focusNode.nodeType==3?e.focusNode.parentNode:e.focusNode))}catch{return!1}}function PD(t){let e=t.docView.domFromPos(t.state.selection.anchor,0),n=t.domSelectionRange();return vo(e.node,e.offset,n.anchorNode,n.anchorOffset)}function ex(t,e){let{$anchor:n,$head:r}=t.selection,a=e>0?n.max(r):n.min(r),i=a.parent.inlineContent?a.depth?t.doc.resolve(e>0?a.after():a.before()):null:a;return i&&rt.findFrom(i,e)}function ti(t,e){return t.dispatch(t.state.tr.setSelection(e).scrollIntoView()),!0}function K1(t,e,n){let r=t.state.selection;if(r instanceof Qe)if(n.indexOf("s")>-1){let{$head:a}=r,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let o=t.state.doc.resolve(a.pos+i.nodeSize*(e<0?-1:1));return ti(t,new Qe(r.$anchor,o))}else if(r.empty){if(t.endOfTextblock(e>0?"forward":"backward")){let a=ex(t.state,e);return a&&a instanceof Ge?ti(t,a):!1}else if(!(ss&&n.indexOf("m")>-1)){let a=r.$head,i=a.textOffset?null:e<0?a.nodeBefore:a.nodeAfter,o;if(!i||i.isText)return!1;let c=e<0?a.pos-i.nodeSize:a.pos;return i.isAtom||(o=t.docView.descAt(c))&&!o.contentDOM?Ge.isSelectable(i)?ti(t,new Ge(e<0?t.state.doc.resolve(a.pos-i.nodeSize):a)):bd?ti(t,new Qe(t.state.doc.resolve(e<0?c:c+i.nodeSize))):!1:!1}}else return!1;else{if(r instanceof Ge&&r.node.isInline)return ti(t,new Qe(e>0?r.$to:r.$from));{let a=ex(t.state,e);return a?ti(t,a):!1}}}function Nh(t){return t.nodeType==3?t.nodeValue.length:t.childNodes.length}function Vc(t,e){let n=t.pmViewDesc;return n&&n.size==0&&(e<0||t.nextSibling||t.nodeName!="BR")}function ol(t,e){return e<0?OD(t):DD(t)}function OD(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let a,i,o=!1;for(ls&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let c=n.childNodes[r-1];if(Vc(c,-1))a=n,i=--r;else if(c.nodeType==3)n=c,r=n.nodeValue.length;else break}}else{if(JS(n))break;{let c=n.previousSibling;for(;c&&Vc(c,-1);)a=n.parentNode,i=Yn(c),c=c.previousSibling;if(c)n=c,r=Nh(n);else{if(n=n.parentNode,n==t.dom)break;r=0}}}o?tx(t,n,r):a&&tx(t,a,i)}function DD(t){let e=t.domSelectionRange(),n=e.focusNode,r=e.focusOffset;if(!n)return;let a=Nh(n),i,o;for(;;)if(r{t.state==a&&ka(t)},50)}function q1(t,e){let n=t.state.doc.resolve(e);if(!(Xn||OS)&&n.parent.inlineContent){let a=t.coordsAtPos(e);if(e>n.start()){let i=t.coordsAtPos(e-1),o=(i.top+i.bottom)/2;if(o>a.top&&o1)return i.lefta.top&&o1)return i.left>a.left?"ltr":"rtl"}}return getComputedStyle(t.dom).direction=="rtl"?"rtl":"ltr"}function G1(t,e,n){let r=t.state.selection;if(r instanceof Qe&&!r.empty||n.indexOf("s")>-1||ss&&n.indexOf("m")>-1)return!1;let{$from:a,$to:i}=r;if(!a.parent.inlineContent||t.endOfTextblock(e<0?"up":"down")){let o=ex(t.state,e);if(o&&o instanceof Ge)return ti(t,o)}if(!a.parent.inlineContent){let o=e<0?a:i,c=r instanceof Vr?rt.near(o,e):rt.findFrom(o,e);return c?ti(t,c):!1}return!1}function J1(t,e){if(!(t.state.selection instanceof Qe))return!0;let{$head:n,$anchor:r,empty:a}=t.state.selection;if(!n.sameParent(r))return!0;if(!a)return!1;if(t.endOfTextblock(e>0?"forward":"backward"))return!0;let i=!n.textOffset&&(e<0?n.nodeBefore:n.nodeAfter);if(i&&!i.isText){let o=t.state.tr;return e<0?o.delete(n.pos-i.nodeSize,n.pos):o.delete(n.pos,n.pos+i.nodeSize),t.dispatch(o),!0}return!1}function Y1(t,e,n){t.domObserver.stop(),e.contentEditable=n,t.domObserver.start()}function zD(t){if(!ur||t.state.selection.$head.parentOffset>0)return!1;let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(e&&e.nodeType==1&&n==0&&e.firstChild&&e.firstChild.contentEditable=="false"){let r=e.firstChild;Y1(t,r,"true"),setTimeout(()=>Y1(t,r,"false"),20)}return!1}function FD(t){let e="";return t.ctrlKey&&(e+="c"),t.metaKey&&(e+="m"),t.altKey&&(e+="a"),t.shiftKey&&(e+="s"),e}function $D(t,e){let n=e.keyCode,r=FD(e);if(n==8||ss&&n==72&&r=="c")return J1(t,-1)||ol(t,-1);if(n==46&&!e.shiftKey||ss&&n==68&&r=="c")return J1(t,1)||ol(t,1);if(n==13||n==27)return!0;if(n==37||ss&&n==66&&r=="c"){let a=n==37?q1(t,t.state.selection.from)=="ltr"?-1:1:-1;return K1(t,a,r)||ol(t,a)}else if(n==39||ss&&n==70&&r=="c"){let a=n==39?q1(t,t.state.selection.from)=="ltr"?1:-1:1;return K1(t,a,r)||ol(t,a)}else{if(n==38||ss&&n==80&&r=="c")return G1(t,-1,r)||ol(t,-1);if(n==40||ss&&n==78&&r=="c")return zD(t)||G1(t,1,r)||ol(t,1);if(r==(ss?"m":"c")&&(n==66||n==73||n==89||n==90))return!0}return!1}function x0(t,e){t.someProp("transformCopied",y=>{e=y(e,t)});let n=[],{content:r,openStart:a,openEnd:i}=e;for(;a>1&&i>1&&r.childCount==1&&r.firstChild.childCount==1;){a--,i--;let y=r.firstChild;n.push(y.type.name,y.attrs!=y.type.defaultAttrs?y.attrs:null),r=y.content}let o=t.someProp("clipboardSerializer")||To.fromSchema(t.state.schema),c=t2(),u=c.createElement("div");u.appendChild(o.serializeFragment(r,{document:c}));let h=u.firstChild,f,m=0;for(;h&&h.nodeType==1&&(f=e2[h.nodeName.toLowerCase()]);){for(let y=f.length-1;y>=0;y--){let N=c.createElement(f[y]);for(;u.firstChild;)N.appendChild(u.firstChild);u.appendChild(N),m++}h=u.firstChild}h&&h.nodeType==1&&h.setAttribute("data-pm-slice",`${a} ${i}${m?` -${m}`:""} ${JSON.stringify(n)}`);let g=t.someProp("clipboardTextSerializer",y=>y(e,t))||e.content.textBetween(0,e.content.size,` -`);return{dom:u,text:g,slice:e}}function JS(t,e,n,r,a){let i=a.parent.type.spec.code,o,c;if(!n&&!e)return null;let u=!!e&&(r||i||!n);if(u){if(t.someProp("transformPastedText",g=>{e=g(e,i||r,t)}),i)return c=new Ie(xe.from(t.state.schema.text(e.replace(/\r\n?/g,` -`))),0,0),t.someProp("transformPasted",g=>{c=g(c,t,!0)}),c;let m=t.someProp("clipboardTextParser",g=>g(e,a,r,t));if(m)c=m;else{let g=a.marks(),{schema:y}=t.state,N=Mo.fromSchema(y);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(w=>{let v=o.appendChild(document.createElement("p"));w&&v.appendChild(N.serializeNode(y.text(w,g)))})}}else t.someProp("transformPastedHTML",m=>{n=m(n,t)}),o=HD(n),bd&&WD(o);let h=o&&o.querySelector("[data-pm-slice]"),f=h&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(h.getAttribute("data-pm-slice")||"");if(f&&f[3])for(let m=+f[3];m>0;m--){let g=o.firstChild;for(;g&&g.nodeType!=1;)g=g.nextSibling;if(!g)break;o=g}if(c||(c=(t.someProp("clipboardParser")||t.someProp("domParser")||pi.fromSchema(t.state.schema)).parseSlice(o,{preserveWhitespace:!!(u||f),context:a,ruleFromNode(g){return g.nodeName=="BR"&&!g.nextSibling&&g.parentNode&&!$D.test(g.parentNode.nodeName)?{ignore:!0}:null}})),f)c=UD(Q1(c,+f[1],+f[2]),f[4]);else if(c=Ie.maxOpen(BD(c.content,a),!0),c.openStart||c.openEnd){let m=0,g=0;for(let y=c.content.firstChild;m{c=m(c,t,u)}),c}const $D=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function BD(t,e){if(t.childCount<2)return t;for(let n=e.depth;n>=0;n--){let a=e.node(n).contentMatchAt(e.index(n)),i,o=[];if(t.forEach(c=>{if(!o)return;let u=a.findWrapping(c.type),h;if(!u)return o=null;if(h=o.length&&i.length&&QS(u,i,c,o[o.length-1],0))o[o.length-1]=h;else{o.length&&(o[o.length-1]=XS(o[o.length-1],i.length));let f=YS(c,u);o.push(f),a=a.matchType(f.type),i=u}}),o)return xe.from(o)}return t}function YS(t,e,n=0){for(let r=e.length-1;r>=n;r--)t=e[r].create(null,xe.from(t));return t}function QS(t,e,n,r,a){if(a1&&(i=0),a=n&&(c=e<0?o.contentMatchAt(0).fillBefore(c,i<=a).append(c):c.append(o.contentMatchAt(o.childCount).fillBefore(xe.empty,!0))),t.replaceChild(e<0?0:t.childCount-1,o.copy(c))}function Q1(t,e,n){return en})),Xm.createHTML(t)):t}function HD(t){let e=/^(\s*]*>)*/.exec(t);e&&(t=t.slice(e[0].length));let n=e2().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(t),a;if((a=r&&ZS[r[1].toLowerCase()])&&(t=a.map(i=>"<"+i+">").join("")+t+a.map(i=>"").reverse().join("")),n.innerHTML=VD(t),a)for(let i=0;i=0;c-=2){let u=n.nodes[r[c]];if(!u||u.hasRequiredAttrs())break;a=xe.from(u.create(r[c+1],a)),i++,o++}return new Ie(a,i,o)}const vr={},Nr={},KD={touchstart:!0,touchmove:!0};class qD{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function GD(t){for(let e in vr){let n=vr[e];t.dom.addEventListener(e,t.input.eventHandlers[e]=r=>{YD(t,r)&&!y0(t,r)&&(t.editable||!(r.type in Nr))&&n(t,r)},KD[e]?{passive:!0}:void 0)}ur&&t.dom.addEventListener("input",()=>null),rx(t)}function ui(t,e){t.input.lastSelectionOrigin=e,t.input.lastSelectionTime=Date.now()}function JD(t){t.domObserver.stop();for(let e in t.input.eventHandlers)t.dom.removeEventListener(e,t.input.eventHandlers[e]);clearTimeout(t.input.composingTimeout),clearTimeout(t.input.lastIOSEnterFallbackTimeout)}function rx(t){t.someProp("handleDOMEvents",e=>{for(let n in e)t.input.eventHandlers[n]||t.dom.addEventListener(n,t.input.eventHandlers[n]=r=>y0(t,r))})}function y0(t,e){return t.someProp("handleDOMEvents",n=>{let r=n[e.type];return r?r(t,e)||e.defaultPrevented:!1})}function YD(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target;n!=t.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(e))return!1;return!0}function QD(t,e){!y0(t,e)&&vr[e.type]&&(t.editable||!(e.type in Nr))&&vr[e.type](t,e)}Nr.keydown=(t,e)=>{let n=e;if(t.input.shiftKey=n.keyCode==16||n.shiftKey,!n2(t,n)&&(t.input.lastKeyCode=n.keyCode,t.input.lastKeyCodeTime=Date.now(),!(va&&Xn&&n.keyCode==13)))if(n.keyCode!=229&&t.domObserver.forceFlush(),El&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let r=Date.now();t.input.lastIOSEnter=r,t.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{t.input.lastIOSEnter==r&&(t.someProp("handleKeyDown",a=>a(t,to(13,"Enter"))),t.input.lastIOSEnter=0)},200)}else t.someProp("handleKeyDown",r=>r(t,n))||FD(t,n)?n.preventDefault():ui(t,"key")};Nr.keyup=(t,e)=>{e.keyCode==16&&(t.input.shiftKey=!1)};Nr.keypress=(t,e)=>{let n=e;if(n2(t,n)||!n.charCode||n.ctrlKey&&!n.altKey||ss&&n.metaKey)return;if(t.someProp("handleKeyPress",a=>a(t,n))){n.preventDefault();return}let r=t.state.selection;if(!(r instanceof Qe)||!r.$from.sameParent(r.$to)){let a=String.fromCharCode(n.charCode),i=()=>t.state.tr.insertText(a).scrollIntoView();!/[\r\n]/.test(a)&&!t.someProp("handleTextInput",o=>o(t,r.$from.pos,r.$to.pos,a,i))&&t.dispatch(i()),n.preventDefault()}};function Tf(t){return{left:t.clientX,top:t.clientY}}function XD(t,e){let n=e.x-t.clientX,r=e.y-t.clientY;return n*n+r*r<100}function b0(t,e,n,r,a){if(r==-1)return!1;let i=t.state.doc.resolve(r);for(let o=i.depth+1;o>0;o--)if(t.someProp(e,c=>o>i.depth?c(t,n,i.nodeAfter,i.before(o),a,!0):c(t,n,i.node(o),i.before(o),a,!1)))return!0;return!1}function Nl(t,e,n){if(t.focused||t.focus(),t.state.selection.eq(e))return;let r=t.state.tr.setSelection(e);r.setMeta("pointer",!0),t.dispatch(r)}function ZD(t,e){if(e==-1)return!1;let n=t.state.doc.resolve(e),r=n.nodeAfter;return r&&r.isAtom&&Ge.isSelectable(r)?(Nl(t,new Ge(n)),!0):!1}function eL(t,e){if(e==-1)return!1;let n=t.state.selection,r,a;n instanceof Ge&&(r=n.node);let i=t.state.doc.resolve(e);for(let o=i.depth+1;o>0;o--){let c=o>i.depth?i.nodeAfter:i.node(o);if(Ge.isSelectable(c)){r&&n.$from.depth>0&&o>=n.$from.depth&&i.before(n.$from.depth+1)==n.$from.pos?a=i.before(n.$from.depth):a=i.before(o);break}}return a!=null?(Nl(t,Ge.create(t.state.doc,a)),!0):!1}function tL(t,e,n,r,a){return b0(t,"handleClickOn",e,n,r)||t.someProp("handleClick",i=>i(t,e,r))||(a?eL(t,n):ZD(t,n))}function nL(t,e,n,r){return b0(t,"handleDoubleClickOn",e,n,r)||t.someProp("handleDoubleClick",a=>a(t,e,r))}function rL(t,e,n,r){return b0(t,"handleTripleClickOn",e,n,r)||t.someProp("handleTripleClick",a=>a(t,e,r))||sL(t,n,r)}function sL(t,e,n){if(n.button!=0)return!1;let r=t.state.doc;if(e==-1)return r.inlineContent?(Nl(t,Qe.create(r,0,r.content.size)),!0):!1;let a=r.resolve(e);for(let i=a.depth+1;i>0;i--){let o=i>a.depth?a.nodeAfter:a.node(i),c=a.before(i);if(o.inlineContent)Nl(t,Qe.create(r,c+1,c+1+o.content.size));else if(Ge.isSelectable(o))Nl(t,Ge.create(r,c));else continue;return!0}}function v0(t){return wh(t)}const t2=ss?"metaKey":"ctrlKey";vr.mousedown=(t,e)=>{let n=e;t.input.shiftKey=n.shiftKey;let r=v0(t),a=Date.now(),i="singleClick";a-t.input.lastClick.time<500&&XD(n,t.input.lastClick)&&!n[t2]&&t.input.lastClick.button==n.button&&(t.input.lastClick.type=="singleClick"?i="doubleClick":t.input.lastClick.type=="doubleClick"&&(i="tripleClick")),t.input.lastClick={time:a,x:n.clientX,y:n.clientY,type:i,button:n.button};let o=t.posAtCoords(Tf(n));o&&(i=="singleClick"?(t.input.mouseDown&&t.input.mouseDown.done(),t.input.mouseDown=new aL(t,o,n,!!r)):(i=="doubleClick"?nL:rL)(t,o.pos,o.inside,n)?n.preventDefault():ui(t,"pointer"))};class aL{constructor(e,n,r,a){this.view=e,this.pos=n,this.event=r,this.flushed=a,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[t2],this.allowDefault=r.shiftKey;let i,o;if(n.inside>-1)i=e.state.doc.nodeAt(n.inside),o=n.inside;else{let f=e.state.doc.resolve(n.pos);i=f.parent,o=f.depth?f.before():0}const c=a?null:r.target,u=c?e.docView.nearestDesc(c,!0):null;this.target=u&&u.nodeDOM.nodeType==1?u.nodeDOM:null;let{selection:h}=e.state;(r.button==0&&i.type.spec.draggable&&i.type.spec.selectable!==!1||h instanceof Ge&&h.from<=o&&h.to>o)&&(this.mightDrag={node:i,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&ls&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),ui(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>ka(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let n=this.pos;this.view.state.doc!=this.startDoc&&(n=this.view.posAtCoords(Tf(e))),this.updateAllowDefault(e),this.allowDefault||!n?ui(this.view,"pointer"):tL(this.view,n.pos,n.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||ur&&this.mightDrag&&!this.mightDrag.node.isAtom||Xn&&!this.view.state.selection.visible&&Math.min(Math.abs(n.pos-this.view.state.selection.from),Math.abs(n.pos-this.view.state.selection.to))<=2)?(Nl(this.view,rt.near(this.view.state.doc.resolve(n.pos))),e.preventDefault()):ui(this.view,"pointer")}move(e){this.updateAllowDefault(e),ui(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}vr.touchstart=t=>{t.input.lastTouch=Date.now(),v0(t),ui(t,"pointer")};vr.touchmove=t=>{t.input.lastTouch=Date.now(),ui(t,"pointer")};vr.contextmenu=t=>v0(t);function n2(t,e){return t.composing?!0:ur&&Math.abs(e.timeStamp-t.input.compositionEndedAt)<500?(t.input.compositionEndedAt=-2e8,!0):!1}const iL=va?5e3:-1;Nr.compositionstart=Nr.compositionupdate=t=>{if(!t.composing){t.domObserver.flush();let{state:e}=t,n=e.selection.$to;if(e.selection instanceof Qe&&(e.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)||Xn&&PS&&oL(t)))t.markCursor=t.state.storedMarks||n.marks(),wh(t,!0),t.markCursor=null;else if(wh(t,!e.selection.empty),ls&&e.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let r=t.domSelectionRange();for(let a=r.focusNode,i=r.focusOffset;a&&a.nodeType==1&&i!=0;){let o=i<0?a.lastChild:a.childNodes[i-1];if(!o)break;if(o.nodeType==3){let c=t.domSelection();c&&c.collapse(o,o.nodeValue.length);break}else a=o,i=-1}}t.input.composing=!0}r2(t,iL)};function oL(t){let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(!e||e.nodeType!=1||n>=e.childNodes.length)return!1;let r=e.childNodes[n];return r.nodeType==1&&r.contentEditable=="false"}Nr.compositionend=(t,e)=>{t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=e.timeStamp,t.input.compositionPendingChanges=t.domObserver.pendingRecords().length?t.input.compositionID:0,t.input.compositionNode=null,t.input.badSafariComposition?t.domObserver.forceFlush():t.input.compositionPendingChanges&&Promise.resolve().then(()=>t.domObserver.flush()),t.input.compositionID++,r2(t,20))};function r2(t,e){clearTimeout(t.input.composingTimeout),e>-1&&(t.input.composingTimeout=setTimeout(()=>wh(t),e))}function s2(t){for(t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=cL());t.input.compositionNodes.length>0;)t.input.compositionNodes.pop().markParentsDirty()}function lL(t){let e=t.domSelectionRange();if(!e.focusNode)return null;let n=eD(e.focusNode,e.focusOffset),r=tD(e.focusNode,e.focusOffset);if(n&&r&&n!=r){let a=r.pmViewDesc,i=t.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!a||!a.isText(r.nodeValue))return r;if(t.input.compositionNode==r){let o=n.pmViewDesc;if(!(!o||!o.isText(n.nodeValue)))return r}}return n||r}function cL(){let t=document.createEvent("Event");return t.initEvent("event",!0,!0),t.timeStamp}function wh(t,e=!1){if(!(va&&t.domObserver.flushingSoon>=0)){if(t.domObserver.forceFlush(),s2(t),e||t.docView&&t.docView.dirty){let n=m0(t),r=t.state.selection;return n&&!n.eq(r)?t.dispatch(t.state.tr.setSelection(n)):(t.markCursor||e)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?t.dispatch(t.state.tr.deleteSelection()):t.updateState(t.state),!0}return!1}}function dL(t,e){if(!t.dom.parentNode)return;let n=t.dom.parentNode.appendChild(document.createElement("div"));n.appendChild(e),n.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),a=document.createRange();a.selectNodeContents(e),t.dom.blur(),r.removeAllRanges(),r.addRange(a),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),t.focus()},50)}const sd=Ar&&mi<15||El&&aD<604;vr.copy=Nr.cut=(t,e)=>{let n=e,r=t.state.selection,a=n.type=="cut";if(r.empty)return;let i=sd?null:n.clipboardData,o=r.content(),{dom:c,text:u}=x0(t,o);i?(n.preventDefault(),i.clearData(),i.setData("text/html",c.innerHTML),i.setData("text/plain",u)):dL(t,c),a&&t.dispatch(t.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function uL(t){return t.openStart==0&&t.openEnd==0&&t.content.childCount==1?t.content.firstChild:null}function hL(t,e){if(!t.dom.parentNode)return;let n=t.input.shiftKey||t.state.selection.$from.parent.type.spec.code,r=t.dom.parentNode.appendChild(document.createElement(n?"textarea":"div"));n||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let a=t.input.shiftKey&&t.input.lastKeyCode!=45;setTimeout(()=>{t.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ad(t,r.value,null,a,e):ad(t,r.textContent,r.innerHTML,a,e)},50)}function ad(t,e,n,r,a){let i=JS(t,e,n,r,t.state.selection.$from);if(t.someProp("handlePaste",u=>u(t,a,i||Ie.empty)))return!0;if(!i)return!1;let o=uL(i),c=o?t.state.tr.replaceSelectionWith(o,r):t.state.tr.replaceSelection(i);return t.dispatch(c.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function a2(t){let e=t.getData("text/plain")||t.getData("Text");if(e)return e;let n=t.getData("text/uri-list");return n?n.replace(/\r?\n/g," "):""}Nr.paste=(t,e)=>{let n=e;if(t.composing&&!va)return;let r=sd?null:n.clipboardData,a=t.input.shiftKey&&t.input.lastKeyCode!=45;r&&ad(t,a2(r),r.getData("text/html"),a,n)?n.preventDefault():hL(t,n)};class i2{constructor(e,n,r){this.slice=e,this.move=n,this.node=r}}const fL=ss?"altKey":"ctrlKey";function o2(t,e){let n=t.someProp("dragCopies",r=>!r(e));return n??!e[fL]}vr.dragstart=(t,e)=>{let n=e,r=t.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let a=t.state.selection,i=a.empty?null:t.posAtCoords(Tf(n)),o;if(!(i&&i.pos>=a.from&&i.pos<=(a instanceof Ge?a.to-1:a.to))){if(r&&r.mightDrag)o=Ge.create(t.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let m=t.docView.nearestDesc(n.target,!0);m&&m.node.type.spec.draggable&&m!=t.docView&&(o=Ge.create(t.state.doc,m.posBefore))}}let c=(o||t.state.selection).content(),{dom:u,text:h,slice:f}=x0(t,c);(!n.dataTransfer.files.length||!Xn||RS>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(sd?"Text":"text/html",u.innerHTML),n.dataTransfer.effectAllowed="copyMove",sd||n.dataTransfer.setData("text/plain",h),t.dragging=new i2(f,o2(t,n),o)};vr.dragend=t=>{let e=t.dragging;window.setTimeout(()=>{t.dragging==e&&(t.dragging=null)},50)};Nr.dragover=Nr.dragenter=(t,e)=>e.preventDefault();Nr.drop=(t,e)=>{try{pL(t,e,t.dragging)}finally{t.dragging=null}};function pL(t,e,n){if(!e.dataTransfer)return;let r=t.posAtCoords(Tf(e));if(!r)return;let a=t.state.doc.resolve(r.pos),i=n&&n.slice;i?t.someProp("transformPasted",y=>{i=y(i,t,!1)}):i=JS(t,a2(e.dataTransfer),sd?null:e.dataTransfer.getData("text/html"),!1,a);let o=!!(n&&o2(t,e));if(t.someProp("handleDrop",y=>y(t,e,i||Ie.empty,o))){e.preventDefault();return}if(!i)return;e.preventDefault();let c=i?uS(t.state.doc,a.pos,i):a.pos;c==null&&(c=a.pos);let u=t.state.tr;if(o){let{node:y}=n;y?y.replace(u):u.deleteSelection()}let h=u.mapping.map(c),f=i.openStart==0&&i.openEnd==0&&i.content.childCount==1,m=u.doc;if(f?u.replaceRangeWith(h,h,i.content.firstChild):u.replaceRange(h,h,i),u.doc.eq(m))return;let g=u.doc.resolve(h);if(f&&Ge.isSelectable(i.content.firstChild)&&g.nodeAfter&&g.nodeAfter.sameMarkup(i.content.firstChild))u.setSelection(new Ge(g));else{let y=u.mapping.map(c);u.mapping.maps[u.mapping.maps.length-1].forEach((N,w,v,k)=>y=k),u.setSelection(g0(t,g,u.doc.resolve(y)))}t.focus(),t.dispatch(u.setMeta("uiEvent","drop"))}vr.focus=t=>{t.input.lastFocus=Date.now(),t.focused||(t.domObserver.stop(),t.dom.classList.add("ProseMirror-focused"),t.domObserver.start(),t.focused=!0,setTimeout(()=>{t.docView&&t.hasFocus()&&!t.domObserver.currentSelection.eq(t.domSelectionRange())&&ka(t)},20))};vr.blur=(t,e)=>{let n=e;t.focused&&(t.domObserver.stop(),t.dom.classList.remove("ProseMirror-focused"),t.domObserver.start(),n.relatedTarget&&t.dom.contains(n.relatedTarget)&&t.domObserver.currentSelection.clear(),t.focused=!1)};vr.beforeinput=(t,e)=>{if(Xn&&va&&e.inputType=="deleteContentBackward"){t.domObserver.flushSoon();let{domChangeCount:r}=t.input;setTimeout(()=>{if(t.input.domChangeCount!=r||(t.dom.blur(),t.focus(),t.someProp("handleKeyDown",i=>i(t,to(8,"Backspace")))))return;let{$cursor:a}=t.state.selection;a&&a.pos>0&&t.dispatch(t.state.tr.delete(a.pos-1,a.pos).scrollIntoView())},50)}};for(let t in Nr)vr[t]=Nr[t];function id(t,e){if(t==e)return!0;for(let n in t)if(t[n]!==e[n])return!1;for(let n in e)if(!(n in t))return!1;return!0}class jh{constructor(e,n){this.toDOM=e,this.spec=n||fo,this.side=this.spec.side||0}map(e,n,r,a){let{pos:i,deleted:o}=e.mapResult(n.from+a,this.side<0?-1:1);return o?null:new Mn(i-r,i-r,this)}valid(){return!0}eq(e){return this==e||e instanceof jh&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&id(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class xi{constructor(e,n){this.attrs=e,this.spec=n||fo}map(e,n,r,a){let i=e.map(n.from+a,this.spec.inclusiveStart?-1:1)-r,o=e.map(n.to+a,this.spec.inclusiveEnd?1:-1)-r;return i>=o?null:new Mn(i,o,this)}valid(e,n){return n.from=e&&(!i||i(c.spec))&&r.push(c.copy(c.from+a,c.to+a))}for(let o=0;oe){let c=this.children[o]+1;this.children[o+2].findInner(e-c,n-c,r,a+c,i)}}map(e,n,r){return this==ar||e.maps.length==0?this:this.mapInner(e,n,0,0,r||fo)}mapInner(e,n,r,a,i){let o;for(let c=0;c{let h=u+r,f;if(f=c2(n,c,h)){for(a||(a=this.children.slice());ic&&m.to=e){this.children[c]==e&&(r=this.children[c+2]);break}let i=e+1,o=i+n.content.size;for(let c=0;ci&&u.type instanceof xi){let h=Math.max(i,u.from)-i,f=Math.min(o,u.to)-i;ha.map(e,n,fo));return si.from(r)}forChild(e,n){if(n.isLeaf)return zt.empty;let r=[];for(let a=0;an instanceof zt)?e:e.reduce((n,r)=>n.concat(r instanceof zt?r:r.members),[]))}}forEachSet(e){for(let n=0;n{let v=w-N-(y-g);for(let k=0;kC+f-m)continue;let E=c[k]+f-m;y>=E?c[k+1]=g<=E?-2:-1:g>=f&&v&&(c[k]+=v,c[k+1]+=v)}m+=v}),f=n.maps[h].map(f,-1)}let u=!1;for(let h=0;h=r.content.size){u=!0;continue}let g=n.map(t[h+1]+i,-1),y=g-a,{index:N,offset:w}=r.content.findIndex(m),v=r.maybeChild(N);if(v&&w==m&&w+v.nodeSize==y){let k=c[h+2].mapInner(n,v,f+1,t[h]+i+1,o);k!=ar?(c[h]=m,c[h+1]=y,c[h+2]=k):(c[h+1]=-2,u=!0)}else u=!0}if(u){let h=gL(c,t,e,n,a,i,o),f=kh(h,r,0,o);e=f.local;for(let m=0;mn&&o.to{let h=c2(t,c,u+n);if(h){i=!0;let f=kh(h,c,n+u+1,r);f!=ar&&a.push(u,u+c.nodeSize,f)}});let o=l2(i?d2(t):t,-n).sort(po);for(let c=0;c0;)e++;t.splice(e,0,n)}function Zm(t){let e=[];return t.someProp("decorations",n=>{let r=n(t.state);r&&r!=ar&&e.push(r)}),t.cursorWrapper&&e.push(zt.create(t.state.doc,[t.cursorWrapper.deco])),si.from(e)}const xL={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},yL=Ar&&mi<=11;class bL{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class vL{constructor(e,n){this.view=e,this.handleDOMChange=n,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new bL,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let a=0;aa.type=="childList"&&a.removedNodes.length||a.type=="characterData"&&a.oldValue.length>a.target.nodeValue.length)?this.flushSoon():ur&&e.composing&&r.some(a=>a.type=="childList"&&a.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),yL&&(this.onCharData=r=>{this.queue.push({target:r.target,type:"characterData",oldValue:r.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,xL)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let n=0;nthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(U1(this.view)){if(this.suppressingSelectionUpdates)return ka(this.view);if(Ar&&mi<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&No(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let n=new Set,r;for(let i=e.focusNode;i;i=Cl(i))n.add(i);for(let i=e.anchorNode;i;i=Cl(i))if(n.has(i)){r=i;break}let a=r&&this.view.docView.nearestDesc(r);if(a&&a.ignoreMutation({type:"selection",target:r.nodeType==3?r.parentNode:r}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let n=this.pendingRecords();n.length&&(this.queue=[]);let r=e.domSelectionRange(),a=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&U1(e)&&!this.ignoreSelectionChange(r),i=-1,o=-1,c=!1,u=[];if(e.editable)for(let f=0;ff.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let f of u)if(f.nodeName=="BR"&&f.parentNode){let m=f.nextSibling;m&&m.nodeType==1&&m.contentEditable=="false"&&f.parentNode.removeChild(f)}}else if(ls&&u.length){let f=u.filter(m=>m.nodeName=="BR");if(f.length==2){let[m,g]=f;m.parentNode&&m.parentNode.parentNode==g.parentNode?g.remove():m.remove()}else{let{focusNode:m}=this.currentSelection;for(let g of f){let y=g.parentNode;y&&y.nodeName=="LI"&&(!m||jL(e,m)!=y)&&g.remove()}}}let h=null;i<0&&a&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||a)&&(i>-1&&(e.docView.markDirty(i,o),NL(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,kL(e,u)),this.handleDOMChange(i,o,c,u),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||ka(e),this.currentSelection.set(r))}registerMutation(e,n){if(n.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let f=0;fa;v--){let k=r.childNodes[v-1],C=k.pmViewDesc;if(k.nodeName=="BR"&&!C){i=v;break}if(!C||C.size)break}let m=t.state.doc,g=t.someProp("domParser")||pi.fromSchema(t.state.schema),y=m.resolve(o),N=null,w=g.parse(r,{topNode:y.parent,topMatch:y.parent.contentMatchAt(y.index()),topOpen:!0,from:a,to:i,preserveWhitespace:y.parent.type.whitespace=="pre"?"full":!0,findPositions:h,ruleFromNode:CL,context:y});if(h&&h[0].pos!=null){let v=h[0].pos,k=h[1]&&h[1].pos;k==null&&(k=v),N={anchor:v+o,head:k+o}}return{doc:w,sel:N,from:o,to:c}}function CL(t){let e=t.pmViewDesc;if(e)return e.parseRule();if(t.nodeName=="BR"&&t.parentNode){if(ur&&/^(ul|ol)$/i.test(t.parentNode.nodeName)){let n=document.createElement("div");return n.appendChild(document.createElement("li")),{skip:n}}else if(t.parentNode.lastChild==t||ur&&/^(tr|table)$/i.test(t.parentNode.nodeName))return{ignore:!0}}else if(t.nodeName=="IMG"&&t.getAttribute("mark-placeholder"))return{ignore:!0};return null}const EL=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function TL(t,e,n,r,a){let i=t.input.compositionPendingChanges||(t.composing?t.input.compositionID:0);if(t.input.compositionPendingChanges=0,e<0){let _=t.input.lastSelectionTime>Date.now()-50?t.input.lastSelectionOrigin:null,P=m0(t,_);if(P&&!t.state.selection.eq(P)){if(Xn&&va&&t.input.lastKeyCode===13&&Date.now()-100F(t,to(13,"Enter"))))return;let L=t.state.tr.setSelection(P);_=="pointer"?L.setMeta("pointer",!0):_=="key"&&L.scrollIntoView(),i&&L.setMeta("composition",i),t.dispatch(L)}return}let o=t.state.doc.resolve(e),c=o.sharedDepth(n);e=o.before(c+1),n=t.state.doc.resolve(n).after(c+1);let u=t.state.selection,h=SL(t,e,n),f=t.state.doc,m=f.slice(h.from,h.to),g,y;t.input.lastKeyCode===8&&Date.now()-100Date.now()-225||va)&&a.some(_=>_.nodeType==1&&!EL.test(_.nodeName))&&(!N||N.endA>=N.endB)&&t.someProp("handleKeyDown",_=>_(t,to(13,"Enter")))){t.input.lastIOSEnter=0;return}if(!N)if(r&&u instanceof Qe&&!u.empty&&u.$head.sameParent(u.$anchor)&&!t.composing&&!(h.sel&&h.sel.anchor!=h.sel.head))N={start:u.from,endA:u.to,endB:u.to};else{if(h.sel){let _=rN(t,t.state.doc,h.sel);if(_&&!_.eq(t.state.selection)){let P=t.state.tr.setSelection(_);i&&P.setMeta("composition",i),t.dispatch(P)}}return}t.state.selection.fromt.state.selection.from&&N.start<=t.state.selection.from+2&&t.state.selection.from>=h.from?N.start=t.state.selection.from:N.endA=t.state.selection.to-2&&t.state.selection.to<=h.to&&(N.endB+=t.state.selection.to-N.endA,N.endA=t.state.selection.to)),Ar&&mi<=11&&N.endB==N.start+1&&N.endA==N.start&&N.start>h.from&&h.doc.textBetween(N.start-h.from-1,N.start-h.from+1)=="  "&&(N.start--,N.endA--,N.endB--);let w=h.doc.resolveNoCache(N.start-h.from),v=h.doc.resolveNoCache(N.endB-h.from),k=f.resolve(N.start),C=w.sameParent(v)&&w.parent.inlineContent&&k.end()>=N.endA;if((El&&t.input.lastIOSEnter>Date.now()-225&&(!C||a.some(_=>_.nodeName=="DIV"||_.nodeName=="P"))||!C&&w.pos_(t,to(13,"Enter")))){t.input.lastIOSEnter=0;return}if(t.state.selection.anchor>N.start&&AL(f,N.start,N.endA,w,v)&&t.someProp("handleKeyDown",_=>_(t,to(8,"Backspace")))){va&&Xn&&t.domObserver.suppressSelectionUpdates();return}Xn&&N.endB==N.start&&(t.input.lastChromeDelete=Date.now()),va&&!C&&w.start()!=v.start()&&v.parentOffset==0&&w.depth==v.depth&&h.sel&&h.sel.anchor==h.sel.head&&h.sel.head==N.endA&&(N.endB-=2,v=h.doc.resolveNoCache(N.endB-h.from),setTimeout(()=>{t.someProp("handleKeyDown",function(_){return _(t,to(13,"Enter"))})},20));let E=N.start,T=N.endA,R=_=>{let P=_||t.state.tr.replace(E,T,h.doc.slice(N.start-h.from,N.endB-h.from));if(h.sel){let L=rN(t,P.doc,h.sel);L&&!(Xn&&t.composing&&L.empty&&(N.start!=N.endB||t.input.lastChromeDeleteka(t),20));let _=R(t.state.tr.delete(E,T)),P=f.resolve(N.start).marksAcross(f.resolve(N.endA));P&&_.ensureMarks(P),t.dispatch(_)}else if(N.endA==N.endB&&(D=ML(w.parent.content.cut(w.parentOffset,v.parentOffset),k.parent.content.cut(k.parentOffset,N.endA-k.start())))){let _=R(t.state.tr);D.type=="add"?_.addMark(E,T,D.mark):_.removeMark(E,T,D.mark),t.dispatch(_)}else if(w.parent.child(w.index()).isText&&w.index()==v.index()-(v.textOffset?0:1)){let _=w.parent.textBetween(w.parentOffset,v.parentOffset),P=()=>R(t.state.tr.insertText(_,E,T));t.someProp("handleTextInput",L=>L(t,E,T,_,P))||t.dispatch(P())}else t.dispatch(R());else t.dispatch(R())}function rN(t,e,n){return Math.max(n.anchor,n.head)>e.content.size?null:g0(t,e.resolve(n.anchor),e.resolve(n.head))}function ML(t,e){let n=t.firstChild.marks,r=e.firstChild.marks,a=n,i=r,o,c,u;for(let f=0;ff.mark(c.addToSet(f.marks));else if(a.length==0&&i.length==1)c=i[0],o="remove",u=f=>f.mark(c.removeFromSet(f.marks));else return null;let h=[];for(let f=0;fn||eg(o,!0,!1)0&&(e||t.indexAfter(r)==t.node(r).childCount);)r--,a++,e=!1;if(n){let i=t.node(r).maybeChild(t.indexAfter(r));for(;i&&!i.isLeaf;)i=i.firstChild,a++}return a}function IL(t,e,n,r,a){let i=t.findDiffStart(e,n);if(i==null)return null;let{a:o,b:c}=t.findDiffEnd(e,n+t.size,n+e.size);if(a=="end"){let u=Math.max(0,i-Math.min(o,c));r-=o+u-i}if(o=o?i-r:0;i-=u,i&&i=c?i-r:0;i-=u,i&&i=56320&&e<=57343&&n>=55296&&n<=56319}class u2{constructor(e,n){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new qD,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=n,this.state=n.state,this.directPlugins=n.plugins||[],this.directPlugins.forEach(cN),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=oN(this),iN(this),this.nodeViews=lN(this),this.docView=F1(this.state.doc,aN(this),Zm(this),this.dom,this),this.domObserver=new vL(this,(r,a,i,o)=>TL(this,r,a,i,o)),this.domObserver.start(),GD(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let n in e)this._props[n]=e[n];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&rx(this);let n=this._props;this._props=e,e.plugins&&(e.plugins.forEach(cN),this.directPlugins=e.plugins),this.updateStateInner(e.state,n)}setProps(e){let n={};for(let r in this._props)n[r]=this._props[r];n.state=this.state;for(let r in e)n[r]=e[r];this.update(n)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,n){var r;let a=this.state,i=!1,o=!1;e.storedMarks&&this.composing&&(s2(this),o=!0),this.state=e;let c=a.plugins!=e.plugins||this._props.plugins!=n.plugins;if(c||this._props.plugins!=n.plugins||this._props.nodeViews!=n.nodeViews){let y=lN(this);PL(y,this.nodeViews)&&(this.nodeViews=y,i=!0)}(c||n.handleDOMEvents!=this._props.handleDOMEvents)&&rx(this),this.editable=oN(this),iN(this);let u=Zm(this),h=aN(this),f=a.plugins!=e.plugins&&!a.doc.eq(e.doc)?"reset":e.scrollToSelection>a.scrollToSelection?"to selection":"preserve",m=i||!this.docView.matchesNode(e.doc,h,u);(m||!e.selection.eq(a.selection))&&(o=!0);let g=f=="preserve"&&o&&this.dom.style.overflowAnchor==null&&lD(this);if(o){this.domObserver.stop();let y=m&&(Ar||Xn)&&!this.composing&&!a.selection.empty&&!e.selection.empty&&RL(a.selection,e.selection);if(m){let N=Xn?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=lL(this)),(i||!this.docView.update(e.doc,h,u,this))&&(this.docView.updateOuterDeco(h),this.docView.destroy(),this.docView=F1(e.doc,h,u,this.dom,this)),N&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(y=!0)}y||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&RD(this))?ka(this,y):(KS(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(a),!((r=this.dragging)===null||r===void 0)&&r.node&&!a.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,a),f=="reset"?this.dom.scrollTop=0:f=="to selection"?this.scrollToSelection():g&&cD(g)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",n=>n(this)))if(this.state.selection instanceof Ge){let n=this.docView.domAfterPos(this.state.selection.from);n.nodeType==1&&P1(this,n.getBoundingClientRect(),e)}else P1(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let n=0;n0&&this.state.doc.nodeAt(i))==r.node&&(a=i)}this.dragging=new i2(e.slice,e.move,a<0?void 0:Ge.create(this.state.doc,a))}someProp(e,n){let r=this._props&&this._props[e],a;if(r!=null&&(a=n?n(r):r))return a;for(let o=0;on.ownerDocument.getSelection()),this._root=n}return e||document}updateRoot(){this._root=null}posAtCoords(e){return mD(this,e)}coordsAtPos(e,n=1){return zS(this,e,n)}domAtPos(e,n=0){return this.docView.domFromPos(e,n)}nodeDOM(e){let n=this.docView.descAt(e);return n?n.nodeDOM:null}posAtDOM(e,n,r=-1){let a=this.docView.posFromDOM(e,n,r);if(a==null)throw new RangeError("DOM position not inside the editor");return a}endOfTextblock(e,n){return vD(this,n||this.state,e)}pasteHTML(e,n){return ad(this,"",e,!1,n||new ClipboardEvent("paste"))}pasteText(e,n){return ad(this,e,null,!0,n||new ClipboardEvent("paste"))}serializeForClipboard(e){return x0(this,e)}destroy(){this.docView&&(JD(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Zm(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,XO())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return QD(this,e)}domSelectionRange(){let e=this.domSelection();return e?ur&&this.root.nodeType===11&&rD(this.dom.ownerDocument)==this.dom&&wL(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}u2.prototype.dispatch=function(t){let e=this._props.dispatchTransaction;e?e.call(this,t):this.updateState(this.state.apply(t))};function aN(t){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(t.editable),t.someProp("attributes",n=>{if(typeof n=="function"&&(n=n(t.state)),n)for(let r in n)r=="class"?e.class+=" "+n[r]:r=="style"?e.style=(e.style?e.style+";":"")+n[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(n[r]))}),e.translate||(e.translate="no"),[Mn.node(0,t.state.doc.content.size,e)]}function iN(t){if(t.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),t.cursorWrapper={dom:e,deco:Mn.widget(t.state.selection.from,e,{raw:!0,marks:t.markCursor})}}else t.cursorWrapper=null}function oN(t){return!t.someProp("editable",e=>e(t.state)===!1)}function RL(t,e){let n=Math.min(t.$anchor.sharedDepth(t.head),e.$anchor.sharedDepth(e.head));return t.$anchor.start(n)!=e.$anchor.start(n)}function lN(t){let e=Object.create(null);function n(r){for(let a in r)Object.prototype.hasOwnProperty.call(e,a)||(e[a]=r[a])}return t.someProp("nodeViews",n),t.someProp("markViews",n),e}function PL(t,e){let n=0,r=0;for(let a in t){if(t[a]!=e[a])return!0;n++}for(let a in e)r++;return n!=r}function cN(t){if(t.spec.state||t.spec.filterTransaction||t.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var vi={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},Sh={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},OL=typeof navigator<"u"&&/Mac/.test(navigator.platform),DL=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var Qn=0;Qn<10;Qn++)vi[48+Qn]=vi[96+Qn]=String(Qn);for(var Qn=1;Qn<=24;Qn++)vi[Qn+111]="F"+Qn;for(var Qn=65;Qn<=90;Qn++)vi[Qn]=String.fromCharCode(Qn+32),Sh[Qn]=String.fromCharCode(Qn);for(var tg in vi)Sh.hasOwnProperty(tg)||(Sh[tg]=vi[tg]);function LL(t){var e=OL&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||DL&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?Sh:vi)[t.keyCode]||t.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}const _L=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),zL=typeof navigator<"u"&&/Win/.test(navigator.platform);function FL(t){let e=t.split(/-(?!$)/),n=e[e.length-1];n=="Space"&&(n=" ");let r,a,i,o;for(let c=0;c{for(var n in e)VL(t,n,{get:e[n],enumerable:!0})};function Mf(t){const{state:e,transaction:n}=t;let{selection:r}=n,{doc:a}=n,{storedMarks:i}=n;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return i},get selection(){return r},get doc(){return a},get tr(){return r=n.selection,a=n.doc,i=n.storedMarks,n}}}var Af=class{constructor(t){this.editor=t.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=t.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:t,editor:e,state:n}=this,{view:r}=e,{tr:a}=n,i=this.buildProps(a);return Object.fromEntries(Object.entries(t).map(([o,c])=>[o,(...h)=>{const f=c(...h)(i);return!a.getMeta("preventDispatch")&&!this.hasCustomState&&r.dispatch(a),f}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(t,e=!0){const{rawCommands:n,editor:r,state:a}=this,{view:i}=r,o=[],c=!!t,u=t||a.tr,h=()=>(!c&&e&&!u.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(u),o.every(m=>m===!0)),f={...Object.fromEntries(Object.entries(n).map(([m,g])=>[m,(...N)=>{const w=this.buildProps(u,e),v=g(...N)(w);return o.push(v),f}])),run:h};return f}createCan(t){const{rawCommands:e,state:n}=this,r=!1,a=t||n.tr,i=this.buildProps(a,r);return{...Object.fromEntries(Object.entries(e).map(([c,u])=>[c,(...h)=>u(...h)({...i,dispatch:void 0})])),chain:()=>this.createChain(a,r)}}buildProps(t,e=!0){const{rawCommands:n,editor:r,state:a}=this,{view:i}=r,o={tr:t,editor:r,view:i,state:Mf({state:a,transaction:t}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(t,e),can:()=>this.createCan(t),get commands(){return Object.fromEntries(Object.entries(n).map(([c,u])=>[c,(...h)=>u(...h)(o)]))}};return o}},h2={};k0(h2,{blur:()=>HL,clearContent:()=>WL,clearNodes:()=>UL,command:()=>KL,createParagraphNear:()=>qL,cut:()=>GL,deleteCurrentNode:()=>JL,deleteNode:()=>YL,deleteRange:()=>QL,deleteSelection:()=>XL,enter:()=>ZL,exitCode:()=>e8,extendMarkRange:()=>t8,first:()=>n8,focus:()=>s8,forEach:()=>a8,insertContent:()=>i8,insertContentAt:()=>c8,joinBackward:()=>h8,joinDown:()=>u8,joinForward:()=>f8,joinItemBackward:()=>p8,joinItemForward:()=>m8,joinTextblockBackward:()=>g8,joinTextblockForward:()=>x8,joinUp:()=>d8,keyboardShortcut:()=>b8,lift:()=>v8,liftEmptyBlock:()=>N8,liftListItem:()=>w8,newlineInCode:()=>j8,resetAttributes:()=>k8,scrollIntoView:()=>S8,selectAll:()=>C8,selectNodeBackward:()=>E8,selectNodeForward:()=>T8,selectParentNode:()=>M8,selectTextblockEnd:()=>A8,selectTextblockStart:()=>I8,setContent:()=>R8,setMark:()=>X8,setMeta:()=>Z8,setNode:()=>e6,setNodeSelection:()=>t6,setTextDirection:()=>n6,setTextSelection:()=>r6,sinkListItem:()=>s6,splitBlock:()=>a6,splitListItem:()=>i6,toggleList:()=>o6,toggleMark:()=>l6,toggleNode:()=>c6,toggleWrap:()=>d6,undoInputRule:()=>u6,unsetAllMarks:()=>h6,unsetMark:()=>f6,unsetTextDirection:()=>p6,updateAttributes:()=>m6,wrapIn:()=>g6,wrapInList:()=>x6});var HL=()=>({editor:t,view:e})=>(requestAnimationFrame(()=>{var n;t.isDestroyed||(e.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),WL=(t=!0)=>({commands:e})=>e.setContent("",{emitUpdate:t}),UL=()=>({state:t,tr:e,dispatch:n})=>{const{selection:r}=e,{ranges:a}=r;return n&&a.forEach(({$from:i,$to:o})=>{t.doc.nodesBetween(i.pos,o.pos,(c,u)=>{if(c.type.isText)return;const{doc:h,mapping:f}=e,m=h.resolve(f.map(u)),g=h.resolve(f.map(u+c.nodeSize)),y=m.blockRange(g);if(!y)return;const N=Fl(y);if(c.type.isTextblock){const{defaultType:w}=m.parent.contentMatchAt(m.index());e.setNodeMarkup(y.start,w)}(N||N===0)&&e.lift(y,N)})}),!0},KL=t=>e=>t(e),qL=()=>({state:t,dispatch:e})=>ES(t,e),GL=(t,e)=>({editor:n,tr:r})=>{const{state:a}=n,i=a.doc.slice(t.from,t.to);r.deleteRange(t.from,t.to);const o=r.mapping.map(e);return r.insert(o,i.content),r.setSelection(new Qe(r.doc.resolve(Math.max(o-1,0)))),!0},JL=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,r=n.$anchor.node();if(r.content.size>0)return!1;const a=t.selection.$anchor;for(let i=a.depth;i>0;i-=1)if(a.node(i).type===r.type){if(e){const c=a.before(i),u=a.after(i);t.delete(c,u).scrollIntoView()}return!0}return!1};function kn(t,e){if(typeof t=="string"){if(!e.nodes[t])throw Error(`There is no node type named '${t}'. Maybe you forgot to add the extension?`);return e.nodes[t]}return t}var YL=t=>({tr:e,state:n,dispatch:r})=>{const a=kn(t,n.schema),i=e.selection.$anchor;for(let o=i.depth;o>0;o-=1)if(i.node(o).type===a){if(r){const u=i.before(o),h=i.after(o);e.delete(u,h).scrollIntoView()}return!0}return!1},QL=t=>({tr:e,dispatch:n})=>{const{from:r,to:a}=t;return n&&e.delete(r,a),!0},XL=()=>({state:t,dispatch:e})=>c0(t,e),ZL=()=>({commands:t})=>t.keyboardShortcut("Enter"),e8=()=>({state:t,dispatch:e})=>_O(t,e);function S0(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function Ch(t,e,n={strict:!0}){const r=Object.keys(e);return r.length?r.every(a=>n.strict?e[a]===t[a]:S0(e[a])?e[a].test(t[a]):e[a]===t[a]):!0}function f2(t,e,n={}){return t.find(r=>r.type===e&&Ch(Object.fromEntries(Object.keys(n).map(a=>[a,r.attrs[a]])),n))}function dN(t,e,n={}){return!!f2(t,e,n)}function C0(t,e,n){var r;if(!t||!e)return;let a=t.parent.childAfter(t.parentOffset);if((!a.node||!a.node.marks.some(f=>f.type===e))&&(a=t.parent.childBefore(t.parentOffset)),!a.node||!a.node.marks.some(f=>f.type===e)||(n=n||((r=a.node.marks[0])==null?void 0:r.attrs),!f2([...a.node.marks],e,n)))return;let o=a.index,c=t.start()+a.offset,u=o+1,h=c+a.node.nodeSize;for(;o>0&&dN([...t.parent.child(o-1).marks],e,n);)o-=1,c-=t.parent.child(o).nodeSize;for(;u({tr:n,state:r,dispatch:a})=>{const i=Ta(t,r.schema),{doc:o,selection:c}=n,{$from:u,from:h,to:f}=c;if(a){const m=C0(u,i,e);if(m&&m.from<=h&&m.to>=f){const g=Qe.create(o,m.from,m.to);n.setSelection(g)}}return!0},n8=t=>e=>{const n=typeof t=="function"?t(e):t;for(let r=0;r({editor:n,view:r,tr:a,dispatch:i})=>{e={scrollIntoView:!0,...e};const o=()=>{(Eh()||uN())&&r.dom.focus(),r8()&&!Eh()&&!uN()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&t===null||t===!1)return!0}catch{return!1}if(i&&t===null&&!p2(n.state.selection))return o(),!0;const c=m2(a.doc,t)||n.state.selection,u=n.state.selection.eq(c);return i&&(u||a.setSelection(c),u&&a.storedMarks&&a.setStoredMarks(a.storedMarks),o()),!0},a8=(t,e)=>n=>t.every((r,a)=>e(r,{...n,index:a})),i8=(t,e)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},t,e),g2=t=>{const e=t.childNodes;for(let n=e.length-1;n>=0;n-=1){const r=e[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?t.removeChild(r):r.nodeType===1&&g2(r)}return t};function _u(t){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`${t}`,n=new window.DOMParser().parseFromString(e,"text/html").body;return g2(n)}function od(t,e,n){if(t instanceof wa||t instanceof xe)return t;n={slice:!0,parseOptions:{},...n};const r=typeof t=="object"&&t!==null,a=typeof t=="string";if(r)try{if(Array.isArray(t)&&t.length>0)return xe.fromArray(t.map(c=>e.nodeFromJSON(c)));const o=e.nodeFromJSON(t);return n.errorOnInvalidContent&&o.check(),o}catch(i){if(n.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:i});return console.warn("[tiptap warn]: Invalid content.","Passed value:",t,"Error:",i),od("",e,n)}if(a){if(n.errorOnInvalidContent){let o=!1,c="";const u=new eS({topNode:e.spec.topNode,marks:e.spec.marks,nodes:e.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:h=>(o=!0,c=typeof h=="string"?h:h.outerHTML,null)}]}})});if(n.slice?pi.fromSchema(u).parseSlice(_u(t),n.parseOptions):pi.fromSchema(u).parse(_u(t),n.parseOptions),n.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${c}`)})}const i=pi.fromSchema(e);return n.slice?i.parseSlice(_u(t),n.parseOptions).content:i.parse(_u(t),n.parseOptions)}return od("",e,n)}function o8(t,e,n){const r=t.steps.length-1;if(r{o===0&&(o=f)}),t.setSelection(rt.near(t.doc.resolve(o),n))}var l8=t=>!("type"in t),c8=(t,e,n)=>({tr:r,dispatch:a,editor:i})=>{var o;if(a){n={parseOptions:i.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let c;const u=v=>{i.emit("contentError",{editor:i,error:v,disableCollaboration:()=>{"collaboration"in i.storage&&typeof i.storage.collaboration=="object"&&i.storage.collaboration&&(i.storage.collaboration.isDisabled=!0)}})},h={preserveWhitespace:"full",...n.parseOptions};if(!n.errorOnInvalidContent&&!i.options.enableContentCheck&&i.options.emitContentError)try{od(e,i.schema,{parseOptions:h,errorOnInvalidContent:!0})}catch(v){u(v)}try{c=od(e,i.schema,{parseOptions:h,errorOnInvalidContent:(o=n.errorOnInvalidContent)!=null?o:i.options.enableContentCheck})}catch(v){return u(v),!1}let{from:f,to:m}=typeof t=="number"?{from:t,to:t}:{from:t.from,to:t.to},g=!0,y=!0;if((l8(c)?c:[c]).forEach(v=>{v.check(),g=g?v.isText&&v.marks.length===0:!1,y=y?v.isBlock:!1}),f===m&&y){const{parent:v}=r.doc.resolve(f);v.isTextblock&&!v.type.spec.code&&!v.childCount&&(f-=1,m+=1)}let w;if(g){if(Array.isArray(e))w=e.map(v=>v.text||"").join("");else if(e instanceof xe){let v="";e.forEach(k=>{k.text&&(v+=k.text)}),w=v}else typeof e=="object"&&e&&e.text?w=e.text:w=e;r.insertText(w,f,m)}else{w=c;const v=r.doc.resolve(f),k=v.node(),C=v.parentOffset===0,E=k.isText||k.isTextblock,T=k.content.size>0;C&&E&&T&&(f=Math.max(0,f-1)),r.replaceWith(f,m,w)}n.updateSelection&&o8(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta("applyInputRules",{from:f,text:w}),n.applyPasteRules&&r.setMeta("applyPasteRules",{from:f,text:w})}return!0},d8=()=>({state:t,dispatch:e})=>OO(t,e),u8=()=>({state:t,dispatch:e})=>DO(t,e),h8=()=>({state:t,dispatch:e})=>vS(t,e),f8=()=>({state:t,dispatch:e})=>kS(t,e),p8=()=>({state:t,dispatch:e,tr:n})=>{try{const r=jf(t.doc,t.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},m8=()=>({state:t,dispatch:e,tr:n})=>{try{const r=jf(t.doc,t.selection.$from.pos,1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},g8=()=>({state:t,dispatch:e})=>RO(t,e),x8=()=>({state:t,dispatch:e})=>PO(t,e);function x2(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function y8(t){const e=t.split(/-(?!$)/);let n=e[e.length-1];n==="Space"&&(n=" ");let r,a,i,o;for(let c=0;c({editor:e,view:n,tr:r,dispatch:a})=>{const i=y8(t).split(/-(?!$)/),o=i.find(h=>!["Alt","Ctrl","Meta","Shift"].includes(h)),c=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:i.includes("Alt"),ctrlKey:i.includes("Ctrl"),metaKey:i.includes("Meta"),shiftKey:i.includes("Shift"),bubbles:!0,cancelable:!0}),u=e.captureTransaction(()=>{n.someProp("handleKeyDown",h=>h(n,c))});return u==null||u.steps.forEach(h=>{const f=h.map(r.mapping);f&&a&&r.maybeStep(f)}),!0};function Ni(t,e,n={}){const{from:r,to:a,empty:i}=t.selection,o=e?kn(e,t.schema):null,c=[];t.doc.nodesBetween(r,a,(m,g)=>{if(m.isText)return;const y=Math.max(r,g),N=Math.min(a,g+m.nodeSize);c.push({node:m,from:y,to:N})});const u=a-r,h=c.filter(m=>o?o.name===m.node.type.name:!0).filter(m=>Ch(m.node.attrs,n,{strict:!1}));return i?!!h.length:h.reduce((m,g)=>m+g.to-g.from,0)>=u}var v8=(t,e={})=>({state:n,dispatch:r})=>{const a=kn(t,n.schema);return Ni(n,a,e)?LO(n,r):!1},N8=()=>({state:t,dispatch:e})=>TS(t,e),w8=t=>({state:e,dispatch:n})=>{const r=kn(t,e.schema);return GO(r)(e,n)},j8=()=>({state:t,dispatch:e})=>CS(t,e);function If(t,e){return e.nodes[t]?"node":e.marks[t]?"mark":null}function hN(t,e){const n=typeof e=="string"?[e]:e;return Object.keys(t).reduce((r,a)=>(n.includes(a)||(r[a]=t[a]),r),{})}var k8=(t,e)=>({tr:n,state:r,dispatch:a})=>{let i=null,o=null;const c=If(typeof t=="string"?t:t.name,r.schema);if(!c)return!1;c==="node"&&(i=kn(t,r.schema)),c==="mark"&&(o=Ta(t,r.schema));let u=!1;return n.selection.ranges.forEach(h=>{r.doc.nodesBetween(h.$from.pos,h.$to.pos,(f,m)=>{i&&i===f.type&&(u=!0,a&&n.setNodeMarkup(m,void 0,hN(f.attrs,e))),o&&f.marks.length&&f.marks.forEach(g=>{o===g.type&&(u=!0,a&&n.addMark(m,m+f.nodeSize,o.create(hN(g.attrs,e))))})})}),u},S8=()=>({tr:t,dispatch:e})=>(e&&t.scrollIntoView(),!0),C8=()=>({tr:t,dispatch:e})=>{if(e){const n=new Vr(t.doc);t.setSelection(n)}return!0},E8=()=>({state:t,dispatch:e})=>wS(t,e),T8=()=>({state:t,dispatch:e})=>SS(t,e),M8=()=>({state:t,dispatch:e})=>$O(t,e),A8=()=>({state:t,dispatch:e})=>HO(t,e),I8=()=>({state:t,dispatch:e})=>VO(t,e);function sx(t,e,n={},r={}){return od(t,e,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var R8=(t,{errorOnInvalidContent:e,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:a,tr:i,dispatch:o,commands:c})=>{const{doc:u}=i;if(r.preserveWhitespace!=="full"){const h=sx(t,a.schema,r,{errorOnInvalidContent:e??a.options.enableContentCheck});return o&&i.replaceWith(0,u.content.size,h).setMeta("preventUpdate",!n),!0}return o&&i.setMeta("preventUpdate",!n),c.insertContentAt({from:0,to:u.content.size},t,{parseOptions:r,errorOnInvalidContent:e??a.options.enableContentCheck})};function y2(t,e){const n=Ta(e,t.schema),{from:r,to:a,empty:i}=t.selection,o=[];i?(t.storedMarks&&o.push(...t.storedMarks),o.push(...t.selection.$head.marks())):t.doc.nodesBetween(r,a,u=>{o.push(...u.marks)});const c=o.find(u=>u.type.name===n.name);return c?{...c.attrs}:{}}function b2(t,e){const n=new o0(t);return e.forEach(r=>{r.steps.forEach(a=>{n.step(a)})}),n}function P8(t){for(let e=0;e{n(a)&&r.push({node:a,pos:i})}),r}function v2(t,e){for(let n=t.depth;n>0;n-=1){const r=t.node(n);if(e(r))return{pos:n>0?t.before(n):0,start:t.start(n),depth:n,node:r}}}function Rf(t){return e=>v2(e.$from,t)}function We(t,e,n){return t.config[e]===void 0&&t.parent?We(t.parent,e,n):typeof t.config[e]=="function"?t.config[e].bind({...n,parent:t.parent?We(t.parent,e,n):null}):t.config[e]}function E0(t){return t.map(e=>{const n={name:e.name,options:e.options,storage:e.storage},r=We(e,"addExtensions",n);return r?[e,...E0(r())]:e}).flat(10)}function T0(t,e){const n=Mo.fromSchema(e).serializeFragment(t),a=document.implementation.createHTMLDocument().createElement("div");return a.appendChild(n),a.innerHTML}function N2(t){return typeof t=="function"}function jt(t,e=void 0,...n){return N2(t)?e?t.bind(e)(...n):t(...n):t}function D8(t={}){return Object.keys(t).length===0&&t.constructor===Object}function Tl(t){const e=t.filter(a=>a.type==="extension"),n=t.filter(a=>a.type==="node"),r=t.filter(a=>a.type==="mark");return{baseExtensions:e,nodeExtensions:n,markExtensions:r}}function w2(t){const e=[],{nodeExtensions:n,markExtensions:r}=Tl(t),a=[...n,...r],i={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(h=>h.name!=="text").map(h=>h.name),c=r.map(h=>h.name),u=[...o,...c];return t.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage,extensions:a},m=We(h,"addGlobalAttributes",f);if(!m)return;m().forEach(y=>{let N;Array.isArray(y.types)?N=y.types:y.types==="*"?N=u:y.types==="nodes"?N=o:y.types==="marks"?N=c:N=[],N.forEach(w=>{Object.entries(y.attributes).forEach(([v,k])=>{e.push({type:w,name:v,attribute:{...i,...k}})})})})}),a.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage},m=We(h,"addAttributes",f);if(!m)return;const g=m();Object.entries(g).forEach(([y,N])=>{const w={...i,...N};typeof(w==null?void 0:w.default)=="function"&&(w.default=w.default()),w!=null&&w.isRequired&&(w==null?void 0:w.default)===void 0&&delete w.default,e.push({type:h.name,name:y,attribute:w})})}),e}function L8(t){const e=[];let n="",r=!1,a=!1,i=0;const o=t.length;for(let c=0;c0){i-=1,n+=u;continue}if(u===";"&&i===0){e.push(n),n="";continue}}n+=u}return n&&e.push(n),e}function fN(t){const e=[],n=L8(t||""),r=n.length;for(let a=0;a!!e).reduce((e,n)=>{const r={...e};return Object.entries(n).forEach(([a,i])=>{if(!r[a]){r[a]=i;return}if(a==="class"){const c=i?String(i).split(" "):[],u=r[a]?r[a].split(" "):[],h=c.filter(f=>!u.includes(f));r[a]=[...u,...h].join(" ")}else if(a==="style"){const c=new Map([...fN(r[a]),...fN(i)]);r[a]=Array.from(c.entries()).map(([u,h])=>`${u}: ${h}`).join("; ")}else r[a]=i}),r},{})}function ld(t,e){return e.filter(n=>n.type===t.type.name).filter(n=>n.attribute.rendered).map(n=>n.attribute.renderHTML?n.attribute.renderHTML(t.attrs)||{}:{[n.name]:t.attrs[n.name]}).reduce((n,r)=>kt(n,r),{})}function _8(t){return typeof t!="string"?t:t.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(t):t==="true"?!0:t==="false"?!1:t}function pN(t,e){return"style"in t?t:{...t,getAttrs:n=>{const r=t.getAttrs?t.getAttrs(n):t.attrs;if(r===!1)return!1;const a=e.reduce((i,o)=>{const c=o.attribute.parseHTML?o.attribute.parseHTML(n):_8(n.getAttribute(o.name));return c==null?i:{...i,[o.name]:c}},{});return{...r,...a}}}}function mN(t){return Object.fromEntries(Object.entries(t).filter(([e,n])=>e==="attrs"&&D8(n)?!1:n!=null))}function gN(t){var e,n;const r={};return!((e=t==null?void 0:t.attribute)!=null&&e.isRequired)&&"default"in((t==null?void 0:t.attribute)||{})&&(r.default=t.attribute.default),((n=t==null?void 0:t.attribute)==null?void 0:n.validate)!==void 0&&(r.validate=t.attribute.validate),[t.name,r]}function z8(t,e){var n;const r=w2(t),{nodeExtensions:a,markExtensions:i}=Tl(t),o=(n=a.find(h=>We(h,"topNode")))==null?void 0:n.name,c=Object.fromEntries(a.map(h=>{const f=r.filter(k=>k.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},g=t.reduce((k,C)=>{const E=We(C,"extendNodeSchema",m);return{...k,...E?E(h):{}}},{}),y=mN({...g,content:jt(We(h,"content",m)),marks:jt(We(h,"marks",m)),group:jt(We(h,"group",m)),inline:jt(We(h,"inline",m)),atom:jt(We(h,"atom",m)),selectable:jt(We(h,"selectable",m)),draggable:jt(We(h,"draggable",m)),code:jt(We(h,"code",m)),whitespace:jt(We(h,"whitespace",m)),linebreakReplacement:jt(We(h,"linebreakReplacement",m)),defining:jt(We(h,"defining",m)),isolating:jt(We(h,"isolating",m)),attrs:Object.fromEntries(f.map(gN))}),N=jt(We(h,"parseHTML",m));N&&(y.parseDOM=N.map(k=>pN(k,f)));const w=We(h,"renderHTML",m);w&&(y.toDOM=k=>w({node:k,HTMLAttributes:ld(k,f)}));const v=We(h,"renderText",m);return v&&(y.toText=v),[h.name,y]})),u=Object.fromEntries(i.map(h=>{const f=r.filter(v=>v.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},g=t.reduce((v,k)=>{const C=We(k,"extendMarkSchema",m);return{...v,...C?C(h):{}}},{}),y=mN({...g,inclusive:jt(We(h,"inclusive",m)),excludes:jt(We(h,"excludes",m)),group:jt(We(h,"group",m)),spanning:jt(We(h,"spanning",m)),code:jt(We(h,"code",m)),attrs:Object.fromEntries(f.map(gN))}),N=jt(We(h,"parseHTML",m));N&&(y.parseDOM=N.map(v=>pN(v,f)));const w=We(h,"renderHTML",m);return w&&(y.toDOM=v=>w({mark:v,HTMLAttributes:ld(v,f)})),[h.name,y]}));return new eS({topNode:o,nodes:c,marks:u})}function F8(t){const e=t.filter((n,r)=>t.indexOf(n)!==r);return Array.from(new Set(e))}function Hc(t){return t.sort((n,r)=>{const a=We(n,"priority")||100,i=We(r,"priority")||100;return a>i?-1:ar.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(r=>`'${r}'`).join(", ")}]. This can lead to issues.`),e}function k2(t,e,n){const{from:r,to:a}=e,{blockSeparator:i=` +`);return{dom:u,text:g,slice:e}}function YS(t,e,n,r,a){let i=a.parent.type.spec.code,o,c;if(!n&&!e)return null;let u=!!e&&(r||i||!n);if(u){if(t.someProp("transformPastedText",g=>{e=g(e,i||r,t)}),i)return c=new Ie(xe.from(t.state.schema.text(e.replace(/\r\n?/g,` +`))),0,0),t.someProp("transformPasted",g=>{c=g(c,t,!0)}),c;let m=t.someProp("clipboardTextParser",g=>g(e,a,r,t));if(m)c=m;else{let g=a.marks(),{schema:y}=t.state,N=To.fromSchema(y);o=document.createElement("div"),e.split(/(?:\r\n?|\n)+/).forEach(w=>{let v=o.appendChild(document.createElement("p"));w&&v.appendChild(N.serializeNode(y.text(w,g)))})}}else t.someProp("transformPastedHTML",m=>{n=m(n,t)}),o=WD(n),bd&&UD(o);let h=o&&o.querySelector("[data-pm-slice]"),f=h&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(h.getAttribute("data-pm-slice")||"");if(f&&f[3])for(let m=+f[3];m>0;m--){let g=o.firstChild;for(;g&&g.nodeType!=1;)g=g.nextSibling;if(!g)break;o=g}if(c||(c=(t.someProp("clipboardParser")||t.someProp("domParser")||pi.fromSchema(t.state.schema)).parseSlice(o,{preserveWhitespace:!!(u||f),context:a,ruleFromNode(g){return g.nodeName=="BR"&&!g.nextSibling&&g.parentNode&&!BD.test(g.parentNode.nodeName)?{ignore:!0}:null}})),f)c=KD(Q1(c,+f[1],+f[2]),f[4]);else if(c=Ie.maxOpen(VD(c.content,a),!0),c.openStart||c.openEnd){let m=0,g=0;for(let y=c.content.firstChild;m{c=m(c,t,u)}),c}const BD=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function VD(t,e){if(t.childCount<2)return t;for(let n=e.depth;n>=0;n--){let a=e.node(n).contentMatchAt(e.index(n)),i,o=[];if(t.forEach(c=>{if(!o)return;let u=a.findWrapping(c.type),h;if(!u)return o=null;if(h=o.length&&i.length&&XS(u,i,c,o[o.length-1],0))o[o.length-1]=h;else{o.length&&(o[o.length-1]=ZS(o[o.length-1],i.length));let f=QS(c,u);o.push(f),a=a.matchType(f.type),i=u}}),o)return xe.from(o)}return t}function QS(t,e,n=0){for(let r=e.length-1;r>=n;r--)t=e[r].create(null,xe.from(t));return t}function XS(t,e,n,r,a){if(a1&&(i=0),a=n&&(c=e<0?o.contentMatchAt(0).fillBefore(c,i<=a).append(c):c.append(o.contentMatchAt(o.childCount).fillBefore(xe.empty,!0))),t.replaceChild(e<0?0:t.childCount-1,o.copy(c))}function Q1(t,e,n){return en})),Xm.createHTML(t)):t}function WD(t){let e=/^(\s*]*>)*/.exec(t);e&&(t=t.slice(e[0].length));let n=t2().createElement("div"),r=/<([a-z][^>\s]+)/i.exec(t),a;if((a=r&&e2[r[1].toLowerCase()])&&(t=a.map(i=>"<"+i+">").join("")+t+a.map(i=>"").reverse().join("")),n.innerHTML=HD(t),a)for(let i=0;i=0;c-=2){let u=n.nodes[r[c]];if(!u||u.hasRequiredAttrs())break;a=xe.from(u.create(r[c+1],a)),i++,o++}return new Ie(a,i,o)}const vr={},Nr={},qD={touchstart:!0,touchmove:!0};class GD{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:"",button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}}function JD(t){for(let e in vr){let n=vr[e];t.dom.addEventListener(e,t.input.eventHandlers[e]=r=>{QD(t,r)&&!y0(t,r)&&(t.editable||!(r.type in Nr))&&n(t,r)},qD[e]?{passive:!0}:void 0)}ur&&t.dom.addEventListener("input",()=>null),rx(t)}function ui(t,e){t.input.lastSelectionOrigin=e,t.input.lastSelectionTime=Date.now()}function YD(t){t.domObserver.stop();for(let e in t.input.eventHandlers)t.dom.removeEventListener(e,t.input.eventHandlers[e]);clearTimeout(t.input.composingTimeout),clearTimeout(t.input.lastIOSEnterFallbackTimeout)}function rx(t){t.someProp("handleDOMEvents",e=>{for(let n in e)t.input.eventHandlers[n]||t.dom.addEventListener(n,t.input.eventHandlers[n]=r=>y0(t,r))})}function y0(t,e){return t.someProp("handleDOMEvents",n=>{let r=n[e.type];return r?r(t,e)||e.defaultPrevented:!1})}function QD(t,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let n=e.target;n!=t.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(e))return!1;return!0}function XD(t,e){!y0(t,e)&&vr[e.type]&&(t.editable||!(e.type in Nr))&&vr[e.type](t,e)}Nr.keydown=(t,e)=>{let n=e;if(t.input.shiftKey=n.keyCode==16||n.shiftKey,!r2(t,n)&&(t.input.lastKeyCode=n.keyCode,t.input.lastKeyCodeTime=Date.now(),!(va&&Xn&&n.keyCode==13)))if(n.keyCode!=229&&t.domObserver.forceFlush(),El&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let r=Date.now();t.input.lastIOSEnter=r,t.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{t.input.lastIOSEnter==r&&(t.someProp("handleKeyDown",a=>a(t,to(13,"Enter"))),t.input.lastIOSEnter=0)},200)}else t.someProp("handleKeyDown",r=>r(t,n))||$D(t,n)?n.preventDefault():ui(t,"key")};Nr.keyup=(t,e)=>{e.keyCode==16&&(t.input.shiftKey=!1)};Nr.keypress=(t,e)=>{let n=e;if(r2(t,n)||!n.charCode||n.ctrlKey&&!n.altKey||ss&&n.metaKey)return;if(t.someProp("handleKeyPress",a=>a(t,n))){n.preventDefault();return}let r=t.state.selection;if(!(r instanceof Qe)||!r.$from.sameParent(r.$to)){let a=String.fromCharCode(n.charCode),i=()=>t.state.tr.insertText(a).scrollIntoView();!/[\r\n]/.test(a)&&!t.someProp("handleTextInput",o=>o(t,r.$from.pos,r.$to.pos,a,i))&&t.dispatch(i()),n.preventDefault()}};function Tf(t){return{left:t.clientX,top:t.clientY}}function ZD(t,e){let n=e.x-t.clientX,r=e.y-t.clientY;return n*n+r*r<100}function b0(t,e,n,r,a){if(r==-1)return!1;let i=t.state.doc.resolve(r);for(let o=i.depth+1;o>0;o--)if(t.someProp(e,c=>o>i.depth?c(t,n,i.nodeAfter,i.before(o),a,!0):c(t,n,i.node(o),i.before(o),a,!1)))return!0;return!1}function vl(t,e,n){if(t.focused||t.focus(),t.state.selection.eq(e))return;let r=t.state.tr.setSelection(e);r.setMeta("pointer",!0),t.dispatch(r)}function eL(t,e){if(e==-1)return!1;let n=t.state.doc.resolve(e),r=n.nodeAfter;return r&&r.isAtom&&Ge.isSelectable(r)?(vl(t,new Ge(n)),!0):!1}function tL(t,e){if(e==-1)return!1;let n=t.state.selection,r,a;n instanceof Ge&&(r=n.node);let i=t.state.doc.resolve(e);for(let o=i.depth+1;o>0;o--){let c=o>i.depth?i.nodeAfter:i.node(o);if(Ge.isSelectable(c)){r&&n.$from.depth>0&&o>=n.$from.depth&&i.before(n.$from.depth+1)==n.$from.pos?a=i.before(n.$from.depth):a=i.before(o);break}}return a!=null?(vl(t,Ge.create(t.state.doc,a)),!0):!1}function nL(t,e,n,r,a){return b0(t,"handleClickOn",e,n,r)||t.someProp("handleClick",i=>i(t,e,r))||(a?tL(t,n):eL(t,n))}function rL(t,e,n,r){return b0(t,"handleDoubleClickOn",e,n,r)||t.someProp("handleDoubleClick",a=>a(t,e,r))}function sL(t,e,n,r){return b0(t,"handleTripleClickOn",e,n,r)||t.someProp("handleTripleClick",a=>a(t,e,r))||aL(t,n,r)}function aL(t,e,n){if(n.button!=0)return!1;let r=t.state.doc;if(e==-1)return r.inlineContent?(vl(t,Qe.create(r,0,r.content.size)),!0):!1;let a=r.resolve(e);for(let i=a.depth+1;i>0;i--){let o=i>a.depth?a.nodeAfter:a.node(i),c=a.before(i);if(o.inlineContent)vl(t,Qe.create(r,c+1,c+1+o.content.size));else if(Ge.isSelectable(o))vl(t,Ge.create(r,c));else continue;return!0}}function v0(t){return wh(t)}const n2=ss?"metaKey":"ctrlKey";vr.mousedown=(t,e)=>{let n=e;t.input.shiftKey=n.shiftKey;let r=v0(t),a=Date.now(),i="singleClick";a-t.input.lastClick.time<500&&ZD(n,t.input.lastClick)&&!n[n2]&&t.input.lastClick.button==n.button&&(t.input.lastClick.type=="singleClick"?i="doubleClick":t.input.lastClick.type=="doubleClick"&&(i="tripleClick")),t.input.lastClick={time:a,x:n.clientX,y:n.clientY,type:i,button:n.button};let o=t.posAtCoords(Tf(n));o&&(i=="singleClick"?(t.input.mouseDown&&t.input.mouseDown.done(),t.input.mouseDown=new iL(t,o,n,!!r)):(i=="doubleClick"?rL:sL)(t,o.pos,o.inside,n)?n.preventDefault():ui(t,"pointer"))};class iL{constructor(e,n,r,a){this.view=e,this.pos=n,this.event=r,this.flushed=a,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!r[n2],this.allowDefault=r.shiftKey;let i,o;if(n.inside>-1)i=e.state.doc.nodeAt(n.inside),o=n.inside;else{let f=e.state.doc.resolve(n.pos);i=f.parent,o=f.depth?f.before():0}const c=a?null:r.target,u=c?e.docView.nearestDesc(c,!0):null;this.target=u&&u.nodeDOM.nodeType==1?u.nodeDOM:null;let{selection:h}=e.state;(r.button==0&&i.type.spec.draggable&&i.type.spec.selectable!==!1||h instanceof Ge&&h.from<=o&&h.to>o)&&(this.mightDrag={node:i,pos:o,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&ls&&!this.target.hasAttribute("contentEditable"))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute("contentEditable","false")},20),this.view.domObserver.start()),e.root.addEventListener("mouseup",this.up=this.up.bind(this)),e.root.addEventListener("mousemove",this.move=this.move.bind(this)),ui(e,"pointer")}done(){this.view.root.removeEventListener("mouseup",this.up),this.view.root.removeEventListener("mousemove",this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute("draggable"),this.mightDrag.setUneditable&&this.target.removeAttribute("contentEditable"),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>ka(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let n=this.pos;this.view.state.doc!=this.startDoc&&(n=this.view.posAtCoords(Tf(e))),this.updateAllowDefault(e),this.allowDefault||!n?ui(this.view,"pointer"):nL(this.view,n.pos,n.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||ur&&this.mightDrag&&!this.mightDrag.node.isAtom||Xn&&!this.view.state.selection.visible&&Math.min(Math.abs(n.pos-this.view.state.selection.from),Math.abs(n.pos-this.view.state.selection.to))<=2)?(vl(this.view,rt.near(this.view.state.doc.resolve(n.pos))),e.preventDefault()):ui(this.view,"pointer")}move(e){this.updateAllowDefault(e),ui(this.view,"pointer"),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}}vr.touchstart=t=>{t.input.lastTouch=Date.now(),v0(t),ui(t,"pointer")};vr.touchmove=t=>{t.input.lastTouch=Date.now(),ui(t,"pointer")};vr.contextmenu=t=>v0(t);function r2(t,e){return t.composing?!0:ur&&Math.abs(e.timeStamp-t.input.compositionEndedAt)<500?(t.input.compositionEndedAt=-2e8,!0):!1}const oL=va?5e3:-1;Nr.compositionstart=Nr.compositionupdate=t=>{if(!t.composing){t.domObserver.flush();let{state:e}=t,n=e.selection.$to;if(e.selection instanceof Qe&&(e.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(r=>r.type.spec.inclusive===!1)||Xn&&OS&&lL(t)))t.markCursor=t.state.storedMarks||n.marks(),wh(t,!0),t.markCursor=null;else if(wh(t,!e.selection.empty),ls&&e.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let r=t.domSelectionRange();for(let a=r.focusNode,i=r.focusOffset;a&&a.nodeType==1&&i!=0;){let o=i<0?a.lastChild:a.childNodes[i-1];if(!o)break;if(o.nodeType==3){let c=t.domSelection();c&&c.collapse(o,o.nodeValue.length);break}else a=o,i=-1}}t.input.composing=!0}s2(t,oL)};function lL(t){let{focusNode:e,focusOffset:n}=t.domSelectionRange();if(!e||e.nodeType!=1||n>=e.childNodes.length)return!1;let r=e.childNodes[n];return r.nodeType==1&&r.contentEditable=="false"}Nr.compositionend=(t,e)=>{t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=e.timeStamp,t.input.compositionPendingChanges=t.domObserver.pendingRecords().length?t.input.compositionID:0,t.input.compositionNode=null,t.input.badSafariComposition?t.domObserver.forceFlush():t.input.compositionPendingChanges&&Promise.resolve().then(()=>t.domObserver.flush()),t.input.compositionID++,s2(t,20))};function s2(t,e){clearTimeout(t.input.composingTimeout),e>-1&&(t.input.composingTimeout=setTimeout(()=>wh(t),e))}function a2(t){for(t.composing&&(t.input.composing=!1,t.input.compositionEndedAt=dL());t.input.compositionNodes.length>0;)t.input.compositionNodes.pop().markParentsDirty()}function cL(t){let e=t.domSelectionRange();if(!e.focusNode)return null;let n=tD(e.focusNode,e.focusOffset),r=nD(e.focusNode,e.focusOffset);if(n&&r&&n!=r){let a=r.pmViewDesc,i=t.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!a||!a.isText(r.nodeValue))return r;if(t.input.compositionNode==r){let o=n.pmViewDesc;if(!(!o||!o.isText(n.nodeValue)))return r}}return n||r}function dL(){let t=document.createEvent("Event");return t.initEvent("event",!0,!0),t.timeStamp}function wh(t,e=!1){if(!(va&&t.domObserver.flushingSoon>=0)){if(t.domObserver.forceFlush(),a2(t),e||t.docView&&t.docView.dirty){let n=m0(t),r=t.state.selection;return n&&!n.eq(r)?t.dispatch(t.state.tr.setSelection(n)):(t.markCursor||e)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?t.dispatch(t.state.tr.deleteSelection()):t.updateState(t.state),!0}return!1}}function uL(t,e){if(!t.dom.parentNode)return;let n=t.dom.parentNode.appendChild(document.createElement("div"));n.appendChild(e),n.style.cssText="position: fixed; left: -10000px; top: 10px";let r=getSelection(),a=document.createRange();a.selectNodeContents(e),t.dom.blur(),r.removeAllRanges(),r.addRange(a),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),t.focus()},50)}const sd=Ar&&mi<15||El&&iD<604;vr.copy=Nr.cut=(t,e)=>{let n=e,r=t.state.selection,a=n.type=="cut";if(r.empty)return;let i=sd?null:n.clipboardData,o=r.content(),{dom:c,text:u}=x0(t,o);i?(n.preventDefault(),i.clearData(),i.setData("text/html",c.innerHTML),i.setData("text/plain",u)):uL(t,c),a&&t.dispatch(t.state.tr.deleteSelection().scrollIntoView().setMeta("uiEvent","cut"))};function hL(t){return t.openStart==0&&t.openEnd==0&&t.content.childCount==1?t.content.firstChild:null}function fL(t,e){if(!t.dom.parentNode)return;let n=t.input.shiftKey||t.state.selection.$from.parent.type.spec.code,r=t.dom.parentNode.appendChild(document.createElement(n?"textarea":"div"));n||(r.contentEditable="true"),r.style.cssText="position: fixed; left: -10000px; top: 10px",r.focus();let a=t.input.shiftKey&&t.input.lastKeyCode!=45;setTimeout(()=>{t.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ad(t,r.value,null,a,e):ad(t,r.textContent,r.innerHTML,a,e)},50)}function ad(t,e,n,r,a){let i=YS(t,e,n,r,t.state.selection.$from);if(t.someProp("handlePaste",u=>u(t,a,i||Ie.empty)))return!0;if(!i)return!1;let o=hL(i),c=o?t.state.tr.replaceSelectionWith(o,r):t.state.tr.replaceSelection(i);return t.dispatch(c.scrollIntoView().setMeta("paste",!0).setMeta("uiEvent","paste")),!0}function i2(t){let e=t.getData("text/plain")||t.getData("Text");if(e)return e;let n=t.getData("text/uri-list");return n?n.replace(/\r?\n/g," "):""}Nr.paste=(t,e)=>{let n=e;if(t.composing&&!va)return;let r=sd?null:n.clipboardData,a=t.input.shiftKey&&t.input.lastKeyCode!=45;r&&ad(t,i2(r),r.getData("text/html"),a,n)?n.preventDefault():fL(t,n)};class o2{constructor(e,n,r){this.slice=e,this.move=n,this.node=r}}const pL=ss?"altKey":"ctrlKey";function l2(t,e){let n=t.someProp("dragCopies",r=>!r(e));return n??!e[pL]}vr.dragstart=(t,e)=>{let n=e,r=t.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let a=t.state.selection,i=a.empty?null:t.posAtCoords(Tf(n)),o;if(!(i&&i.pos>=a.from&&i.pos<=(a instanceof Ge?a.to-1:a.to))){if(r&&r.mightDrag)o=Ge.create(t.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let m=t.docView.nearestDesc(n.target,!0);m&&m.node.type.spec.draggable&&m!=t.docView&&(o=Ge.create(t.state.doc,m.posBefore))}}let c=(o||t.state.selection).content(),{dom:u,text:h,slice:f}=x0(t,c);(!n.dataTransfer.files.length||!Xn||PS>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(sd?"Text":"text/html",u.innerHTML),n.dataTransfer.effectAllowed="copyMove",sd||n.dataTransfer.setData("text/plain",h),t.dragging=new o2(f,l2(t,n),o)};vr.dragend=t=>{let e=t.dragging;window.setTimeout(()=>{t.dragging==e&&(t.dragging=null)},50)};Nr.dragover=Nr.dragenter=(t,e)=>e.preventDefault();Nr.drop=(t,e)=>{try{mL(t,e,t.dragging)}finally{t.dragging=null}};function mL(t,e,n){if(!e.dataTransfer)return;let r=t.posAtCoords(Tf(e));if(!r)return;let a=t.state.doc.resolve(r.pos),i=n&&n.slice;i?t.someProp("transformPasted",y=>{i=y(i,t,!1)}):i=YS(t,i2(e.dataTransfer),sd?null:e.dataTransfer.getData("text/html"),!1,a);let o=!!(n&&l2(t,e));if(t.someProp("handleDrop",y=>y(t,e,i||Ie.empty,o))){e.preventDefault();return}if(!i)return;e.preventDefault();let c=i?hS(t.state.doc,a.pos,i):a.pos;c==null&&(c=a.pos);let u=t.state.tr;if(o){let{node:y}=n;y?y.replace(u):u.deleteSelection()}let h=u.mapping.map(c),f=i.openStart==0&&i.openEnd==0&&i.content.childCount==1,m=u.doc;if(f?u.replaceRangeWith(h,h,i.content.firstChild):u.replaceRange(h,h,i),u.doc.eq(m))return;let g=u.doc.resolve(h);if(f&&Ge.isSelectable(i.content.firstChild)&&g.nodeAfter&&g.nodeAfter.sameMarkup(i.content.firstChild))u.setSelection(new Ge(g));else{let y=u.mapping.map(c);u.mapping.maps[u.mapping.maps.length-1].forEach((N,w,v,k)=>y=k),u.setSelection(g0(t,g,u.doc.resolve(y)))}t.focus(),t.dispatch(u.setMeta("uiEvent","drop"))}vr.focus=t=>{t.input.lastFocus=Date.now(),t.focused||(t.domObserver.stop(),t.dom.classList.add("ProseMirror-focused"),t.domObserver.start(),t.focused=!0,setTimeout(()=>{t.docView&&t.hasFocus()&&!t.domObserver.currentSelection.eq(t.domSelectionRange())&&ka(t)},20))};vr.blur=(t,e)=>{let n=e;t.focused&&(t.domObserver.stop(),t.dom.classList.remove("ProseMirror-focused"),t.domObserver.start(),n.relatedTarget&&t.dom.contains(n.relatedTarget)&&t.domObserver.currentSelection.clear(),t.focused=!1)};vr.beforeinput=(t,e)=>{if(Xn&&va&&e.inputType=="deleteContentBackward"){t.domObserver.flushSoon();let{domChangeCount:r}=t.input;setTimeout(()=>{if(t.input.domChangeCount!=r||(t.dom.blur(),t.focus(),t.someProp("handleKeyDown",i=>i(t,to(8,"Backspace")))))return;let{$cursor:a}=t.state.selection;a&&a.pos>0&&t.dispatch(t.state.tr.delete(a.pos-1,a.pos).scrollIntoView())},50)}};for(let t in Nr)vr[t]=Nr[t];function id(t,e){if(t==e)return!0;for(let n in t)if(t[n]!==e[n])return!1;for(let n in e)if(!(n in t))return!1;return!0}class jh{constructor(e,n){this.toDOM=e,this.spec=n||ho,this.side=this.spec.side||0}map(e,n,r,a){let{pos:i,deleted:o}=e.mapResult(n.from+a,this.side<0?-1:1);return o?null:new Mn(i-r,i-r,this)}valid(){return!0}eq(e){return this==e||e instanceof jh&&(this.spec.key&&this.spec.key==e.spec.key||this.toDOM==e.toDOM&&id(this.spec,e.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}}class xi{constructor(e,n){this.attrs=e,this.spec=n||ho}map(e,n,r,a){let i=e.map(n.from+a,this.spec.inclusiveStart?-1:1)-r,o=e.map(n.to+a,this.spec.inclusiveEnd?1:-1)-r;return i>=o?null:new Mn(i,o,this)}valid(e,n){return n.from=e&&(!i||i(c.spec))&&r.push(c.copy(c.from+a,c.to+a))}for(let o=0;oe){let c=this.children[o]+1;this.children[o+2].findInner(e-c,n-c,r,a+c,i)}}map(e,n,r){return this==ar||e.maps.length==0?this:this.mapInner(e,n,0,0,r||ho)}mapInner(e,n,r,a,i){let o;for(let c=0;c{let h=u+r,f;if(f=d2(n,c,h)){for(a||(a=this.children.slice());ic&&m.to=e){this.children[c]==e&&(r=this.children[c+2]);break}let i=e+1,o=i+n.content.size;for(let c=0;ci&&u.type instanceof xi){let h=Math.max(i,u.from)-i,f=Math.min(o,u.to)-i;ha.map(e,n,ho));return si.from(r)}forChild(e,n){if(n.isLeaf)return zt.empty;let r=[];for(let a=0;an instanceof zt)?e:e.reduce((n,r)=>n.concat(r instanceof zt?r:r.members),[]))}}forEachSet(e){for(let n=0;n{let v=w-N-(y-g);for(let k=0;kC+f-m)continue;let E=c[k]+f-m;y>=E?c[k+1]=g<=E?-2:-1:g>=f&&v&&(c[k]+=v,c[k+1]+=v)}m+=v}),f=n.maps[h].map(f,-1)}let u=!1;for(let h=0;h=r.content.size){u=!0;continue}let g=n.map(t[h+1]+i,-1),y=g-a,{index:N,offset:w}=r.content.findIndex(m),v=r.maybeChild(N);if(v&&w==m&&w+v.nodeSize==y){let k=c[h+2].mapInner(n,v,f+1,t[h]+i+1,o);k!=ar?(c[h]=m,c[h+1]=y,c[h+2]=k):(c[h+1]=-2,u=!0)}else u=!0}if(u){let h=xL(c,t,e,n,a,i,o),f=kh(h,r,0,o);e=f.local;for(let m=0;mn&&o.to{let h=d2(t,c,u+n);if(h){i=!0;let f=kh(h,c,n+u+1,r);f!=ar&&a.push(u,u+c.nodeSize,f)}});let o=c2(i?u2(t):t,-n).sort(fo);for(let c=0;c0;)e++;t.splice(e,0,n)}function Zm(t){let e=[];return t.someProp("decorations",n=>{let r=n(t.state);r&&r!=ar&&e.push(r)}),t.cursorWrapper&&e.push(zt.create(t.state.doc,[t.cursorWrapper.deco])),si.from(e)}const yL={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},bL=Ar&&mi<=11;class vL{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}}class NL{constructor(e,n){this.view=e,this.handleDOMChange=n,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new vL,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(r=>{for(let a=0;aa.type=="childList"&&a.removedNodes.length||a.type=="characterData"&&a.oldValue.length>a.target.nodeValue.length)?this.flushSoon():ur&&e.composing&&r.some(a=>a.type=="childList"&&a.target.nodeName=="TR")?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),bL&&(this.onCharData=r=>{this.queue.push({target:r.target,type:"characterData",oldValue:r.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,yL)),this.onCharData&&this.view.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let n=0;nthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener("DOMCharacterDataModified",this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener("selectionchange",this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener("selectionchange",this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(U1(this.view)){if(this.suppressingSelectionUpdates)return ka(this.view);if(Ar&&mi<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&vo(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let n=new Set,r;for(let i=e.focusNode;i;i=Cl(i))n.add(i);for(let i=e.anchorNode;i;i=Cl(i))if(n.has(i)){r=i;break}let a=r&&this.view.docView.nearestDesc(r);if(a&&a.ignoreMutation({type:"selection",target:r.nodeType==3?r.parentNode:r}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let n=this.pendingRecords();n.length&&(this.queue=[]);let r=e.domSelectionRange(),a=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(r)&&U1(e)&&!this.ignoreSelectionChange(r),i=-1,o=-1,c=!1,u=[];if(e.editable)for(let f=0;ff.nodeName=="BR")&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let f of u)if(f.nodeName=="BR"&&f.parentNode){let m=f.nextSibling;m&&m.nodeType==1&&m.contentEditable=="false"&&f.parentNode.removeChild(f)}}else if(ls&&u.length){let f=u.filter(m=>m.nodeName=="BR");if(f.length==2){let[m,g]=f;m.parentNode&&m.parentNode.parentNode==g.parentNode?g.remove():m.remove()}else{let{focusNode:m}=this.currentSelection;for(let g of f){let y=g.parentNode;y&&y.nodeName=="LI"&&(!m||kL(e,m)!=y)&&g.remove()}}}let h=null;i<0&&a&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||a)&&(i>-1&&(e.docView.markDirty(i,o),wL(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,SL(e,u)),this.handleDOMChange(i,o,c,u),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(r)||ka(e),this.currentSelection.set(r))}registerMutation(e,n){if(n.indexOf(e.target)>-1)return null;let r=this.view.docView.nearestDesc(e.target);if(e.type=="attributes"&&(r==this.view.docView||e.attributeName=="contenteditable"||e.attributeName=="style"&&!e.oldValue&&!e.target.getAttribute("style"))||!r||r.ignoreMutation(e))return null;if(e.type=="childList"){for(let f=0;fa;v--){let k=r.childNodes[v-1],C=k.pmViewDesc;if(k.nodeName=="BR"&&!C){i=v;break}if(!C||C.size)break}let m=t.state.doc,g=t.someProp("domParser")||pi.fromSchema(t.state.schema),y=m.resolve(o),N=null,w=g.parse(r,{topNode:y.parent,topMatch:y.parent.contentMatchAt(y.index()),topOpen:!0,from:a,to:i,preserveWhitespace:y.parent.type.whitespace=="pre"?"full":!0,findPositions:h,ruleFromNode:EL,context:y});if(h&&h[0].pos!=null){let v=h[0].pos,k=h[1]&&h[1].pos;k==null&&(k=v),N={anchor:v+o,head:k+o}}return{doc:w,sel:N,from:o,to:c}}function EL(t){let e=t.pmViewDesc;if(e)return e.parseRule();if(t.nodeName=="BR"&&t.parentNode){if(ur&&/^(ul|ol)$/i.test(t.parentNode.nodeName)){let n=document.createElement("div");return n.appendChild(document.createElement("li")),{skip:n}}else if(t.parentNode.lastChild==t||ur&&/^(tr|table)$/i.test(t.parentNode.nodeName))return{ignore:!0}}else if(t.nodeName=="IMG"&&t.getAttribute("mark-placeholder"))return{ignore:!0};return null}const TL=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function ML(t,e,n,r,a){let i=t.input.compositionPendingChanges||(t.composing?t.input.compositionID:0);if(t.input.compositionPendingChanges=0,e<0){let _=t.input.lastSelectionTime>Date.now()-50?t.input.lastSelectionOrigin:null,P=m0(t,_);if(P&&!t.state.selection.eq(P)){if(Xn&&va&&t.input.lastKeyCode===13&&Date.now()-100F(t,to(13,"Enter"))))return;let L=t.state.tr.setSelection(P);_=="pointer"?L.setMeta("pointer",!0):_=="key"&&L.scrollIntoView(),i&&L.setMeta("composition",i),t.dispatch(L)}return}let o=t.state.doc.resolve(e),c=o.sharedDepth(n);e=o.before(c+1),n=t.state.doc.resolve(n).after(c+1);let u=t.state.selection,h=CL(t,e,n),f=t.state.doc,m=f.slice(h.from,h.to),g,y;t.input.lastKeyCode===8&&Date.now()-100Date.now()-225||va)&&a.some(_=>_.nodeType==1&&!TL.test(_.nodeName))&&(!N||N.endA>=N.endB)&&t.someProp("handleKeyDown",_=>_(t,to(13,"Enter")))){t.input.lastIOSEnter=0;return}if(!N)if(r&&u instanceof Qe&&!u.empty&&u.$head.sameParent(u.$anchor)&&!t.composing&&!(h.sel&&h.sel.anchor!=h.sel.head))N={start:u.from,endA:u.to,endB:u.to};else{if(h.sel){let _=rN(t,t.state.doc,h.sel);if(_&&!_.eq(t.state.selection)){let P=t.state.tr.setSelection(_);i&&P.setMeta("composition",i),t.dispatch(P)}}return}t.state.selection.fromt.state.selection.from&&N.start<=t.state.selection.from+2&&t.state.selection.from>=h.from?N.start=t.state.selection.from:N.endA=t.state.selection.to-2&&t.state.selection.to<=h.to&&(N.endB+=t.state.selection.to-N.endA,N.endA=t.state.selection.to)),Ar&&mi<=11&&N.endB==N.start+1&&N.endA==N.start&&N.start>h.from&&h.doc.textBetween(N.start-h.from-1,N.start-h.from+1)=="  "&&(N.start--,N.endA--,N.endB--);let w=h.doc.resolveNoCache(N.start-h.from),v=h.doc.resolveNoCache(N.endB-h.from),k=f.resolve(N.start),C=w.sameParent(v)&&w.parent.inlineContent&&k.end()>=N.endA;if((El&&t.input.lastIOSEnter>Date.now()-225&&(!C||a.some(_=>_.nodeName=="DIV"||_.nodeName=="P"))||!C&&w.pos_(t,to(13,"Enter")))){t.input.lastIOSEnter=0;return}if(t.state.selection.anchor>N.start&&IL(f,N.start,N.endA,w,v)&&t.someProp("handleKeyDown",_=>_(t,to(8,"Backspace")))){va&&Xn&&t.domObserver.suppressSelectionUpdates();return}Xn&&N.endB==N.start&&(t.input.lastChromeDelete=Date.now()),va&&!C&&w.start()!=v.start()&&v.parentOffset==0&&w.depth==v.depth&&h.sel&&h.sel.anchor==h.sel.head&&h.sel.head==N.endA&&(N.endB-=2,v=h.doc.resolveNoCache(N.endB-h.from),setTimeout(()=>{t.someProp("handleKeyDown",function(_){return _(t,to(13,"Enter"))})},20));let E=N.start,T=N.endA,R=_=>{let P=_||t.state.tr.replace(E,T,h.doc.slice(N.start-h.from,N.endB-h.from));if(h.sel){let L=rN(t,P.doc,h.sel);L&&!(Xn&&t.composing&&L.empty&&(N.start!=N.endB||t.input.lastChromeDeleteka(t),20));let _=R(t.state.tr.delete(E,T)),P=f.resolve(N.start).marksAcross(f.resolve(N.endA));P&&_.ensureMarks(P),t.dispatch(_)}else if(N.endA==N.endB&&(D=AL(w.parent.content.cut(w.parentOffset,v.parentOffset),k.parent.content.cut(k.parentOffset,N.endA-k.start())))){let _=R(t.state.tr);D.type=="add"?_.addMark(E,T,D.mark):_.removeMark(E,T,D.mark),t.dispatch(_)}else if(w.parent.child(w.index()).isText&&w.index()==v.index()-(v.textOffset?0:1)){let _=w.parent.textBetween(w.parentOffset,v.parentOffset),P=()=>R(t.state.tr.insertText(_,E,T));t.someProp("handleTextInput",L=>L(t,E,T,_,P))||t.dispatch(P())}else t.dispatch(R());else t.dispatch(R())}function rN(t,e,n){return Math.max(n.anchor,n.head)>e.content.size?null:g0(t,e.resolve(n.anchor),e.resolve(n.head))}function AL(t,e){let n=t.firstChild.marks,r=e.firstChild.marks,a=n,i=r,o,c,u;for(let f=0;ff.mark(c.addToSet(f.marks));else if(a.length==0&&i.length==1)c=i[0],o="remove",u=f=>f.mark(c.removeFromSet(f.marks));else return null;let h=[];for(let f=0;fn||eg(o,!0,!1)0&&(e||t.indexAfter(r)==t.node(r).childCount);)r--,a++,e=!1;if(n){let i=t.node(r).maybeChild(t.indexAfter(r));for(;i&&!i.isLeaf;)i=i.firstChild,a++}return a}function RL(t,e,n,r,a){let i=t.findDiffStart(e,n);if(i==null)return null;let{a:o,b:c}=t.findDiffEnd(e,n+t.size,n+e.size);if(a=="end"){let u=Math.max(0,i-Math.min(o,c));r-=o+u-i}if(o=o?i-r:0;i-=u,i&&i=c?i-r:0;i-=u,i&&i=56320&&e<=57343&&n>=55296&&n<=56319}class h2{constructor(e,n){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new GD,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=n,this.state=n.state,this.directPlugins=n.plugins||[],this.directPlugins.forEach(cN),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement("div"),e&&(e.appendChild?e.appendChild(this.dom):typeof e=="function"?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=oN(this),iN(this),this.nodeViews=lN(this),this.docView=F1(this.state.doc,aN(this),Zm(this),this.dom,this),this.domObserver=new NL(this,(r,a,i,o)=>ML(this,r,a,i,o)),this.domObserver.start(),JD(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let n in e)this._props[n]=e[n];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&rx(this);let n=this._props;this._props=e,e.plugins&&(e.plugins.forEach(cN),this.directPlugins=e.plugins),this.updateStateInner(e.state,n)}setProps(e){let n={};for(let r in this._props)n[r]=this._props[r];n.state=this.state;for(let r in e)n[r]=e[r];this.update(n)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,n){var r;let a=this.state,i=!1,o=!1;e.storedMarks&&this.composing&&(a2(this),o=!0),this.state=e;let c=a.plugins!=e.plugins||this._props.plugins!=n.plugins;if(c||this._props.plugins!=n.plugins||this._props.nodeViews!=n.nodeViews){let y=lN(this);OL(y,this.nodeViews)&&(this.nodeViews=y,i=!0)}(c||n.handleDOMEvents!=this._props.handleDOMEvents)&&rx(this),this.editable=oN(this),iN(this);let u=Zm(this),h=aN(this),f=a.plugins!=e.plugins&&!a.doc.eq(e.doc)?"reset":e.scrollToSelection>a.scrollToSelection?"to selection":"preserve",m=i||!this.docView.matchesNode(e.doc,h,u);(m||!e.selection.eq(a.selection))&&(o=!0);let g=f=="preserve"&&o&&this.dom.style.overflowAnchor==null&&cD(this);if(o){this.domObserver.stop();let y=m&&(Ar||Xn)&&!this.composing&&!a.selection.empty&&!e.selection.empty&&PL(a.selection,e.selection);if(m){let N=Xn?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=cL(this)),(i||!this.docView.update(e.doc,h,u,this))&&(this.docView.updateOuterDeco(h),this.docView.destroy(),this.docView=F1(e.doc,h,u,this.dom,this)),N&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(y=!0)}y||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&PD(this))?ka(this,y):(qS(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(a),!((r=this.dragging)===null||r===void 0)&&r.node&&!a.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,a),f=="reset"?this.dom.scrollTop=0:f=="to selection"?this.scrollToSelection():g&&dD(g)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))){if(!this.someProp("handleScrollToSelection",n=>n(this)))if(this.state.selection instanceof Ge){let n=this.docView.domAfterPos(this.state.selection.from);n.nodeType==1&&P1(this,n.getBoundingClientRect(),e)}else P1(this,this.coordsAtPos(this.state.selection.head,1),e)}}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let n=0;n0&&this.state.doc.nodeAt(i))==r.node&&(a=i)}this.dragging=new o2(e.slice,e.move,a<0?void 0:Ge.create(this.state.doc,a))}someProp(e,n){let r=this._props&&this._props[e],a;if(r!=null&&(a=n?n(r):r))return a;for(let o=0;on.ownerDocument.getSelection()),this._root=n}return e||document}updateRoot(){this._root=null}posAtCoords(e){return gD(this,e)}coordsAtPos(e,n=1){return FS(this,e,n)}domAtPos(e,n=0){return this.docView.domFromPos(e,n)}nodeDOM(e){let n=this.docView.descAt(e);return n?n.nodeDOM:null}posAtDOM(e,n,r=-1){let a=this.docView.posFromDOM(e,n,r);if(a==null)throw new RangeError("DOM position not inside the editor");return a}endOfTextblock(e,n){return ND(this,n||this.state,e)}pasteHTML(e,n){return ad(this,"",e,!1,n||new ClipboardEvent("paste"))}pasteText(e,n){return ad(this,e,null,!0,n||new ClipboardEvent("paste"))}serializeForClipboard(e){return x0(this,e)}destroy(){this.docView&&(YD(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],Zm(this),this),this.dom.textContent=""):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,ZO())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return XD(this,e)}domSelectionRange(){let e=this.domSelection();return e?ur&&this.root.nodeType===11&&sD(this.dom.ownerDocument)==this.dom&&jL(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}}h2.prototype.dispatch=function(t){let e=this._props.dispatchTransaction;e?e.call(this,t):this.updateState(this.state.apply(t))};function aN(t){let e=Object.create(null);return e.class="ProseMirror",e.contenteditable=String(t.editable),t.someProp("attributes",n=>{if(typeof n=="function"&&(n=n(t.state)),n)for(let r in n)r=="class"?e.class+=" "+n[r]:r=="style"?e.style=(e.style?e.style+";":"")+n[r]:!e[r]&&r!="contenteditable"&&r!="nodeName"&&(e[r]=String(n[r]))}),e.translate||(e.translate="no"),[Mn.node(0,t.state.doc.content.size,e)]}function iN(t){if(t.markCursor){let e=document.createElement("img");e.className="ProseMirror-separator",e.setAttribute("mark-placeholder","true"),e.setAttribute("alt",""),t.cursorWrapper={dom:e,deco:Mn.widget(t.state.selection.from,e,{raw:!0,marks:t.markCursor})}}else t.cursorWrapper=null}function oN(t){return!t.someProp("editable",e=>e(t.state)===!1)}function PL(t,e){let n=Math.min(t.$anchor.sharedDepth(t.head),e.$anchor.sharedDepth(e.head));return t.$anchor.start(n)!=e.$anchor.start(n)}function lN(t){let e=Object.create(null);function n(r){for(let a in r)Object.prototype.hasOwnProperty.call(e,a)||(e[a]=r[a])}return t.someProp("nodeViews",n),t.someProp("markViews",n),e}function OL(t,e){let n=0,r=0;for(let a in t){if(t[a]!=e[a])return!0;n++}for(let a in e)r++;return n!=r}function cN(t){if(t.spec.state||t.spec.filterTransaction||t.spec.appendTransaction)throw new RangeError("Plugins passed directly to the view must not have a state component")}var vi={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},Sh={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},DL=typeof navigator<"u"&&/Mac/.test(navigator.platform),LL=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var Qn=0;Qn<10;Qn++)vi[48+Qn]=vi[96+Qn]=String(Qn);for(var Qn=1;Qn<=24;Qn++)vi[Qn+111]="F"+Qn;for(var Qn=65;Qn<=90;Qn++)vi[Qn]=String.fromCharCode(Qn+32),Sh[Qn]=String.fromCharCode(Qn);for(var tg in vi)Sh.hasOwnProperty(tg)||(Sh[tg]=vi[tg]);function _L(t){var e=DL&&t.metaKey&&t.shiftKey&&!t.ctrlKey&&!t.altKey||LL&&t.shiftKey&&t.key&&t.key.length==1||t.key=="Unidentified",n=!e&&t.key||(t.shiftKey?Sh:vi)[t.keyCode]||t.key||"Unidentified";return n=="Esc"&&(n="Escape"),n=="Del"&&(n="Delete"),n=="Left"&&(n="ArrowLeft"),n=="Up"&&(n="ArrowUp"),n=="Right"&&(n="ArrowRight"),n=="Down"&&(n="ArrowDown"),n}const zL=typeof navigator<"u"&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),FL=typeof navigator<"u"&&/Win/.test(navigator.platform);function $L(t){let e=t.split(/-(?!$)/),n=e[e.length-1];n=="Space"&&(n=" ");let r,a,i,o;for(let c=0;c{for(var n in e)HL(t,n,{get:e[n],enumerable:!0})};function Mf(t){const{state:e,transaction:n}=t;let{selection:r}=n,{doc:a}=n,{storedMarks:i}=n;return{...e,apply:e.apply.bind(e),applyTransaction:e.applyTransaction.bind(e),plugins:e.plugins,schema:e.schema,reconfigure:e.reconfigure.bind(e),toJSON:e.toJSON.bind(e),get storedMarks(){return i},get selection(){return r},get doc(){return a},get tr(){return r=n.selection,a=n.doc,i=n.storedMarks,n}}}var Af=class{constructor(t){this.editor=t.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=t.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){const{rawCommands:t,editor:e,state:n}=this,{view:r}=e,{tr:a}=n,i=this.buildProps(a);return Object.fromEntries(Object.entries(t).map(([o,c])=>[o,(...h)=>{const f=c(...h)(i);return!a.getMeta("preventDispatch")&&!this.hasCustomState&&r.dispatch(a),f}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(t,e=!0){const{rawCommands:n,editor:r,state:a}=this,{view:i}=r,o=[],c=!!t,u=t||a.tr,h=()=>(!c&&e&&!u.getMeta("preventDispatch")&&!this.hasCustomState&&i.dispatch(u),o.every(m=>m===!0)),f={...Object.fromEntries(Object.entries(n).map(([m,g])=>[m,(...N)=>{const w=this.buildProps(u,e),v=g(...N)(w);return o.push(v),f}])),run:h};return f}createCan(t){const{rawCommands:e,state:n}=this,r=!1,a=t||n.tr,i=this.buildProps(a,r);return{...Object.fromEntries(Object.entries(e).map(([c,u])=>[c,(...h)=>u(...h)({...i,dispatch:void 0})])),chain:()=>this.createChain(a,r)}}buildProps(t,e=!0){const{rawCommands:n,editor:r,state:a}=this,{view:i}=r,o={tr:t,editor:r,view:i,state:Mf({state:a,transaction:t}),dispatch:e?()=>{}:void 0,chain:()=>this.createChain(t,e),can:()=>this.createCan(t),get commands(){return Object.fromEntries(Object.entries(n).map(([c,u])=>[c,(...h)=>u(...h)(o)]))}};return o}},f2={};k0(f2,{blur:()=>WL,clearContent:()=>UL,clearNodes:()=>KL,command:()=>qL,createParagraphNear:()=>GL,cut:()=>JL,deleteCurrentNode:()=>YL,deleteNode:()=>QL,deleteRange:()=>XL,deleteSelection:()=>ZL,enter:()=>e8,exitCode:()=>t8,extendMarkRange:()=>n8,first:()=>r8,focus:()=>a8,forEach:()=>i8,insertContent:()=>o8,insertContentAt:()=>d8,joinBackward:()=>f8,joinDown:()=>h8,joinForward:()=>p8,joinItemBackward:()=>m8,joinItemForward:()=>g8,joinTextblockBackward:()=>x8,joinTextblockForward:()=>y8,joinUp:()=>u8,keyboardShortcut:()=>v8,lift:()=>N8,liftEmptyBlock:()=>w8,liftListItem:()=>j8,newlineInCode:()=>k8,resetAttributes:()=>S8,scrollIntoView:()=>C8,selectAll:()=>E8,selectNodeBackward:()=>T8,selectNodeForward:()=>M8,selectParentNode:()=>A8,selectTextblockEnd:()=>I8,selectTextblockStart:()=>R8,setContent:()=>P8,setMark:()=>Z8,setMeta:()=>e6,setNode:()=>t6,setNodeSelection:()=>n6,setTextDirection:()=>r6,setTextSelection:()=>s6,sinkListItem:()=>a6,splitBlock:()=>i6,splitListItem:()=>o6,toggleList:()=>l6,toggleMark:()=>c6,toggleNode:()=>d6,toggleWrap:()=>u6,undoInputRule:()=>h6,unsetAllMarks:()=>f6,unsetMark:()=>p6,unsetTextDirection:()=>m6,updateAttributes:()=>g6,wrapIn:()=>x6,wrapInList:()=>y6});var WL=()=>({editor:t,view:e})=>(requestAnimationFrame(()=>{var n;t.isDestroyed||(e.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),UL=(t=!0)=>({commands:e})=>e.setContent("",{emitUpdate:t}),KL=()=>({state:t,tr:e,dispatch:n})=>{const{selection:r}=e,{ranges:a}=r;return n&&a.forEach(({$from:i,$to:o})=>{t.doc.nodesBetween(i.pos,o.pos,(c,u)=>{if(c.type.isText)return;const{doc:h,mapping:f}=e,m=h.resolve(f.map(u)),g=h.resolve(f.map(u+c.nodeSize)),y=m.blockRange(g);if(!y)return;const N=Fl(y);if(c.type.isTextblock){const{defaultType:w}=m.parent.contentMatchAt(m.index());e.setNodeMarkup(y.start,w)}(N||N===0)&&e.lift(y,N)})}),!0},qL=t=>e=>t(e),GL=()=>({state:t,dispatch:e})=>TS(t,e),JL=(t,e)=>({editor:n,tr:r})=>{const{state:a}=n,i=a.doc.slice(t.from,t.to);r.deleteRange(t.from,t.to);const o=r.mapping.map(e);return r.insert(o,i.content),r.setSelection(new Qe(r.doc.resolve(Math.max(o-1,0)))),!0},YL=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,r=n.$anchor.node();if(r.content.size>0)return!1;const a=t.selection.$anchor;for(let i=a.depth;i>0;i-=1)if(a.node(i).type===r.type){if(e){const c=a.before(i),u=a.after(i);t.delete(c,u).scrollIntoView()}return!0}return!1};function kn(t,e){if(typeof t=="string"){if(!e.nodes[t])throw Error(`There is no node type named '${t}'. Maybe you forgot to add the extension?`);return e.nodes[t]}return t}var QL=t=>({tr:e,state:n,dispatch:r})=>{const a=kn(t,n.schema),i=e.selection.$anchor;for(let o=i.depth;o>0;o-=1)if(i.node(o).type===a){if(r){const u=i.before(o),h=i.after(o);e.delete(u,h).scrollIntoView()}return!0}return!1},XL=t=>({tr:e,dispatch:n})=>{const{from:r,to:a}=t;return n&&e.delete(r,a),!0},ZL=()=>({state:t,dispatch:e})=>c0(t,e),e8=()=>({commands:t})=>t.keyboardShortcut("Enter"),t8=()=>({state:t,dispatch:e})=>zO(t,e);function S0(t){return Object.prototype.toString.call(t)==="[object RegExp]"}function Ch(t,e,n={strict:!0}){const r=Object.keys(e);return r.length?r.every(a=>n.strict?e[a]===t[a]:S0(e[a])?e[a].test(t[a]):e[a]===t[a]):!0}function p2(t,e,n={}){return t.find(r=>r.type===e&&Ch(Object.fromEntries(Object.keys(n).map(a=>[a,r.attrs[a]])),n))}function dN(t,e,n={}){return!!p2(t,e,n)}function C0(t,e,n){var r;if(!t||!e)return;let a=t.parent.childAfter(t.parentOffset);if((!a.node||!a.node.marks.some(f=>f.type===e))&&(a=t.parent.childBefore(t.parentOffset)),!a.node||!a.node.marks.some(f=>f.type===e)||(n=n||((r=a.node.marks[0])==null?void 0:r.attrs),!p2([...a.node.marks],e,n)))return;let o=a.index,c=t.start()+a.offset,u=o+1,h=c+a.node.nodeSize;for(;o>0&&dN([...t.parent.child(o-1).marks],e,n);)o-=1,c-=t.parent.child(o).nodeSize;for(;u({tr:n,state:r,dispatch:a})=>{const i=Ta(t,r.schema),{doc:o,selection:c}=n,{$from:u,from:h,to:f}=c;if(a){const m=C0(u,i,e);if(m&&m.from<=h&&m.to>=f){const g=Qe.create(o,m.from,m.to);n.setSelection(g)}}return!0},r8=t=>e=>{const n=typeof t=="function"?t(e):t;for(let r=0;r({editor:n,view:r,tr:a,dispatch:i})=>{e={scrollIntoView:!0,...e};const o=()=>{(Eh()||uN())&&r.dom.focus(),s8()&&!Eh()&&!uN()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),e!=null&&e.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&t===null||t===!1)return!0}catch{return!1}if(i&&t===null&&!m2(n.state.selection))return o(),!0;const c=g2(a.doc,t)||n.state.selection,u=n.state.selection.eq(c);return i&&(u||a.setSelection(c),u&&a.storedMarks&&a.setStoredMarks(a.storedMarks),o()),!0},i8=(t,e)=>n=>t.every((r,a)=>e(r,{...n,index:a})),o8=(t,e)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},t,e),x2=t=>{const e=t.childNodes;for(let n=e.length-1;n>=0;n-=1){const r=e[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?t.removeChild(r):r.nodeType===1&&x2(r)}return t};function _u(t){if(typeof window>"u")throw new Error("[tiptap error]: there is no window object available, so this function cannot be used");const e=`${t}`,n=new window.DOMParser().parseFromString(e,"text/html").body;return x2(n)}function od(t,e,n){if(t instanceof wa||t instanceof xe)return t;n={slice:!0,parseOptions:{},...n};const r=typeof t=="object"&&t!==null,a=typeof t=="string";if(r)try{if(Array.isArray(t)&&t.length>0)return xe.fromArray(t.map(c=>e.nodeFromJSON(c)));const o=e.nodeFromJSON(t);return n.errorOnInvalidContent&&o.check(),o}catch(i){if(n.errorOnInvalidContent)throw new Error("[tiptap error]: Invalid JSON content",{cause:i});return console.warn("[tiptap warn]: Invalid content.","Passed value:",t,"Error:",i),od("",e,n)}if(a){if(n.errorOnInvalidContent){let o=!1,c="";const u=new tS({topNode:e.spec.topNode,marks:e.spec.marks,nodes:e.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:"inline*",group:"block",parseDOM:[{tag:"*",getAttrs:h=>(o=!0,c=typeof h=="string"?h:h.outerHTML,null)}]}})});if(n.slice?pi.fromSchema(u).parseSlice(_u(t),n.parseOptions):pi.fromSchema(u).parse(_u(t),n.parseOptions),n.errorOnInvalidContent&&o)throw new Error("[tiptap error]: Invalid HTML content",{cause:new Error(`Invalid element found: ${c}`)})}const i=pi.fromSchema(e);return n.slice?i.parseSlice(_u(t),n.parseOptions).content:i.parse(_u(t),n.parseOptions)}return od("",e,n)}function l8(t,e,n){const r=t.steps.length-1;if(r{o===0&&(o=f)}),t.setSelection(rt.near(t.doc.resolve(o),n))}var c8=t=>!("type"in t),d8=(t,e,n)=>({tr:r,dispatch:a,editor:i})=>{var o;if(a){n={parseOptions:i.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let c;const u=v=>{i.emit("contentError",{editor:i,error:v,disableCollaboration:()=>{"collaboration"in i.storage&&typeof i.storage.collaboration=="object"&&i.storage.collaboration&&(i.storage.collaboration.isDisabled=!0)}})},h={preserveWhitespace:"full",...n.parseOptions};if(!n.errorOnInvalidContent&&!i.options.enableContentCheck&&i.options.emitContentError)try{od(e,i.schema,{parseOptions:h,errorOnInvalidContent:!0})}catch(v){u(v)}try{c=od(e,i.schema,{parseOptions:h,errorOnInvalidContent:(o=n.errorOnInvalidContent)!=null?o:i.options.enableContentCheck})}catch(v){return u(v),!1}let{from:f,to:m}=typeof t=="number"?{from:t,to:t}:{from:t.from,to:t.to},g=!0,y=!0;if((c8(c)?c:[c]).forEach(v=>{v.check(),g=g?v.isText&&v.marks.length===0:!1,y=y?v.isBlock:!1}),f===m&&y){const{parent:v}=r.doc.resolve(f);v.isTextblock&&!v.type.spec.code&&!v.childCount&&(f-=1,m+=1)}let w;if(g){if(Array.isArray(e))w=e.map(v=>v.text||"").join("");else if(e instanceof xe){let v="";e.forEach(k=>{k.text&&(v+=k.text)}),w=v}else typeof e=="object"&&e&&e.text?w=e.text:w=e;r.insertText(w,f,m)}else{w=c;const v=r.doc.resolve(f),k=v.node(),C=v.parentOffset===0,E=k.isText||k.isTextblock,T=k.content.size>0;C&&E&&T&&(f=Math.max(0,f-1)),r.replaceWith(f,m,w)}n.updateSelection&&l8(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta("applyInputRules",{from:f,text:w}),n.applyPasteRules&&r.setMeta("applyPasteRules",{from:f,text:w})}return!0},u8=()=>({state:t,dispatch:e})=>DO(t,e),h8=()=>({state:t,dispatch:e})=>LO(t,e),f8=()=>({state:t,dispatch:e})=>NS(t,e),p8=()=>({state:t,dispatch:e})=>SS(t,e),m8=()=>({state:t,dispatch:e,tr:n})=>{try{const r=jf(t.doc,t.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},g8=()=>({state:t,dispatch:e,tr:n})=>{try{const r=jf(t.doc,t.selection.$from.pos,1);return r==null?!1:(n.join(r,2),e&&e(n),!0)}catch{return!1}},x8=()=>({state:t,dispatch:e})=>PO(t,e),y8=()=>({state:t,dispatch:e})=>OO(t,e);function y2(){return typeof navigator<"u"?/Mac/.test(navigator.platform):!1}function b8(t){const e=t.split(/-(?!$)/);let n=e[e.length-1];n==="Space"&&(n=" ");let r,a,i,o;for(let c=0;c({editor:e,view:n,tr:r,dispatch:a})=>{const i=b8(t).split(/-(?!$)/),o=i.find(h=>!["Alt","Ctrl","Meta","Shift"].includes(h)),c=new KeyboardEvent("keydown",{key:o==="Space"?" ":o,altKey:i.includes("Alt"),ctrlKey:i.includes("Ctrl"),metaKey:i.includes("Meta"),shiftKey:i.includes("Shift"),bubbles:!0,cancelable:!0}),u=e.captureTransaction(()=>{n.someProp("handleKeyDown",h=>h(n,c))});return u==null||u.steps.forEach(h=>{const f=h.map(r.mapping);f&&a&&r.maybeStep(f)}),!0};function Ni(t,e,n={}){const{from:r,to:a,empty:i}=t.selection,o=e?kn(e,t.schema):null,c=[];t.doc.nodesBetween(r,a,(m,g)=>{if(m.isText)return;const y=Math.max(r,g),N=Math.min(a,g+m.nodeSize);c.push({node:m,from:y,to:N})});const u=a-r,h=c.filter(m=>o?o.name===m.node.type.name:!0).filter(m=>Ch(m.node.attrs,n,{strict:!1}));return i?!!h.length:h.reduce((m,g)=>m+g.to-g.from,0)>=u}var N8=(t,e={})=>({state:n,dispatch:r})=>{const a=kn(t,n.schema);return Ni(n,a,e)?_O(n,r):!1},w8=()=>({state:t,dispatch:e})=>MS(t,e),j8=t=>({state:e,dispatch:n})=>{const r=kn(t,e.schema);return JO(r)(e,n)},k8=()=>({state:t,dispatch:e})=>ES(t,e);function If(t,e){return e.nodes[t]?"node":e.marks[t]?"mark":null}function hN(t,e){const n=typeof e=="string"?[e]:e;return Object.keys(t).reduce((r,a)=>(n.includes(a)||(r[a]=t[a]),r),{})}var S8=(t,e)=>({tr:n,state:r,dispatch:a})=>{let i=null,o=null;const c=If(typeof t=="string"?t:t.name,r.schema);if(!c)return!1;c==="node"&&(i=kn(t,r.schema)),c==="mark"&&(o=Ta(t,r.schema));let u=!1;return n.selection.ranges.forEach(h=>{r.doc.nodesBetween(h.$from.pos,h.$to.pos,(f,m)=>{i&&i===f.type&&(u=!0,a&&n.setNodeMarkup(m,void 0,hN(f.attrs,e))),o&&f.marks.length&&f.marks.forEach(g=>{o===g.type&&(u=!0,a&&n.addMark(m,m+f.nodeSize,o.create(hN(g.attrs,e))))})})}),u},C8=()=>({tr:t,dispatch:e})=>(e&&t.scrollIntoView(),!0),E8=()=>({tr:t,dispatch:e})=>{if(e){const n=new Vr(t.doc);t.setSelection(n)}return!0},T8=()=>({state:t,dispatch:e})=>jS(t,e),M8=()=>({state:t,dispatch:e})=>CS(t,e),A8=()=>({state:t,dispatch:e})=>BO(t,e),I8=()=>({state:t,dispatch:e})=>WO(t,e),R8=()=>({state:t,dispatch:e})=>HO(t,e);function sx(t,e,n={},r={}){return od(t,e,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var P8=(t,{errorOnInvalidContent:e,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:a,tr:i,dispatch:o,commands:c})=>{const{doc:u}=i;if(r.preserveWhitespace!=="full"){const h=sx(t,a.schema,r,{errorOnInvalidContent:e??a.options.enableContentCheck});return o&&i.replaceWith(0,u.content.size,h).setMeta("preventUpdate",!n),!0}return o&&i.setMeta("preventUpdate",!n),c.insertContentAt({from:0,to:u.content.size},t,{parseOptions:r,errorOnInvalidContent:e??a.options.enableContentCheck})};function b2(t,e){const n=Ta(e,t.schema),{from:r,to:a,empty:i}=t.selection,o=[];i?(t.storedMarks&&o.push(...t.storedMarks),o.push(...t.selection.$head.marks())):t.doc.nodesBetween(r,a,u=>{o.push(...u.marks)});const c=o.find(u=>u.type.name===n.name);return c?{...c.attrs}:{}}function v2(t,e){const n=new o0(t);return e.forEach(r=>{r.steps.forEach(a=>{n.step(a)})}),n}function O8(t){for(let e=0;e{n(a)&&r.push({node:a,pos:i})}),r}function N2(t,e){for(let n=t.depth;n>0;n-=1){const r=t.node(n);if(e(r))return{pos:n>0?t.before(n):0,start:t.start(n),depth:n,node:r}}}function Rf(t){return e=>N2(e.$from,t)}function We(t,e,n){return t.config[e]===void 0&&t.parent?We(t.parent,e,n):typeof t.config[e]=="function"?t.config[e].bind({...n,parent:t.parent?We(t.parent,e,n):null}):t.config[e]}function E0(t){return t.map(e=>{const n={name:e.name,options:e.options,storage:e.storage},r=We(e,"addExtensions",n);return r?[e,...E0(r())]:e}).flat(10)}function T0(t,e){const n=To.fromSchema(e).serializeFragment(t),a=document.implementation.createHTMLDocument().createElement("div");return a.appendChild(n),a.innerHTML}function w2(t){return typeof t=="function"}function jt(t,e=void 0,...n){return w2(t)?e?t.bind(e)(...n):t(...n):t}function L8(t={}){return Object.keys(t).length===0&&t.constructor===Object}function Tl(t){const e=t.filter(a=>a.type==="extension"),n=t.filter(a=>a.type==="node"),r=t.filter(a=>a.type==="mark");return{baseExtensions:e,nodeExtensions:n,markExtensions:r}}function j2(t){const e=[],{nodeExtensions:n,markExtensions:r}=Tl(t),a=[...n,...r],i={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(h=>h.name!=="text").map(h=>h.name),c=r.map(h=>h.name),u=[...o,...c];return t.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage,extensions:a},m=We(h,"addGlobalAttributes",f);if(!m)return;m().forEach(y=>{let N;Array.isArray(y.types)?N=y.types:y.types==="*"?N=u:y.types==="nodes"?N=o:y.types==="marks"?N=c:N=[],N.forEach(w=>{Object.entries(y.attributes).forEach(([v,k])=>{e.push({type:w,name:v,attribute:{...i,...k}})})})})}),a.forEach(h=>{const f={name:h.name,options:h.options,storage:h.storage},m=We(h,"addAttributes",f);if(!m)return;const g=m();Object.entries(g).forEach(([y,N])=>{const w={...i,...N};typeof(w==null?void 0:w.default)=="function"&&(w.default=w.default()),w!=null&&w.isRequired&&(w==null?void 0:w.default)===void 0&&delete w.default,e.push({type:h.name,name:y,attribute:w})})}),e}function _8(t){const e=[];let n="",r=!1,a=!1,i=0;const o=t.length;for(let c=0;c0){i-=1,n+=u;continue}if(u===";"&&i===0){e.push(n),n="";continue}}n+=u}return n&&e.push(n),e}function fN(t){const e=[],n=_8(t||""),r=n.length;for(let a=0;a!!e).reduce((e,n)=>{const r={...e};return Object.entries(n).forEach(([a,i])=>{if(!r[a]){r[a]=i;return}if(a==="class"){const c=i?String(i).split(" "):[],u=r[a]?r[a].split(" "):[],h=c.filter(f=>!u.includes(f));r[a]=[...u,...h].join(" ")}else if(a==="style"){const c=new Map([...fN(r[a]),...fN(i)]);r[a]=Array.from(c.entries()).map(([u,h])=>`${u}: ${h}`).join("; ")}else r[a]=i}),r},{})}function ld(t,e){return e.filter(n=>n.type===t.type.name).filter(n=>n.attribute.rendered).map(n=>n.attribute.renderHTML?n.attribute.renderHTML(t.attrs)||{}:{[n.name]:t.attrs[n.name]}).reduce((n,r)=>kt(n,r),{})}function z8(t){return typeof t!="string"?t:t.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(t):t==="true"?!0:t==="false"?!1:t}function pN(t,e){return"style"in t?t:{...t,getAttrs:n=>{const r=t.getAttrs?t.getAttrs(n):t.attrs;if(r===!1)return!1;const a=e.reduce((i,o)=>{const c=o.attribute.parseHTML?o.attribute.parseHTML(n):z8(n.getAttribute(o.name));return c==null?i:{...i,[o.name]:c}},{});return{...r,...a}}}}function mN(t){return Object.fromEntries(Object.entries(t).filter(([e,n])=>e==="attrs"&&L8(n)?!1:n!=null))}function gN(t){var e,n;const r={};return!((e=t==null?void 0:t.attribute)!=null&&e.isRequired)&&"default"in((t==null?void 0:t.attribute)||{})&&(r.default=t.attribute.default),((n=t==null?void 0:t.attribute)==null?void 0:n.validate)!==void 0&&(r.validate=t.attribute.validate),[t.name,r]}function F8(t,e){var n;const r=j2(t),{nodeExtensions:a,markExtensions:i}=Tl(t),o=(n=a.find(h=>We(h,"topNode")))==null?void 0:n.name,c=Object.fromEntries(a.map(h=>{const f=r.filter(k=>k.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},g=t.reduce((k,C)=>{const E=We(C,"extendNodeSchema",m);return{...k,...E?E(h):{}}},{}),y=mN({...g,content:jt(We(h,"content",m)),marks:jt(We(h,"marks",m)),group:jt(We(h,"group",m)),inline:jt(We(h,"inline",m)),atom:jt(We(h,"atom",m)),selectable:jt(We(h,"selectable",m)),draggable:jt(We(h,"draggable",m)),code:jt(We(h,"code",m)),whitespace:jt(We(h,"whitespace",m)),linebreakReplacement:jt(We(h,"linebreakReplacement",m)),defining:jt(We(h,"defining",m)),isolating:jt(We(h,"isolating",m)),attrs:Object.fromEntries(f.map(gN))}),N=jt(We(h,"parseHTML",m));N&&(y.parseDOM=N.map(k=>pN(k,f)));const w=We(h,"renderHTML",m);w&&(y.toDOM=k=>w({node:k,HTMLAttributes:ld(k,f)}));const v=We(h,"renderText",m);return v&&(y.toText=v),[h.name,y]})),u=Object.fromEntries(i.map(h=>{const f=r.filter(v=>v.type===h.name),m={name:h.name,options:h.options,storage:h.storage,editor:e},g=t.reduce((v,k)=>{const C=We(k,"extendMarkSchema",m);return{...v,...C?C(h):{}}},{}),y=mN({...g,inclusive:jt(We(h,"inclusive",m)),excludes:jt(We(h,"excludes",m)),group:jt(We(h,"group",m)),spanning:jt(We(h,"spanning",m)),code:jt(We(h,"code",m)),attrs:Object.fromEntries(f.map(gN))}),N=jt(We(h,"parseHTML",m));N&&(y.parseDOM=N.map(v=>pN(v,f)));const w=We(h,"renderHTML",m);return w&&(y.toDOM=v=>w({mark:v,HTMLAttributes:ld(v,f)})),[h.name,y]}));return new tS({topNode:o,nodes:c,marks:u})}function $8(t){const e=t.filter((n,r)=>t.indexOf(n)!==r);return Array.from(new Set(e))}function Hc(t){return t.sort((n,r)=>{const a=We(n,"priority")||100,i=We(r,"priority")||100;return a>i?-1:ar.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(r=>`'${r}'`).join(", ")}]. This can lead to issues.`),e}function S2(t,e,n){const{from:r,to:a}=e,{blockSeparator:i=` -`,textSerializers:o={}}=n||{};let c="";return t.nodesBetween(r,a,(u,h,f,m)=>{var g;u.isBlock&&h>r&&(c+=i);const y=o==null?void 0:o[u.type.name];if(y)return f&&(c+=y({node:u,pos:h,parent:f,index:m,range:e})),!1;u.isText&&(c+=(g=u==null?void 0:u.text)==null?void 0:g.slice(Math.max(r,h)-h,a-h))}),c}function $8(t,e){const n={from:0,to:t.content.size};return k2(t,n,e)}function S2(t){return Object.fromEntries(Object.entries(t.nodes).filter(([,e])=>e.spec.toText).map(([e,n])=>[e,n.spec.toText]))}function B8(t,e){const n=kn(e,t.schema),{from:r,to:a}=t.selection,i=[];t.doc.nodesBetween(r,a,c=>{i.push(c)});const o=i.reverse().find(c=>c.type.name===n.name);return o?{...o.attrs}:{}}function C2(t,e){const n=If(typeof e=="string"?e:e.name,t.schema);return n==="node"?B8(t,e):n==="mark"?y2(t,e):{}}function V8(t,e=JSON.stringify){const n={};return t.filter(r=>{const a=e(r);return Object.prototype.hasOwnProperty.call(n,a)?!1:n[a]=!0})}function H8(t){const e=V8(t);return e.length===1?e:e.filter((n,r)=>!e.filter((i,o)=>o!==r).some(i=>n.oldRange.from>=i.oldRange.from&&n.oldRange.to<=i.oldRange.to&&n.newRange.from>=i.newRange.from&&n.newRange.to<=i.newRange.to))}function E2(t){const{mapping:e,steps:n}=t,r=[];return e.maps.forEach((a,i)=>{const o=[];if(a.ranges.length)a.forEach((c,u)=>{o.push({from:c,to:u})});else{const{from:c,to:u}=n[i];if(c===void 0||u===void 0)return;o.push({from:c,to:u})}o.forEach(({from:c,to:u})=>{const h=e.slice(i).map(c,-1),f=e.slice(i).map(u),m=e.invert().map(h,-1),g=e.invert().map(f);r.push({oldRange:{from:m,to:g},newRange:{from:h,to:f}})})}),H8(r)}function M0(t,e,n){const r=[];return t===e?n.resolve(t).marks().forEach(a=>{const i=n.resolve(t),o=C0(i,a.type);o&&r.push({mark:a,...o})}):n.nodesBetween(t,e,(a,i)=>{!a||(a==null?void 0:a.nodeSize)===void 0||r.push(...a.marks.map(o=>({from:i,to:i+a.nodeSize,mark:o})))}),r}var W8=(t,e,n,r=20)=>{const a=t.doc.resolve(n);let i=r,o=null;for(;i>0&&o===null;){const c=a.node(i);(c==null?void 0:c.type.name)===e?o=c:i-=1}return[o,i]};function Ec(t,e){return e.nodes[t]||e.marks[t]||null}function th(t,e,n){return Object.fromEntries(Object.entries(n).filter(([r])=>{const a=t.find(i=>i.type===e&&i.name===r);return a?a.attribute.keepOnSplit:!1}))}var U8=(t,e=500)=>{let n="";const r=t.parentOffset;return t.parent.nodesBetween(Math.max(0,r-e),r,(a,i,o,c)=>{var u,h;const f=((h=(u=a.type.spec).toText)==null?void 0:h.call(u,{node:a,pos:i,parent:o,index:c}))||a.textContent||"%leaf%";n+=a.isAtom&&!a.isText?f:f.slice(0,Math.max(0,r-i))}),n};function ax(t,e,n={}){const{empty:r,ranges:a}=t.selection,i=e?Ta(e,t.schema):null;if(r)return!!(t.storedMarks||t.selection.$from.marks()).filter(m=>i?i.name===m.type.name:!0).find(m=>Ch(m.attrs,n,{strict:!1}));let o=0;const c=[];if(a.forEach(({$from:m,$to:g})=>{const y=m.pos,N=g.pos;t.doc.nodesBetween(y,N,(w,v)=>{if(i&&w.inlineContent&&!w.type.allowsMarkType(i))return!1;if(!w.isText&&!w.marks.length)return;const k=Math.max(y,v),C=Math.min(N,v+w.nodeSize),E=C-k;o+=E,c.push(...w.marks.map(T=>({mark:T,from:k,to:C})))})}),o===0)return!1;const u=c.filter(m=>i?i.name===m.mark.type.name:!0).filter(m=>Ch(m.mark.attrs,n,{strict:!1})).reduce((m,g)=>m+g.to-g.from,0),h=c.filter(m=>i?m.mark.type!==i&&m.mark.type.excludes(i):!0).reduce((m,g)=>m+g.to-g.from,0);return(u>0?u+h:u)>=o}function K8(t,e,n={}){if(!e)return Ni(t,null,n)||ax(t,null,n);const r=If(e,t.schema);return r==="node"?Ni(t,e,n):r==="mark"?ax(t,e,n):!1}var q8=(t,e)=>{const{$from:n,$to:r,$anchor:a}=t.selection;if(e){const i=Rf(c=>c.type.name===e)(t.selection);if(!i)return!1;const o=t.doc.resolve(i.pos+1);return a.pos+1===o.end()}return!(r.parentOffset{const{$from:e,$to:n}=t.selection;return!(e.parentOffset>0||e.pos!==n.pos)};function xN(t,e){return Array.isArray(e)?e.some(n=>(typeof n=="string"?n:n.name)===t.name):e}function yN(t,e){const{nodeExtensions:n}=Tl(e),r=n.find(o=>o.name===t);if(!r)return!1;const a={name:r.name,options:r.options,storage:r.storage},i=jt(We(r,"group",a));return typeof i!="string"?!1:i.split(" ").includes("list")}function Pf(t,{checkChildren:e=!0,ignoreWhitespace:n=!1}={}){var r;if(n){if(t.type.name==="hardBreak")return!0;if(t.isText)return/^\s*$/m.test((r=t.text)!=null?r:"")}if(t.isText)return!t.text;if(t.isAtom||t.isLeaf)return!1;if(t.content.childCount===0)return!0;if(e){let a=!0;return t.content.forEach(i=>{a!==!1&&(Pf(i,{ignoreWhitespace:n,checkChildren:e})||(a=!1))}),a}return!1}function T2(t){return t instanceof Ge}var M2=class A2{constructor(e){this.position=e}static fromJSON(e){return new A2(e.position)}toJSON(){return{position:this.position}}};function J8(t,e){const n=e.mapping.mapResult(t.position);return{position:new M2(n.pos),mapResult:n}}function Y8(t){return new M2(t)}function Q8(t,e,n){var r;const{selection:a}=e;let i=null;if(p2(a)&&(i=a.$cursor),i){const c=(r=t.storedMarks)!=null?r:i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(c)||!c.some(h=>h.type.excludes(n)))}const{ranges:o}=a;return o.some(({$from:c,$to:u})=>{let h=c.depth===0?t.doc.inlineContent&&t.doc.type.allowsMarkType(n):!1;return t.doc.nodesBetween(c.pos,u.pos,(f,m,g)=>{if(h)return!1;if(f.isInline){const y=!g||g.type.allowsMarkType(n),N=!!n.isInSet(f.marks)||!f.marks.some(w=>w.type.excludes(n));h=y&&N}return!h}),h})}var X8=(t,e={})=>({tr:n,state:r,dispatch:a})=>{const{selection:i}=n,{empty:o,ranges:c}=i,u=Ta(t,r.schema);if(a)if(o){const h=y2(r,u);n.addStoredMark(u.create({...h,...e}))}else c.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;r.doc.nodesBetween(f,m,(g,y)=>{const N=Math.max(y,f),w=Math.min(y+g.nodeSize,m);g.marks.find(k=>k.type===u)?g.marks.forEach(k=>{u===k.type&&n.addMark(N,w,u.create({...k.attrs,...e}))}):n.addMark(N,w,u.create(e))})});return Q8(r,n,u)},Z8=(t,e)=>({tr:n})=>(n.setMeta(t,e),!0),e6=(t,e={})=>({state:n,dispatch:r,chain:a})=>{const i=kn(t,n.schema);let o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),i.isTextblock?a().command(({commands:c})=>A1(i,{...o,...e})(n)?!0:c.clearNodes()).command(({state:c})=>A1(i,{...o,...e})(c,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},t6=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,a=io(t,0,r.content.size),i=Ge.create(r,a);e.setSelection(i)}return!0},n6=(t,e)=>({tr:n,state:r,dispatch:a})=>{const{selection:i}=r;let o,c;return typeof e=="number"?(o=e,c=e):e&&"from"in e&&"to"in e?(o=e.from,c=e.to):(o=i.from,c=i.to),a&&n.doc.nodesBetween(o,c,(u,h)=>{u.isText||n.setNodeMarkup(h,void 0,{...u.attrs,dir:t})}),!0},r6=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,{from:a,to:i}=typeof t=="number"?{from:t,to:t}:t,o=Qe.atStart(r).from,c=Qe.atEnd(r).to,u=io(a,o,c),h=io(i,o,c),f=Qe.create(r,u,h);e.setSelection(f)}return!0},s6=t=>({state:e,dispatch:n})=>{const r=kn(t,e.schema);return QO(r)(e,n)};function bN(t,e){const n=t.storedMarks||t.selection.$to.parentOffset&&t.selection.$from.marks();if(n){const r=n.filter(a=>e==null?void 0:e.includes(a.type.name));t.tr.ensureMarks(r)}}var a6=({keepMarks:t=!0}={})=>({tr:e,state:n,dispatch:r,editor:a})=>{const{selection:i,doc:o}=e,{$from:c,$to:u}=i,h=a.extensionManager.attributes,f=th(h,c.node().type.name,c.node().attrs);if(i instanceof Ge&&i.node.isBlock)return!c.parentOffset||!ja(o,c.pos)?!1:(r&&(t&&bN(n,a.extensionManager.splittableMarks),e.split(c.pos).scrollIntoView()),!0);if(!c.parent.isBlock)return!1;const m=u.parentOffset===u.parent.content.size,g=c.depth===0?void 0:P8(c.node(-1).contentMatchAt(c.indexAfter(-1)));let y=m&&g?[{type:g,attrs:f}]:void 0,N=ja(e.doc,e.mapping.map(c.pos),1,y);if(!y&&!N&&ja(e.doc,e.mapping.map(c.pos),1,g?[{type:g}]:void 0)&&(N=!0,y=g?[{type:g,attrs:f}]:void 0),r){if(N&&(i instanceof Qe&&e.deleteSelection(),e.split(e.mapping.map(c.pos),1,y),g&&!m&&!c.parentOffset&&c.parent.type!==g)){const w=e.mapping.map(c.before()),v=e.doc.resolve(w);c.node(-1).canReplaceWith(v.index(),v.index()+1,g)&&e.setNodeMarkup(e.mapping.map(c.before()),g)}t&&bN(n,a.extensionManager.splittableMarks),e.scrollIntoView()}return N},i6=(t,e={})=>({tr:n,state:r,dispatch:a,editor:i})=>{var o;const c=kn(t,r.schema),{$from:u,$to:h}=r.selection,f=r.selection.node;if(f&&f.isBlock||u.depth<2||!u.sameParent(h))return!1;const m=u.node(-1);if(m.type!==c)return!1;const g=i.extensionManager.attributes;if(u.parent.content.size===0&&u.node(-1).childCount===u.indexAfter(-1)){if(u.depth===2||u.node(-3).type!==c||u.index(-2)!==u.node(-2).childCount-1)return!1;if(a){let k=xe.empty;const C=u.index(-1)?1:u.index(-2)?2:3;for(let P=u.depth-C;P>=u.depth-3;P-=1)k=xe.from(u.node(P).copy(k));const E=u.indexAfter(-1){if(_>-1)return!1;P.isTextblock&&P.content.size===0&&(_=L+1)}),_>-1&&n.setSelection(Qe.near(n.doc.resolve(_))),n.scrollIntoView()}return!0}const y=h.pos===u.end()?m.contentMatchAt(0).defaultType:null,N={...th(g,m.type.name,m.attrs),...e},w={...th(g,u.node().type.name,u.node().attrs),...e};n.delete(u.pos,h.pos);const v=y?[{type:c,attrs:N},{type:y,attrs:w}]:[{type:c,attrs:N}];if(!ja(n.doc,u.pos,2))return!1;if(a){const{selection:k,storedMarks:C}=r,{splittableMarks:E}=i.extensionManager,T=C||k.$to.parentOffset&&k.$from.marks();if(n.split(u.pos,2,v).scrollIntoView(),!T||!a)return!0;const R=T.filter(D=>E.includes(D.type.name));n.ensureMarks(R)}return!0},rg=(t,e)=>{const n=Rf(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;const a=t.doc.nodeAt(r);return n.node.type===(a==null?void 0:a.type)&&Ti(t.doc,n.pos)&&t.join(n.pos),!0},sg=(t,e)=>{const n=Rf(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;const a=t.doc.nodeAt(r);return n.node.type===(a==null?void 0:a.type)&&Ti(t.doc,r)&&t.join(r),!0},o6=(t,e,n,r={})=>({editor:a,tr:i,state:o,dispatch:c,chain:u,commands:h,can:f})=>{const{extensions:m,splittableMarks:g}=a.extensionManager,y=kn(t,o.schema),N=kn(e,o.schema),{selection:w,storedMarks:v}=o,{$from:k,$to:C}=w,E=k.blockRange(C),T=v||w.$to.parentOffset&&w.$from.marks();if(!E)return!1;const R=Rf(D=>yN(D.type.name,m))(w);if(E.depth>=1&&R&&E.depth-R.depth<=1){if(R.node.type===y)return h.liftListItem(N);if(yN(R.node.type.name,m)&&y.validContent(R.node.content)&&c)return u().command(()=>(i.setNodeMarkup(R.pos,y),!0)).command(()=>rg(i,y)).command(()=>sg(i,y)).run()}return!n||!T||!c?u().command(()=>f().wrapInList(y,r)?!0:h.clearNodes()).wrapInList(y,r).command(()=>rg(i,y)).command(()=>sg(i,y)).run():u().command(()=>{const D=f().wrapInList(y,r),_=T.filter(P=>g.includes(P.type.name));return i.ensureMarks(_),D?!0:h.clearNodes()}).wrapInList(y,r).command(()=>rg(i,y)).command(()=>sg(i,y)).run()},l6=(t,e={},n={})=>({state:r,commands:a})=>{const{extendEmptyMarkRange:i=!1}=n,o=Ta(t,r.schema);return ax(r,o,e)?a.unsetMark(o,{extendEmptyMarkRange:i}):a.setMark(o,e)},c6=(t,e,n={})=>({state:r,commands:a})=>{const i=kn(t,r.schema),o=kn(e,r.schema),c=Ni(r,i,n);let u;return r.selection.$anchor.sameParent(r.selection.$head)&&(u=r.selection.$anchor.parent.attrs),c?a.setNode(o,u):a.setNode(i,{...u,...n})},d6=(t,e={})=>({state:n,commands:r})=>{const a=kn(t,n.schema);return Ni(n,a,e)?r.lift(a):r.wrapIn(a,e)},u6=()=>({state:t,dispatch:e})=>{const n=t.plugins;for(let r=0;r=0;u-=1)o.step(c.steps[u].invert(c.docs[u]));if(i.text){const u=o.doc.resolve(i.from).marks();o.replaceWith(i.from,i.to,t.schema.text(i.text,u))}else o.delete(i.from,i.to)}return!0}}return!1},h6=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,{empty:r,ranges:a}=n;return r||e&&a.forEach(i=>{t.removeMark(i.$from.pos,i.$to.pos)}),!0},f6=(t,e={})=>({tr:n,state:r,dispatch:a})=>{var i;const{extendEmptyMarkRange:o=!1}=e,{selection:c}=n,u=Ta(t,r.schema),{$from:h,empty:f,ranges:m}=c;if(!a)return!0;if(f&&o){let{from:g,to:y}=c;const N=(i=h.marks().find(v=>v.type===u))==null?void 0:i.attrs,w=C0(h,u,N);w&&(g=w.from,y=w.to),n.removeMark(g,y,u)}else m.forEach(g=>{n.removeMark(g.$from.pos,g.$to.pos,u)});return n.removeStoredMark(u),!0},p6=t=>({tr:e,state:n,dispatch:r})=>{const{selection:a}=n;let i,o;return typeof t=="number"?(i=t,o=t):t&&"from"in t&&"to"in t?(i=t.from,o=t.to):(i=a.from,o=a.to),r&&e.doc.nodesBetween(i,o,(c,u)=>{if(c.isText)return;const h={...c.attrs};delete h.dir,e.setNodeMarkup(u,void 0,h)}),!0},m6=(t,e={})=>({tr:n,state:r,dispatch:a})=>{let i=null,o=null;const c=If(typeof t=="string"?t:t.name,r.schema);if(!c)return!1;c==="node"&&(i=kn(t,r.schema)),c==="mark"&&(o=Ta(t,r.schema));let u=!1;return n.selection.ranges.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;let g,y,N,w;n.selection.empty?r.doc.nodesBetween(f,m,(v,k)=>{i&&i===v.type&&(u=!0,N=Math.max(k,f),w=Math.min(k+v.nodeSize,m),g=k,y=v)}):r.doc.nodesBetween(f,m,(v,k)=>{k=f&&k<=m&&(i&&i===v.type&&(u=!0,a&&n.setNodeMarkup(k,void 0,{...v.attrs,...e})),o&&v.marks.length&&v.marks.forEach(C=>{if(o===C.type&&(u=!0,a)){const E=Math.max(k,f),T=Math.min(k+v.nodeSize,m);n.addMark(E,T,o.create({...C.attrs,...e}))}}))}),y&&(g!==void 0&&a&&n.setNodeMarkup(g,void 0,{...y.attrs,...e}),o&&y.marks.length&&y.marks.forEach(v=>{o===v.type&&a&&n.addMark(N,w,o.create({...v.attrs,...e}))}))}),u},g6=(t,e={})=>({state:n,dispatch:r})=>{const a=kn(t,n.schema);return WO(a,e)(n,r)},x6=(t,e={})=>({state:n,dispatch:r})=>{const a=kn(t,n.schema);return UO(a,e)(n,r)},y6=class{constructor(){this.callbacks={}}on(t,e){return this.callbacks[t]||(this.callbacks[t]=[]),this.callbacks[t].push(e),this}emit(t,...e){const n=this.callbacks[t];return n&&n.forEach(r=>r.apply(this,e)),this}off(t,e){const n=this.callbacks[t];return n&&(e?this.callbacks[t]=n.filter(r=>r!==e):delete this.callbacks[t]),this}once(t,e){const n=(...r)=>{this.off(t,n),e.apply(this,r)};return this.on(t,n)}removeAllListeners(){this.callbacks={}}},Of=class{constructor(t){var e;this.find=t.find,this.handler=t.handler,this.undoable=(e=t.undoable)!=null?e:!0}},b6=(t,e)=>{if(S0(e))return e.exec(t);const n=e(t);if(!n)return null;const r=[n.text];return r.index=n.index,r.input=t,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(n.replaceWith)),r};function zu(t){var e;const{editor:n,from:r,to:a,text:i,rules:o,plugin:c}=t,{view:u}=n;if(u.composing)return!1;const h=u.state.doc.resolve(r);if(h.parent.type.spec.code||(e=h.nodeBefore||h.nodeAfter)!=null&&e.marks.find(g=>g.type.spec.code))return!1;let f=!1;const m=U8(h)+i;return o.forEach(g=>{if(f)return;const y=b6(m,g.find);if(!y)return;const N=u.state.tr,w=Mf({state:u.state,transaction:N}),v={from:r-(y[0].length-i.length),to:a},{commands:k,chain:C,can:E}=new Af({editor:n,state:w});g.handler({state:w,range:v,match:y,commands:k,chain:C,can:E})===null||!N.steps.length||(g.undoable&&N.setMeta(c,{transform:N,from:r,to:a,text:i}),u.dispatch(N),f=!0)}),f}function v6(t){const{editor:e,rules:n}=t,r=new Kt({state:{init(){return null},apply(a,i,o){const c=a.getMeta(r);if(c)return c;const u=a.getMeta("applyInputRules");return!!u&&setTimeout(()=>{let{text:f}=u;typeof f=="string"?f=f:f=T0(xe.from(f),o.schema);const{from:m}=u,g=m+f.length;zu({editor:e,from:m,to:g,text:f,rules:n,plugin:r})}),a.selectionSet||a.docChanged?null:i}},props:{handleTextInput(a,i,o,c){return zu({editor:e,from:i,to:o,text:c,rules:n,plugin:r})},handleDOMEvents:{compositionend:a=>(setTimeout(()=>{const{$cursor:i}=a.state.selection;i&&zu({editor:e,from:i.pos,to:i.pos,text:"",rules:n,plugin:r})}),!1)},handleKeyDown(a,i){if(i.key!=="Enter")return!1;const{$cursor:o}=a.state.selection;return o?zu({editor:e,from:o.pos,to:o.pos,text:` -`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function N6(t){return Object.prototype.toString.call(t).slice(8,-1)}function Fu(t){return N6(t)!=="Object"?!1:t.constructor===Object&&Object.getPrototypeOf(t)===Object.prototype}function I2(t,e){const n={...t};return Fu(t)&&Fu(e)&&Object.keys(e).forEach(r=>{Fu(e[r])&&Fu(t[r])?n[r]=I2(t[r],e[r]):n[r]=e[r]}),n}var A0=class{constructor(t={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...t},this.name=this.config.name}get options(){return{...jt(We(this,"addOptions",{name:this.name}))||{}}}get storage(){return{...jt(We(this,"addStorage",{name:this.name,options:this.options}))||{}}}configure(t={}){const e=this.extend({...this.config,addOptions:()=>I2(this.options,t)});return e.name=this.name,e.parent=this.parent,e}extend(t={}){const e=new this.constructor({...this.config,...t});return e.parent=this,this.child=e,e.name="name"in t?t.name:e.parent.name,e}},Ao=class R2 extends A0{constructor(){super(...arguments),this.type="mark"}static create(e={}){const n=typeof e=="function"?e():e;return new R2(n)}static handleExit({editor:e,mark:n}){const{tr:r}=e.state,a=e.state.selection.$from;if(a.pos===a.end()){const o=a.marks();if(!!!o.find(h=>(h==null?void 0:h.type.name)===n.name))return!1;const u=o.find(h=>(h==null?void 0:h.type.name)===n.name);return u&&r.removeStoredMark(u),r.insertText(" ",a.pos),e.view.dispatch(r),!0}return!1}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function w6(t){return typeof t=="number"}var j6=class{constructor(t){this.find=t.find,this.handler=t.handler}},k6=(t,e,n)=>{if(S0(e))return[...t.matchAll(e)];const r=e(t,n);return r?r.map(a=>{const i=[a.text];return i.index=a.index,i.input=t,i.data=a.data,a.replaceWith&&(a.text.includes(a.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),i.push(a.replaceWith)),i}):[]};function S6(t){const{editor:e,state:n,from:r,to:a,rule:i,pasteEvent:o,dropEvent:c}=t,{commands:u,chain:h,can:f}=new Af({editor:e,state:n}),m=[];return n.doc.nodesBetween(r,a,(y,N)=>{var w,v,k,C,E;if((v=(w=y.type)==null?void 0:w.spec)!=null&&v.code||!(y.isText||y.isTextblock||y.isInline))return;const T=(E=(C=(k=y.content)==null?void 0:k.size)!=null?C:y.nodeSize)!=null?E:0,R=Math.max(r,N),D=Math.min(a,N+T);if(R>=D)return;const _=y.isText?y.text||"":y.textBetween(R-N,D-N,void 0,"");k6(_,i.find,o).forEach(L=>{if(L.index===void 0)return;const F=R+L.index+1,X=F+L[0].length,te={from:n.tr.mapping.map(F),to:n.tr.mapping.map(X)},ue=i.handler({state:n,range:te,match:L,commands:u,chain:h,can:f,pasteEvent:o,dropEvent:c});m.push(ue)})}),m.every(y=>y!==null)}var $u=null,C6=t=>{var e;const n=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=n.clipboardData)==null||e.setData("text/html",t),n};function E6(t){const{editor:e,rules:n}=t;let r=null,a=!1,i=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,c;try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}const u=({state:f,from:m,to:g,rule:y,pasteEvt:N})=>{const w=f.tr,v=Mf({state:f,transaction:w});if(!(!S6({editor:e,state:v,from:Math.max(m-1,0),to:g.b-1,rule:y,pasteEvent:N,dropEvent:c})||!w.steps.length)){try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,w}};return n.map(f=>new Kt({view(m){const g=N=>{var w;r=(w=m.dom.parentElement)!=null&&w.contains(N.target)?m.dom.parentElement:null,r&&($u=e)},y=()=>{$u&&($u=null)};return window.addEventListener("dragstart",g),window.addEventListener("dragend",y),{destroy(){window.removeEventListener("dragstart",g),window.removeEventListener("dragend",y)}}},props:{handleDOMEvents:{drop:(m,g)=>{if(i=r===m.dom.parentElement,c=g,!i){const y=$u;y!=null&&y.isEditable&&setTimeout(()=>{const N=y.state.selection;N&&y.commands.deleteRange({from:N.from,to:N.to})},10)}return!1},paste:(m,g)=>{var y;const N=(y=g.clipboardData)==null?void 0:y.getData("text/html");return o=g,a=!!(N!=null&&N.includes("data-pm-slice")),!1}}},appendTransaction:(m,g,y)=>{const N=m[0],w=N.getMeta("uiEvent")==="paste"&&!a,v=N.getMeta("uiEvent")==="drop"&&!i,k=N.getMeta("applyPasteRules"),C=!!k;if(!w&&!v&&!C)return;if(C){let{text:R}=k;typeof R=="string"?R=R:R=T0(xe.from(R),y.schema);const{from:D}=k,_=D+R.length,P=C6(R);return u({rule:f,state:y,from:D,to:{b:_},pasteEvt:P})}const E=g.doc.content.findDiffStart(y.doc.content),T=g.doc.content.findDiffEnd(y.doc.content);if(!(!w6(E)||!T||E===T.b))return u({rule:f,state:y,from:E,to:T,pasteEvt:o})}}))}var Df=class{constructor(t,e){this.splittableMarks=[],this.editor=e,this.baseExtensions=t,this.extensions=j2(t),this.schema=z8(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((t,e)=>{const n={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Ec(e.name,this.schema)},r=We(e,"addCommands",n);return r?{...t,...r()}:t},{})}get plugins(){const{editor:t}=this;return Hc([...this.extensions].reverse()).flatMap(r=>{const a={name:r.name,options:r.options,storage:this.editor.extensionStorage[r.name],editor:t,type:Ec(r.name,this.schema)},i=[],o=We(r,"addKeyboardShortcuts",a);let c={};if(r.type==="mark"&&We(r,"exitable",a)&&(c.ArrowRight=()=>Ao.handleExit({editor:t,mark:r})),o){const g=Object.fromEntries(Object.entries(o()).map(([y,N])=>[y,()=>N({editor:t})]));c={...c,...g}}const u=BL(c);i.push(u);const h=We(r,"addInputRules",a);if(xN(r,t.options.enableInputRules)&&h){const g=h();if(g&&g.length){const y=v6({editor:t,rules:g}),N=Array.isArray(y)?y:[y];i.push(...N)}}const f=We(r,"addPasteRules",a);if(xN(r,t.options.enablePasteRules)&&f){const g=f();if(g&&g.length){const y=E6({editor:t,rules:g});i.push(...y)}}const m=We(r,"addProseMirrorPlugins",a);if(m){const g=m();i.push(...g)}return i})}get attributes(){return w2(this.extensions)}get nodeViews(){const{editor:t}=this,{nodeExtensions:e}=Tl(this.extensions);return Object.fromEntries(e.filter(n=>!!We(n,"addNodeView")).map(n=>{const r=this.attributes.filter(u=>u.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:kn(n.name,this.schema)},i=We(n,"addNodeView",a);if(!i)return[];const o=i();if(!o)return[];const c=(u,h,f,m,g)=>{const y=ld(u,r);return o({node:u,view:h,getPos:f,decorations:m,innerDecorations:g,editor:t,extension:n,HTMLAttributes:y})};return[n.name,c]}))}dispatchTransaction(t){const{editor:e}=this;return Hc([...this.extensions].reverse()).reduceRight((r,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:Ec(a.name,this.schema)},o=We(a,"dispatchTransaction",i);return o?c=>{o.call(i,{transaction:c,next:r})}:r},t)}transformPastedHTML(t){const{editor:e}=this;return Hc([...this.extensions]).reduce((r,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:Ec(a.name,this.schema)},o=We(a,"transformPastedHTML",i);return o?(c,u)=>{const h=r(c,u);return o.call(i,h)}:r},t||(r=>r))}get markViews(){const{editor:t}=this,{markExtensions:e}=Tl(this.extensions);return Object.fromEntries(e.filter(n=>!!We(n,"addMarkView")).map(n=>{const r=this.attributes.filter(c=>c.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Ta(n.name,this.schema)},i=We(n,"addMarkView",a);if(!i)return[];const o=(c,u,h)=>{const f=ld(c,r);return i()({mark:c,view:u,inline:h,editor:t,extension:n,HTMLAttributes:f,updateAttributes:m=>{V6(c,t,m)}})};return[n.name,o]}))}setupExtensions(){const t=this.extensions;this.editor.extensionStorage=Object.fromEntries(t.map(e=>[e.name,e.storage])),t.forEach(e=>{var n;const r={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Ec(e.name,this.schema)};e.type==="mark"&&((n=jt(We(e,"keepOnSplit",r)))==null||n)&&this.splittableMarks.push(e.name);const a=We(e,"onBeforeCreate",r),i=We(e,"onCreate",r),o=We(e,"onUpdate",r),c=We(e,"onSelectionUpdate",r),u=We(e,"onTransaction",r),h=We(e,"onFocus",r),f=We(e,"onBlur",r),m=We(e,"onDestroy",r);a&&this.editor.on("beforeCreate",a),i&&this.editor.on("create",i),o&&this.editor.on("update",o),c&&this.editor.on("selectionUpdate",c),u&&this.editor.on("transaction",u),h&&this.editor.on("focus",h),f&&this.editor.on("blur",f),m&&this.editor.on("destroy",m)})}};Df.resolve=j2;Df.sort=Hc;Df.flatten=E0;var T6={};k0(T6,{ClipboardTextSerializer:()=>O2,Commands:()=>D2,Delete:()=>L2,Drop:()=>_2,Editable:()=>z2,FocusEvents:()=>$2,Keymap:()=>B2,Paste:()=>V2,Tabindex:()=>H2,TextDirection:()=>W2,focusEventsPluginKey:()=>F2});var mn=class P2 extends A0{constructor(){super(...arguments),this.type="extension"}static create(e={}){const n=typeof e=="function"?e():e;return new P2(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}},O2=mn.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new Kt({key:new tn("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:t}=this,{state:e,schema:n}=t,{doc:r,selection:a}=e,{ranges:i}=a,o=Math.min(...i.map(f=>f.$from.pos)),c=Math.max(...i.map(f=>f.$to.pos)),u=S2(n);return k2(r,{from:o,to:c},{...this.options.blockSeparator!==void 0?{blockSeparator:this.options.blockSeparator}:{},textSerializers:u})}}})]}}),D2=mn.create({name:"commands",addCommands(){return{...h2}}}),L2=mn.create({name:"delete",onUpdate({transaction:t,appendedTransactions:e}){var n,r,a;const i=()=>{var o,c,u,h;if((h=(u=(c=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:c.filterTransaction)==null?void 0:u.call(c,t))!=null?h:t.getMeta("y-sync$"))return;const f=b2(t.before,[t,...e]);E2(f).forEach(y=>{f.mapping.mapResult(y.oldRange.from).deletedAfter&&f.mapping.mapResult(y.oldRange.to).deletedBefore&&f.before.nodesBetween(y.oldRange.from,y.oldRange.to,(N,w)=>{const v=w+N.nodeSize-2,k=y.oldRange.from<=w&&v<=y.oldRange.to;this.editor.emit("delete",{type:"node",node:N,from:w,to:v,newFrom:f.mapping.map(w),newTo:f.mapping.map(v),deletedRange:y.oldRange,newRange:y.newRange,partial:!k,editor:this.editor,transaction:t,combinedTransform:f})})});const g=f.mapping;f.steps.forEach((y,N)=>{var w,v;if(y instanceof ks){const k=g.slice(N).map(y.from,-1),C=g.slice(N).map(y.to),E=g.invert().map(k,-1),T=g.invert().map(C),R=(w=f.doc.nodeAt(k-1))==null?void 0:w.marks.some(_=>_.eq(y.mark)),D=(v=f.doc.nodeAt(C))==null?void 0:v.marks.some(_=>_.eq(y.mark));this.editor.emit("delete",{type:"mark",mark:y.mark,from:y.from,to:y.to,deletedRange:{from:E,to:T},newRange:{from:k,to:C},partial:!!(D||R),editor:this.editor,transaction:t,combinedTransform:f})}})};(a=(r=(n=this.editor.options.coreExtensionOptions)==null?void 0:n.delete)==null?void 0:r.async)==null||a?setTimeout(i,0):i()}}),_2=mn.create({name:"drop",addProseMirrorPlugins(){return[new Kt({key:new tn("tiptapDrop"),props:{handleDrop:(t,e,n,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:n,moved:r})}}})]}}),z2=mn.create({name:"editable",addProseMirrorPlugins(){return[new Kt({key:new tn("editable"),props:{editable:()=>this.editor.options.editable}})]}}),F2=new tn("focusEvents"),$2=mn.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:t}=this;return[new Kt({key:F2,props:{handleDOMEvents:{focus:(e,n)=>{t.isFocused=!0;const r=t.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,n)=>{t.isFocused=!1;const r=t.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),B2=mn.create({name:"keymap",addKeyboardShortcuts(){const t=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:c})=>{const{selection:u,doc:h}=c,{empty:f,$anchor:m}=u,{pos:g,parent:y}=m,N=m.parent.isTextblock&&g>0?c.doc.resolve(g-1):m,w=N.parent.type.spec.isolating,v=m.pos-m.parentOffset,k=w&&N.parent.childCount===1?v===m.pos:rt.atStart(h).from===g;return!f||!y.type.isTextblock||y.textContent.length||!k||k&&m.parent.type.name==="paragraph"?!1:o.clearNodes()}),()=>o.deleteSelection(),()=>o.joinBackward(),()=>o.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:o})=>[()=>o.deleteSelection(),()=>o.deleteCurrentNode(),()=>o.joinForward(),()=>o.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:o})=>[()=>o.newlineInCode(),()=>o.createParagraphNear(),()=>o.liftEmptyBlock(),()=>o.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:t,"Mod-Backspace":t,"Shift-Backspace":t,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},a={...r},i={...r,"Ctrl-h":t,"Alt-Backspace":t,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return Eh()||x2()?i:a},addProseMirrorPlugins(){return[new Kt({key:new tn("clearDocument"),appendTransaction:(t,e,n)=>{if(t.some(w=>w.getMeta("composition")))return;const r=t.some(w=>w.docChanged)&&!e.doc.eq(n.doc),a=t.some(w=>w.getMeta("preventClearDocument"));if(!r||a)return;const{empty:i,from:o,to:c}=e.selection,u=rt.atStart(e.doc).from,h=rt.atEnd(e.doc).to;if(i||!(o===u&&c===h)||!Pf(n.doc))return;const g=n.tr,y=Mf({state:n,transaction:g}),{commands:N}=new Af({editor:this.editor,state:y});if(N.clearNodes(),!!g.steps.length)return g}})]}}),V2=mn.create({name:"paste",addProseMirrorPlugins(){return[new Kt({key:new tn("tiptapPaste"),props:{handlePaste:(t,e,n)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:n})}}})]}}),H2=mn.create({name:"tabindex",addProseMirrorPlugins(){return[new Kt({key:new tn("tabindex"),props:{attributes:()=>this.editor.isEditable?{tabindex:"0"}:{}}})]}}),W2=mn.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:t}=Tl(this.extensions);return[{types:t.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const n=e.getAttribute("dir");return n&&(n==="ltr"||n==="rtl"||n==="auto")?n:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new Kt({key:new tn("textDirection"),props:{attributes:()=>{const t=this.options.direction;return t?{dir:t}:{}}}})]}}),M6=class Pc{constructor(e,n,r=!1,a=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=e,this.editor=n,this.currentNode=a}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var e;return(e=this.actualDepth)!=null?e:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let n=this.from,r=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can’t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}n=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:n,to:r},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+(this.node.isText?0:1)}get parent(){if(this.depth===0)return null;const e=this.resolvedPos.start(this.resolvedPos.depth-1),n=this.resolvedPos.doc.resolve(e);return new Pc(n,this.editor)}get before(){let e=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.from-3)),new Pc(e,this.editor)}get after(){let e=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.to+3)),new Pc(e,this.editor)}get children(){const e=[];return this.node.content.forEach((n,r)=>{const a=n.isBlock&&!n.isTextblock,i=n.isAtom&&!n.isText,o=n.isInline,c=this.pos+r+(i?0:1);if(c<0||c>this.resolvedPos.doc.nodeSize-2)return;const u=this.resolvedPos.doc.resolve(c);if(!a&&!o&&u.depth<=this.depth)return;const h=new Pc(u,this.editor,a,a||o?n:null);a&&(h.actualDepth=this.depth+1),e.push(h)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,n={}){let r=null,a=this.parent;for(;a&&!r;){if(a.node.type.name===e)if(Object.keys(n).length>0){const i=a.node.attrs,o=Object.keys(n);for(let c=0;c{r&&a.length>0||(o.node.type.name===e&&i.every(u=>n[u]===o.node.attrs[u])&&a.push(o),!(r&&a.length>0)&&(a=a.concat(o.querySelectorAll(e,n,r))))}),a}setAttribute(e){const{tr:n}=this.editor.state;n.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(n)}},A6=`.ProseMirror { +`,textSerializers:o={}}=n||{};let c="";return t.nodesBetween(r,a,(u,h,f,m)=>{var g;u.isBlock&&h>r&&(c+=i);const y=o==null?void 0:o[u.type.name];if(y)return f&&(c+=y({node:u,pos:h,parent:f,index:m,range:e})),!1;u.isText&&(c+=(g=u==null?void 0:u.text)==null?void 0:g.slice(Math.max(r,h)-h,a-h))}),c}function B8(t,e){const n={from:0,to:t.content.size};return S2(t,n,e)}function C2(t){return Object.fromEntries(Object.entries(t.nodes).filter(([,e])=>e.spec.toText).map(([e,n])=>[e,n.spec.toText]))}function V8(t,e){const n=kn(e,t.schema),{from:r,to:a}=t.selection,i=[];t.doc.nodesBetween(r,a,c=>{i.push(c)});const o=i.reverse().find(c=>c.type.name===n.name);return o?{...o.attrs}:{}}function E2(t,e){const n=If(typeof e=="string"?e:e.name,t.schema);return n==="node"?V8(t,e):n==="mark"?b2(t,e):{}}function H8(t,e=JSON.stringify){const n={};return t.filter(r=>{const a=e(r);return Object.prototype.hasOwnProperty.call(n,a)?!1:n[a]=!0})}function W8(t){const e=H8(t);return e.length===1?e:e.filter((n,r)=>!e.filter((i,o)=>o!==r).some(i=>n.oldRange.from>=i.oldRange.from&&n.oldRange.to<=i.oldRange.to&&n.newRange.from>=i.newRange.from&&n.newRange.to<=i.newRange.to))}function T2(t){const{mapping:e,steps:n}=t,r=[];return e.maps.forEach((a,i)=>{const o=[];if(a.ranges.length)a.forEach((c,u)=>{o.push({from:c,to:u})});else{const{from:c,to:u}=n[i];if(c===void 0||u===void 0)return;o.push({from:c,to:u})}o.forEach(({from:c,to:u})=>{const h=e.slice(i).map(c,-1),f=e.slice(i).map(u),m=e.invert().map(h,-1),g=e.invert().map(f);r.push({oldRange:{from:m,to:g},newRange:{from:h,to:f}})})}),W8(r)}function M0(t,e,n){const r=[];return t===e?n.resolve(t).marks().forEach(a=>{const i=n.resolve(t),o=C0(i,a.type);o&&r.push({mark:a,...o})}):n.nodesBetween(t,e,(a,i)=>{!a||(a==null?void 0:a.nodeSize)===void 0||r.push(...a.marks.map(o=>({from:i,to:i+a.nodeSize,mark:o})))}),r}var U8=(t,e,n,r=20)=>{const a=t.doc.resolve(n);let i=r,o=null;for(;i>0&&o===null;){const c=a.node(i);(c==null?void 0:c.type.name)===e?o=c:i-=1}return[o,i]};function Ec(t,e){return e.nodes[t]||e.marks[t]||null}function th(t,e,n){return Object.fromEntries(Object.entries(n).filter(([r])=>{const a=t.find(i=>i.type===e&&i.name===r);return a?a.attribute.keepOnSplit:!1}))}var K8=(t,e=500)=>{let n="";const r=t.parentOffset;return t.parent.nodesBetween(Math.max(0,r-e),r,(a,i,o,c)=>{var u,h;const f=((h=(u=a.type.spec).toText)==null?void 0:h.call(u,{node:a,pos:i,parent:o,index:c}))||a.textContent||"%leaf%";n+=a.isAtom&&!a.isText?f:f.slice(0,Math.max(0,r-i))}),n};function ax(t,e,n={}){const{empty:r,ranges:a}=t.selection,i=e?Ta(e,t.schema):null;if(r)return!!(t.storedMarks||t.selection.$from.marks()).filter(m=>i?i.name===m.type.name:!0).find(m=>Ch(m.attrs,n,{strict:!1}));let o=0;const c=[];if(a.forEach(({$from:m,$to:g})=>{const y=m.pos,N=g.pos;t.doc.nodesBetween(y,N,(w,v)=>{if(i&&w.inlineContent&&!w.type.allowsMarkType(i))return!1;if(!w.isText&&!w.marks.length)return;const k=Math.max(y,v),C=Math.min(N,v+w.nodeSize),E=C-k;o+=E,c.push(...w.marks.map(T=>({mark:T,from:k,to:C})))})}),o===0)return!1;const u=c.filter(m=>i?i.name===m.mark.type.name:!0).filter(m=>Ch(m.mark.attrs,n,{strict:!1})).reduce((m,g)=>m+g.to-g.from,0),h=c.filter(m=>i?m.mark.type!==i&&m.mark.type.excludes(i):!0).reduce((m,g)=>m+g.to-g.from,0);return(u>0?u+h:u)>=o}function q8(t,e,n={}){if(!e)return Ni(t,null,n)||ax(t,null,n);const r=If(e,t.schema);return r==="node"?Ni(t,e,n):r==="mark"?ax(t,e,n):!1}var G8=(t,e)=>{const{$from:n,$to:r,$anchor:a}=t.selection;if(e){const i=Rf(c=>c.type.name===e)(t.selection);if(!i)return!1;const o=t.doc.resolve(i.pos+1);return a.pos+1===o.end()}return!(r.parentOffset{const{$from:e,$to:n}=t.selection;return!(e.parentOffset>0||e.pos!==n.pos)};function xN(t,e){return Array.isArray(e)?e.some(n=>(typeof n=="string"?n:n.name)===t.name):e}function yN(t,e){const{nodeExtensions:n}=Tl(e),r=n.find(o=>o.name===t);if(!r)return!1;const a={name:r.name,options:r.options,storage:r.storage},i=jt(We(r,"group",a));return typeof i!="string"?!1:i.split(" ").includes("list")}function Pf(t,{checkChildren:e=!0,ignoreWhitespace:n=!1}={}){var r;if(n){if(t.type.name==="hardBreak")return!0;if(t.isText)return/^\s*$/m.test((r=t.text)!=null?r:"")}if(t.isText)return!t.text;if(t.isAtom||t.isLeaf)return!1;if(t.content.childCount===0)return!0;if(e){let a=!0;return t.content.forEach(i=>{a!==!1&&(Pf(i,{ignoreWhitespace:n,checkChildren:e})||(a=!1))}),a}return!1}function M2(t){return t instanceof Ge}var A2=class I2{constructor(e){this.position=e}static fromJSON(e){return new I2(e.position)}toJSON(){return{position:this.position}}};function Y8(t,e){const n=e.mapping.mapResult(t.position);return{position:new A2(n.pos),mapResult:n}}function Q8(t){return new A2(t)}function X8(t,e,n){var r;const{selection:a}=e;let i=null;if(m2(a)&&(i=a.$cursor),i){const c=(r=t.storedMarks)!=null?r:i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(c)||!c.some(h=>h.type.excludes(n)))}const{ranges:o}=a;return o.some(({$from:c,$to:u})=>{let h=c.depth===0?t.doc.inlineContent&&t.doc.type.allowsMarkType(n):!1;return t.doc.nodesBetween(c.pos,u.pos,(f,m,g)=>{if(h)return!1;if(f.isInline){const y=!g||g.type.allowsMarkType(n),N=!!n.isInSet(f.marks)||!f.marks.some(w=>w.type.excludes(n));h=y&&N}return!h}),h})}var Z8=(t,e={})=>({tr:n,state:r,dispatch:a})=>{const{selection:i}=n,{empty:o,ranges:c}=i,u=Ta(t,r.schema);if(a)if(o){const h=b2(r,u);n.addStoredMark(u.create({...h,...e}))}else c.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;r.doc.nodesBetween(f,m,(g,y)=>{const N=Math.max(y,f),w=Math.min(y+g.nodeSize,m);g.marks.find(k=>k.type===u)?g.marks.forEach(k=>{u===k.type&&n.addMark(N,w,u.create({...k.attrs,...e}))}):n.addMark(N,w,u.create(e))})});return X8(r,n,u)},e6=(t,e)=>({tr:n})=>(n.setMeta(t,e),!0),t6=(t,e={})=>({state:n,dispatch:r,chain:a})=>{const i=kn(t,n.schema);let o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),i.isTextblock?a().command(({commands:c})=>A1(i,{...o,...e})(n)?!0:c.clearNodes()).command(({state:c})=>A1(i,{...o,...e})(c,r)).run():(console.warn('[tiptap warn]: Currently "setNode()" only supports text block nodes.'),!1)},n6=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,a=io(t,0,r.content.size),i=Ge.create(r,a);e.setSelection(i)}return!0},r6=(t,e)=>({tr:n,state:r,dispatch:a})=>{const{selection:i}=r;let o,c;return typeof e=="number"?(o=e,c=e):e&&"from"in e&&"to"in e?(o=e.from,c=e.to):(o=i.from,c=i.to),a&&n.doc.nodesBetween(o,c,(u,h)=>{u.isText||n.setNodeMarkup(h,void 0,{...u.attrs,dir:t})}),!0},s6=t=>({tr:e,dispatch:n})=>{if(n){const{doc:r}=e,{from:a,to:i}=typeof t=="number"?{from:t,to:t}:t,o=Qe.atStart(r).from,c=Qe.atEnd(r).to,u=io(a,o,c),h=io(i,o,c),f=Qe.create(r,u,h);e.setSelection(f)}return!0},a6=t=>({state:e,dispatch:n})=>{const r=kn(t,e.schema);return XO(r)(e,n)};function bN(t,e){const n=t.storedMarks||t.selection.$to.parentOffset&&t.selection.$from.marks();if(n){const r=n.filter(a=>e==null?void 0:e.includes(a.type.name));t.tr.ensureMarks(r)}}var i6=({keepMarks:t=!0}={})=>({tr:e,state:n,dispatch:r,editor:a})=>{const{selection:i,doc:o}=e,{$from:c,$to:u}=i,h=a.extensionManager.attributes,f=th(h,c.node().type.name,c.node().attrs);if(i instanceof Ge&&i.node.isBlock)return!c.parentOffset||!ja(o,c.pos)?!1:(r&&(t&&bN(n,a.extensionManager.splittableMarks),e.split(c.pos).scrollIntoView()),!0);if(!c.parent.isBlock)return!1;const m=u.parentOffset===u.parent.content.size,g=c.depth===0?void 0:O8(c.node(-1).contentMatchAt(c.indexAfter(-1)));let y=m&&g?[{type:g,attrs:f}]:void 0,N=ja(e.doc,e.mapping.map(c.pos),1,y);if(!y&&!N&&ja(e.doc,e.mapping.map(c.pos),1,g?[{type:g}]:void 0)&&(N=!0,y=g?[{type:g,attrs:f}]:void 0),r){if(N&&(i instanceof Qe&&e.deleteSelection(),e.split(e.mapping.map(c.pos),1,y),g&&!m&&!c.parentOffset&&c.parent.type!==g)){const w=e.mapping.map(c.before()),v=e.doc.resolve(w);c.node(-1).canReplaceWith(v.index(),v.index()+1,g)&&e.setNodeMarkup(e.mapping.map(c.before()),g)}t&&bN(n,a.extensionManager.splittableMarks),e.scrollIntoView()}return N},o6=(t,e={})=>({tr:n,state:r,dispatch:a,editor:i})=>{var o;const c=kn(t,r.schema),{$from:u,$to:h}=r.selection,f=r.selection.node;if(f&&f.isBlock||u.depth<2||!u.sameParent(h))return!1;const m=u.node(-1);if(m.type!==c)return!1;const g=i.extensionManager.attributes;if(u.parent.content.size===0&&u.node(-1).childCount===u.indexAfter(-1)){if(u.depth===2||u.node(-3).type!==c||u.index(-2)!==u.node(-2).childCount-1)return!1;if(a){let k=xe.empty;const C=u.index(-1)?1:u.index(-2)?2:3;for(let P=u.depth-C;P>=u.depth-3;P-=1)k=xe.from(u.node(P).copy(k));const E=u.indexAfter(-1){if(_>-1)return!1;P.isTextblock&&P.content.size===0&&(_=L+1)}),_>-1&&n.setSelection(Qe.near(n.doc.resolve(_))),n.scrollIntoView()}return!0}const y=h.pos===u.end()?m.contentMatchAt(0).defaultType:null,N={...th(g,m.type.name,m.attrs),...e},w={...th(g,u.node().type.name,u.node().attrs),...e};n.delete(u.pos,h.pos);const v=y?[{type:c,attrs:N},{type:y,attrs:w}]:[{type:c,attrs:N}];if(!ja(n.doc,u.pos,2))return!1;if(a){const{selection:k,storedMarks:C}=r,{splittableMarks:E}=i.extensionManager,T=C||k.$to.parentOffset&&k.$from.marks();if(n.split(u.pos,2,v).scrollIntoView(),!T||!a)return!0;const R=T.filter(D=>E.includes(D.type.name));n.ensureMarks(R)}return!0},rg=(t,e)=>{const n=Rf(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;const a=t.doc.nodeAt(r);return n.node.type===(a==null?void 0:a.type)&&Ti(t.doc,n.pos)&&t.join(n.pos),!0},sg=(t,e)=>{const n=Rf(o=>o.type===e)(t.selection);if(!n)return!0;const r=t.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;const a=t.doc.nodeAt(r);return n.node.type===(a==null?void 0:a.type)&&Ti(t.doc,r)&&t.join(r),!0},l6=(t,e,n,r={})=>({editor:a,tr:i,state:o,dispatch:c,chain:u,commands:h,can:f})=>{const{extensions:m,splittableMarks:g}=a.extensionManager,y=kn(t,o.schema),N=kn(e,o.schema),{selection:w,storedMarks:v}=o,{$from:k,$to:C}=w,E=k.blockRange(C),T=v||w.$to.parentOffset&&w.$from.marks();if(!E)return!1;const R=Rf(D=>yN(D.type.name,m))(w);if(E.depth>=1&&R&&E.depth-R.depth<=1){if(R.node.type===y)return h.liftListItem(N);if(yN(R.node.type.name,m)&&y.validContent(R.node.content)&&c)return u().command(()=>(i.setNodeMarkup(R.pos,y),!0)).command(()=>rg(i,y)).command(()=>sg(i,y)).run()}return!n||!T||!c?u().command(()=>f().wrapInList(y,r)?!0:h.clearNodes()).wrapInList(y,r).command(()=>rg(i,y)).command(()=>sg(i,y)).run():u().command(()=>{const D=f().wrapInList(y,r),_=T.filter(P=>g.includes(P.type.name));return i.ensureMarks(_),D?!0:h.clearNodes()}).wrapInList(y,r).command(()=>rg(i,y)).command(()=>sg(i,y)).run()},c6=(t,e={},n={})=>({state:r,commands:a})=>{const{extendEmptyMarkRange:i=!1}=n,o=Ta(t,r.schema);return ax(r,o,e)?a.unsetMark(o,{extendEmptyMarkRange:i}):a.setMark(o,e)},d6=(t,e,n={})=>({state:r,commands:a})=>{const i=kn(t,r.schema),o=kn(e,r.schema),c=Ni(r,i,n);let u;return r.selection.$anchor.sameParent(r.selection.$head)&&(u=r.selection.$anchor.parent.attrs),c?a.setNode(o,u):a.setNode(i,{...u,...n})},u6=(t,e={})=>({state:n,commands:r})=>{const a=kn(t,n.schema);return Ni(n,a,e)?r.lift(a):r.wrapIn(a,e)},h6=()=>({state:t,dispatch:e})=>{const n=t.plugins;for(let r=0;r=0;u-=1)o.step(c.steps[u].invert(c.docs[u]));if(i.text){const u=o.doc.resolve(i.from).marks();o.replaceWith(i.from,i.to,t.schema.text(i.text,u))}else o.delete(i.from,i.to)}return!0}}return!1},f6=()=>({tr:t,dispatch:e})=>{const{selection:n}=t,{empty:r,ranges:a}=n;return r||e&&a.forEach(i=>{t.removeMark(i.$from.pos,i.$to.pos)}),!0},p6=(t,e={})=>({tr:n,state:r,dispatch:a})=>{var i;const{extendEmptyMarkRange:o=!1}=e,{selection:c}=n,u=Ta(t,r.schema),{$from:h,empty:f,ranges:m}=c;if(!a)return!0;if(f&&o){let{from:g,to:y}=c;const N=(i=h.marks().find(v=>v.type===u))==null?void 0:i.attrs,w=C0(h,u,N);w&&(g=w.from,y=w.to),n.removeMark(g,y,u)}else m.forEach(g=>{n.removeMark(g.$from.pos,g.$to.pos,u)});return n.removeStoredMark(u),!0},m6=t=>({tr:e,state:n,dispatch:r})=>{const{selection:a}=n;let i,o;return typeof t=="number"?(i=t,o=t):t&&"from"in t&&"to"in t?(i=t.from,o=t.to):(i=a.from,o=a.to),r&&e.doc.nodesBetween(i,o,(c,u)=>{if(c.isText)return;const h={...c.attrs};delete h.dir,e.setNodeMarkup(u,void 0,h)}),!0},g6=(t,e={})=>({tr:n,state:r,dispatch:a})=>{let i=null,o=null;const c=If(typeof t=="string"?t:t.name,r.schema);if(!c)return!1;c==="node"&&(i=kn(t,r.schema)),c==="mark"&&(o=Ta(t,r.schema));let u=!1;return n.selection.ranges.forEach(h=>{const f=h.$from.pos,m=h.$to.pos;let g,y,N,w;n.selection.empty?r.doc.nodesBetween(f,m,(v,k)=>{i&&i===v.type&&(u=!0,N=Math.max(k,f),w=Math.min(k+v.nodeSize,m),g=k,y=v)}):r.doc.nodesBetween(f,m,(v,k)=>{k=f&&k<=m&&(i&&i===v.type&&(u=!0,a&&n.setNodeMarkup(k,void 0,{...v.attrs,...e})),o&&v.marks.length&&v.marks.forEach(C=>{if(o===C.type&&(u=!0,a)){const E=Math.max(k,f),T=Math.min(k+v.nodeSize,m);n.addMark(E,T,o.create({...C.attrs,...e}))}}))}),y&&(g!==void 0&&a&&n.setNodeMarkup(g,void 0,{...y.attrs,...e}),o&&y.marks.length&&y.marks.forEach(v=>{o===v.type&&a&&n.addMark(N,w,o.create({...v.attrs,...e}))}))}),u},x6=(t,e={})=>({state:n,dispatch:r})=>{const a=kn(t,n.schema);return UO(a,e)(n,r)},y6=(t,e={})=>({state:n,dispatch:r})=>{const a=kn(t,n.schema);return KO(a,e)(n,r)},b6=class{constructor(){this.callbacks={}}on(t,e){return this.callbacks[t]||(this.callbacks[t]=[]),this.callbacks[t].push(e),this}emit(t,...e){const n=this.callbacks[t];return n&&n.forEach(r=>r.apply(this,e)),this}off(t,e){const n=this.callbacks[t];return n&&(e?this.callbacks[t]=n.filter(r=>r!==e):delete this.callbacks[t]),this}once(t,e){const n=(...r)=>{this.off(t,n),e.apply(this,r)};return this.on(t,n)}removeAllListeners(){this.callbacks={}}},Of=class{constructor(t){var e;this.find=t.find,this.handler=t.handler,this.undoable=(e=t.undoable)!=null?e:!0}},v6=(t,e)=>{if(S0(e))return e.exec(t);const n=e(t);if(!n)return null;const r=[n.text];return r.index=n.index,r.input=t,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn('[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".'),r.push(n.replaceWith)),r};function zu(t){var e;const{editor:n,from:r,to:a,text:i,rules:o,plugin:c}=t,{view:u}=n;if(u.composing)return!1;const h=u.state.doc.resolve(r);if(h.parent.type.spec.code||(e=h.nodeBefore||h.nodeAfter)!=null&&e.marks.find(g=>g.type.spec.code))return!1;let f=!1;const m=K8(h)+i;return o.forEach(g=>{if(f)return;const y=v6(m,g.find);if(!y)return;const N=u.state.tr,w=Mf({state:u.state,transaction:N}),v={from:r-(y[0].length-i.length),to:a},{commands:k,chain:C,can:E}=new Af({editor:n,state:w});g.handler({state:w,range:v,match:y,commands:k,chain:C,can:E})===null||!N.steps.length||(g.undoable&&N.setMeta(c,{transform:N,from:r,to:a,text:i}),u.dispatch(N),f=!0)}),f}function N6(t){const{editor:e,rules:n}=t,r=new Kt({state:{init(){return null},apply(a,i,o){const c=a.getMeta(r);if(c)return c;const u=a.getMeta("applyInputRules");return!!u&&setTimeout(()=>{let{text:f}=u;typeof f=="string"?f=f:f=T0(xe.from(f),o.schema);const{from:m}=u,g=m+f.length;zu({editor:e,from:m,to:g,text:f,rules:n,plugin:r})}),a.selectionSet||a.docChanged?null:i}},props:{handleTextInput(a,i,o,c){return zu({editor:e,from:i,to:o,text:c,rules:n,plugin:r})},handleDOMEvents:{compositionend:a=>(setTimeout(()=>{const{$cursor:i}=a.state.selection;i&&zu({editor:e,from:i.pos,to:i.pos,text:"",rules:n,plugin:r})}),!1)},handleKeyDown(a,i){if(i.key!=="Enter")return!1;const{$cursor:o}=a.state.selection;return o?zu({editor:e,from:o.pos,to:o.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function w6(t){return Object.prototype.toString.call(t).slice(8,-1)}function Fu(t){return w6(t)!=="Object"?!1:t.constructor===Object&&Object.getPrototypeOf(t)===Object.prototype}function R2(t,e){const n={...t};return Fu(t)&&Fu(e)&&Object.keys(e).forEach(r=>{Fu(e[r])&&Fu(t[r])?n[r]=R2(t[r],e[r]):n[r]=e[r]}),n}var A0=class{constructor(t={}){this.type="extendable",this.parent=null,this.child=null,this.name="",this.config={name:this.name},this.config={...this.config,...t},this.name=this.config.name}get options(){return{...jt(We(this,"addOptions",{name:this.name}))||{}}}get storage(){return{...jt(We(this,"addStorage",{name:this.name,options:this.options}))||{}}}configure(t={}){const e=this.extend({...this.config,addOptions:()=>R2(this.options,t)});return e.name=this.name,e.parent=this.parent,e}extend(t={}){const e=new this.constructor({...this.config,...t});return e.parent=this,this.child=e,e.name="name"in t?t.name:e.parent.name,e}},Mo=class P2 extends A0{constructor(){super(...arguments),this.type="mark"}static create(e={}){const n=typeof e=="function"?e():e;return new P2(n)}static handleExit({editor:e,mark:n}){const{tr:r}=e.state,a=e.state.selection.$from;if(a.pos===a.end()){const o=a.marks();if(!!!o.find(h=>(h==null?void 0:h.type.name)===n.name))return!1;const u=o.find(h=>(h==null?void 0:h.type.name)===n.name);return u&&r.removeStoredMark(u),r.insertText(" ",a.pos),e.view.dispatch(r),!0}return!1}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function j6(t){return typeof t=="number"}var k6=class{constructor(t){this.find=t.find,this.handler=t.handler}},S6=(t,e,n)=>{if(S0(e))return[...t.matchAll(e)];const r=e(t,n);return r?r.map(a=>{const i=[a.text];return i.index=a.index,i.input=t,i.data=a.data,a.replaceWith&&(a.text.includes(a.replaceWith)||console.warn('[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".'),i.push(a.replaceWith)),i}):[]};function C6(t){const{editor:e,state:n,from:r,to:a,rule:i,pasteEvent:o,dropEvent:c}=t,{commands:u,chain:h,can:f}=new Af({editor:e,state:n}),m=[];return n.doc.nodesBetween(r,a,(y,N)=>{var w,v,k,C,E;if((v=(w=y.type)==null?void 0:w.spec)!=null&&v.code||!(y.isText||y.isTextblock||y.isInline))return;const T=(E=(C=(k=y.content)==null?void 0:k.size)!=null?C:y.nodeSize)!=null?E:0,R=Math.max(r,N),D=Math.min(a,N+T);if(R>=D)return;const _=y.isText?y.text||"":y.textBetween(R-N,D-N,void 0,"");S6(_,i.find,o).forEach(L=>{if(L.index===void 0)return;const F=R+L.index+1,X=F+L[0].length,te={from:n.tr.mapping.map(F),to:n.tr.mapping.map(X)},ue=i.handler({state:n,range:te,match:L,commands:u,chain:h,can:f,pasteEvent:o,dropEvent:c});m.push(ue)})}),m.every(y=>y!==null)}var $u=null,E6=t=>{var e;const n=new ClipboardEvent("paste",{clipboardData:new DataTransfer});return(e=n.clipboardData)==null||e.setData("text/html",t),n};function T6(t){const{editor:e,rules:n}=t;let r=null,a=!1,i=!1,o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,c;try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}const u=({state:f,from:m,to:g,rule:y,pasteEvt:N})=>{const w=f.tr,v=Mf({state:f,transaction:w});if(!(!C6({editor:e,state:v,from:Math.max(m-1,0),to:g.b-1,rule:y,pasteEvent:N,dropEvent:c})||!w.steps.length)){try{c=typeof DragEvent<"u"?new DragEvent("drop"):null}catch{c=null}return o=typeof ClipboardEvent<"u"?new ClipboardEvent("paste"):null,w}};return n.map(f=>new Kt({view(m){const g=N=>{var w;r=(w=m.dom.parentElement)!=null&&w.contains(N.target)?m.dom.parentElement:null,r&&($u=e)},y=()=>{$u&&($u=null)};return window.addEventListener("dragstart",g),window.addEventListener("dragend",y),{destroy(){window.removeEventListener("dragstart",g),window.removeEventListener("dragend",y)}}},props:{handleDOMEvents:{drop:(m,g)=>{if(i=r===m.dom.parentElement,c=g,!i){const y=$u;y!=null&&y.isEditable&&setTimeout(()=>{const N=y.state.selection;N&&y.commands.deleteRange({from:N.from,to:N.to})},10)}return!1},paste:(m,g)=>{var y;const N=(y=g.clipboardData)==null?void 0:y.getData("text/html");return o=g,a=!!(N!=null&&N.includes("data-pm-slice")),!1}}},appendTransaction:(m,g,y)=>{const N=m[0],w=N.getMeta("uiEvent")==="paste"&&!a,v=N.getMeta("uiEvent")==="drop"&&!i,k=N.getMeta("applyPasteRules"),C=!!k;if(!w&&!v&&!C)return;if(C){let{text:R}=k;typeof R=="string"?R=R:R=T0(xe.from(R),y.schema);const{from:D}=k,_=D+R.length,P=E6(R);return u({rule:f,state:y,from:D,to:{b:_},pasteEvt:P})}const E=g.doc.content.findDiffStart(y.doc.content),T=g.doc.content.findDiffEnd(y.doc.content);if(!(!j6(E)||!T||E===T.b))return u({rule:f,state:y,from:E,to:T,pasteEvt:o})}}))}var Df=class{constructor(t,e){this.splittableMarks=[],this.editor=e,this.baseExtensions=t,this.extensions=k2(t),this.schema=F8(this.extensions,e),this.setupExtensions()}get commands(){return this.extensions.reduce((t,e)=>{const n={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Ec(e.name,this.schema)},r=We(e,"addCommands",n);return r?{...t,...r()}:t},{})}get plugins(){const{editor:t}=this;return Hc([...this.extensions].reverse()).flatMap(r=>{const a={name:r.name,options:r.options,storage:this.editor.extensionStorage[r.name],editor:t,type:Ec(r.name,this.schema)},i=[],o=We(r,"addKeyboardShortcuts",a);let c={};if(r.type==="mark"&&We(r,"exitable",a)&&(c.ArrowRight=()=>Mo.handleExit({editor:t,mark:r})),o){const g=Object.fromEntries(Object.entries(o()).map(([y,N])=>[y,()=>N({editor:t})]));c={...c,...g}}const u=VL(c);i.push(u);const h=We(r,"addInputRules",a);if(xN(r,t.options.enableInputRules)&&h){const g=h();if(g&&g.length){const y=N6({editor:t,rules:g}),N=Array.isArray(y)?y:[y];i.push(...N)}}const f=We(r,"addPasteRules",a);if(xN(r,t.options.enablePasteRules)&&f){const g=f();if(g&&g.length){const y=T6({editor:t,rules:g});i.push(...y)}}const m=We(r,"addProseMirrorPlugins",a);if(m){const g=m();i.push(...g)}return i})}get attributes(){return j2(this.extensions)}get nodeViews(){const{editor:t}=this,{nodeExtensions:e}=Tl(this.extensions);return Object.fromEntries(e.filter(n=>!!We(n,"addNodeView")).map(n=>{const r=this.attributes.filter(u=>u.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:kn(n.name,this.schema)},i=We(n,"addNodeView",a);if(!i)return[];const o=i();if(!o)return[];const c=(u,h,f,m,g)=>{const y=ld(u,r);return o({node:u,view:h,getPos:f,decorations:m,innerDecorations:g,editor:t,extension:n,HTMLAttributes:y})};return[n.name,c]}))}dispatchTransaction(t){const{editor:e}=this;return Hc([...this.extensions].reverse()).reduceRight((r,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:Ec(a.name,this.schema)},o=We(a,"dispatchTransaction",i);return o?c=>{o.call(i,{transaction:c,next:r})}:r},t)}transformPastedHTML(t){const{editor:e}=this;return Hc([...this.extensions]).reduce((r,a)=>{const i={name:a.name,options:a.options,storage:this.editor.extensionStorage[a.name],editor:e,type:Ec(a.name,this.schema)},o=We(a,"transformPastedHTML",i);return o?(c,u)=>{const h=r(c,u);return o.call(i,h)}:r},t||(r=>r))}get markViews(){const{editor:t}=this,{markExtensions:e}=Tl(this.extensions);return Object.fromEntries(e.filter(n=>!!We(n,"addMarkView")).map(n=>{const r=this.attributes.filter(c=>c.type===n.name),a={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Ta(n.name,this.schema)},i=We(n,"addMarkView",a);if(!i)return[];const o=(c,u,h)=>{const f=ld(c,r);return i()({mark:c,view:u,inline:h,editor:t,extension:n,HTMLAttributes:f,updateAttributes:m=>{H6(c,t,m)}})};return[n.name,o]}))}setupExtensions(){const t=this.extensions;this.editor.extensionStorage=Object.fromEntries(t.map(e=>[e.name,e.storage])),t.forEach(e=>{var n;const r={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Ec(e.name,this.schema)};e.type==="mark"&&((n=jt(We(e,"keepOnSplit",r)))==null||n)&&this.splittableMarks.push(e.name);const a=We(e,"onBeforeCreate",r),i=We(e,"onCreate",r),o=We(e,"onUpdate",r),c=We(e,"onSelectionUpdate",r),u=We(e,"onTransaction",r),h=We(e,"onFocus",r),f=We(e,"onBlur",r),m=We(e,"onDestroy",r);a&&this.editor.on("beforeCreate",a),i&&this.editor.on("create",i),o&&this.editor.on("update",o),c&&this.editor.on("selectionUpdate",c),u&&this.editor.on("transaction",u),h&&this.editor.on("focus",h),f&&this.editor.on("blur",f),m&&this.editor.on("destroy",m)})}};Df.resolve=k2;Df.sort=Hc;Df.flatten=E0;var M6={};k0(M6,{ClipboardTextSerializer:()=>D2,Commands:()=>L2,Delete:()=>_2,Drop:()=>z2,Editable:()=>F2,FocusEvents:()=>B2,Keymap:()=>V2,Paste:()=>H2,Tabindex:()=>W2,TextDirection:()=>U2,focusEventsPluginKey:()=>$2});var mn=class O2 extends A0{constructor(){super(...arguments),this.type="extension"}static create(e={}){const n=typeof e=="function"?e():e;return new O2(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}},D2=mn.create({name:"clipboardTextSerializer",addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new Kt({key:new tn("clipboardTextSerializer"),props:{clipboardTextSerializer:()=>{const{editor:t}=this,{state:e,schema:n}=t,{doc:r,selection:a}=e,{ranges:i}=a,o=Math.min(...i.map(f=>f.$from.pos)),c=Math.max(...i.map(f=>f.$to.pos)),u=C2(n);return S2(r,{from:o,to:c},{...this.options.blockSeparator!==void 0?{blockSeparator:this.options.blockSeparator}:{},textSerializers:u})}}})]}}),L2=mn.create({name:"commands",addCommands(){return{...f2}}}),_2=mn.create({name:"delete",onUpdate({transaction:t,appendedTransactions:e}){var n,r,a;const i=()=>{var o,c,u,h;if((h=(u=(c=(o=this.editor.options.coreExtensionOptions)==null?void 0:o.delete)==null?void 0:c.filterTransaction)==null?void 0:u.call(c,t))!=null?h:t.getMeta("y-sync$"))return;const f=v2(t.before,[t,...e]);T2(f).forEach(y=>{f.mapping.mapResult(y.oldRange.from).deletedAfter&&f.mapping.mapResult(y.oldRange.to).deletedBefore&&f.before.nodesBetween(y.oldRange.from,y.oldRange.to,(N,w)=>{const v=w+N.nodeSize-2,k=y.oldRange.from<=w&&v<=y.oldRange.to;this.editor.emit("delete",{type:"node",node:N,from:w,to:v,newFrom:f.mapping.map(w),newTo:f.mapping.map(v),deletedRange:y.oldRange,newRange:y.newRange,partial:!k,editor:this.editor,transaction:t,combinedTransform:f})})});const g=f.mapping;f.steps.forEach((y,N)=>{var w,v;if(y instanceof ks){const k=g.slice(N).map(y.from,-1),C=g.slice(N).map(y.to),E=g.invert().map(k,-1),T=g.invert().map(C),R=(w=f.doc.nodeAt(k-1))==null?void 0:w.marks.some(_=>_.eq(y.mark)),D=(v=f.doc.nodeAt(C))==null?void 0:v.marks.some(_=>_.eq(y.mark));this.editor.emit("delete",{type:"mark",mark:y.mark,from:y.from,to:y.to,deletedRange:{from:E,to:T},newRange:{from:k,to:C},partial:!!(D||R),editor:this.editor,transaction:t,combinedTransform:f})}})};(a=(r=(n=this.editor.options.coreExtensionOptions)==null?void 0:n.delete)==null?void 0:r.async)==null||a?setTimeout(i,0):i()}}),z2=mn.create({name:"drop",addProseMirrorPlugins(){return[new Kt({key:new tn("tiptapDrop"),props:{handleDrop:(t,e,n,r)=>{this.editor.emit("drop",{editor:this.editor,event:e,slice:n,moved:r})}}})]}}),F2=mn.create({name:"editable",addProseMirrorPlugins(){return[new Kt({key:new tn("editable"),props:{editable:()=>this.editor.options.editable}})]}}),$2=new tn("focusEvents"),B2=mn.create({name:"focusEvents",addProseMirrorPlugins(){const{editor:t}=this;return[new Kt({key:$2,props:{handleDOMEvents:{focus:(e,n)=>{t.isFocused=!0;const r=t.state.tr.setMeta("focus",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1},blur:(e,n)=>{t.isFocused=!1;const r=t.state.tr.setMeta("blur",{event:n}).setMeta("addToHistory",!1);return e.dispatch(r),!1}}}})]}}),V2=mn.create({name:"keymap",addKeyboardShortcuts(){const t=()=>this.editor.commands.first(({commands:o})=>[()=>o.undoInputRule(),()=>o.command(({tr:c})=>{const{selection:u,doc:h}=c,{empty:f,$anchor:m}=u,{pos:g,parent:y}=m,N=m.parent.isTextblock&&g>0?c.doc.resolve(g-1):m,w=N.parent.type.spec.isolating,v=m.pos-m.parentOffset,k=w&&N.parent.childCount===1?v===m.pos:rt.atStart(h).from===g;return!f||!y.type.isTextblock||y.textContent.length||!k||k&&m.parent.type.name==="paragraph"?!1:o.clearNodes()}),()=>o.deleteSelection(),()=>o.joinBackward(),()=>o.selectNodeBackward()]),e=()=>this.editor.commands.first(({commands:o})=>[()=>o.deleteSelection(),()=>o.deleteCurrentNode(),()=>o.joinForward(),()=>o.selectNodeForward()]),r={Enter:()=>this.editor.commands.first(({commands:o})=>[()=>o.newlineInCode(),()=>o.createParagraphNear(),()=>o.liftEmptyBlock(),()=>o.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:t,"Mod-Backspace":t,"Shift-Backspace":t,Delete:e,"Mod-Delete":e,"Mod-a":()=>this.editor.commands.selectAll()},a={...r},i={...r,"Ctrl-h":t,"Alt-Backspace":t,"Ctrl-d":e,"Ctrl-Alt-Backspace":e,"Alt-Delete":e,"Alt-d":e,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return Eh()||y2()?i:a},addProseMirrorPlugins(){return[new Kt({key:new tn("clearDocument"),appendTransaction:(t,e,n)=>{if(t.some(w=>w.getMeta("composition")))return;const r=t.some(w=>w.docChanged)&&!e.doc.eq(n.doc),a=t.some(w=>w.getMeta("preventClearDocument"));if(!r||a)return;const{empty:i,from:o,to:c}=e.selection,u=rt.atStart(e.doc).from,h=rt.atEnd(e.doc).to;if(i||!(o===u&&c===h)||!Pf(n.doc))return;const g=n.tr,y=Mf({state:n,transaction:g}),{commands:N}=new Af({editor:this.editor,state:y});if(N.clearNodes(),!!g.steps.length)return g}})]}}),H2=mn.create({name:"paste",addProseMirrorPlugins(){return[new Kt({key:new tn("tiptapPaste"),props:{handlePaste:(t,e,n)=>{this.editor.emit("paste",{editor:this.editor,event:e,slice:n})}}})]}}),W2=mn.create({name:"tabindex",addProseMirrorPlugins(){return[new Kt({key:new tn("tabindex"),props:{attributes:()=>this.editor.isEditable?{tabindex:"0"}:{}}})]}}),U2=mn.create({name:"textDirection",addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];const{nodeExtensions:t}=Tl(this.extensions);return[{types:t.filter(e=>e.name!=="text").map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{const n=e.getAttribute("dir");return n&&(n==="ltr"||n==="rtl"||n==="auto")?n:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new Kt({key:new tn("textDirection"),props:{attributes:()=>{const t=this.options.direction;return t?{dir:t}:{}}}})]}}),A6=class Pc{constructor(e,n,r=!1,a=null){this.currentNode=null,this.actualDepth=null,this.isBlock=r,this.resolvedPos=e,this.editor=n,this.currentNode=a}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){var e;return(e=this.actualDepth)!=null?e:this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let n=this.from,r=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can’t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}n=this.from+1,r=this.to-1}this.editor.commands.insertContentAt({from:n,to:r},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+(this.node.isText?0:1)}get parent(){if(this.depth===0)return null;const e=this.resolvedPos.start(this.resolvedPos.depth-1),n=this.resolvedPos.doc.resolve(e);return new Pc(n,this.editor)}get before(){let e=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.from-3)),new Pc(e,this.editor)}get after(){let e=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return e.depth!==this.depth&&(e=this.resolvedPos.doc.resolve(this.to+3)),new Pc(e,this.editor)}get children(){const e=[];return this.node.content.forEach((n,r)=>{const a=n.isBlock&&!n.isTextblock,i=n.isAtom&&!n.isText,o=n.isInline,c=this.pos+r+(i?0:1);if(c<0||c>this.resolvedPos.doc.nodeSize-2)return;const u=this.resolvedPos.doc.resolve(c);if(!a&&!o&&u.depth<=this.depth)return;const h=new Pc(u,this.editor,a,a||o?n:null);a&&(h.actualDepth=this.depth+1),e.push(h)}),e}get firstChild(){return this.children[0]||null}get lastChild(){const e=this.children;return e[e.length-1]||null}closest(e,n={}){let r=null,a=this.parent;for(;a&&!r;){if(a.node.type.name===e)if(Object.keys(n).length>0){const i=a.node.attrs,o=Object.keys(n);for(let c=0;c{r&&a.length>0||(o.node.type.name===e&&i.every(u=>n[u]===o.node.attrs[u])&&a.push(o),!(r&&a.length>0)&&(a=a.concat(o.querySelectorAll(e,n,r))))}),a}setAttribute(e){const{tr:n}=this.editor.state;n.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(n)}},I6=`.ProseMirror { position: relative; } @@ -682,15 +682,15 @@ img.ProseMirror-separator { .ProseMirror-focused .ProseMirror-gapcursor { display: block; -}`;function I6(t,e,n){const r=document.querySelector("style[data-tiptap-style]");if(r!==null)return r;const a=document.createElement("style");return e&&a.setAttribute("nonce",e),a.setAttribute("data-tiptap-style",""),a.innerHTML=t,document.getElementsByTagName("head")[0].appendChild(a),a}var R6=class extends y6{constructor(t={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<"u"?document.createElement("div"):null,content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:r})=>{throw r},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:J8,createMappablePosition:Y8},this.setOptions(t),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.on("mount",this.options.onMount),this.on("unmount",this.options.onUnmount),this.on("contentError",this.options.onContentError),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),this.on("drop",({event:r,slice:a,moved:i})=>this.options.onDrop(r,a,i)),this.on("paste",({event:r,slice:a})=>this.options.onPaste(r,a)),this.on("delete",this.options.onDelete);const e=this.createDoc(),n=m2(e,this.options.autofocus);this.editorState=xl.create({doc:e,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(t){if(typeof document>"u")throw new Error("[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.");this.createView(t),this.emit("mount",{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){const t=this.editorView.dom;t!=null&&t.editor&&delete t.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove=="function"?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(t){console.warn("Failed to remove CSS element:",t)}this.css=null,this.emit("unmount",{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<"u"&&(this.css=I6(A6,this.options.injectNonce))}setOptions(t={}){this.options={...this.options,...t},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(t,e=!0){this.setOptions({editable:t}),e&&this.emit("update",{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:t=>{this.editorState=t},dispatch:t=>{this.dispatchTransaction(t)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(t,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in t)return Reflect.get(t,e);throw new Error(`[tiptap error]: The editor view is not available. Cannot access view['${e}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(t,e){const n=N2(e)?e(t,[...this.state.plugins]):[...this.state.plugins,t],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(t){if(this.isDestroyed)return;const e=this.state.plugins;let n=e;if([].concat(t).forEach(a=>{const i=typeof a=="string"?`${a}$`:a.key;n=n.filter(o=>!o.key.startsWith(i))}),e.length===n.length)return;const r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){var t,e;const r=[...this.options.enableCoreExtensions?[z2,O2.configure({blockSeparator:(e=(t=this.options.coreExtensionOptions)==null?void 0:t.clipboardTextSerializer)==null?void 0:e.blockSeparator}),D2,$2,B2,H2,_2,V2,L2,W2.configure({direction:this.options.textDirection})].filter(a=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[a.name]!==!1:!0):[],...this.options.extensions].filter(a=>["extension","node","mark"].includes(a==null?void 0:a.type));this.extensionManager=new Df(r,this)}createCommandManager(){this.commandManager=new Af({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let t;try{t=sx(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(e){if(!(e instanceof Error)||!["[tiptap error]: Invalid JSON content","[tiptap error]: Invalid HTML content"].includes(e.message))throw e;this.emit("contentError",{editor:this,error:e,disableCollaboration:()=>{"collaboration"in this.storage&&typeof this.storage.collaboration=="object"&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(n=>n.name!=="collaboration"),this.createExtensionManager()}}),t=sx(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return t}createView(t){const{editorProps:e,enableExtensionDispatchTransaction:n}=this.options,r=e.dispatchTransaction||this.dispatchTransaction.bind(this),a=n?this.extensionManager.dispatchTransaction(r):r,i=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(i);this.editorView=new u2(t,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:a,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const c=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(c),this.prependClass(),this.injectCSS();const u=this.view.dom;u.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(t){this.isCapturingTransaction=!0,t(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(t){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=t;return}t.steps.forEach(h=>{var f;return(f=this.capturedTransaction)==null?void 0:f.step(h)});return}const{state:e,transactions:n}=this.state.applyTransaction(t),r=!this.state.selection.eq(e.selection),a=n.includes(t),i=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:t,nextState:e}),!a)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:t,appendedTransactions:n.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:t});const o=n.findLast(h=>h.getMeta("focus")||h.getMeta("blur")),c=o==null?void 0:o.getMeta("focus"),u=o==null?void 0:o.getMeta("blur");c&&this.emit("focus",{editor:this,event:c.event,transaction:o}),u&&this.emit("blur",{editor:this,event:u.event,transaction:o}),!(t.getMeta("preventUpdate")||!n.some(h=>h.docChanged)||i.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:t,appendedTransactions:n.slice(1)})}getAttributes(t){return C2(this.state,t)}isActive(t,e){const n=typeof t=="string"?t:null,r=typeof t=="string"?e:t;return K8(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return T0(this.state.doc.content,this.schema)}getText(t){const{blockSeparator:e=` +}`;function R6(t,e,n){const r=document.querySelector("style[data-tiptap-style]");if(r!==null)return r;const a=document.createElement("style");return e&&a.setAttribute("nonce",e),a.setAttribute("data-tiptap-style",""),a.innerHTML=t,document.getElementsByTagName("head")[0].appendChild(a),a}var P6=class extends b6{constructor(t={}){super(),this.css=null,this.className="tiptap",this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<"u"?document.createElement("div"):null,content:"",injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:r})=>{throw r},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Y8,createMappablePosition:Q8},this.setOptions(t),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on("beforeCreate",this.options.onBeforeCreate),this.emit("beforeCreate",{editor:this}),this.on("mount",this.options.onMount),this.on("unmount",this.options.onUnmount),this.on("contentError",this.options.onContentError),this.on("create",this.options.onCreate),this.on("update",this.options.onUpdate),this.on("selectionUpdate",this.options.onSelectionUpdate),this.on("transaction",this.options.onTransaction),this.on("focus",this.options.onFocus),this.on("blur",this.options.onBlur),this.on("destroy",this.options.onDestroy),this.on("drop",({event:r,slice:a,moved:i})=>this.options.onDrop(r,a,i)),this.on("paste",({event:r,slice:a})=>this.options.onPaste(r,a)),this.on("delete",this.options.onDelete);const e=this.createDoc(),n=g2(e,this.options.autofocus);this.editorState=gl.create({doc:e,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(t){if(typeof document>"u")throw new Error("[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.");this.createView(t),this.emit("mount",{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit("create",{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){const t=this.editorView.dom;t!=null&&t.editor&&delete t.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove=="function"?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(t){console.warn("Failed to remove CSS element:",t)}this.css=null,this.emit("unmount",{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<"u"&&(this.css=R6(I6,this.options.injectNonce))}setOptions(t={}){this.options={...this.options,...t},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(t,e=!0){this.setOptions({editable:t}),e&&this.emit("update",{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:t=>{this.editorState=t},dispatch:t=>{this.dispatchTransaction(t)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(t,e)=>{if(this.editorView)return this.editorView[e];if(e==="state")return this.editorState;if(e in t)return Reflect.get(t,e);throw new Error(`[tiptap error]: The editor view is not available. Cannot access view['${e}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(t,e){const n=w2(e)?e(t,[...this.state.plugins]):[...this.state.plugins,t],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(t){if(this.isDestroyed)return;const e=this.state.plugins;let n=e;if([].concat(t).forEach(a=>{const i=typeof a=="string"?`${a}$`:a.key;n=n.filter(o=>!o.key.startsWith(i))}),e.length===n.length)return;const r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){var t,e;const r=[...this.options.enableCoreExtensions?[F2,D2.configure({blockSeparator:(e=(t=this.options.coreExtensionOptions)==null?void 0:t.clipboardTextSerializer)==null?void 0:e.blockSeparator}),L2,B2,V2,W2,z2,H2,_2,U2.configure({direction:this.options.textDirection})].filter(a=>typeof this.options.enableCoreExtensions=="object"?this.options.enableCoreExtensions[a.name]!==!1:!0):[],...this.options.extensions].filter(a=>["extension","node","mark"].includes(a==null?void 0:a.type));this.extensionManager=new Df(r,this)}createCommandManager(){this.commandManager=new Af({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let t;try{t=sx(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(e){if(!(e instanceof Error)||!["[tiptap error]: Invalid JSON content","[tiptap error]: Invalid HTML content"].includes(e.message))throw e;this.emit("contentError",{editor:this,error:e,disableCollaboration:()=>{"collaboration"in this.storage&&typeof this.storage.collaboration=="object"&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(n=>n.name!=="collaboration"),this.createExtensionManager()}}),t=sx(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return t}createView(t){const{editorProps:e,enableExtensionDispatchTransaction:n}=this.options,r=e.dispatchTransaction||this.dispatchTransaction.bind(this),a=n?this.extensionManager.dispatchTransaction(r):r,i=e.transformPastedHTML,o=this.extensionManager.transformPastedHTML(i);this.editorView=new h2(t,{...e,attributes:{role:"textbox",...e==null?void 0:e.attributes},dispatchTransaction:a,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});const c=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(c),this.prependClass(),this.injectCSS();const u=this.view.dom;u.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(t){this.isCapturingTransaction=!0,t(),this.isCapturingTransaction=!1;const e=this.capturedTransaction;return this.capturedTransaction=null,e}dispatchTransaction(t){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=t;return}t.steps.forEach(h=>{var f;return(f=this.capturedTransaction)==null?void 0:f.step(h)});return}const{state:e,transactions:n}=this.state.applyTransaction(t),r=!this.state.selection.eq(e.selection),a=n.includes(t),i=this.state;if(this.emit("beforeTransaction",{editor:this,transaction:t,nextState:e}),!a)return;this.view.updateState(e),this.emit("transaction",{editor:this,transaction:t,appendedTransactions:n.slice(1)}),r&&this.emit("selectionUpdate",{editor:this,transaction:t});const o=n.findLast(h=>h.getMeta("focus")||h.getMeta("blur")),c=o==null?void 0:o.getMeta("focus"),u=o==null?void 0:o.getMeta("blur");c&&this.emit("focus",{editor:this,event:c.event,transaction:o}),u&&this.emit("blur",{editor:this,event:u.event,transaction:o}),!(t.getMeta("preventUpdate")||!n.some(h=>h.docChanged)||i.doc.eq(e.doc))&&this.emit("update",{editor:this,transaction:t,appendedTransactions:n.slice(1)})}getAttributes(t){return E2(this.state,t)}isActive(t,e){const n=typeof t=="string"?t:null,r=typeof t=="string"?e:t;return q8(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return T0(this.state.doc.content,this.schema)}getText(t){const{blockSeparator:e=` -`,textSerializers:n={}}=t||{};return $8(this.state.doc,{blockSeparator:e,textSerializers:{...S2(this.schema),...n}})}get isEmpty(){return Pf(this.state.doc)}destroy(){this.emit("destroy"),this.unmount(),this.removeAllListeners()}get isDestroyed(){var t,e;return(e=(t=this.editorView)==null?void 0:t.isDestroyed)!=null?e:!0}$node(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelector(t,e))||null}$nodes(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelectorAll(t,e))||null}$pos(t){const e=this.state.doc.resolve(t);return new M6(e,this)}get $doc(){return this.$pos(0)}};function Ml(t){return new Of({find:t.find,handler:({state:e,range:n,match:r})=>{const a=jt(t.getAttributes,void 0,r);if(a===!1||a===null)return null;const{tr:i}=e,o=r[r.length-1],c=r[0];if(o){const u=c.search(/\S/),h=n.from+c.indexOf(o),f=h+o.length;if(M0(n.from,n.to,e.doc).filter(y=>y.mark.type.excluded.find(w=>w===t.type&&w!==y.mark.type)).filter(y=>y.to>h).length)return null;fn.from&&i.delete(n.from+u,h);const g=n.from+u+o.length;i.addMark(n.from+u,g,t.type.create(a||{})),i.removeStoredMark(t.type)}},undoable:t.undoable})}function U2(t){return new Of({find:t.find,handler:({state:e,range:n,match:r})=>{const a=jt(t.getAttributes,void 0,r)||{},{tr:i}=e,o=n.from;let c=n.to;const u=t.type.create(a);if(r[1]){const h=r[0].lastIndexOf(r[1]);let f=o+h;f>c?f=c:c=f+r[1].length;const m=r[0][r[0].length-1];i.insertText(m,o+r[0].length-1),i.replaceWith(f,c,u)}else if(r[0]){const h=t.type.isInline?o:o-1;i.insert(h,t.type.create(a)).delete(i.mapping.map(o),i.mapping.map(c))}i.scrollIntoView()},undoable:t.undoable})}function ix(t){return new Of({find:t.find,handler:({state:e,range:n,match:r})=>{const a=e.doc.resolve(n.from),i=jt(t.getAttributes,void 0,r)||{};if(!a.node(-1).canReplaceWith(a.index(-1),a.indexAfter(-1),t.type))return null;e.tr.delete(n.from,n.to).setBlockType(n.from,n.from,t.type,i)},undoable:t.undoable})}function Al(t){return new Of({find:t.find,handler:({state:e,range:n,match:r,chain:a})=>{const i=jt(t.getAttributes,void 0,r)||{},o=e.tr.delete(n.from,n.to),u=o.doc.resolve(n.from).blockRange(),h=u&&i0(u,t.type,i);if(!h)return null;if(o.wrap(u,h),t.keepMarks&&t.editor){const{selection:m,storedMarks:g}=e,{splittableMarks:y}=t.editor.extensionManager,N=g||m.$to.parentOffset&&m.$from.marks();if(N){const w=N.filter(v=>y.includes(v.type.name));o.ensureMarks(w)}}if(t.keepAttributes){const m=t.type.name==="bulletList"||t.type.name==="orderedList"?"listItem":"taskList";a().updateAttributes(m,i).run()}const f=o.doc.resolve(n.from-1).nodeBefore;f&&f.type===t.type&&Ti(o.doc,n.from-1)&&(!t.joinPredicate||t.joinPredicate(r,f))&&o.join(n.from-1)},undoable:t.undoable})}var P6=t=>"touches"in t,O6=class{constructor(t){this.directions=["bottom-left","bottom-right","top-left","top-right"],this.minSize={height:8,width:8},this.preserveAspectRatio=!1,this.classNames={container:"",wrapper:"",handle:"",resizing:""},this.initialWidth=0,this.initialHeight=0,this.aspectRatio=1,this.isResizing=!1,this.activeHandle=null,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.isShiftKeyPressed=!1,this.lastEditableState=void 0,this.handleMap=new Map,this.handleMouseMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.clientX-this.startX,h=c.clientY-this.startY;this.handleResize(u,h)},this.handleTouchMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.touches[0];if(!u)return;const h=u.clientX-this.startX,f=u.clientY-this.startY;this.handleResize(h,f)},this.handleMouseUp=()=>{if(!this.isResizing)return;const c=this.element.offsetWidth,u=this.element.offsetHeight;this.onCommit(c,u),this.isResizing=!1,this.activeHandle=null,this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)},this.handleKeyDown=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!0)},this.handleKeyUp=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!1)};var e,n,r,a,i,o;this.node=t.node,this.editor=t.editor,this.element=t.element,this.contentElement=t.contentElement,this.getPos=t.getPos,this.onResize=t.onResize,this.onCommit=t.onCommit,this.onUpdate=t.onUpdate,(e=t.options)!=null&&e.min&&(this.minSize={...this.minSize,...t.options.min}),(n=t.options)!=null&&n.max&&(this.maxSize=t.options.max),(r=t==null?void 0:t.options)!=null&&r.directions&&(this.directions=t.options.directions),(a=t.options)!=null&&a.preserveAspectRatio&&(this.preserveAspectRatio=t.options.preserveAspectRatio),(i=t.options)!=null&&i.className&&(this.classNames={container:t.options.className.container||"",wrapper:t.options.className.wrapper||"",handle:t.options.className.handle||"",resizing:t.options.className.resizing||""}),(o=t.options)!=null&&o.createCustomHandle&&(this.createCustomHandle=t.options.createCustomHandle),this.wrapper=this.createWrapper(),this.container=this.createContainer(),this.applyInitialSize(),this.attachHandles(),this.editor.on("update",this.handleEditorUpdate.bind(this))}get dom(){return this.container}get contentDOM(){var t;return(t=this.contentElement)!=null?t:null}handleEditorUpdate(){const t=this.editor.isEditable;t!==this.lastEditableState&&(this.lastEditableState=t,t?t&&this.handleMap.size===0&&this.attachHandles():this.removeHandles())}update(t,e,n){return t.type!==this.node.type?!1:(this.node=t,this.onUpdate?this.onUpdate(t,e,n):!0)}destroy(){this.isResizing&&(this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp),this.isResizing=!1,this.activeHandle=null),this.editor.off("update",this.handleEditorUpdate.bind(this)),this.container.remove()}createContainer(){const t=document.createElement("div");return t.dataset.resizeContainer="",t.dataset.node=this.node.type.name,t.style.display="flex",this.classNames.container&&(t.className=this.classNames.container),t.appendChild(this.wrapper),t}createWrapper(){const t=document.createElement("div");return t.style.position="relative",t.style.display="block",t.dataset.resizeWrapper="",this.classNames.wrapper&&(t.className=this.classNames.wrapper),t.appendChild(this.element),t}createHandle(t){const e=document.createElement("div");return e.dataset.resizeHandle=t,e.style.position="absolute",this.classNames.handle&&(e.className=this.classNames.handle),e}positionHandle(t,e){const n=e.includes("top"),r=e.includes("bottom"),a=e.includes("left"),i=e.includes("right");n&&(t.style.top="0"),r&&(t.style.bottom="0"),a&&(t.style.left="0"),i&&(t.style.right="0"),(e==="top"||e==="bottom")&&(t.style.left="0",t.style.right="0"),(e==="left"||e==="right")&&(t.style.top="0",t.style.bottom="0")}attachHandles(){this.directions.forEach(t=>{let e;this.createCustomHandle?e=this.createCustomHandle(t):e=this.createHandle(t),e instanceof HTMLElement||(console.warn(`[ResizableNodeView] createCustomHandle("${t}") did not return an HTMLElement. Falling back to default handle.`),e=this.createHandle(t)),this.createCustomHandle||this.positionHandle(e,t),e.addEventListener("mousedown",n=>this.handleResizeStart(n,t)),e.addEventListener("touchstart",n=>this.handleResizeStart(n,t)),this.handleMap.set(t,e),this.wrapper.appendChild(e)})}removeHandles(){this.handleMap.forEach(t=>t.remove()),this.handleMap.clear()}applyInitialSize(){const t=this.node.attrs.width,e=this.node.attrs.height;t?(this.element.style.width=`${t}px`,this.initialWidth=t):this.initialWidth=this.element.offsetWidth,e?(this.element.style.height=`${e}px`,this.initialHeight=e):this.initialHeight=this.element.offsetHeight,this.initialWidth>0&&this.initialHeight>0&&(this.aspectRatio=this.initialWidth/this.initialHeight)}handleResizeStart(t,e){t.preventDefault(),t.stopPropagation(),this.isResizing=!0,this.activeHandle=e,P6(t)?(this.startX=t.touches[0].clientX,this.startY=t.touches[0].clientY):(this.startX=t.clientX,this.startY=t.clientY),this.startWidth=this.element.offsetWidth,this.startHeight=this.element.offsetHeight,this.startWidth>0&&this.startHeight>0&&(this.aspectRatio=this.startWidth/this.startHeight),this.getPos(),this.container.dataset.resizeState="true",this.classNames.resizing&&this.container.classList.add(this.classNames.resizing),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("touchmove",this.handleTouchMove),document.addEventListener("mouseup",this.handleMouseUp),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}handleResize(t,e){if(!this.activeHandle)return;const n=this.preserveAspectRatio||this.isShiftKeyPressed,{width:r,height:a}=this.calculateNewDimensions(this.activeHandle,t,e),i=this.applyConstraints(r,a,n);this.element.style.width=`${i.width}px`,this.element.style.height=`${i.height}px`,this.onResize&&this.onResize(i.width,i.height)}calculateNewDimensions(t,e,n){let r=this.startWidth,a=this.startHeight;const i=t.includes("right"),o=t.includes("left"),c=t.includes("bottom"),u=t.includes("top");return i?r=this.startWidth+e:o&&(r=this.startWidth-e),c?a=this.startHeight+n:u&&(a=this.startHeight-n),(t==="right"||t==="left")&&(r=this.startWidth+(i?e:-e)),(t==="top"||t==="bottom")&&(a=this.startHeight+(c?n:-n)),this.preserveAspectRatio||this.isShiftKeyPressed?this.applyAspectRatio(r,a,t):{width:r,height:a}}applyConstraints(t,e,n){var r,a,i,o;if(!n){let h=Math.max(this.minSize.width,t),f=Math.max(this.minSize.height,e);return(r=this.maxSize)!=null&&r.width&&(h=Math.min(this.maxSize.width,h)),(a=this.maxSize)!=null&&a.height&&(f=Math.min(this.maxSize.height,f)),{width:h,height:f}}let c=t,u=e;return cthis.maxSize.width&&(c=this.maxSize.width,u=c/this.aspectRatio),(o=this.maxSize)!=null&&o.height&&u>this.maxSize.height&&(u=this.maxSize.height,c=u*this.aspectRatio),{width:c,height:u}}applyAspectRatio(t,e,n){const r=n==="left"||n==="right",a=n==="top"||n==="bottom";return r?{width:t,height:t/this.aspectRatio}:a?{width:e*this.aspectRatio,height:e}:{width:t,height:t/this.aspectRatio}}};function D6(t,e){const{selection:n}=t,{$from:r}=n;if(n instanceof Ge){const i=r.index();return r.parent.canReplaceWith(i,i+1,e)}let a=r.depth;for(;a>=0;){const i=r.index(a);if(r.node(a).contentMatchAt(i).matchType(e))return!0;a-=1}return!1}function L6(t){return t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}var _6={};k0(_6,{createAtomBlockMarkdownSpec:()=>z6,createBlockMarkdownSpec:()=>F6,createInlineMarkdownSpec:()=>K2,parseAttributes:()=>I0,parseIndentedBlocks:()=>ox,renderNestedMarkdownContent:()=>P0,serializeAttributes:()=>R0});function I0(t){if(!(t!=null&&t.trim()))return{};const e={},n=[],r=t.replace(/["']([^"']*)["']/g,h=>(n.push(h),`__QUOTED_${n.length-1}__`)),a=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(a){const h=a.map(f=>f.trim().slice(1));e.class=h.join(" ")}const i=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);i&&(e.id=i[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(r.matchAll(o)).forEach(([,h,f])=>{var m;const g=parseInt(((m=f.match(/__QUOTED_(\d+)__/))==null?void 0:m[1])||"0",10),y=n[g];y&&(e[h]=y.slice(1,-1))});const u=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,"").replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,"").replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,"").trim();return u&&u.split(/\s+/).filter(Boolean).forEach(f=>{f.match(/^[a-zA-Z][\w-]*$/)&&(e[f]=!0)}),e}function R0(t){if(!t||Object.keys(t).length===0)return"";const e=[];return t.class&&String(t.class).split(/\s+/).filter(Boolean).forEach(r=>e.push(`.${r}`)),t.id&&e.push(`#${t.id}`),Object.entries(t).forEach(([n,r])=>{n==="class"||n==="id"||(r===!0?e.push(n):r!==!1&&r!=null&&e.push(`${n}="${String(r)}"`))}),e.join(" ")}function z6(t){const{nodeName:e,name:n,parseAttributes:r=I0,serializeAttributes:a=R0,defaultAttributes:i={},requiredAttributes:o=[],allowedAttributes:c}=t,u=n||e,h=f=>{if(!c)return f;const m={};return c.forEach(g=>{g in f&&(m[g]=f[g])}),m};return{parseMarkdown:(f,m)=>{const g={...i,...f.attributes};return m.createNode(e,g,[])},markdownTokenizer:{name:e,level:"block",start(f){var m;const g=new RegExp(`^:::${u}(?:\\s|$)`,"m"),y=(m=f.match(g))==null?void 0:m.index;return y!==void 0?y:-1},tokenize(f,m,g){const y=new RegExp(`^:::${u}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),N=f.match(y);if(!N)return;const w=N[1]||"",v=r(w);if(!o.find(C=>!(C in v)))return{type:e,raw:N[0],attributes:v}}},renderMarkdown:f=>{const m=h(f.attrs||{}),g=a(m),y=g?` {${g}}`:"";return`:::${u}${y} :::`}}}function F6(t){const{nodeName:e,name:n,getContent:r,parseAttributes:a=I0,serializeAttributes:i=R0,defaultAttributes:o={},content:c="block",allowedAttributes:u}=t,h=n||e,f=m=>{if(!u)return m;const g={};return u.forEach(y=>{y in m&&(g[y]=m[y])}),g};return{parseMarkdown:(m,g)=>{let y;if(r){const w=r(m);y=typeof w=="string"?[{type:"text",text:w}]:w}else c==="block"?y=g.parseChildren(m.tokens||[]):y=g.parseInline(m.tokens||[]);const N={...o,...m.attributes};return g.createNode(e,N,y)},markdownTokenizer:{name:e,level:"block",start(m){var g;const y=new RegExp(`^:::${h}`,"m"),N=(g=m.match(y))==null?void 0:g.index;return N!==void 0?N:-1},tokenize(m,g,y){var N;const w=new RegExp(`^:::${h}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),v=m.match(w);if(!v)return;const[k,C=""]=v,E=a(C);let T=1;const R=k.length;let D="";const _=/^:::([\w-]*)(\s.*)?/gm,P=m.slice(R);for(_.lastIndex=0;;){const L=_.exec(P);if(L===null)break;const F=L.index,X=L[1];if(!((N=L[2])!=null&&N.endsWith(":::"))){if(X)T+=1;else if(T-=1,T===0){const te=P.slice(0,F);D=te.trim();const ue=m.slice(0,R+F+L[0].length);let ae=[];if(D)if(c==="block")for(ae=y.blockTokens(te),ae.forEach(I=>{I.text&&(!I.tokens||I.tokens.length===0)&&(I.tokens=y.inlineTokens(I.text))});ae.length>0;){const I=ae[ae.length-1];if(I.type==="paragraph"&&(!I.text||I.text.trim()===""))ae.pop();else break}else ae=y.inlineTokens(D);return{type:e,raw:ue,attributes:E,content:D,tokens:ae}}}}}},renderMarkdown:(m,g)=>{const y=f(m.attrs||{}),N=i(y),w=N?` {${N}}`:"",v=g.renderChildren(m.content||[],` +`,textSerializers:n={}}=t||{};return B8(this.state.doc,{blockSeparator:e,textSerializers:{...C2(this.schema),...n}})}get isEmpty(){return Pf(this.state.doc)}destroy(){this.emit("destroy"),this.unmount(),this.removeAllListeners()}get isDestroyed(){var t,e;return(e=(t=this.editorView)==null?void 0:t.isDestroyed)!=null?e:!0}$node(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelector(t,e))||null}$nodes(t,e){var n;return((n=this.$doc)==null?void 0:n.querySelectorAll(t,e))||null}$pos(t){const e=this.state.doc.resolve(t);return new A6(e,this)}get $doc(){return this.$pos(0)}};function Ml(t){return new Of({find:t.find,handler:({state:e,range:n,match:r})=>{const a=jt(t.getAttributes,void 0,r);if(a===!1||a===null)return null;const{tr:i}=e,o=r[r.length-1],c=r[0];if(o){const u=c.search(/\S/),h=n.from+c.indexOf(o),f=h+o.length;if(M0(n.from,n.to,e.doc).filter(y=>y.mark.type.excluded.find(w=>w===t.type&&w!==y.mark.type)).filter(y=>y.to>h).length)return null;fn.from&&i.delete(n.from+u,h);const g=n.from+u+o.length;i.addMark(n.from+u,g,t.type.create(a||{})),i.removeStoredMark(t.type)}},undoable:t.undoable})}function K2(t){return new Of({find:t.find,handler:({state:e,range:n,match:r})=>{const a=jt(t.getAttributes,void 0,r)||{},{tr:i}=e,o=n.from;let c=n.to;const u=t.type.create(a);if(r[1]){const h=r[0].lastIndexOf(r[1]);let f=o+h;f>c?f=c:c=f+r[1].length;const m=r[0][r[0].length-1];i.insertText(m,o+r[0].length-1),i.replaceWith(f,c,u)}else if(r[0]){const h=t.type.isInline?o:o-1;i.insert(h,t.type.create(a)).delete(i.mapping.map(o),i.mapping.map(c))}i.scrollIntoView()},undoable:t.undoable})}function ix(t){return new Of({find:t.find,handler:({state:e,range:n,match:r})=>{const a=e.doc.resolve(n.from),i=jt(t.getAttributes,void 0,r)||{};if(!a.node(-1).canReplaceWith(a.index(-1),a.indexAfter(-1),t.type))return null;e.tr.delete(n.from,n.to).setBlockType(n.from,n.from,t.type,i)},undoable:t.undoable})}function Al(t){return new Of({find:t.find,handler:({state:e,range:n,match:r,chain:a})=>{const i=jt(t.getAttributes,void 0,r)||{},o=e.tr.delete(n.from,n.to),u=o.doc.resolve(n.from).blockRange(),h=u&&i0(u,t.type,i);if(!h)return null;if(o.wrap(u,h),t.keepMarks&&t.editor){const{selection:m,storedMarks:g}=e,{splittableMarks:y}=t.editor.extensionManager,N=g||m.$to.parentOffset&&m.$from.marks();if(N){const w=N.filter(v=>y.includes(v.type.name));o.ensureMarks(w)}}if(t.keepAttributes){const m=t.type.name==="bulletList"||t.type.name==="orderedList"?"listItem":"taskList";a().updateAttributes(m,i).run()}const f=o.doc.resolve(n.from-1).nodeBefore;f&&f.type===t.type&&Ti(o.doc,n.from-1)&&(!t.joinPredicate||t.joinPredicate(r,f))&&o.join(n.from-1)},undoable:t.undoable})}var O6=t=>"touches"in t,D6=class{constructor(t){this.directions=["bottom-left","bottom-right","top-left","top-right"],this.minSize={height:8,width:8},this.preserveAspectRatio=!1,this.classNames={container:"",wrapper:"",handle:"",resizing:""},this.initialWidth=0,this.initialHeight=0,this.aspectRatio=1,this.isResizing=!1,this.activeHandle=null,this.startX=0,this.startY=0,this.startWidth=0,this.startHeight=0,this.isShiftKeyPressed=!1,this.lastEditableState=void 0,this.handleMap=new Map,this.handleMouseMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.clientX-this.startX,h=c.clientY-this.startY;this.handleResize(u,h)},this.handleTouchMove=c=>{if(!this.isResizing||!this.activeHandle)return;const u=c.touches[0];if(!u)return;const h=u.clientX-this.startX,f=u.clientY-this.startY;this.handleResize(h,f)},this.handleMouseUp=()=>{if(!this.isResizing)return;const c=this.element.offsetWidth,u=this.element.offsetHeight;this.onCommit(c,u),this.isResizing=!1,this.activeHandle=null,this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp)},this.handleKeyDown=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!0)},this.handleKeyUp=c=>{c.key==="Shift"&&(this.isShiftKeyPressed=!1)};var e,n,r,a,i,o;this.node=t.node,this.editor=t.editor,this.element=t.element,this.contentElement=t.contentElement,this.getPos=t.getPos,this.onResize=t.onResize,this.onCommit=t.onCommit,this.onUpdate=t.onUpdate,(e=t.options)!=null&&e.min&&(this.minSize={...this.minSize,...t.options.min}),(n=t.options)!=null&&n.max&&(this.maxSize=t.options.max),(r=t==null?void 0:t.options)!=null&&r.directions&&(this.directions=t.options.directions),(a=t.options)!=null&&a.preserveAspectRatio&&(this.preserveAspectRatio=t.options.preserveAspectRatio),(i=t.options)!=null&&i.className&&(this.classNames={container:t.options.className.container||"",wrapper:t.options.className.wrapper||"",handle:t.options.className.handle||"",resizing:t.options.className.resizing||""}),(o=t.options)!=null&&o.createCustomHandle&&(this.createCustomHandle=t.options.createCustomHandle),this.wrapper=this.createWrapper(),this.container=this.createContainer(),this.applyInitialSize(),this.attachHandles(),this.editor.on("update",this.handleEditorUpdate.bind(this))}get dom(){return this.container}get contentDOM(){var t;return(t=this.contentElement)!=null?t:null}handleEditorUpdate(){const t=this.editor.isEditable;t!==this.lastEditableState&&(this.lastEditableState=t,t?t&&this.handleMap.size===0&&this.attachHandles():this.removeHandles())}update(t,e,n){return t.type!==this.node.type?!1:(this.node=t,this.onUpdate?this.onUpdate(t,e,n):!0)}destroy(){this.isResizing&&(this.container.dataset.resizeState="false",this.classNames.resizing&&this.container.classList.remove(this.classNames.resizing),document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),document.removeEventListener("keydown",this.handleKeyDown),document.removeEventListener("keyup",this.handleKeyUp),this.isResizing=!1,this.activeHandle=null),this.editor.off("update",this.handleEditorUpdate.bind(this)),this.container.remove()}createContainer(){const t=document.createElement("div");return t.dataset.resizeContainer="",t.dataset.node=this.node.type.name,t.style.display="flex",this.classNames.container&&(t.className=this.classNames.container),t.appendChild(this.wrapper),t}createWrapper(){const t=document.createElement("div");return t.style.position="relative",t.style.display="block",t.dataset.resizeWrapper="",this.classNames.wrapper&&(t.className=this.classNames.wrapper),t.appendChild(this.element),t}createHandle(t){const e=document.createElement("div");return e.dataset.resizeHandle=t,e.style.position="absolute",this.classNames.handle&&(e.className=this.classNames.handle),e}positionHandle(t,e){const n=e.includes("top"),r=e.includes("bottom"),a=e.includes("left"),i=e.includes("right");n&&(t.style.top="0"),r&&(t.style.bottom="0"),a&&(t.style.left="0"),i&&(t.style.right="0"),(e==="top"||e==="bottom")&&(t.style.left="0",t.style.right="0"),(e==="left"||e==="right")&&(t.style.top="0",t.style.bottom="0")}attachHandles(){this.directions.forEach(t=>{let e;this.createCustomHandle?e=this.createCustomHandle(t):e=this.createHandle(t),e instanceof HTMLElement||(console.warn(`[ResizableNodeView] createCustomHandle("${t}") did not return an HTMLElement. Falling back to default handle.`),e=this.createHandle(t)),this.createCustomHandle||this.positionHandle(e,t),e.addEventListener("mousedown",n=>this.handleResizeStart(n,t)),e.addEventListener("touchstart",n=>this.handleResizeStart(n,t)),this.handleMap.set(t,e),this.wrapper.appendChild(e)})}removeHandles(){this.handleMap.forEach(t=>t.remove()),this.handleMap.clear()}applyInitialSize(){const t=this.node.attrs.width,e=this.node.attrs.height;t?(this.element.style.width=`${t}px`,this.initialWidth=t):this.initialWidth=this.element.offsetWidth,e?(this.element.style.height=`${e}px`,this.initialHeight=e):this.initialHeight=this.element.offsetHeight,this.initialWidth>0&&this.initialHeight>0&&(this.aspectRatio=this.initialWidth/this.initialHeight)}handleResizeStart(t,e){t.preventDefault(),t.stopPropagation(),this.isResizing=!0,this.activeHandle=e,O6(t)?(this.startX=t.touches[0].clientX,this.startY=t.touches[0].clientY):(this.startX=t.clientX,this.startY=t.clientY),this.startWidth=this.element.offsetWidth,this.startHeight=this.element.offsetHeight,this.startWidth>0&&this.startHeight>0&&(this.aspectRatio=this.startWidth/this.startHeight),this.getPos(),this.container.dataset.resizeState="true",this.classNames.resizing&&this.container.classList.add(this.classNames.resizing),document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("touchmove",this.handleTouchMove),document.addEventListener("mouseup",this.handleMouseUp),document.addEventListener("keydown",this.handleKeyDown),document.addEventListener("keyup",this.handleKeyUp)}handleResize(t,e){if(!this.activeHandle)return;const n=this.preserveAspectRatio||this.isShiftKeyPressed,{width:r,height:a}=this.calculateNewDimensions(this.activeHandle,t,e),i=this.applyConstraints(r,a,n);this.element.style.width=`${i.width}px`,this.element.style.height=`${i.height}px`,this.onResize&&this.onResize(i.width,i.height)}calculateNewDimensions(t,e,n){let r=this.startWidth,a=this.startHeight;const i=t.includes("right"),o=t.includes("left"),c=t.includes("bottom"),u=t.includes("top");return i?r=this.startWidth+e:o&&(r=this.startWidth-e),c?a=this.startHeight+n:u&&(a=this.startHeight-n),(t==="right"||t==="left")&&(r=this.startWidth+(i?e:-e)),(t==="top"||t==="bottom")&&(a=this.startHeight+(c?n:-n)),this.preserveAspectRatio||this.isShiftKeyPressed?this.applyAspectRatio(r,a,t):{width:r,height:a}}applyConstraints(t,e,n){var r,a,i,o;if(!n){let h=Math.max(this.minSize.width,t),f=Math.max(this.minSize.height,e);return(r=this.maxSize)!=null&&r.width&&(h=Math.min(this.maxSize.width,h)),(a=this.maxSize)!=null&&a.height&&(f=Math.min(this.maxSize.height,f)),{width:h,height:f}}let c=t,u=e;return cthis.maxSize.width&&(c=this.maxSize.width,u=c/this.aspectRatio),(o=this.maxSize)!=null&&o.height&&u>this.maxSize.height&&(u=this.maxSize.height,c=u*this.aspectRatio),{width:c,height:u}}applyAspectRatio(t,e,n){const r=n==="left"||n==="right",a=n==="top"||n==="bottom";return r?{width:t,height:t/this.aspectRatio}:a?{width:e*this.aspectRatio,height:e}:{width:t,height:t/this.aspectRatio}}};function L6(t,e){const{selection:n}=t,{$from:r}=n;if(n instanceof Ge){const i=r.index();return r.parent.canReplaceWith(i,i+1,e)}let a=r.depth;for(;a>=0;){const i=r.index(a);if(r.node(a).contentMatchAt(i).matchType(e))return!0;a-=1}return!1}function _6(t){return t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}var z6={};k0(z6,{createAtomBlockMarkdownSpec:()=>F6,createBlockMarkdownSpec:()=>$6,createInlineMarkdownSpec:()=>q2,parseAttributes:()=>I0,parseIndentedBlocks:()=>ox,renderNestedMarkdownContent:()=>P0,serializeAttributes:()=>R0});function I0(t){if(!(t!=null&&t.trim()))return{};const e={},n=[],r=t.replace(/["']([^"']*)["']/g,h=>(n.push(h),`__QUOTED_${n.length-1}__`)),a=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);if(a){const h=a.map(f=>f.trim().slice(1));e.class=h.join(" ")}const i=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);i&&(e.id=i[1]);const o=/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g;Array.from(r.matchAll(o)).forEach(([,h,f])=>{var m;const g=parseInt(((m=f.match(/__QUOTED_(\d+)__/))==null?void 0:m[1])||"0",10),y=n[g];y&&(e[h]=y.slice(1,-1))});const u=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,"").replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,"").replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,"").trim();return u&&u.split(/\s+/).filter(Boolean).forEach(f=>{f.match(/^[a-zA-Z][\w-]*$/)&&(e[f]=!0)}),e}function R0(t){if(!t||Object.keys(t).length===0)return"";const e=[];return t.class&&String(t.class).split(/\s+/).filter(Boolean).forEach(r=>e.push(`.${r}`)),t.id&&e.push(`#${t.id}`),Object.entries(t).forEach(([n,r])=>{n==="class"||n==="id"||(r===!0?e.push(n):r!==!1&&r!=null&&e.push(`${n}="${String(r)}"`))}),e.join(" ")}function F6(t){const{nodeName:e,name:n,parseAttributes:r=I0,serializeAttributes:a=R0,defaultAttributes:i={},requiredAttributes:o=[],allowedAttributes:c}=t,u=n||e,h=f=>{if(!c)return f;const m={};return c.forEach(g=>{g in f&&(m[g]=f[g])}),m};return{parseMarkdown:(f,m)=>{const g={...i,...f.attributes};return m.createNode(e,g,[])},markdownTokenizer:{name:e,level:"block",start(f){var m;const g=new RegExp(`^:::${u}(?:\\s|$)`,"m"),y=(m=f.match(g))==null?void 0:m.index;return y!==void 0?y:-1},tokenize(f,m,g){const y=new RegExp(`^:::${u}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),N=f.match(y);if(!N)return;const w=N[1]||"",v=r(w);if(!o.find(C=>!(C in v)))return{type:e,raw:N[0],attributes:v}}},renderMarkdown:f=>{const m=h(f.attrs||{}),g=a(m),y=g?` {${g}}`:"";return`:::${u}${y} :::`}}}function $6(t){const{nodeName:e,name:n,getContent:r,parseAttributes:a=I0,serializeAttributes:i=R0,defaultAttributes:o={},content:c="block",allowedAttributes:u}=t,h=n||e,f=m=>{if(!u)return m;const g={};return u.forEach(y=>{y in m&&(g[y]=m[y])}),g};return{parseMarkdown:(m,g)=>{let y;if(r){const w=r(m);y=typeof w=="string"?[{type:"text",text:w}]:w}else c==="block"?y=g.parseChildren(m.tokens||[]):y=g.parseInline(m.tokens||[]);const N={...o,...m.attributes};return g.createNode(e,N,y)},markdownTokenizer:{name:e,level:"block",start(m){var g;const y=new RegExp(`^:::${h}`,"m"),N=(g=m.match(y))==null?void 0:g.index;return N!==void 0?N:-1},tokenize(m,g,y){var N;const w=new RegExp(`^:::${h}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),v=m.match(w);if(!v)return;const[k,C=""]=v,E=a(C);let T=1;const R=k.length;let D="";const _=/^:::([\w-]*)(\s.*)?/gm,P=m.slice(R);for(_.lastIndex=0;;){const L=_.exec(P);if(L===null)break;const F=L.index,X=L[1];if(!((N=L[2])!=null&&N.endsWith(":::"))){if(X)T+=1;else if(T-=1,T===0){const te=P.slice(0,F);D=te.trim();const ue=m.slice(0,R+F+L[0].length);let ae=[];if(D)if(c==="block")for(ae=y.blockTokens(te),ae.forEach(I=>{I.text&&(!I.tokens||I.tokens.length===0)&&(I.tokens=y.inlineTokens(I.text))});ae.length>0;){const I=ae[ae.length-1];if(I.type==="paragraph"&&(!I.text||I.text.trim()===""))ae.pop();else break}else ae=y.inlineTokens(D);return{type:e,raw:ue,attributes:E,content:D,tokens:ae}}}}}},renderMarkdown:(m,g)=>{const y=f(m.attrs||{}),N=i(y),w=N?` {${N}}`:"",v=g.renderChildren(m.content||[],` `);return`:::${h}${w} ${v} -:::`}}}function $6(t){if(!t.trim())return{};const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,a,i,o]=r;e[a]=i||o,r=n.exec(t)}return e}function B6(t){return Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e}="${n}"`).join(" ")}function K2(t){const{nodeName:e,name:n,getContent:r,parseAttributes:a=$6,serializeAttributes:i=B6,defaultAttributes:o={},selfClosing:c=!1,allowedAttributes:u}=t,h=n||e,f=g=>{if(!u)return g;const y={};return u.forEach(N=>{const w=typeof N=="string"?N:N.name,v=typeof N=="string"?void 0:N.skipIfDefault;if(w in g){const k=g[w];if(v!==void 0&&k===v)return;y[w]=k}}),y},m=h.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(g,y)=>{const N={...o,...g.attributes};if(c)return y.createNode(e,N);const w=r?r(g):g.content||"";return w?y.createNode(e,N,[y.createTextNode(w)]):y.createNode(e,N,[])},markdownTokenizer:{name:e,level:"inline",start(g){const y=c?new RegExp(`\\[${m}\\s*[^\\]]*\\]`):new RegExp(`\\[${m}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${m}\\]`),N=g.match(y),w=N==null?void 0:N.index;return w!==void 0?w:-1},tokenize(g,y,N){const w=c?new RegExp(`^\\[${m}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${m}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${m}\\]`),v=g.match(w);if(!v)return;let k="",C="";if(c){const[,T]=v;C=T}else{const[,T,R]=v;C=T,k=R||""}const E=a(C.trim());return{type:e,raw:v[0],content:k.trim(),attributes:E}}},renderMarkdown:g=>{let y="";r?y=r(g):g.content&&g.content.length>0&&(y=g.content.filter(k=>k.type==="text").map(k=>k.text).join(""));const N=f(g.attrs||{}),w=i(N),v=w?` ${w}`:"";return c?`[${h}${v}]`:`[${h}${v}]${y}[/${h}]`}}}function ox(t,e,n){var r,a,i,o;const c=t.split(` +:::`}}}function B6(t){if(!t.trim())return{};const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,a,i,o]=r;e[a]=i||o,r=n.exec(t)}return e}function V6(t){return Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e}="${n}"`).join(" ")}function q2(t){const{nodeName:e,name:n,getContent:r,parseAttributes:a=B6,serializeAttributes:i=V6,defaultAttributes:o={},selfClosing:c=!1,allowedAttributes:u}=t,h=n||e,f=g=>{if(!u)return g;const y={};return u.forEach(N=>{const w=typeof N=="string"?N:N.name,v=typeof N=="string"?void 0:N.skipIfDefault;if(w in g){const k=g[w];if(v!==void 0&&k===v)return;y[w]=k}}),y},m=h.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{parseMarkdown:(g,y)=>{const N={...o,...g.attributes};if(c)return y.createNode(e,N);const w=r?r(g):g.content||"";return w?y.createNode(e,N,[y.createTextNode(w)]):y.createNode(e,N,[])},markdownTokenizer:{name:e,level:"inline",start(g){const y=c?new RegExp(`\\[${m}\\s*[^\\]]*\\]`):new RegExp(`\\[${m}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${m}\\]`),N=g.match(y),w=N==null?void 0:N.index;return w!==void 0?w:-1},tokenize(g,y,N){const w=c?new RegExp(`^\\[${m}\\s*([^\\]]*)\\]`):new RegExp(`^\\[${m}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${m}\\]`),v=g.match(w);if(!v)return;let k="",C="";if(c){const[,T]=v;C=T}else{const[,T,R]=v;C=T,k=R||""}const E=a(C.trim());return{type:e,raw:v[0],content:k.trim(),attributes:E}}},renderMarkdown:g=>{let y="";r?y=r(g):g.content&&g.content.length>0&&(y=g.content.filter(k=>k.type==="text").map(k=>k.text).join(""));const N=f(g.attrs||{}),w=i(N),v=w?` ${w}`:"";return c?`[${h}${v}]`:`[${h}${v}]${y}[/${h}]`}}}function ox(t,e,n){var r,a,i,o;const c=t.split(` `),u=[];let h="",f=0;const m=e.baseIndentSize||2;for(;f0)break;if(g.trim()===""){f+=1,h=`${h}${g} `;continue}else return}const N=e.extractItemData(y),{indentLevel:w,mainContent:v}=N;h=`${h}${g} `;const k=[v];for(f+=1;fF.trim()!=="");if(_===-1)break;if((((a=(r=c[f+1+_].match(/^(\s*)/))==null?void 0:r[1])==null?void 0:a.length)||0)>w){k.push(R),h=`${h}${R} @@ -699,7 +699,7 @@ ${v} `);R.trim()&&(e.customNestedParser?C=e.customNestedParser(R):C=n.blockTokens(R))}const T=e.createToken(N,C);u.push(T)}if(u.length!==0)return{items:u,raw:h}}function P0(t,e,n,r){if(!t||!Array.isArray(t.content))return"";const a=typeof n=="function"?n(r):n,[i,...o]=t.content,c=e.renderChildren([i]),u=[`${a}${c}`];return o&&o.length>0&&o.forEach(h=>{const f=e.renderChildren([h]);if(f){const m=f.split(` `).map(g=>g?e.indent(g):"").join(` `);u.push(m)}}),u.join(` -`)}function V6(t,e,n={}){const{state:r}=e,{doc:a,tr:i}=r,o=t;a.descendants((c,u)=>{const h=i.mapping.map(u),f=i.mapping.map(u)+c.nodeSize;let m=null;if(c.marks.forEach(y=>{if(y!==o)return!1;m=y}),!m)return;let g=!1;if(Object.keys(n).forEach(y=>{n[y]!==m.attrs[y]&&(g=!0)}),g){const y=t.type.create({...t.attrs,...n});i.removeMark(h,f,t.type),i.addMark(h,f,y)}}),i.docChanged&&e.view.dispatch(i)}var Sn=class q2 extends A0{constructor(){super(...arguments),this.type="node"}static create(e={}){const n=typeof e=="function"?e():e;return new q2(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function jo(t){return new j6({find:t.find,handler:({state:e,range:n,match:r,pasteEvent:a})=>{const i=jt(t.getAttributes,void 0,r,a);if(i===!1||i===null)return null;const{tr:o}=e,c=r[r.length-1],u=r[0];let h=n.to;if(c){const f=u.search(/\S/),m=n.from+u.indexOf(c),g=m+c.length;if(M0(n.from,n.to,e.doc).filter(N=>N.mark.type.excluded.find(v=>v===t.type&&v!==N.mark.type)).filter(N=>N.to>m).length)return null;gn.from&&o.delete(n.from+f,m),h=n.from+f+c.length,o.addMark(n.from+f,h,t.type.create(i||{})),o.removeStoredMark(t.type)}}})}const{getOwnPropertyNames:H6,getOwnPropertySymbols:W6}=Object,{hasOwnProperty:U6}=Object.prototype;function ag(t,e){return function(r,a,i){return t(r,a,i)&&e(r,a,i)}}function Bu(t){return function(n,r,a){if(!n||!r||typeof n!="object"||typeof r!="object")return t(n,r,a);const{cache:i}=a,o=i.get(n),c=i.get(r);if(o&&c)return o===r&&c===n;i.set(n,r),i.set(r,n);const u=t(n,r,a);return i.delete(n),i.delete(r),u}}function K6(t){return t!=null?t[Symbol.toStringTag]:void 0}function vN(t){return H6(t).concat(W6(t))}const q6=Object.hasOwn||((t,e)=>U6.call(t,e));function Io(t,e){return t===e||!t&&!e&&t!==t&&e!==e}const G6="__v",J6="__o",Y6="_owner",{getOwnPropertyDescriptor:NN,keys:wN}=Object;function Q6(t,e){return t.byteLength===e.byteLength&&Th(new Uint8Array(t),new Uint8Array(e))}function X6(t,e,n){let r=t.length;if(e.length!==r)return!1;for(;r-- >0;)if(!n.equals(t[r],e[r],r,r,t,e,n))return!1;return!0}function Z6(t,e){return t.byteLength===e.byteLength&&Th(new Uint8Array(t.buffer,t.byteOffset,t.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function e_(t,e){return Io(t.getTime(),e.getTime())}function t_(t,e){return t.name===e.name&&t.message===e.message&&t.cause===e.cause&&t.stack===e.stack}function n_(t,e){return t===e}function jN(t,e,n){const r=t.size;if(r!==e.size)return!1;if(!r)return!0;const a=new Array(r),i=t.entries();let o,c,u=0;for(;(o=i.next())&&!o.done;){const h=e.entries();let f=!1,m=0;for(;(c=h.next())&&!c.done;){if(a[m]){m++;continue}const g=o.value,y=c.value;if(n.equals(g[0],y[0],u,m,t,e,n)&&n.equals(g[1],y[1],g[0],y[0],t,e,n)){f=a[m]=!0;break}m++}if(!f)return!1;u++}return!0}const r_=Io;function s_(t,e,n){const r=wN(t);let a=r.length;if(wN(e).length!==a)return!1;for(;a-- >0;)if(!G2(t,e,n,r[a]))return!1;return!0}function Tc(t,e,n){const r=vN(t);let a=r.length;if(vN(e).length!==a)return!1;let i,o,c;for(;a-- >0;)if(i=r[a],!G2(t,e,n,i)||(o=NN(t,i),c=NN(e,i),(o||c)&&(!o||!c||o.configurable!==c.configurable||o.enumerable!==c.enumerable||o.writable!==c.writable)))return!1;return!0}function a_(t,e){return Io(t.valueOf(),e.valueOf())}function i_(t,e){return t.source===e.source&&t.flags===e.flags}function kN(t,e,n){const r=t.size;if(r!==e.size)return!1;if(!r)return!0;const a=new Array(r),i=t.values();let o,c;for(;(o=i.next())&&!o.done;){const u=e.values();let h=!1,f=0;for(;(c=u.next())&&!c.done;){if(!a[f]&&n.equals(o.value,c.value,o.value,c.value,t,e,n)){h=a[f]=!0;break}f++}if(!h)return!1}return!0}function Th(t,e){let n=t.byteLength;if(e.byteLength!==n||t.byteOffset!==e.byteOffset)return!1;for(;n-- >0;)if(t[n]!==e[n])return!1;return!0}function o_(t,e){return t.hostname===e.hostname&&t.pathname===e.pathname&&t.protocol===e.protocol&&t.port===e.port&&t.hash===e.hash&&t.username===e.username&&t.password===e.password}function G2(t,e,n,r){return(r===Y6||r===J6||r===G6)&&(t.$$typeof||e.$$typeof)?!0:q6(e,r)&&n.equals(t[r],e[r],r,r,t,e,n)}const l_="[object ArrayBuffer]",c_="[object Arguments]",d_="[object Boolean]",u_="[object DataView]",h_="[object Date]",f_="[object Error]",p_="[object Map]",m_="[object Number]",g_="[object Object]",x_="[object RegExp]",y_="[object Set]",b_="[object String]",v_={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float16Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0,"[object BigInt64Array]":!0,"[object BigUint64Array]":!0},N_="[object URL]",w_=Object.prototype.toString;function j_({areArrayBuffersEqual:t,areArraysEqual:e,areDataViewsEqual:n,areDatesEqual:r,areErrorsEqual:a,areFunctionsEqual:i,areMapsEqual:o,areNumbersEqual:c,areObjectsEqual:u,arePrimitiveWrappersEqual:h,areRegExpsEqual:f,areSetsEqual:m,areTypedArraysEqual:g,areUrlsEqual:y,unknownTagComparators:N}){return function(v,k,C){if(v===k)return!0;if(v==null||k==null)return!1;const E=typeof v;if(E!==typeof k)return!1;if(E!=="object")return E==="number"?c(v,k,C):E==="function"?i(v,k,C):!1;const T=v.constructor;if(T!==k.constructor)return!1;if(T===Object)return u(v,k,C);if(Array.isArray(v))return e(v,k,C);if(T===Date)return r(v,k,C);if(T===RegExp)return f(v,k,C);if(T===Map)return o(v,k,C);if(T===Set)return m(v,k,C);const R=w_.call(v);if(R===h_)return r(v,k,C);if(R===x_)return f(v,k,C);if(R===p_)return o(v,k,C);if(R===y_)return m(v,k,C);if(R===g_)return typeof v.then!="function"&&typeof k.then!="function"&&u(v,k,C);if(R===N_)return y(v,k,C);if(R===f_)return a(v,k,C);if(R===c_)return u(v,k,C);if(v_[R])return g(v,k,C);if(R===l_)return t(v,k,C);if(R===u_)return n(v,k,C);if(R===d_||R===m_||R===b_)return h(v,k,C);if(N){let D=N[R];if(!D){const _=K6(v);_&&(D=N[_])}if(D)return D(v,k,C)}return!1}}function k_({circular:t,createCustomConfig:e,strict:n}){let r={areArrayBuffersEqual:Q6,areArraysEqual:n?Tc:X6,areDataViewsEqual:Z6,areDatesEqual:e_,areErrorsEqual:t_,areFunctionsEqual:n_,areMapsEqual:n?ag(jN,Tc):jN,areNumbersEqual:r_,areObjectsEqual:n?Tc:s_,arePrimitiveWrappersEqual:a_,areRegExpsEqual:i_,areSetsEqual:n?ag(kN,Tc):kN,areTypedArraysEqual:n?ag(Th,Tc):Th,areUrlsEqual:o_,unknownTagComparators:void 0};if(e&&(r=Object.assign({},r,e(r))),t){const a=Bu(r.areArraysEqual),i=Bu(r.areMapsEqual),o=Bu(r.areObjectsEqual),c=Bu(r.areSetsEqual);r=Object.assign({},r,{areArraysEqual:a,areMapsEqual:i,areObjectsEqual:o,areSetsEqual:c})}return r}function S_(t){return function(e,n,r,a,i,o,c){return t(e,n,c)}}function C_({circular:t,comparator:e,createState:n,equals:r,strict:a}){if(n)return function(c,u){const{cache:h=t?new WeakMap:void 0,meta:f}=n();return e(c,u,{cache:h,equals:r,meta:f,strict:a})};if(t)return function(c,u){return e(c,u,{cache:new WeakMap,equals:r,meta:void 0,strict:a})};const i={cache:void 0,equals:r,meta:void 0,strict:a};return function(c,u){return e(c,u,i)}}const E_=Ai();Ai({strict:!0});Ai({circular:!0});Ai({circular:!0,strict:!0});Ai({createInternalComparator:()=>Io});Ai({strict:!0,createInternalComparator:()=>Io});Ai({circular:!0,createInternalComparator:()=>Io});Ai({circular:!0,createInternalComparator:()=>Io,strict:!0});function Ai(t={}){const{circular:e=!1,createInternalComparator:n,createState:r,strict:a=!1}=t,i=k_(t),o=j_(i),c=n?n(o):S_(o);return C_({circular:e,comparator:o,createState:r,equals:c,strict:a})}var ig={exports:{}},og={};/** +`)}function H6(t,e,n={}){const{state:r}=e,{doc:a,tr:i}=r,o=t;a.descendants((c,u)=>{const h=i.mapping.map(u),f=i.mapping.map(u)+c.nodeSize;let m=null;if(c.marks.forEach(y=>{if(y!==o)return!1;m=y}),!m)return;let g=!1;if(Object.keys(n).forEach(y=>{n[y]!==m.attrs[y]&&(g=!0)}),g){const y=t.type.create({...t.attrs,...n});i.removeMark(h,f,t.type),i.addMark(h,f,y)}}),i.docChanged&&e.view.dispatch(i)}var Sn=class G2 extends A0{constructor(){super(...arguments),this.type="node"}static create(e={}){const n=typeof e=="function"?e():e;return new G2(n)}configure(e){return super.configure(e)}extend(e){const n=typeof e=="function"?e():e;return super.extend(n)}};function wo(t){return new k6({find:t.find,handler:({state:e,range:n,match:r,pasteEvent:a})=>{const i=jt(t.getAttributes,void 0,r,a);if(i===!1||i===null)return null;const{tr:o}=e,c=r[r.length-1],u=r[0];let h=n.to;if(c){const f=u.search(/\S/),m=n.from+u.indexOf(c),g=m+c.length;if(M0(n.from,n.to,e.doc).filter(N=>N.mark.type.excluded.find(v=>v===t.type&&v!==N.mark.type)).filter(N=>N.to>m).length)return null;gn.from&&o.delete(n.from+f,m),h=n.from+f+c.length,o.addMark(n.from+f,h,t.type.create(i||{})),o.removeStoredMark(t.type)}}})}const{getOwnPropertyNames:W6,getOwnPropertySymbols:U6}=Object,{hasOwnProperty:K6}=Object.prototype;function ag(t,e){return function(r,a,i){return t(r,a,i)&&e(r,a,i)}}function Bu(t){return function(n,r,a){if(!n||!r||typeof n!="object"||typeof r!="object")return t(n,r,a);const{cache:i}=a,o=i.get(n),c=i.get(r);if(o&&c)return o===r&&c===n;i.set(n,r),i.set(r,n);const u=t(n,r,a);return i.delete(n),i.delete(r),u}}function q6(t){return t!=null?t[Symbol.toStringTag]:void 0}function vN(t){return W6(t).concat(U6(t))}const G6=Object.hasOwn||((t,e)=>K6.call(t,e));function Ao(t,e){return t===e||!t&&!e&&t!==t&&e!==e}const J6="__v",Y6="__o",Q6="_owner",{getOwnPropertyDescriptor:NN,keys:wN}=Object;function X6(t,e){return t.byteLength===e.byteLength&&Th(new Uint8Array(t),new Uint8Array(e))}function Z6(t,e,n){let r=t.length;if(e.length!==r)return!1;for(;r-- >0;)if(!n.equals(t[r],e[r],r,r,t,e,n))return!1;return!0}function e_(t,e){return t.byteLength===e.byteLength&&Th(new Uint8Array(t.buffer,t.byteOffset,t.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength))}function t_(t,e){return Ao(t.getTime(),e.getTime())}function n_(t,e){return t.name===e.name&&t.message===e.message&&t.cause===e.cause&&t.stack===e.stack}function r_(t,e){return t===e}function jN(t,e,n){const r=t.size;if(r!==e.size)return!1;if(!r)return!0;const a=new Array(r),i=t.entries();let o,c,u=0;for(;(o=i.next())&&!o.done;){const h=e.entries();let f=!1,m=0;for(;(c=h.next())&&!c.done;){if(a[m]){m++;continue}const g=o.value,y=c.value;if(n.equals(g[0],y[0],u,m,t,e,n)&&n.equals(g[1],y[1],g[0],y[0],t,e,n)){f=a[m]=!0;break}m++}if(!f)return!1;u++}return!0}const s_=Ao;function a_(t,e,n){const r=wN(t);let a=r.length;if(wN(e).length!==a)return!1;for(;a-- >0;)if(!J2(t,e,n,r[a]))return!1;return!0}function Tc(t,e,n){const r=vN(t);let a=r.length;if(vN(e).length!==a)return!1;let i,o,c;for(;a-- >0;)if(i=r[a],!J2(t,e,n,i)||(o=NN(t,i),c=NN(e,i),(o||c)&&(!o||!c||o.configurable!==c.configurable||o.enumerable!==c.enumerable||o.writable!==c.writable)))return!1;return!0}function i_(t,e){return Ao(t.valueOf(),e.valueOf())}function o_(t,e){return t.source===e.source&&t.flags===e.flags}function kN(t,e,n){const r=t.size;if(r!==e.size)return!1;if(!r)return!0;const a=new Array(r),i=t.values();let o,c;for(;(o=i.next())&&!o.done;){const u=e.values();let h=!1,f=0;for(;(c=u.next())&&!c.done;){if(!a[f]&&n.equals(o.value,c.value,o.value,c.value,t,e,n)){h=a[f]=!0;break}f++}if(!h)return!1}return!0}function Th(t,e){let n=t.byteLength;if(e.byteLength!==n||t.byteOffset!==e.byteOffset)return!1;for(;n-- >0;)if(t[n]!==e[n])return!1;return!0}function l_(t,e){return t.hostname===e.hostname&&t.pathname===e.pathname&&t.protocol===e.protocol&&t.port===e.port&&t.hash===e.hash&&t.username===e.username&&t.password===e.password}function J2(t,e,n,r){return(r===Q6||r===Y6||r===J6)&&(t.$$typeof||e.$$typeof)?!0:G6(e,r)&&n.equals(t[r],e[r],r,r,t,e,n)}const c_="[object ArrayBuffer]",d_="[object Arguments]",u_="[object Boolean]",h_="[object DataView]",f_="[object Date]",p_="[object Error]",m_="[object Map]",g_="[object Number]",x_="[object Object]",y_="[object RegExp]",b_="[object Set]",v_="[object String]",N_={"[object Int8Array]":!0,"[object Uint8Array]":!0,"[object Uint8ClampedArray]":!0,"[object Int16Array]":!0,"[object Uint16Array]":!0,"[object Int32Array]":!0,"[object Uint32Array]":!0,"[object Float16Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0,"[object BigInt64Array]":!0,"[object BigUint64Array]":!0},w_="[object URL]",j_=Object.prototype.toString;function k_({areArrayBuffersEqual:t,areArraysEqual:e,areDataViewsEqual:n,areDatesEqual:r,areErrorsEqual:a,areFunctionsEqual:i,areMapsEqual:o,areNumbersEqual:c,areObjectsEqual:u,arePrimitiveWrappersEqual:h,areRegExpsEqual:f,areSetsEqual:m,areTypedArraysEqual:g,areUrlsEqual:y,unknownTagComparators:N}){return function(v,k,C){if(v===k)return!0;if(v==null||k==null)return!1;const E=typeof v;if(E!==typeof k)return!1;if(E!=="object")return E==="number"?c(v,k,C):E==="function"?i(v,k,C):!1;const T=v.constructor;if(T!==k.constructor)return!1;if(T===Object)return u(v,k,C);if(Array.isArray(v))return e(v,k,C);if(T===Date)return r(v,k,C);if(T===RegExp)return f(v,k,C);if(T===Map)return o(v,k,C);if(T===Set)return m(v,k,C);const R=j_.call(v);if(R===f_)return r(v,k,C);if(R===y_)return f(v,k,C);if(R===m_)return o(v,k,C);if(R===b_)return m(v,k,C);if(R===x_)return typeof v.then!="function"&&typeof k.then!="function"&&u(v,k,C);if(R===w_)return y(v,k,C);if(R===p_)return a(v,k,C);if(R===d_)return u(v,k,C);if(N_[R])return g(v,k,C);if(R===c_)return t(v,k,C);if(R===h_)return n(v,k,C);if(R===u_||R===g_||R===v_)return h(v,k,C);if(N){let D=N[R];if(!D){const _=q6(v);_&&(D=N[_])}if(D)return D(v,k,C)}return!1}}function S_({circular:t,createCustomConfig:e,strict:n}){let r={areArrayBuffersEqual:X6,areArraysEqual:n?Tc:Z6,areDataViewsEqual:e_,areDatesEqual:t_,areErrorsEqual:n_,areFunctionsEqual:r_,areMapsEqual:n?ag(jN,Tc):jN,areNumbersEqual:s_,areObjectsEqual:n?Tc:a_,arePrimitiveWrappersEqual:i_,areRegExpsEqual:o_,areSetsEqual:n?ag(kN,Tc):kN,areTypedArraysEqual:n?ag(Th,Tc):Th,areUrlsEqual:l_,unknownTagComparators:void 0};if(e&&(r=Object.assign({},r,e(r))),t){const a=Bu(r.areArraysEqual),i=Bu(r.areMapsEqual),o=Bu(r.areObjectsEqual),c=Bu(r.areSetsEqual);r=Object.assign({},r,{areArraysEqual:a,areMapsEqual:i,areObjectsEqual:o,areSetsEqual:c})}return r}function C_(t){return function(e,n,r,a,i,o,c){return t(e,n,c)}}function E_({circular:t,comparator:e,createState:n,equals:r,strict:a}){if(n)return function(c,u){const{cache:h=t?new WeakMap:void 0,meta:f}=n();return e(c,u,{cache:h,equals:r,meta:f,strict:a})};if(t)return function(c,u){return e(c,u,{cache:new WeakMap,equals:r,meta:void 0,strict:a})};const i={cache:void 0,equals:r,meta:void 0,strict:a};return function(c,u){return e(c,u,i)}}const T_=Ai();Ai({strict:!0});Ai({circular:!0});Ai({circular:!0,strict:!0});Ai({createInternalComparator:()=>Ao});Ai({strict:!0,createInternalComparator:()=>Ao});Ai({circular:!0,createInternalComparator:()=>Ao});Ai({circular:!0,createInternalComparator:()=>Ao,strict:!0});function Ai(t={}){const{circular:e=!1,createInternalComparator:n,createState:r,strict:a=!1}=t,i=S_(t),o=k_(i),c=n?n(o):C_(o);return E_({circular:e,comparator:o,createState:r,equals:c,strict:a})}var ig={exports:{}},og={};/** * @license React * use-sync-external-store-shim/with-selector.production.js * @@ -707,11 +707,11 @@ ${v} * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var SN;function T_(){if(SN)return og;SN=1;var t=fd(),e=_k();function n(h,f){return h===f&&(h!==0||1/h===1/f)||h!==h&&f!==f}var r=typeof Object.is=="function"?Object.is:n,a=e.useSyncExternalStore,i=t.useRef,o=t.useEffect,c=t.useMemo,u=t.useDebugValue;return og.useSyncExternalStoreWithSelector=function(h,f,m,g,y){var N=i(null);if(N.current===null){var w={hasValue:!1,value:null};N.current=w}else w=N.current;N=c(function(){function k(D){if(!C){if(C=!0,E=D,D=g(D),y!==void 0&&w.hasValue){var _=w.value;if(y(_,D))return T=_}return T=D}if(_=T,r(E,D))return _;var P=g(D);return y!==void 0&&y(_,P)?(E=D,_):(E=D,T=P)}var C=!1,E,T,R=m===void 0?null:m;return[function(){return k(f())},R===null?void 0:function(){return k(R())}]},[f,m,g,y]);var v=a(h,N[0],N[1]);return o(function(){w.hasValue=!0,w.value=v},[v]),u(v),v},og}var CN;function M_(){return CN||(CN=1,ig.exports=T_()),ig.exports}var A_=M_(),I_=(...t)=>e=>{t.forEach(n=>{typeof n=="function"?n(e):n&&(n.current=e)})},R_=({contentComponent:t})=>{const e=zk.useSyncExternalStore(t.subscribe,t.getSnapshot,t.getServerSnapshot);return s.jsx(s.Fragment,{children:Object.values(e)})};function P_(){const t=new Set;let e={};return{subscribe(n){return t.add(n),()=>{t.delete(n)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(n,r){e={...e,[n]:Rw.createPortal(r.reactElement,r.element,n)},t.forEach(a=>a())},removeRenderer(n){const r={...e};delete r[n],e=r,t.forEach(a=>a())}}}var O_=class extends br.Component{constructor(t){var e;super(t),this.editorContentRef=br.createRef(),this.initialized=!1,this.state={hasContentComponentInitialized:!!((e=t.editor)!=null&&e.contentComponent)}}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var t;const e=this.props.editor;if(e&&!e.isDestroyed&&((t=e.view.dom)!=null&&t.parentNode)){if(e.contentComponent)return;const n=this.editorContentRef.current;n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n}),e.contentComponent=P_(),this.state.hasContentComponentInitialized||(this.unsubscribeToContentComponent=e.contentComponent.subscribe(()=>{this.setState(r=>r.hasContentComponentInitialized?r:{hasContentComponentInitialized:!0}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent()})),e.createNodeViews(),this.initialized=!0}}componentWillUnmount(){var t;const e=this.props.editor;if(e){this.initialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent(),e.contentComponent=null;try{if(!((t=e.view.dom)!=null&&t.parentNode))return;const n=document.createElement("div");n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n})}catch{}}}render(){const{editor:t,innerRef:e,...n}=this.props;return s.jsxs(s.Fragment,{children:[s.jsx("div",{ref:I_(e,this.editorContentRef),...n}),(t==null?void 0:t.contentComponent)&&s.jsx(R_,{contentComponent:t.contentComponent})]})}},D_=b.forwardRef((t,e)=>{const n=br.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[t.editor]);return br.createElement(O_,{key:n,innerRef:e,...t})}),J2=br.memo(D_),L_=typeof window<"u"?b.useLayoutEffect:b.useEffect,__=class{constructor(t){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=t,this.lastSnapshot={editor:t,transactionNumber:0},this.getSnapshot=this.getSnapshot.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.watch=this.watch.bind(this),this.subscribe=this.subscribe.bind(this)}getSnapshot(){return this.transactionNumber===this.lastTransactionNumber?this.lastSnapshot:(this.lastTransactionNumber=this.transactionNumber,this.lastSnapshot={editor:this.editor,transactionNumber:this.transactionNumber},this.lastSnapshot)}getServerSnapshot(){return{editor:null,transactionNumber:0}}subscribe(t){return this.subscribers.add(t),()=>{this.subscribers.delete(t)}}watch(t){if(this.editor=t,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(r=>r())},n=this.editor;return n.on("transaction",e),()=>{n.off("transaction",e)}}}};function z_(t){var e;const[n]=b.useState(()=>new __(t.editor)),r=A_.useSyncExternalStoreWithSelector(n.subscribe,n.getSnapshot,n.getServerSnapshot,t.selector,(e=t.equalityFn)!=null?e:E_);return L_(()=>n.watch(t.editor),[t.editor,n]),b.useDebugValue(r),r}var F_=!1,lx=typeof window>"u",$_=lx||!!(typeof window<"u"&&window.next),B_=class Y2{constructor(e){this.editor=null,this.subscriptions=new Set,this.isComponentMounted=!1,this.previousDeps=null,this.instanceId="",this.options=e,this.subscriptions=new Set,this.setEditor(this.getInitialEditor()),this.scheduleDestroy(),this.getEditor=this.getEditor.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.subscribe=this.subscribe.bind(this),this.refreshEditorInstance=this.refreshEditorInstance.bind(this),this.scheduleDestroy=this.scheduleDestroy.bind(this),this.onRender=this.onRender.bind(this),this.createEditor=this.createEditor.bind(this)}setEditor(e){this.editor=e,this.instanceId=Math.random().toString(36).slice(2,9),this.subscriptions.forEach(n=>n())}getInitialEditor(){return this.options.current.immediatelyRender===void 0?lx||$_?null:this.createEditor():(this.options.current.immediatelyRender,this.options.current.immediatelyRender?this.createEditor():null)}createEditor(){const e={...this.options.current,onBeforeCreate:(...r)=>{var a,i;return(i=(a=this.options.current).onBeforeCreate)==null?void 0:i.call(a,...r)},onBlur:(...r)=>{var a,i;return(i=(a=this.options.current).onBlur)==null?void 0:i.call(a,...r)},onCreate:(...r)=>{var a,i;return(i=(a=this.options.current).onCreate)==null?void 0:i.call(a,...r)},onDestroy:(...r)=>{var a,i;return(i=(a=this.options.current).onDestroy)==null?void 0:i.call(a,...r)},onFocus:(...r)=>{var a,i;return(i=(a=this.options.current).onFocus)==null?void 0:i.call(a,...r)},onSelectionUpdate:(...r)=>{var a,i;return(i=(a=this.options.current).onSelectionUpdate)==null?void 0:i.call(a,...r)},onTransaction:(...r)=>{var a,i;return(i=(a=this.options.current).onTransaction)==null?void 0:i.call(a,...r)},onUpdate:(...r)=>{var a,i;return(i=(a=this.options.current).onUpdate)==null?void 0:i.call(a,...r)},onContentError:(...r)=>{var a,i;return(i=(a=this.options.current).onContentError)==null?void 0:i.call(a,...r)},onDrop:(...r)=>{var a,i;return(i=(a=this.options.current).onDrop)==null?void 0:i.call(a,...r)},onPaste:(...r)=>{var a,i;return(i=(a=this.options.current).onPaste)==null?void 0:i.call(a,...r)},onDelete:(...r)=>{var a,i;return(i=(a=this.options.current).onDelete)==null?void 0:i.call(a,...r)}};return new R6(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,n){return Object.keys(e).every(r=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(r)?!0:r==="extensions"&&e.extensions&&n.extensions?e.extensions.length!==n.extensions.length?!1:e.extensions.every((a,i)=>{var o;return a===((o=n.extensions)==null?void 0:o[i])}):e[r]===n[r])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?Y2.compareOptions(this.options.current,this.editor.options)||this.editor.setOptions({...this.options.current,editable:this.editor.isEditable}):this.refreshEditorInstance(e),()=>{this.isComponentMounted=!1,this.scheduleDestroy()})}refreshEditorInstance(e){if(this.editor&&!this.editor.isDestroyed){if(this.previousDeps===null){this.previousDeps=e;return}if(this.previousDeps.length===e.length&&this.previousDeps.every((r,a)=>r===e[a]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,n=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){n&&n.setOptions(this.options.current);return}n&&!n.isDestroyed&&(n.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function V_(t={},e=[]){const n=b.useRef(t);n.current=t;const[r]=b.useState(()=>new B_(n)),a=zk.useSyncExternalStore(r.subscribe,r.getEditor,r.getServerSnapshot);return b.useDebugValue(a),b.useEffect(r.onRender(e)),z_({editor:a,selector:({transactionNumber:i})=>t.shouldRerenderOnTransaction===!1||t.shouldRerenderOnTransaction===void 0?null:t.immediatelyRender&&i===0?0:i+1}),a}var Q2=b.createContext({editor:null});Q2.Consumer;var H_=b.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),W_=()=>b.useContext(H_);br.forwardRef((t,e)=>{const{onDragStart:n}=W_(),r=t.as||"div";return s.jsx(r,{...t,ref:e,"data-node-view-wrapper":"",onDragStart:n,style:{whiteSpace:"normal",...t.style}})});br.createContext({markViewContentRef:()=>{}});var O0=b.createContext({get editor(){throw new Error("useTiptap must be used within a provider")}});O0.displayName="TiptapContext";var U_=()=>b.useContext(O0);function X2({editor:t,instance:e,children:n}){const r=t??e;if(!r)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const a=b.useMemo(()=>({editor:r}),[r]),i=b.useMemo(()=>({editor:r}),[r]);return s.jsx(Q2.Provider,{value:i,children:s.jsx(O0.Provider,{value:a,children:n})})}X2.displayName="Tiptap";function Z2({...t}){const{editor:e}=U_();return s.jsx(J2,{editor:e,...t})}Z2.displayName="Tiptap.Content";Object.assign(X2,{Content:Z2});var Mh=(t,e)=>{if(t==="slot")return 0;if(t instanceof Function)return t(e);const{children:n,...r}=e??{};if(t==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[t,r,n]},K_=/^\s*>\s$/,q_=Sn.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:t}){return Mh("blockquote",{...kt(this.options.HTMLAttributes,t),children:Mh("slot",{})})},parseMarkdown:(t,e)=>e.createNode("blockquote",void 0,e.parseChildren(t.tokens||[])),renderMarkdown:(t,e)=>{if(!t.content)return"";const n=">",r=[];return t.content.forEach(a=>{const c=e.renderChildren([a]).split(` + */var SN;function M_(){if(SN)return og;SN=1;var t=fd(),e=zk();function n(h,f){return h===f&&(h!==0||1/h===1/f)||h!==h&&f!==f}var r=typeof Object.is=="function"?Object.is:n,a=e.useSyncExternalStore,i=t.useRef,o=t.useEffect,c=t.useMemo,u=t.useDebugValue;return og.useSyncExternalStoreWithSelector=function(h,f,m,g,y){var N=i(null);if(N.current===null){var w={hasValue:!1,value:null};N.current=w}else w=N.current;N=c(function(){function k(D){if(!C){if(C=!0,E=D,D=g(D),y!==void 0&&w.hasValue){var _=w.value;if(y(_,D))return T=_}return T=D}if(_=T,r(E,D))return _;var P=g(D);return y!==void 0&&y(_,P)?(E=D,_):(E=D,T=P)}var C=!1,E,T,R=m===void 0?null:m;return[function(){return k(f())},R===null?void 0:function(){return k(R())}]},[f,m,g,y]);var v=a(h,N[0],N[1]);return o(function(){w.hasValue=!0,w.value=v},[v]),u(v),v},og}var CN;function A_(){return CN||(CN=1,ig.exports=M_()),ig.exports}var I_=A_(),R_=(...t)=>e=>{t.forEach(n=>{typeof n=="function"?n(e):n&&(n.current=e)})},P_=({contentComponent:t})=>{const e=Fk.useSyncExternalStore(t.subscribe,t.getSnapshot,t.getServerSnapshot);return s.jsx(s.Fragment,{children:Object.values(e)})};function O_(){const t=new Set;let e={};return{subscribe(n){return t.add(n),()=>{t.delete(n)}},getSnapshot(){return e},getServerSnapshot(){return e},setRenderer(n,r){e={...e,[n]:Pw.createPortal(r.reactElement,r.element,n)},t.forEach(a=>a())},removeRenderer(n){const r={...e};delete r[n],e=r,t.forEach(a=>a())}}}var D_=class extends br.Component{constructor(t){var e;super(t),this.editorContentRef=br.createRef(),this.initialized=!1,this.state={hasContentComponentInitialized:!!((e=t.editor)!=null&&e.contentComponent)}}componentDidMount(){this.init()}componentDidUpdate(){this.init()}init(){var t;const e=this.props.editor;if(e&&!e.isDestroyed&&((t=e.view.dom)!=null&&t.parentNode)){if(e.contentComponent)return;const n=this.editorContentRef.current;n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n}),e.contentComponent=O_(),this.state.hasContentComponentInitialized||(this.unsubscribeToContentComponent=e.contentComponent.subscribe(()=>{this.setState(r=>r.hasContentComponentInitialized?r:{hasContentComponentInitialized:!0}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent()})),e.createNodeViews(),this.initialized=!0}}componentWillUnmount(){var t;const e=this.props.editor;if(e){this.initialized=!1,e.isDestroyed||e.view.setProps({nodeViews:{}}),this.unsubscribeToContentComponent&&this.unsubscribeToContentComponent(),e.contentComponent=null;try{if(!((t=e.view.dom)!=null&&t.parentNode))return;const n=document.createElement("div");n.append(...e.view.dom.parentNode.childNodes),e.setOptions({element:n})}catch{}}}render(){const{editor:t,innerRef:e,...n}=this.props;return s.jsxs(s.Fragment,{children:[s.jsx("div",{ref:R_(e,this.editorContentRef),...n}),(t==null?void 0:t.contentComponent)&&s.jsx(P_,{contentComponent:t.contentComponent})]})}},L_=b.forwardRef((t,e)=>{const n=br.useMemo(()=>Math.floor(Math.random()*4294967295).toString(),[t.editor]);return br.createElement(D_,{key:n,innerRef:e,...t})}),Y2=br.memo(L_),__=typeof window<"u"?b.useLayoutEffect:b.useEffect,z_=class{constructor(t){this.transactionNumber=0,this.lastTransactionNumber=0,this.subscribers=new Set,this.editor=t,this.lastSnapshot={editor:t,transactionNumber:0},this.getSnapshot=this.getSnapshot.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.watch=this.watch.bind(this),this.subscribe=this.subscribe.bind(this)}getSnapshot(){return this.transactionNumber===this.lastTransactionNumber?this.lastSnapshot:(this.lastTransactionNumber=this.transactionNumber,this.lastSnapshot={editor:this.editor,transactionNumber:this.transactionNumber},this.lastSnapshot)}getServerSnapshot(){return{editor:null,transactionNumber:0}}subscribe(t){return this.subscribers.add(t),()=>{this.subscribers.delete(t)}}watch(t){if(this.editor=t,this.editor){const e=()=>{this.transactionNumber+=1,this.subscribers.forEach(r=>r())},n=this.editor;return n.on("transaction",e),()=>{n.off("transaction",e)}}}};function F_(t){var e;const[n]=b.useState(()=>new z_(t.editor)),r=I_.useSyncExternalStoreWithSelector(n.subscribe,n.getSnapshot,n.getServerSnapshot,t.selector,(e=t.equalityFn)!=null?e:T_);return __(()=>n.watch(t.editor),[t.editor,n]),b.useDebugValue(r),r}var $_=!1,lx=typeof window>"u",B_=lx||!!(typeof window<"u"&&window.next),V_=class Q2{constructor(e){this.editor=null,this.subscriptions=new Set,this.isComponentMounted=!1,this.previousDeps=null,this.instanceId="",this.options=e,this.subscriptions=new Set,this.setEditor(this.getInitialEditor()),this.scheduleDestroy(),this.getEditor=this.getEditor.bind(this),this.getServerSnapshot=this.getServerSnapshot.bind(this),this.subscribe=this.subscribe.bind(this),this.refreshEditorInstance=this.refreshEditorInstance.bind(this),this.scheduleDestroy=this.scheduleDestroy.bind(this),this.onRender=this.onRender.bind(this),this.createEditor=this.createEditor.bind(this)}setEditor(e){this.editor=e,this.instanceId=Math.random().toString(36).slice(2,9),this.subscriptions.forEach(n=>n())}getInitialEditor(){return this.options.current.immediatelyRender===void 0?lx||B_?null:this.createEditor():(this.options.current.immediatelyRender,this.options.current.immediatelyRender?this.createEditor():null)}createEditor(){const e={...this.options.current,onBeforeCreate:(...r)=>{var a,i;return(i=(a=this.options.current).onBeforeCreate)==null?void 0:i.call(a,...r)},onBlur:(...r)=>{var a,i;return(i=(a=this.options.current).onBlur)==null?void 0:i.call(a,...r)},onCreate:(...r)=>{var a,i;return(i=(a=this.options.current).onCreate)==null?void 0:i.call(a,...r)},onDestroy:(...r)=>{var a,i;return(i=(a=this.options.current).onDestroy)==null?void 0:i.call(a,...r)},onFocus:(...r)=>{var a,i;return(i=(a=this.options.current).onFocus)==null?void 0:i.call(a,...r)},onSelectionUpdate:(...r)=>{var a,i;return(i=(a=this.options.current).onSelectionUpdate)==null?void 0:i.call(a,...r)},onTransaction:(...r)=>{var a,i;return(i=(a=this.options.current).onTransaction)==null?void 0:i.call(a,...r)},onUpdate:(...r)=>{var a,i;return(i=(a=this.options.current).onUpdate)==null?void 0:i.call(a,...r)},onContentError:(...r)=>{var a,i;return(i=(a=this.options.current).onContentError)==null?void 0:i.call(a,...r)},onDrop:(...r)=>{var a,i;return(i=(a=this.options.current).onDrop)==null?void 0:i.call(a,...r)},onPaste:(...r)=>{var a,i;return(i=(a=this.options.current).onPaste)==null?void 0:i.call(a,...r)},onDelete:(...r)=>{var a,i;return(i=(a=this.options.current).onDelete)==null?void 0:i.call(a,...r)}};return new P6(e)}getEditor(){return this.editor}getServerSnapshot(){return null}subscribe(e){return this.subscriptions.add(e),()=>{this.subscriptions.delete(e)}}static compareOptions(e,n){return Object.keys(e).every(r=>["onCreate","onBeforeCreate","onDestroy","onUpdate","onTransaction","onFocus","onBlur","onSelectionUpdate","onContentError","onDrop","onPaste"].includes(r)?!0:r==="extensions"&&e.extensions&&n.extensions?e.extensions.length!==n.extensions.length?!1:e.extensions.every((a,i)=>{var o;return a===((o=n.extensions)==null?void 0:o[i])}):e[r]===n[r])}onRender(e){return()=>(this.isComponentMounted=!0,clearTimeout(this.scheduledDestructionTimeout),this.editor&&!this.editor.isDestroyed&&e.length===0?Q2.compareOptions(this.options.current,this.editor.options)||this.editor.setOptions({...this.options.current,editable:this.editor.isEditable}):this.refreshEditorInstance(e),()=>{this.isComponentMounted=!1,this.scheduleDestroy()})}refreshEditorInstance(e){if(this.editor&&!this.editor.isDestroyed){if(this.previousDeps===null){this.previousDeps=e;return}if(this.previousDeps.length===e.length&&this.previousDeps.every((r,a)=>r===e[a]))return}this.editor&&!this.editor.isDestroyed&&this.editor.destroy(),this.setEditor(this.createEditor()),this.previousDeps=e}scheduleDestroy(){const e=this.instanceId,n=this.editor;this.scheduledDestructionTimeout=setTimeout(()=>{if(this.isComponentMounted&&this.instanceId===e){n&&n.setOptions(this.options.current);return}n&&!n.isDestroyed&&(n.destroy(),this.instanceId===e&&this.setEditor(null))},1)}};function H_(t={},e=[]){const n=b.useRef(t);n.current=t;const[r]=b.useState(()=>new V_(n)),a=Fk.useSyncExternalStore(r.subscribe,r.getEditor,r.getServerSnapshot);return b.useDebugValue(a),b.useEffect(r.onRender(e)),F_({editor:a,selector:({transactionNumber:i})=>t.shouldRerenderOnTransaction===!1||t.shouldRerenderOnTransaction===void 0?null:t.immediatelyRender&&i===0?0:i+1}),a}var X2=b.createContext({editor:null});X2.Consumer;var W_=b.createContext({onDragStart:()=>{},nodeViewContentChildren:void 0,nodeViewContentRef:()=>{}}),U_=()=>b.useContext(W_);br.forwardRef((t,e)=>{const{onDragStart:n}=U_(),r=t.as||"div";return s.jsx(r,{...t,ref:e,"data-node-view-wrapper":"",onDragStart:n,style:{whiteSpace:"normal",...t.style}})});br.createContext({markViewContentRef:()=>{}});var O0=b.createContext({get editor(){throw new Error("useTiptap must be used within a provider")}});O0.displayName="TiptapContext";var K_=()=>b.useContext(O0);function Z2({editor:t,instance:e,children:n}){const r=t??e;if(!r)throw new Error("Tiptap: An editor instance is required. Pass a non-null `editor` prop.");const a=b.useMemo(()=>({editor:r}),[r]),i=b.useMemo(()=>({editor:r}),[r]);return s.jsx(X2.Provider,{value:i,children:s.jsx(O0.Provider,{value:a,children:n})})}Z2.displayName="Tiptap";function eC({...t}){const{editor:e}=K_();return s.jsx(Y2,{editor:e,...t})}eC.displayName="Tiptap.Content";Object.assign(Z2,{Content:eC});var Mh=(t,e)=>{if(t==="slot")return 0;if(t instanceof Function)return t(e);const{children:n,...r}=e??{};if(t==="svg")throw new Error("SVG elements are not supported in the JSX syntax, use the array syntax instead");return[t,r,n]},q_=/^\s*>\s$/,G_=Sn.create({name:"blockquote",addOptions(){return{HTMLAttributes:{}}},content:"block+",group:"block",defining:!0,parseHTML(){return[{tag:"blockquote"}]},renderHTML({HTMLAttributes:t}){return Mh("blockquote",{...kt(this.options.HTMLAttributes,t),children:Mh("slot",{})})},parseMarkdown:(t,e)=>e.createNode("blockquote",void 0,e.parseChildren(t.tokens||[])),renderMarkdown:(t,e)=>{if(!t.content)return"";const n=">",r=[];return t.content.forEach(a=>{const c=e.renderChildren([a]).split(` `).map(u=>u.trim()===""?n:`${n} ${u}`);r.push(c.join(` `))}),r.join(` ${n} -`)},addCommands(){return{setBlockquote:()=>({commands:t})=>t.wrapIn(this.name),toggleBlockquote:()=>({commands:t})=>t.toggleWrap(this.name),unsetBlockquote:()=>({commands:t})=>t.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Al({find:K_,type:this.type})]}}),G_=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,J_=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,Y_=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,Q_=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,X_=Ao.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:t=>t.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:t=>t.type.name===this.name},{style:"font-weight",getAttrs:t=>/^(bold(er)?|[5-9]\d{2,})$/.test(t)&&null}]},renderHTML({HTMLAttributes:t}){return Mh("strong",{...kt(this.options.HTMLAttributes,t),children:Mh("slot",{})})},markdownTokenName:"strong",parseMarkdown:(t,e)=>e.applyMark("bold",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`**${e.renderChildren(t)}**`,addCommands(){return{setBold:()=>({commands:t})=>t.setMark(this.name),toggleBold:()=>({commands:t})=>t.toggleMark(this.name),unsetBold:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Ml({find:G_,type:this.type}),Ml({find:Y_,type:this.type})]},addPasteRules(){return[jo({find:J_,type:this.type}),jo({find:Q_,type:this.type})]}}),Z_=/(^|[^`])`([^`]+)`(?!`)$/,e7=/(^|[^`])`([^`]+)`(?!`)/g,t7=Ao.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:t}){return["code",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"codespan",parseMarkdown:(t,e)=>e.applyMark("code",[{type:"text",text:t.text||""}]),renderMarkdown:(t,e)=>t.content?`\`${e.renderChildren(t.content)}\``:"",addCommands(){return{setCode:()=>({commands:t})=>t.setMark(this.name),toggleCode:()=>({commands:t})=>t.toggleMark(this.name),unsetCode:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Ml({find:Z_,type:this.type})]},addPasteRules(){return[jo({find:e7,type:this.type})]}}),lg=4,n7=/^```([a-z]+)?[\s\n]$/,r7=/^~~~([a-z]+)?[\s\n]$/,s7=Sn.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:lg,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:t=>{var e;const{languageClassPrefix:n}=this.options;if(!n)return null;const i=[...((e=t.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(n)).map(o=>o.replace(n,""))[0];return i||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:t,HTMLAttributes:e}){return["pre",kt(this.options.HTMLAttributes,e),["code",{class:t.attrs.language?this.options.languageClassPrefix+t.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(t,e)=>{var n,r;return((n=t.raw)==null?void 0:n.startsWith("```"))===!1&&((r=t.raw)==null?void 0:r.startsWith("~~~"))===!1&&t.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:t.lang||null},t.text?[e.createTextNode(t.text)]:[])},renderMarkdown:(t,e)=>{var n;let r="";const a=((n=t.attrs)==null?void 0:n.language)||"";return t.content?r=[`\`\`\`${a}`,e.renderChildren(t.content),"```"].join(` +`)},addCommands(){return{setBlockquote:()=>({commands:t})=>t.wrapIn(this.name),toggleBlockquote:()=>({commands:t})=>t.toggleWrap(this.name),unsetBlockquote:()=>({commands:t})=>t.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Al({find:q_,type:this.type})]}}),J_=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,Y_=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,Q_=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,X_=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,Z_=Mo.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:t=>t.style.fontWeight!=="normal"&&null},{style:"font-weight=400",clearMark:t=>t.type.name===this.name},{style:"font-weight",getAttrs:t=>/^(bold(er)?|[5-9]\d{2,})$/.test(t)&&null}]},renderHTML({HTMLAttributes:t}){return Mh("strong",{...kt(this.options.HTMLAttributes,t),children:Mh("slot",{})})},markdownTokenName:"strong",parseMarkdown:(t,e)=>e.applyMark("bold",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`**${e.renderChildren(t)}**`,addCommands(){return{setBold:()=>({commands:t})=>t.setMark(this.name),toggleBold:()=>({commands:t})=>t.toggleMark(this.name),unsetBold:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Ml({find:J_,type:this.type}),Ml({find:Q_,type:this.type})]},addPasteRules(){return[wo({find:Y_,type:this.type}),wo({find:X_,type:this.type})]}}),e7=/(^|[^`])`([^`]+)`(?!`)$/,t7=/(^|[^`])`([^`]+)`(?!`)/g,n7=Mo.create({name:"code",addOptions(){return{HTMLAttributes:{}}},excludes:"_",code:!0,exitable:!0,parseHTML(){return[{tag:"code"}]},renderHTML({HTMLAttributes:t}){return["code",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"codespan",parseMarkdown:(t,e)=>e.applyMark("code",[{type:"text",text:t.text||""}]),renderMarkdown:(t,e)=>t.content?`\`${e.renderChildren(t.content)}\``:"",addCommands(){return{setCode:()=>({commands:t})=>t.setMark(this.name),toggleCode:()=>({commands:t})=>t.toggleMark(this.name),unsetCode:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Ml({find:e7,type:this.type})]},addPasteRules(){return[wo({find:t7,type:this.type})]}}),lg=4,r7=/^```([a-z]+)?[\s\n]$/,s7=/^~~~([a-z]+)?[\s\n]$/,a7=Sn.create({name:"codeBlock",addOptions(){return{languageClassPrefix:"language-",exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:lg,HTMLAttributes:{}}},content:"text*",marks:"",group:"block",code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:t=>{var e;const{languageClassPrefix:n}=this.options;if(!n)return null;const i=[...((e=t.firstElementChild)==null?void 0:e.classList)||[]].filter(o=>o.startsWith(n)).map(o=>o.replace(n,""))[0];return i||null},rendered:!1}}},parseHTML(){return[{tag:"pre",preserveWhitespace:"full"}]},renderHTML({node:t,HTMLAttributes:e}){return["pre",kt(this.options.HTMLAttributes,e),["code",{class:t.attrs.language?this.options.languageClassPrefix+t.attrs.language:null},0]]},markdownTokenName:"code",parseMarkdown:(t,e)=>{var n,r;return((n=t.raw)==null?void 0:n.startsWith("```"))===!1&&((r=t.raw)==null?void 0:r.startsWith("~~~"))===!1&&t.codeBlockStyle!=="indented"?[]:e.createNode("codeBlock",{language:t.lang||null},t.text?[e.createTextNode(t.text)]:[])},renderMarkdown:(t,e)=>{var n;let r="";const a=((n=t.attrs)==null?void 0:n.language)||"";return t.content?r=[`\`\`\`${a}`,e.renderChildren(t.content),"```"].join(` `):r=`\`\`\`${a} \`\`\``,r},addCommands(){return{setCodeBlock:t=>({commands:e})=>e.setNode(this.name,t),toggleCodeBlock:t=>({commands:e})=>e.toggleNode(this.name,"paragraph",t)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{const{empty:t,$anchor:e}=this.editor.state.selection,n=e.pos===1;return!t||e.parent.type.name!==this.name?!1:n||!e.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:t})=>{var e;if(!this.options.enableTabIndentation)return!1;const n=(e=this.options.tabSize)!=null?e:lg,{state:r}=t,{selection:a}=r,{$from:i,empty:o}=a;if(i.parent.type!==this.type)return!1;const c=" ".repeat(n);return o?t.commands.insertContent(c):t.commands.command(({tr:u})=>{const{from:h,to:f}=a,y=r.doc.textBetween(h,f,` @@ -727,31 +727,31 @@ ${n} `).map(y=>{var N;const w=((N=y.match(/^ */))==null?void 0:N[0])||"",v=Math.min(w.length,n);return y.slice(v)}).join(` `);return c.replaceWith(u,h,r.schema.text(g)),!0})},Enter:({editor:t})=>{if(!this.options.exitOnTripleEnter)return!1;const{state:e}=t,{selection:n}=e,{$from:r,empty:a}=n;if(!a||r.parent.type!==this.type)return!1;const i=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` -`);return!i||!o?!1:t.chain().command(({tr:c})=>(c.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:t})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=t,{selection:n,doc:r}=e,{$from:a,empty:i}=n;if(!i||a.parent.type!==this.type||!(a.parentOffset===a.parent.nodeSize-2))return!1;const c=a.after();return c===void 0?!1:r.nodeAt(c)?t.commands.command(({tr:h})=>(h.setSelection(rt.near(r.resolve(c))),!0)):t.commands.exitCode()}}},addInputRules(){return[ix({find:n7,type:this.type,getAttributes:t=>({language:t[1]})}),ix({find:r7,type:this.type,getAttributes:t=>({language:t[1]})})]},addProseMirrorPlugins(){return[new Kt({key:new tn("codeBlockVSCodeHandler"),props:{handlePaste:(t,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const n=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),a=r?JSON.parse(r):void 0,i=a==null?void 0:a.mode;if(!n||!i)return!1;const{tr:o,schema:c}=t.state,u=c.text(n.replace(/\r\n?/g,` -`));return o.replaceSelectionWith(this.type.create({language:i},u)),o.selection.$from.parent.type!==this.type&&o.setSelection(Qe.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),t.dispatch(o),!0}}})]}}),a7=Sn.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` +`);return!i||!o?!1:t.chain().command(({tr:c})=>(c.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:t})=>{if(!this.options.exitOnArrowDown)return!1;const{state:e}=t,{selection:n,doc:r}=e,{$from:a,empty:i}=n;if(!i||a.parent.type!==this.type||!(a.parentOffset===a.parent.nodeSize-2))return!1;const c=a.after();return c===void 0?!1:r.nodeAt(c)?t.commands.command(({tr:h})=>(h.setSelection(rt.near(r.resolve(c))),!0)):t.commands.exitCode()}}},addInputRules(){return[ix({find:r7,type:this.type,getAttributes:t=>({language:t[1]})}),ix({find:s7,type:this.type,getAttributes:t=>({language:t[1]})})]},addProseMirrorPlugins(){return[new Kt({key:new tn("codeBlockVSCodeHandler"),props:{handlePaste:(t,e)=>{if(!e.clipboardData||this.editor.isActive(this.type.name))return!1;const n=e.clipboardData.getData("text/plain"),r=e.clipboardData.getData("vscode-editor-data"),a=r?JSON.parse(r):void 0,i=a==null?void 0:a.mode;if(!n||!i)return!1;const{tr:o,schema:c}=t.state,u=c.text(n.replace(/\r\n?/g,` +`));return o.replaceSelectionWith(this.type.create({language:i},u)),o.selection.$from.parent.type!==this.type&&o.setSelection(Qe.near(o.doc.resolve(Math.max(0,o.selection.from-2)))),o.setMeta("paste",!0),t.dispatch(o),!0}}})]}}),i7=Sn.create({name:"doc",topNode:!0,content:"block+",renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):""}),i7=Sn.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:t}){return["br",kt(this.options.HTMLAttributes,t)]},renderText(){return` +`):""}),o7=Sn.create({name:"hardBreak",markdownTokenName:"br",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:t}){return["br",kt(this.options.HTMLAttributes,t)]},renderText(){return` `},renderMarkdown:()=>` -`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:r})=>t.first([()=>t.exitCode(),()=>t.command(()=>{const{selection:a,storedMarks:i}=n;if(a.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:c}=r.extensionManager,u=i||a.$to.parentOffset&&a.$from.marks();return e().insertContent({type:this.name}).command(({tr:h,dispatch:f})=>{if(f&&u&&o){const m=u.filter(g=>c.includes(g.type.name));h.ensureMarks(m)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),o7=Sn.create({name:"heading",addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:"inline*",group:"block",defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(t=>({tag:`h${t}`,attrs:{level:t}}))},renderHTML({node:t,HTMLAttributes:e}){return[`h${this.options.levels.includes(t.attrs.level)?t.attrs.level:this.options.levels[0]}`,kt(this.options.HTMLAttributes,e),0]},parseMarkdown:(t,e)=>e.createNode("heading",{level:t.depth||1},e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>{var n;const r=(n=t.attrs)!=null&&n.level?parseInt(t.attrs.level,10):1,a="#".repeat(r);return t.content?`${a} ${e.renderChildren(t.content)}`:""},addCommands(){return{setHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.setNode(this.name,t):!1,toggleHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.toggleNode(this.name,"paragraph",t):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((t,e)=>({...t,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(t=>ix({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${t}})\\s$`),type:this.type,getAttributes:{level:t}}))}}),l7=Sn.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:t}){return["hr",kt(this.options.HTMLAttributes,t)]},markdownTokenName:"hr",parseMarkdown:(t,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:t,state:e})=>{if(!D6(e,e.schema.nodes[this.name]))return!1;const{selection:n}=e,{$to:r}=n,a=t();return T2(n)?a.insertContentAt(r.pos,{type:this.name}):a.insertContent({type:this.name}),a.command(({state:i,tr:o,dispatch:c})=>{if(c){const{$to:u}=o.selection,h=u.end();if(u.nodeAfter)u.nodeAfter.isTextblock?o.setSelection(Qe.create(o.doc,u.pos+1)):u.nodeAfter.isBlock?o.setSelection(Ge.create(o.doc,u.pos)):o.setSelection(Qe.create(o.doc,u.pos));else{const f=i.schema.nodes[this.options.nextNodeType]||u.parent.type.contentMatch.defaultType,m=f==null?void 0:f.create();m&&(o.insert(h,m),o.setSelection(Qe.create(o.doc,h+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[U2({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),c7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,d7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,u7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,h7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,f7=Ao.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:t=>t.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:t=>t.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:t}){return["em",kt(this.options.HTMLAttributes,t),0]},addCommands(){return{setItalic:()=>({commands:t})=>t.setMark(this.name),toggleItalic:()=>({commands:t})=>t.toggleMark(this.name),unsetItalic:()=>({commands:t})=>t.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(t,e)=>e.applyMark("italic",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`*${e.renderChildren(t)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Ml({find:c7,type:this.type}),Ml({find:u7,type:this.type})]},addPasteRules(){return[jo({find:d7,type:this.type}),jo({find:h7,type:this.type})]}});const p7="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",m7="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",cx="numeric",dx="ascii",ux="alpha",Wc="asciinumeric",Oc="alphanumeric",hx="domain",eC="emoji",g7="scheme",x7="slashscheme",cg="whitespace";function y7(t,e){return t in e||(e[t]=[]),e[t]}function oo(t,e,n){e[cx]&&(e[Wc]=!0,e[Oc]=!0),e[dx]&&(e[Wc]=!0,e[ux]=!0),e[Wc]&&(e[Oc]=!0),e[ux]&&(e[Oc]=!0),e[Oc]&&(e[hx]=!0),e[eC]&&(e[hx]=!0);for(const r in e){const a=y7(r,n);a.indexOf(t)<0&&a.push(t)}}function b7(t,e){const n={};for(const r in e)e[r].indexOf(t)>=0&&(n[r]=!0);return n}function Mr(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}Mr.groups={};Mr.prototype={accepts(){return!!this.t},go(t){const e=this,n=e.j[t];if(n)return n;for(let r=0;rt.ta(e,n,r,a),un=(t,e,n,r,a)=>t.tr(e,n,r,a),EN=(t,e,n,r,a)=>t.ts(e,n,r,a),Se=(t,e,n,r,a)=>t.tt(e,n,r,a),ga="WORD",fx="UWORD",tC="ASCIINUMERICAL",nC="ALPHANUMERICAL",cd="LOCALHOST",px="TLD",mx="UTLD",nh="SCHEME",ul="SLASH_SCHEME",D0="NUM",gx="WS",L0="NL",Uc="OPENBRACE",Kc="CLOSEBRACE",Ah="OPENBRACKET",Ih="CLOSEBRACKET",Rh="OPENPAREN",Ph="CLOSEPAREN",Oh="OPENANGLEBRACKET",Dh="CLOSEANGLEBRACKET",Lh="FULLWIDTHLEFTPAREN",_h="FULLWIDTHRIGHTPAREN",zh="LEFTCORNERBRACKET",Fh="RIGHTCORNERBRACKET",$h="LEFTWHITECORNERBRACKET",Bh="RIGHTWHITECORNERBRACKET",Vh="FULLWIDTHLESSTHAN",Hh="FULLWIDTHGREATERTHAN",Wh="AMPERSAND",Uh="APOSTROPHE",Kh="ASTERISK",ni="AT",qh="BACKSLASH",Gh="BACKTICK",Jh="CARET",ai="COLON",_0="COMMA",Yh="DOLLAR",Fs="DOT",Qh="EQUALS",z0="EXCLAMATION",rs="HYPHEN",qc="PERCENT",Xh="PIPE",Zh="PLUS",ef="POUND",Gc="QUERY",F0="QUOTE",rC="FULLWIDTHMIDDLEDOT",$0="SEMI",$s="SLASH",Jc="TILDE",tf="UNDERSCORE",sC="EMOJI",nf="SYM";var aC=Object.freeze({__proto__:null,ALPHANUMERICAL:nC,AMPERSAND:Wh,APOSTROPHE:Uh,ASCIINUMERICAL:tC,ASTERISK:Kh,AT:ni,BACKSLASH:qh,BACKTICK:Gh,CARET:Jh,CLOSEANGLEBRACKET:Dh,CLOSEBRACE:Kc,CLOSEBRACKET:Ih,CLOSEPAREN:Ph,COLON:ai,COMMA:_0,DOLLAR:Yh,DOT:Fs,EMOJI:sC,EQUALS:Qh,EXCLAMATION:z0,FULLWIDTHGREATERTHAN:Hh,FULLWIDTHLEFTPAREN:Lh,FULLWIDTHLESSTHAN:Vh,FULLWIDTHMIDDLEDOT:rC,FULLWIDTHRIGHTPAREN:_h,HYPHEN:rs,LEFTCORNERBRACKET:zh,LEFTWHITECORNERBRACKET:$h,LOCALHOST:cd,NL:L0,NUM:D0,OPENANGLEBRACKET:Oh,OPENBRACE:Uc,OPENBRACKET:Ah,OPENPAREN:Rh,PERCENT:qc,PIPE:Xh,PLUS:Zh,POUND:ef,QUERY:Gc,QUOTE:F0,RIGHTCORNERBRACKET:Fh,RIGHTWHITECORNERBRACKET:Bh,SCHEME:nh,SEMI:$0,SLASH:$s,SLASH_SCHEME:ul,SYM:nf,TILDE:Jc,TLD:px,UNDERSCORE:tf,UTLD:mx,UWORD:fx,WORD:ga,WS:gx});const pa=/[a-z]/,Mc=new RegExp("\\p{L}","u"),dg=new RegExp("\\p{Emoji}","u"),ma=/\d/,ug=/\s/,TN="\r",hg=` -`,v7="️",N7="‍",fg="";let Vu=null,Hu=null;function w7(t=[]){const e={};Mr.groups=e;const n=new Mr;Vu==null&&(Vu=MN(p7)),Hu==null&&(Hu=MN(m7)),Se(n,"'",Uh),Se(n,"{",Uc),Se(n,"}",Kc),Se(n,"[",Ah),Se(n,"]",Ih),Se(n,"(",Rh),Se(n,")",Ph),Se(n,"<",Oh),Se(n,">",Dh),Se(n,"(",Lh),Se(n,")",_h),Se(n,"「",zh),Se(n,"」",Fh),Se(n,"『",$h),Se(n,"』",Bh),Se(n,"<",Vh),Se(n,">",Hh),Se(n,"&",Wh),Se(n,"*",Kh),Se(n,"@",ni),Se(n,"`",Gh),Se(n,"^",Jh),Se(n,":",ai),Se(n,",",_0),Se(n,"$",Yh),Se(n,".",Fs),Se(n,"=",Qh),Se(n,"!",z0),Se(n,"-",rs),Se(n,"%",qc),Se(n,"|",Xh),Se(n,"+",Zh),Se(n,"#",ef),Se(n,"?",Gc),Se(n,'"',F0),Se(n,"/",$s),Se(n,";",$0),Se(n,"~",Jc),Se(n,"_",tf),Se(n,"\\",qh),Se(n,"・",rC);const r=un(n,ma,D0,{[cx]:!0});un(r,ma,r);const a=un(r,pa,tC,{[Wc]:!0}),i=un(r,Mc,nC,{[Oc]:!0}),o=un(n,pa,ga,{[dx]:!0});un(o,ma,a),un(o,pa,o),un(a,ma,a),un(a,pa,a);const c=un(n,Mc,fx,{[ux]:!0});un(c,pa),un(c,ma,i),un(c,Mc,c),un(i,ma,i),un(i,pa),un(i,Mc,i);const u=Se(n,hg,L0,{[cg]:!0}),h=Se(n,TN,gx,{[cg]:!0}),f=un(n,ug,gx,{[cg]:!0});Se(n,fg,f),Se(h,hg,u),Se(h,fg,f),un(h,ug,f),Se(f,TN),Se(f,hg),un(f,ug,f),Se(f,fg,f);const m=un(n,dg,sC,{[eC]:!0});Se(m,"#"),un(m,dg,m),Se(m,v7,m);const g=Se(m,N7);Se(g,"#"),un(g,dg,m);const y=[[pa,o],[ma,a]],N=[[pa,null],[Mc,c],[ma,i]];for(let w=0;ww[0]>v[0]?1:-1);for(let w=0;w=0?C[hx]=!0:pa.test(v)?ma.test(v)?C[Wc]=!0:C[dx]=!0:C[cx]=!0,EN(n,v,v,C)}return EN(n,"localhost",cd,{ascii:!0}),n.jd=new Mr(nf),{start:n,tokens:Object.assign({groups:e},aC)}}function iC(t,e){const n=j7(e.replace(/[A-Z]/g,c=>c.toLowerCase())),r=n.length,a=[];let i=0,o=0;for(;o=0&&(m+=n[o].length,g++),h+=n[o].length,i+=n[o].length,o++;i-=m,o-=g,h-=m,a.push({t:f.t,v:e.slice(i-h,i),s:i-h,e:i})}return a}function j7(t){const e=[],n=t.length;let r=0;for(;r56319||r+1===n||(i=t.charCodeAt(r+1))<56320||i>57343?t[r]:t.slice(r,r+2);e.push(o),r+=o.length}return e}function Qa(t,e,n,r,a){let i;const o=e.length;for(let c=0;c=0;)i++;if(i>0){e.push(n.join(""));for(let o=parseInt(t.substring(r,r+i),10);o>0;o--)n.pop();r+=i}else n.push(t[r]),r++}return e}const dd={defaultProtocol:"http",events:null,format:AN,formatHref:AN,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function B0(t,e=null){let n=Object.assign({},dd);t&&(n=Object.assign(n,t instanceof B0?t.o:t));const r=n.ignoreTags,a=[];for(let i=0;in?r.substring(0,n)+"…":r},toFormattedHref(t){return t.get("formatHref",this.toHref(t.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(t=dd.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(t),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(t){return{type:this.t,value:this.toFormattedString(t),isLink:this.isLink,href:this.toFormattedHref(t),start:this.startIndex(),end:this.endIndex()}},validate(t){return t.get("validate",this.toString(),this)},render(t){const e=this,n=this.toHref(t.get("defaultProtocol")),r=t.get("formatHref",n,this),a=t.get("tagName",n,e),i=this.toFormattedString(t),o={},c=t.get("className",n,e),u=t.get("target",n,e),h=t.get("rel",n,e),f=t.getObj("attributes",n,e),m=t.getObj("events",n,e);return o.href=r,c&&(o.class=c),u&&(o.target=u),h&&(o.rel=h),f&&Object.assign(o,f),{tagName:a,attributes:o,content:i,eventListeners:m}}};function Lf(t,e){class n extends oC{constructor(a,i){super(a,i),this.t=t}}for(const r in e)n.prototype[r]=e[r];return n.t=t,n}const IN=Lf("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),RN=Lf("text"),k7=Lf("nl"),Wu=Lf("url",{isLink:!0,toHref(t=dd.defaultProtocol){return this.hasProtocol()?this.v:`${t}://${this.v}`},hasProtocol(){const t=this.tk;return t.length>=2&&t[0].t!==cd&&t[1].t===ai}}),ns=t=>new Mr(t);function S7({groups:t}){const e=t.domain.concat([Wh,Kh,ni,qh,Gh,Jh,Yh,Qh,rs,D0,qc,Xh,Zh,ef,$s,nf,Jc,tf]),n=[Uh,ai,_0,Fs,z0,qc,Gc,F0,$0,Oh,Dh,Uc,Kc,Ih,Ah,Rh,Ph,Lh,_h,zh,Fh,$h,Bh,Vh,Hh],r=[Wh,Uh,Kh,qh,Gh,Jh,Yh,Qh,rs,Uc,Kc,qc,Xh,Zh,ef,Gc,$s,nf,Jc,tf],a=ns(),i=Se(a,Jc);ct(i,r,i),ct(i,t.domain,i);const o=ns(),c=ns(),u=ns();ct(a,t.domain,o),ct(a,t.scheme,c),ct(a,t.slashscheme,u),ct(o,r,i),ct(o,t.domain,o);const h=Se(o,ni);Se(i,ni,h),Se(c,ni,h),Se(u,ni,h);const f=Se(i,Fs);ct(f,r,i),ct(f,t.domain,i);const m=ns();ct(h,t.domain,m),ct(m,t.domain,m);const g=Se(m,Fs);ct(g,t.domain,m);const y=ns(IN);ct(g,t.tld,y),ct(g,t.utld,y),Se(h,cd,y);const N=Se(m,rs);Se(N,rs,N),ct(N,t.domain,m),ct(y,t.domain,m),Se(y,Fs,g),Se(y,rs,N);const w=Se(y,ai);ct(w,t.numeric,IN);const v=Se(o,rs),k=Se(o,Fs);Se(v,rs,v),ct(v,t.domain,o),ct(k,r,i),ct(k,t.domain,o);const C=ns(Wu);ct(k,t.tld,C),ct(k,t.utld,C),ct(C,t.domain,o),ct(C,r,i),Se(C,Fs,k),Se(C,rs,v),Se(C,ni,h);const E=Se(C,ai),T=ns(Wu);ct(E,t.numeric,T);const R=ns(Wu),D=ns();ct(R,e,R),ct(R,n,D),ct(D,e,R),ct(D,n,D),Se(C,$s,R),Se(T,$s,R);const _=Se(c,ai),P=Se(u,ai),L=Se(P,$s),F=Se(L,$s);ct(c,t.domain,o),Se(c,Fs,k),Se(c,rs,v),ct(u,t.domain,o),Se(u,Fs,k),Se(u,rs,v),ct(_,t.domain,R),Se(_,$s,R),Se(_,Gc,R),ct(F,t.domain,R),ct(F,e,R),Se(F,$s,R);const X=[[Uc,Kc],[Ah,Ih],[Rh,Ph],[Oh,Dh],[Lh,_h],[zh,Fh],[$h,Bh],[Vh,Hh]];for(let te=0;te=0&&g++,a++,f++;if(g<0)a-=f,a0&&(i.push(pg(RN,e,o)),o=[]),a-=g,f-=g;const y=m.t,N=n.slice(a-f,a);i.push(pg(y,e,N))}}return o.length>0&&i.push(pg(RN,e,o)),i}function pg(t,e,n){const r=n[0].s,a=n[n.length-1].e,i=e.slice(r,a);return new t(i,n)}const E7=typeof console<"u"&&console&&console.warn||(()=>{}),T7="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",Jt={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function M7(){return Mr.groups={},Jt.scanner=null,Jt.parser=null,Jt.tokenQueue=[],Jt.pluginQueue=[],Jt.customSchemes=[],Jt.initialized=!1,Jt}function PN(t,e=!1){if(Jt.initialized&&E7(`linkifyjs: already initialized - will not register custom scheme "${t}" ${T7}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(t))throw new Error(`linkifyjs: incorrect scheme format. +`,parseMarkdown:()=>({type:"hardBreak"}),addCommands(){return{setHardBreak:()=>({commands:t,chain:e,state:n,editor:r})=>t.first([()=>t.exitCode(),()=>t.command(()=>{const{selection:a,storedMarks:i}=n;if(a.$from.parent.type.spec.isolating)return!1;const{keepMarks:o}=this.options,{splittableMarks:c}=r.extensionManager,u=i||a.$to.parentOffset&&a.$from.marks();return e().insertContent({type:this.name}).command(({tr:h,dispatch:f})=>{if(f&&u&&o){const m=u.filter(g=>c.includes(g.type.name));h.ensureMarks(m)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),l7=Sn.create({name:"heading",addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:"inline*",group:"block",defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(t=>({tag:`h${t}`,attrs:{level:t}}))},renderHTML({node:t,HTMLAttributes:e}){return[`h${this.options.levels.includes(t.attrs.level)?t.attrs.level:this.options.levels[0]}`,kt(this.options.HTMLAttributes,e),0]},parseMarkdown:(t,e)=>e.createNode("heading",{level:t.depth||1},e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>{var n;const r=(n=t.attrs)!=null&&n.level?parseInt(t.attrs.level,10):1,a="#".repeat(r);return t.content?`${a} ${e.renderChildren(t.content)}`:""},addCommands(){return{setHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.setNode(this.name,t):!1,toggleHeading:t=>({commands:e})=>this.options.levels.includes(t.level)?e.toggleNode(this.name,"paragraph",t):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((t,e)=>({...t,[`Mod-Alt-${e}`]:()=>this.editor.commands.toggleHeading({level:e})}),{})},addInputRules(){return this.options.levels.map(t=>ix({find:new RegExp(`^(#{${Math.min(...this.options.levels)},${t}})\\s$`),type:this.type,getAttributes:{level:t}}))}}),c7=Sn.create({name:"horizontalRule",addOptions(){return{HTMLAttributes:{},nextNodeType:"paragraph"}},group:"block",parseHTML(){return[{tag:"hr"}]},renderHTML({HTMLAttributes:t}){return["hr",kt(this.options.HTMLAttributes,t)]},markdownTokenName:"hr",parseMarkdown:(t,e)=>e.createNode("horizontalRule"),renderMarkdown:()=>"---",addCommands(){return{setHorizontalRule:()=>({chain:t,state:e})=>{if(!L6(e,e.schema.nodes[this.name]))return!1;const{selection:n}=e,{$to:r}=n,a=t();return M2(n)?a.insertContentAt(r.pos,{type:this.name}):a.insertContent({type:this.name}),a.command(({state:i,tr:o,dispatch:c})=>{if(c){const{$to:u}=o.selection,h=u.end();if(u.nodeAfter)u.nodeAfter.isTextblock?o.setSelection(Qe.create(o.doc,u.pos+1)):u.nodeAfter.isBlock?o.setSelection(Ge.create(o.doc,u.pos)):o.setSelection(Qe.create(o.doc,u.pos));else{const f=i.schema.nodes[this.options.nextNodeType]||u.parent.type.contentMatch.defaultType,m=f==null?void 0:f.create();m&&(o.insert(h,m),o.setSelection(Qe.create(o.doc,h+1)))}o.scrollIntoView()}return!0}).run()}}},addInputRules(){return[K2({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),d7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,u7=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,h7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,f7=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,p7=Mo.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:t=>t.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:t=>t.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:t}){return["em",kt(this.options.HTMLAttributes,t),0]},addCommands(){return{setItalic:()=>({commands:t})=>t.setMark(this.name),toggleItalic:()=>({commands:t})=>t.toggleMark(this.name),unsetItalic:()=>({commands:t})=>t.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(t,e)=>e.applyMark("italic",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`*${e.renderChildren(t)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Ml({find:d7,type:this.type}),Ml({find:h7,type:this.type})]},addPasteRules(){return[wo({find:u7,type:this.type}),wo({find:f7,type:this.type})]}});const m7="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",g7="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",cx="numeric",dx="ascii",ux="alpha",Wc="asciinumeric",Oc="alphanumeric",hx="domain",tC="emoji",x7="scheme",y7="slashscheme",cg="whitespace";function b7(t,e){return t in e||(e[t]=[]),e[t]}function oo(t,e,n){e[cx]&&(e[Wc]=!0,e[Oc]=!0),e[dx]&&(e[Wc]=!0,e[ux]=!0),e[Wc]&&(e[Oc]=!0),e[ux]&&(e[Oc]=!0),e[Oc]&&(e[hx]=!0),e[tC]&&(e[hx]=!0);for(const r in e){const a=b7(r,n);a.indexOf(t)<0&&a.push(t)}}function v7(t,e){const n={};for(const r in e)e[r].indexOf(t)>=0&&(n[r]=!0);return n}function Mr(t=null){this.j={},this.jr=[],this.jd=null,this.t=t}Mr.groups={};Mr.prototype={accepts(){return!!this.t},go(t){const e=this,n=e.j[t];if(n)return n;for(let r=0;rt.ta(e,n,r,a),un=(t,e,n,r,a)=>t.tr(e,n,r,a),EN=(t,e,n,r,a)=>t.ts(e,n,r,a),Se=(t,e,n,r,a)=>t.tt(e,n,r,a),ga="WORD",fx="UWORD",nC="ASCIINUMERICAL",rC="ALPHANUMERICAL",cd="LOCALHOST",px="TLD",mx="UTLD",nh="SCHEME",dl="SLASH_SCHEME",D0="NUM",gx="WS",L0="NL",Uc="OPENBRACE",Kc="CLOSEBRACE",Ah="OPENBRACKET",Ih="CLOSEBRACKET",Rh="OPENPAREN",Ph="CLOSEPAREN",Oh="OPENANGLEBRACKET",Dh="CLOSEANGLEBRACKET",Lh="FULLWIDTHLEFTPAREN",_h="FULLWIDTHRIGHTPAREN",zh="LEFTCORNERBRACKET",Fh="RIGHTCORNERBRACKET",$h="LEFTWHITECORNERBRACKET",Bh="RIGHTWHITECORNERBRACKET",Vh="FULLWIDTHLESSTHAN",Hh="FULLWIDTHGREATERTHAN",Wh="AMPERSAND",Uh="APOSTROPHE",Kh="ASTERISK",ni="AT",qh="BACKSLASH",Gh="BACKTICK",Jh="CARET",ai="COLON",_0="COMMA",Yh="DOLLAR",Fs="DOT",Qh="EQUALS",z0="EXCLAMATION",rs="HYPHEN",qc="PERCENT",Xh="PIPE",Zh="PLUS",ef="POUND",Gc="QUERY",F0="QUOTE",sC="FULLWIDTHMIDDLEDOT",$0="SEMI",$s="SLASH",Jc="TILDE",tf="UNDERSCORE",aC="EMOJI",nf="SYM";var iC=Object.freeze({__proto__:null,ALPHANUMERICAL:rC,AMPERSAND:Wh,APOSTROPHE:Uh,ASCIINUMERICAL:nC,ASTERISK:Kh,AT:ni,BACKSLASH:qh,BACKTICK:Gh,CARET:Jh,CLOSEANGLEBRACKET:Dh,CLOSEBRACE:Kc,CLOSEBRACKET:Ih,CLOSEPAREN:Ph,COLON:ai,COMMA:_0,DOLLAR:Yh,DOT:Fs,EMOJI:aC,EQUALS:Qh,EXCLAMATION:z0,FULLWIDTHGREATERTHAN:Hh,FULLWIDTHLEFTPAREN:Lh,FULLWIDTHLESSTHAN:Vh,FULLWIDTHMIDDLEDOT:sC,FULLWIDTHRIGHTPAREN:_h,HYPHEN:rs,LEFTCORNERBRACKET:zh,LEFTWHITECORNERBRACKET:$h,LOCALHOST:cd,NL:L0,NUM:D0,OPENANGLEBRACKET:Oh,OPENBRACE:Uc,OPENBRACKET:Ah,OPENPAREN:Rh,PERCENT:qc,PIPE:Xh,PLUS:Zh,POUND:ef,QUERY:Gc,QUOTE:F0,RIGHTCORNERBRACKET:Fh,RIGHTWHITECORNERBRACKET:Bh,SCHEME:nh,SEMI:$0,SLASH:$s,SLASH_SCHEME:dl,SYM:nf,TILDE:Jc,TLD:px,UNDERSCORE:tf,UTLD:mx,UWORD:fx,WORD:ga,WS:gx});const pa=/[a-z]/,Mc=new RegExp("\\p{L}","u"),dg=new RegExp("\\p{Emoji}","u"),ma=/\d/,ug=/\s/,TN="\r",hg=` +`,N7="️",w7="‍",fg="";let Vu=null,Hu=null;function j7(t=[]){const e={};Mr.groups=e;const n=new Mr;Vu==null&&(Vu=MN(m7)),Hu==null&&(Hu=MN(g7)),Se(n,"'",Uh),Se(n,"{",Uc),Se(n,"}",Kc),Se(n,"[",Ah),Se(n,"]",Ih),Se(n,"(",Rh),Se(n,")",Ph),Se(n,"<",Oh),Se(n,">",Dh),Se(n,"(",Lh),Se(n,")",_h),Se(n,"「",zh),Se(n,"」",Fh),Se(n,"『",$h),Se(n,"』",Bh),Se(n,"<",Vh),Se(n,">",Hh),Se(n,"&",Wh),Se(n,"*",Kh),Se(n,"@",ni),Se(n,"`",Gh),Se(n,"^",Jh),Se(n,":",ai),Se(n,",",_0),Se(n,"$",Yh),Se(n,".",Fs),Se(n,"=",Qh),Se(n,"!",z0),Se(n,"-",rs),Se(n,"%",qc),Se(n,"|",Xh),Se(n,"+",Zh),Se(n,"#",ef),Se(n,"?",Gc),Se(n,'"',F0),Se(n,"/",$s),Se(n,";",$0),Se(n,"~",Jc),Se(n,"_",tf),Se(n,"\\",qh),Se(n,"・",sC);const r=un(n,ma,D0,{[cx]:!0});un(r,ma,r);const a=un(r,pa,nC,{[Wc]:!0}),i=un(r,Mc,rC,{[Oc]:!0}),o=un(n,pa,ga,{[dx]:!0});un(o,ma,a),un(o,pa,o),un(a,ma,a),un(a,pa,a);const c=un(n,Mc,fx,{[ux]:!0});un(c,pa),un(c,ma,i),un(c,Mc,c),un(i,ma,i),un(i,pa),un(i,Mc,i);const u=Se(n,hg,L0,{[cg]:!0}),h=Se(n,TN,gx,{[cg]:!0}),f=un(n,ug,gx,{[cg]:!0});Se(n,fg,f),Se(h,hg,u),Se(h,fg,f),un(h,ug,f),Se(f,TN),Se(f,hg),un(f,ug,f),Se(f,fg,f);const m=un(n,dg,aC,{[tC]:!0});Se(m,"#"),un(m,dg,m),Se(m,N7,m);const g=Se(m,w7);Se(g,"#"),un(g,dg,m);const y=[[pa,o],[ma,a]],N=[[pa,null],[Mc,c],[ma,i]];for(let w=0;ww[0]>v[0]?1:-1);for(let w=0;w=0?C[hx]=!0:pa.test(v)?ma.test(v)?C[Wc]=!0:C[dx]=!0:C[cx]=!0,EN(n,v,v,C)}return EN(n,"localhost",cd,{ascii:!0}),n.jd=new Mr(nf),{start:n,tokens:Object.assign({groups:e},iC)}}function oC(t,e){const n=k7(e.replace(/[A-Z]/g,c=>c.toLowerCase())),r=n.length,a=[];let i=0,o=0;for(;o=0&&(m+=n[o].length,g++),h+=n[o].length,i+=n[o].length,o++;i-=m,o-=g,h-=m,a.push({t:f.t,v:e.slice(i-h,i),s:i-h,e:i})}return a}function k7(t){const e=[],n=t.length;let r=0;for(;r56319||r+1===n||(i=t.charCodeAt(r+1))<56320||i>57343?t[r]:t.slice(r,r+2);e.push(o),r+=o.length}return e}function Qa(t,e,n,r,a){let i;const o=e.length;for(let c=0;c=0;)i++;if(i>0){e.push(n.join(""));for(let o=parseInt(t.substring(r,r+i),10);o>0;o--)n.pop();r+=i}else n.push(t[r]),r++}return e}const dd={defaultProtocol:"http",events:null,format:AN,formatHref:AN,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function B0(t,e=null){let n=Object.assign({},dd);t&&(n=Object.assign(n,t instanceof B0?t.o:t));const r=n.ignoreTags,a=[];for(let i=0;in?r.substring(0,n)+"…":r},toFormattedHref(t){return t.get("formatHref",this.toHref(t.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(t=dd.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(t),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(t){return{type:this.t,value:this.toFormattedString(t),isLink:this.isLink,href:this.toFormattedHref(t),start:this.startIndex(),end:this.endIndex()}},validate(t){return t.get("validate",this.toString(),this)},render(t){const e=this,n=this.toHref(t.get("defaultProtocol")),r=t.get("formatHref",n,this),a=t.get("tagName",n,e),i=this.toFormattedString(t),o={},c=t.get("className",n,e),u=t.get("target",n,e),h=t.get("rel",n,e),f=t.getObj("attributes",n,e),m=t.getObj("events",n,e);return o.href=r,c&&(o.class=c),u&&(o.target=u),h&&(o.rel=h),f&&Object.assign(o,f),{tagName:a,attributes:o,content:i,eventListeners:m}}};function Lf(t,e){class n extends lC{constructor(a,i){super(a,i),this.t=t}}for(const r in e)n.prototype[r]=e[r];return n.t=t,n}const IN=Lf("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),RN=Lf("text"),S7=Lf("nl"),Wu=Lf("url",{isLink:!0,toHref(t=dd.defaultProtocol){return this.hasProtocol()?this.v:`${t}://${this.v}`},hasProtocol(){const t=this.tk;return t.length>=2&&t[0].t!==cd&&t[1].t===ai}}),ns=t=>new Mr(t);function C7({groups:t}){const e=t.domain.concat([Wh,Kh,ni,qh,Gh,Jh,Yh,Qh,rs,D0,qc,Xh,Zh,ef,$s,nf,Jc,tf]),n=[Uh,ai,_0,Fs,z0,qc,Gc,F0,$0,Oh,Dh,Uc,Kc,Ih,Ah,Rh,Ph,Lh,_h,zh,Fh,$h,Bh,Vh,Hh],r=[Wh,Uh,Kh,qh,Gh,Jh,Yh,Qh,rs,Uc,Kc,qc,Xh,Zh,ef,Gc,$s,nf,Jc,tf],a=ns(),i=Se(a,Jc);ct(i,r,i),ct(i,t.domain,i);const o=ns(),c=ns(),u=ns();ct(a,t.domain,o),ct(a,t.scheme,c),ct(a,t.slashscheme,u),ct(o,r,i),ct(o,t.domain,o);const h=Se(o,ni);Se(i,ni,h),Se(c,ni,h),Se(u,ni,h);const f=Se(i,Fs);ct(f,r,i),ct(f,t.domain,i);const m=ns();ct(h,t.domain,m),ct(m,t.domain,m);const g=Se(m,Fs);ct(g,t.domain,m);const y=ns(IN);ct(g,t.tld,y),ct(g,t.utld,y),Se(h,cd,y);const N=Se(m,rs);Se(N,rs,N),ct(N,t.domain,m),ct(y,t.domain,m),Se(y,Fs,g),Se(y,rs,N);const w=Se(y,ai);ct(w,t.numeric,IN);const v=Se(o,rs),k=Se(o,Fs);Se(v,rs,v),ct(v,t.domain,o),ct(k,r,i),ct(k,t.domain,o);const C=ns(Wu);ct(k,t.tld,C),ct(k,t.utld,C),ct(C,t.domain,o),ct(C,r,i),Se(C,Fs,k),Se(C,rs,v),Se(C,ni,h);const E=Se(C,ai),T=ns(Wu);ct(E,t.numeric,T);const R=ns(Wu),D=ns();ct(R,e,R),ct(R,n,D),ct(D,e,R),ct(D,n,D),Se(C,$s,R),Se(T,$s,R);const _=Se(c,ai),P=Se(u,ai),L=Se(P,$s),F=Se(L,$s);ct(c,t.domain,o),Se(c,Fs,k),Se(c,rs,v),ct(u,t.domain,o),Se(u,Fs,k),Se(u,rs,v),ct(_,t.domain,R),Se(_,$s,R),Se(_,Gc,R),ct(F,t.domain,R),ct(F,e,R),Se(F,$s,R);const X=[[Uc,Kc],[Ah,Ih],[Rh,Ph],[Oh,Dh],[Lh,_h],[zh,Fh],[$h,Bh],[Vh,Hh]];for(let te=0;te=0&&g++,a++,f++;if(g<0)a-=f,a0&&(i.push(pg(RN,e,o)),o=[]),a-=g,f-=g;const y=m.t,N=n.slice(a-f,a);i.push(pg(y,e,N))}}return o.length>0&&i.push(pg(RN,e,o)),i}function pg(t,e,n){const r=n[0].s,a=n[n.length-1].e,i=e.slice(r,a);return new t(i,n)}const T7=typeof console<"u"&&console&&console.warn||(()=>{}),M7="until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.",Jt={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function A7(){return Mr.groups={},Jt.scanner=null,Jt.parser=null,Jt.tokenQueue=[],Jt.pluginQueue=[],Jt.customSchemes=[],Jt.initialized=!1,Jt}function PN(t,e=!1){if(Jt.initialized&&T7(`linkifyjs: already initialized - will not register custom scheme "${t}" ${M7}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(t))throw new Error(`linkifyjs: incorrect scheme format. 1. Must only contain digits, lowercase ASCII letters or "-" 2. Cannot start or end with "-" -3. "-" cannot repeat`);Jt.customSchemes.push([t,e])}function A7(){Jt.scanner=w7(Jt.customSchemes);for(let t=0;t{const a=e.some(h=>h.docChanged)&&!n.doc.eq(r.doc),i=e.some(h=>h.getMeta("preventAutolink"));if(!a||i)return;const{tr:o}=r,c=b2(n.doc,[...e]);if(E2(c).forEach(({newRange:h})=>{const f=O8(r.doc,h,y=>y.isTextblock);let m,g;if(f.length>1)m=f[0],g=r.doc.textBetween(m.pos,m.pos+m.node.nodeSize,void 0," ");else if(f.length){const y=r.doc.textBetween(h.from,h.to," "," ");if(!R7.test(y))return;m=f[0],g=r.doc.textBetween(m.pos,h.to,void 0," ")}if(m&&g){const y=g.split(I7).filter(Boolean);if(y.length<=0)return!1;const N=y[y.length-1],w=m.pos+g.lastIndexOf(N);if(!N)return!1;const v=V0(N).map(k=>k.toObject(t.defaultProtocol));if(!O7(v))return!1;v.filter(k=>k.isLink).map(k=>({...k,from:w+k.start+1,to:w+k.end+1})).filter(k=>r.schema.marks.code?!r.doc.rangeHasMark(k.from,k.to,r.schema.marks.code):!0).filter(k=>t.validate(k.value)).filter(k=>t.shouldAutoLink(k.value)).forEach(k=>{M0(k.from,k.to,r.doc).some(C=>C.mark.type===t.type)||o.addMark(k.from,k.to,t.type.create({href:k.href}))})}}),!!o.steps.length)return o}})}function L7(t){return new Kt({key:new tn("handleClickLink"),props:{handleClick:(e,n,r)=>{var a,i;if(r.button!==0||!e.editable)return!1;let o=null;if(r.target instanceof HTMLAnchorElement)o=r.target;else{const u=r.target;if(!u)return!1;const h=t.editor.view.dom;o=u.closest("a"),o&&!h.contains(o)&&(o=null)}if(!o)return!1;let c=!1;if(t.enableClickSelection&&(c=t.editor.commands.extendMarkRange(t.type.name)),t.openOnClick){const u=C2(e.state,t.type.name),h=(a=o.href)!=null?a:u.href,f=(i=o.target)!=null?i:u.target;h&&(window.open(h,f),c=!0)}return c}}})}function _7(t){return new Kt({key:new tn("handlePasteLink"),props:{handlePaste:(e,n,r)=>{const{shouldAutoLink:a}=t,{state:i}=e,{selection:o}=i,{empty:c}=o;if(c)return!1;let u="";r.content.forEach(f=>{u+=f.textContent});const h=lC(u,{defaultProtocol:t.defaultProtocol}).find(f=>f.isLink&&f.value===u);return!u||!h||a!==void 0&&!a(h.value)?!1:t.editor.commands.setMark(t.type,{href:h.href})}}})}function eo(t,e){const n=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(r=>{const a=typeof r=="string"?r:r.scheme;a&&n.push(a)}),!t||t.replace(P7,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var z7=Ao.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(t=>{if(typeof t=="string"){PN(t);return}PN(t.scheme,t.optionalSlashes)})},onDestroy(){M7()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(t,e)=>!!eo(t,e.protocols),validate:t=>!!t,shouldAutoLink:t=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(t),n=/^[a-z][a-z0-9+.-]*:/i.test(t);if(e||n&&!t.includes("@"))return!0;const a=(t.includes("@")?t.split("@").pop():t).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(a)||!/\./.test(a))}}},addAttributes(){return{href:{default:null,parseHTML(t){return t.getAttribute("href")}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:n=>!!eo(n,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:e=>!!eo(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",kt(this.options.HTMLAttributes,t),0]:["a",kt(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n,r,a,i;const o=(r=(n=t.attrs)==null?void 0:n.href)!=null?r:"",c=(i=(a=t.attrs)==null?void 0:a.title)!=null?i:"",u=e.renderChildren(t);return c?`[${u}](${o} "${c}")`:`[${u}](${o})`},addCommands(){return{setLink:t=>({chain:e})=>{const{href:n}=t;return this.options.isAllowedUri(n,{defaultValidate:r=>!!eo(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,t).setMeta("preventAutolink",!0).run():!1},toggleLink:t=>({chain:e})=>{const{href:n}=t||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:r=>!!eo(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[jo({find:t=>{const e=[];if(t){const{protocols:n,defaultProtocol:r}=this.options,a=lC(t).filter(i=>i.isLink&&this.options.isAllowedUri(i.value,{defaultValidate:o=>!!eo(o,n),protocols:n,defaultProtocol:r}));a.length&&a.forEach(i=>{this.options.shouldAutoLink(i.value)&&e.push({text:i.value,data:{href:i.href},index:i.start})})}return e},type:this.type,getAttributes:t=>{var e;return{href:(e=t.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const t=[],{protocols:e,defaultProtocol:n}=this.options;return this.options.autolink&&t.push(D7({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:r=>this.options.isAllowedUri(r,{defaultValidate:a=>!!eo(a,e),protocols:e,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),t.push(L7({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&t.push(_7({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),t}}),F7=Object.defineProperty,$7=(t,e)=>{for(var n in e)F7(t,n,{get:e[n],enumerable:!0})},B7="listItem",ON="textStyle",DN=/^\s*([-+*])\s$/,cC=Sn.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:t}){return["ul",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>t.type!=="list"||t.ordered?[]:{type:"bulletList",content:t.items?e.parseChildren(t.items):[]},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(B7,this.editor.getAttributes(ON)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let t=Al({find:DN,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Al({find:DN,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(ON),editor:this.editor})),[t]}}),dC=Sn.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:t}){return["li",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list_item",parseMarkdown:(t,e)=>{if(t.type!=="list_item")return[];let n=[];if(t.tokens&&t.tokens.length>0)if(t.tokens.some(a=>a.type==="paragraph"))n=e.parseChildren(t.tokens);else{const a=t.tokens[0];if(a&&a.type==="text"&&a.tokens&&a.tokens.length>0){if(n=[{type:"paragraph",content:e.parseInline(a.tokens)}],t.tokens.length>1){const o=t.tokens.slice(1),c=e.parseChildren(o);n.push(...c)}}else n=e.parseChildren(t.tokens)}return n.length===0&&(n=[{type:"paragraph",content:[]}]),{type:"listItem",content:n}},renderMarkdown:(t,e,n)=>P0(t,e,r=>{var a,i;return r.parentType==="bulletList"?"- ":r.parentType==="orderedList"?`${(((i=(a=r.meta)==null?void 0:a.parentAttrs)==null?void 0:i.start)||1)+r.index}. `:"- "},n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),V7={};$7(V7,{findListItemPos:()=>Nd,getNextListDepth:()=>W0,handleBackspace:()=>xx,handleDelete:()=>yx,hasListBefore:()=>uC,hasListItemAfter:()=>H7,hasListItemBefore:()=>hC,listItemHasSubList:()=>fC,nextListIsDeeper:()=>pC,nextListIsHigher:()=>mC});var Nd=(t,e)=>{const{$from:n}=e.selection,r=kn(t,e.schema);let a=null,i=n.depth,o=n.pos,c=null;for(;i>0&&c===null;)a=n.node(i),a.type===r?c=i:(i-=1,o-=1);return c===null?null:{$pos:e.doc.resolve(o),depth:c}},W0=(t,e)=>{const n=Nd(t,e);if(!n)return!1;const[,r]=W8(e,t,n.$pos.pos+4);return r},uC=(t,e,n)=>{const{$anchor:r}=t.selection,a=Math.max(0,r.pos-2),i=t.doc.resolve(a).node();return!(!i||!n.includes(i.type.name))},hC=(t,e)=>{var n;const{$anchor:r}=e.selection,a=e.doc.resolve(r.pos-2);return!(a.index()===0||((n=a.nodeBefore)==null?void 0:n.type.name)!==t)},fC=(t,e,n)=>{if(!n)return!1;const r=kn(t,e.schema);let a=!1;return n.descendants(i=>{i.type===r&&(a=!0)}),a},xx=(t,e,n)=>{if(t.commands.undoInputRule())return!0;if(t.state.selection.from!==t.state.selection.to)return!1;if(!Ni(t.state,e)&&uC(t.state,e,n)){const{$anchor:c}=t.state.selection,u=t.state.doc.resolve(c.before()-1),h=[];u.node().descendants((g,y)=>{g.type.name===e&&h.push({node:g,pos:y})});const f=h.at(-1);if(!f)return!1;const m=t.state.doc.resolve(u.start()+f.pos+1);return t.chain().cut({from:c.start()-1,to:c.end()+1},m.end()).joinForward().run()}if(!Ni(t.state,e)||!G8(t.state))return!1;const r=Nd(e,t.state);if(!r)return!1;const i=t.state.doc.resolve(r.$pos.pos-2).node(r.depth),o=fC(e,t.state,i);return hC(e,t.state)&&!o?t.commands.joinItemBackward():t.chain().liftListItem(e).run()},pC=(t,e)=>{const n=W0(t,e),r=Nd(t,e);return!r||!n?!1:n>r.depth},mC=(t,e)=>{const n=W0(t,e),r=Nd(t,e);return!r||!n?!1:n{if(!Ni(t.state,e)||!q8(t.state,e))return!1;const{selection:n}=t.state,{$from:r,$to:a}=n;return!n.empty&&r.sameParent(a)?!1:pC(e,t.state)?t.chain().focus(t.state.selection.from+4).lift(e).joinBackward().run():mC(e,t.state)?t.chain().joinForward().joinBackward().run():t.commands.joinItemForward()},H7=(t,e)=>{var n;const{$anchor:r}=e.selection,a=e.doc.resolve(r.pos-r.parentOffset-2);return!(a.index()===a.parent.childCount-1||((n=a.nodeAfter)==null?void 0:n.type.name)!==t)},gC=mn.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&yx(t,n)&&(e=!0)}),e},"Mod-Delete":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&yx(t,n)&&(e=!0)}),e},Backspace:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&xx(t,n,r)&&(e=!0)}),e},"Mod-Backspace":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&xx(t,n,r)&&(e=!0)}),e}}}}),LN=/^(\s*)(\d+)\.\s+(.*)$/,W7=/^\s/;function U7(t){const e=[];let n=0,r=0;for(;n{const a=e.some(h=>h.docChanged)&&!n.doc.eq(r.doc),i=e.some(h=>h.getMeta("preventAutolink"));if(!a||i)return;const{tr:o}=r,c=v2(n.doc,[...e]);if(T2(c).forEach(({newRange:h})=>{const f=D8(r.doc,h,y=>y.isTextblock);let m,g;if(f.length>1)m=f[0],g=r.doc.textBetween(m.pos,m.pos+m.node.nodeSize,void 0," ");else if(f.length){const y=r.doc.textBetween(h.from,h.to," "," ");if(!P7.test(y))return;m=f[0],g=r.doc.textBetween(m.pos,h.to,void 0," ")}if(m&&g){const y=g.split(R7).filter(Boolean);if(y.length<=0)return!1;const N=y[y.length-1],w=m.pos+g.lastIndexOf(N);if(!N)return!1;const v=V0(N).map(k=>k.toObject(t.defaultProtocol));if(!D7(v))return!1;v.filter(k=>k.isLink).map(k=>({...k,from:w+k.start+1,to:w+k.end+1})).filter(k=>r.schema.marks.code?!r.doc.rangeHasMark(k.from,k.to,r.schema.marks.code):!0).filter(k=>t.validate(k.value)).filter(k=>t.shouldAutoLink(k.value)).forEach(k=>{M0(k.from,k.to,r.doc).some(C=>C.mark.type===t.type)||o.addMark(k.from,k.to,t.type.create({href:k.href}))})}}),!!o.steps.length)return o}})}function _7(t){return new Kt({key:new tn("handleClickLink"),props:{handleClick:(e,n,r)=>{var a,i;if(r.button!==0||!e.editable)return!1;let o=null;if(r.target instanceof HTMLAnchorElement)o=r.target;else{const u=r.target;if(!u)return!1;const h=t.editor.view.dom;o=u.closest("a"),o&&!h.contains(o)&&(o=null)}if(!o)return!1;let c=!1;if(t.enableClickSelection&&(c=t.editor.commands.extendMarkRange(t.type.name)),t.openOnClick){const u=E2(e.state,t.type.name),h=(a=o.href)!=null?a:u.href,f=(i=o.target)!=null?i:u.target;h&&(window.open(h,f),c=!0)}return c}}})}function z7(t){return new Kt({key:new tn("handlePasteLink"),props:{handlePaste:(e,n,r)=>{const{shouldAutoLink:a}=t,{state:i}=e,{selection:o}=i,{empty:c}=o;if(c)return!1;let u="";r.content.forEach(f=>{u+=f.textContent});const h=cC(u,{defaultProtocol:t.defaultProtocol}).find(f=>f.isLink&&f.value===u);return!u||!h||a!==void 0&&!a(h.value)?!1:t.editor.commands.setMark(t.type,{href:h.href})}}})}function eo(t,e){const n=["http","https","ftp","ftps","mailto","tel","callto","sms","cid","xmpp"];return e&&e.forEach(r=>{const a=typeof r=="string"?r:r.scheme;a&&n.push(a)}),!t||t.replace(O7,"").match(new RegExp(`^(?:(?:${n.join("|")}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,"i"))}var F7=Mo.create({name:"link",priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(t=>{if(typeof t=="string"){PN(t);return}PN(t.scheme,t.optionalSlashes)})},onDestroy(){A7()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:"http",HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},isAllowedUri:(t,e)=>!!eo(t,e.protocols),validate:t=>!!t,shouldAutoLink:t=>{const e=/^[a-z][a-z0-9+.-]*:\/\//i.test(t),n=/^[a-z][a-z0-9+.-]*:/i.test(t);if(e||n&&!t.includes("@"))return!0;const a=(t.includes("@")?t.split("@").pop():t).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(a)||!/\./.test(a))}}},addAttributes(){return{href:{default:null,parseHTML(t){return t.getAttribute("href")}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:"a[href]",getAttrs:t=>{const e=t.getAttribute("href");return!e||!this.options.isAllowedUri(e,{defaultValidate:n=>!!eo(n,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:t}){return this.options.isAllowedUri(t.href,{defaultValidate:e=>!!eo(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?["a",kt(this.options.HTMLAttributes,t),0]:["a",kt(this.options.HTMLAttributes,{...t,href:""}),0]},markdownTokenName:"link",parseMarkdown:(t,e)=>e.applyMark("link",e.parseInline(t.tokens||[]),{href:t.href,title:t.title||null}),renderMarkdown:(t,e)=>{var n,r,a,i;const o=(r=(n=t.attrs)==null?void 0:n.href)!=null?r:"",c=(i=(a=t.attrs)==null?void 0:a.title)!=null?i:"",u=e.renderChildren(t);return c?`[${u}](${o} "${c}")`:`[${u}](${o})`},addCommands(){return{setLink:t=>({chain:e})=>{const{href:n}=t;return this.options.isAllowedUri(n,{defaultValidate:r=>!!eo(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?e().setMark(this.name,t).setMeta("preventAutolink",!0).run():!1},toggleLink:t=>({chain:e})=>{const{href:n}=t||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:r=>!!eo(r,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:e().toggleMark(this.name,t,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()},unsetLink:()=>({chain:t})=>t().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[wo({find:t=>{const e=[];if(t){const{protocols:n,defaultProtocol:r}=this.options,a=cC(t).filter(i=>i.isLink&&this.options.isAllowedUri(i.value,{defaultValidate:o=>!!eo(o,n),protocols:n,defaultProtocol:r}));a.length&&a.forEach(i=>{this.options.shouldAutoLink(i.value)&&e.push({text:i.value,data:{href:i.href},index:i.start})})}return e},type:this.type,getAttributes:t=>{var e;return{href:(e=t.data)==null?void 0:e.href}}})]},addProseMirrorPlugins(){const t=[],{protocols:e,defaultProtocol:n}=this.options;return this.options.autolink&&t.push(L7({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:r=>this.options.isAllowedUri(r,{defaultValidate:a=>!!eo(a,e),protocols:e,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),t.push(_7({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick==="whenNotEditable"?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&t.push(z7({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),t}}),$7=Object.defineProperty,B7=(t,e)=>{for(var n in e)$7(t,n,{get:e[n],enumerable:!0})},V7="listItem",ON="textStyle",DN=/^\s*([-+*])\s$/,dC=Sn.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:t}){return["ul",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>t.type!=="list"||t.ordered?[]:{type:"bulletList",content:t.items?e.parseChildren(t.items):[]},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` +`):"",markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(V7,this.editor.getAttributes(ON)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let t=Al({find:DN,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Al({find:DN,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(ON),editor:this.editor})),[t]}}),uC=Sn.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:t}){return["li",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list_item",parseMarkdown:(t,e)=>{if(t.type!=="list_item")return[];let n=[];if(t.tokens&&t.tokens.length>0)if(t.tokens.some(a=>a.type==="paragraph"))n=e.parseChildren(t.tokens);else{const a=t.tokens[0];if(a&&a.type==="text"&&a.tokens&&a.tokens.length>0){if(n=[{type:"paragraph",content:e.parseInline(a.tokens)}],t.tokens.length>1){const o=t.tokens.slice(1),c=e.parseChildren(o);n.push(...c)}}else n=e.parseChildren(t.tokens)}return n.length===0&&(n=[{type:"paragraph",content:[]}]),{type:"listItem",content:n}},renderMarkdown:(t,e,n)=>P0(t,e,r=>{var a,i;return r.parentType==="bulletList"?"- ":r.parentType==="orderedList"?`${(((i=(a=r.meta)==null?void 0:a.parentAttrs)==null?void 0:i.start)||1)+r.index}. `:"- "},n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),H7={};B7(H7,{findListItemPos:()=>Nd,getNextListDepth:()=>W0,handleBackspace:()=>xx,handleDelete:()=>yx,hasListBefore:()=>hC,hasListItemAfter:()=>W7,hasListItemBefore:()=>fC,listItemHasSubList:()=>pC,nextListIsDeeper:()=>mC,nextListIsHigher:()=>gC});var Nd=(t,e)=>{const{$from:n}=e.selection,r=kn(t,e.schema);let a=null,i=n.depth,o=n.pos,c=null;for(;i>0&&c===null;)a=n.node(i),a.type===r?c=i:(i-=1,o-=1);return c===null?null:{$pos:e.doc.resolve(o),depth:c}},W0=(t,e)=>{const n=Nd(t,e);if(!n)return!1;const[,r]=U8(e,t,n.$pos.pos+4);return r},hC=(t,e,n)=>{const{$anchor:r}=t.selection,a=Math.max(0,r.pos-2),i=t.doc.resolve(a).node();return!(!i||!n.includes(i.type.name))},fC=(t,e)=>{var n;const{$anchor:r}=e.selection,a=e.doc.resolve(r.pos-2);return!(a.index()===0||((n=a.nodeBefore)==null?void 0:n.type.name)!==t)},pC=(t,e,n)=>{if(!n)return!1;const r=kn(t,e.schema);let a=!1;return n.descendants(i=>{i.type===r&&(a=!0)}),a},xx=(t,e,n)=>{if(t.commands.undoInputRule())return!0;if(t.state.selection.from!==t.state.selection.to)return!1;if(!Ni(t.state,e)&&hC(t.state,e,n)){const{$anchor:c}=t.state.selection,u=t.state.doc.resolve(c.before()-1),h=[];u.node().descendants((g,y)=>{g.type.name===e&&h.push({node:g,pos:y})});const f=h.at(-1);if(!f)return!1;const m=t.state.doc.resolve(u.start()+f.pos+1);return t.chain().cut({from:c.start()-1,to:c.end()+1},m.end()).joinForward().run()}if(!Ni(t.state,e)||!J8(t.state))return!1;const r=Nd(e,t.state);if(!r)return!1;const i=t.state.doc.resolve(r.$pos.pos-2).node(r.depth),o=pC(e,t.state,i);return fC(e,t.state)&&!o?t.commands.joinItemBackward():t.chain().liftListItem(e).run()},mC=(t,e)=>{const n=W0(t,e),r=Nd(t,e);return!r||!n?!1:n>r.depth},gC=(t,e)=>{const n=W0(t,e),r=Nd(t,e);return!r||!n?!1:n{if(!Ni(t.state,e)||!G8(t.state,e))return!1;const{selection:n}=t.state,{$from:r,$to:a}=n;return!n.empty&&r.sameParent(a)?!1:mC(e,t.state)?t.chain().focus(t.state.selection.from+4).lift(e).joinBackward().run():gC(e,t.state)?t.chain().joinForward().joinBackward().run():t.commands.joinItemForward()},W7=(t,e)=>{var n;const{$anchor:r}=e.selection,a=e.doc.resolve(r.pos-r.parentOffset-2);return!(a.index()===a.parent.childCount-1||((n=a.nodeAfter)==null?void 0:n.type.name)!==t)},xC=mn.create({name:"listKeymap",addOptions(){return{listTypes:[{itemName:"listItem",wrapperNames:["bulletList","orderedList"]},{itemName:"taskItem",wrapperNames:["taskList"]}]}},addKeyboardShortcuts(){return{Delete:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&yx(t,n)&&(e=!0)}),e},"Mod-Delete":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n})=>{t.state.schema.nodes[n]!==void 0&&yx(t,n)&&(e=!0)}),e},Backspace:({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&xx(t,n,r)&&(e=!0)}),e},"Mod-Backspace":({editor:t})=>{let e=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{t.state.schema.nodes[n]!==void 0&&xx(t,n,r)&&(e=!0)}),e}}}}),LN=/^(\s*)(\d+)\.\s+(.*)$/,U7=/^\s/;function K7(t){const e=[];let n=0,r=0;for(;ne;)g.push(t[m]),m+=1;if(g.length>0){const y=Math.min(...g.map(w=>w.indent)),N=xC(g,y,n);h.push({type:"list",ordered:!0,start:g[0].number,items:N,raw:g.map(w=>w.raw).join(` -`)})}a.push({type:"list_item",raw:o.raw,tokens:h}),i=m}else i+=1}return a}function K7(t,e){return t.map(n=>{if(n.type!=="list_item")return e.parseChildren([n])[0];const r=[];return n.tokens&&n.tokens.length>0&&n.tokens.forEach(a=>{if(a.type==="paragraph"||a.type==="list"||a.type==="blockquote"||a.type==="code")r.push(...e.parseChildren([a]));else if(a.type==="text"&&a.tokens){const i=e.parseChildren([a]);r.push({type:"paragraph",content:i})}else{const i=e.parseChildren([a]);i.length>0&&r.push(...i)}}),{type:"listItem",content:r}})}var q7="listItem",_N="textStyle",zN=/^(\d+)\.\s$/,yC=Sn.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:t=>t.hasAttribute("start")?parseInt(t.getAttribute("start")||"",10):1},type:{default:null,parseHTML:t=>t.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:t}){const{start:e,...n}=t;return e===1?["ol",kt(this.options.HTMLAttributes,n),0]:["ol",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>{if(t.type!=="list"||!t.ordered)return[];const n=t.start||1,r=t.items?K7(t.items,e):[];return n!==1?{type:"orderedList",attrs:{start:n},content:r}:{type:"orderedList",content:r}},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` +`).trim();if(f){const y=n.blockTokens(f);h.push(...y)}let m=i+1;const g=[];for(;me;)g.push(t[m]),m+=1;if(g.length>0){const y=Math.min(...g.map(w=>w.indent)),N=yC(g,y,n);h.push({type:"list",ordered:!0,start:g[0].number,items:N,raw:g.map(w=>w.raw).join(` +`)})}a.push({type:"list_item",raw:o.raw,tokens:h}),i=m}else i+=1}return a}function q7(t,e){return t.map(n=>{if(n.type!=="list_item")return e.parseChildren([n])[0];const r=[];return n.tokens&&n.tokens.length>0&&n.tokens.forEach(a=>{if(a.type==="paragraph"||a.type==="list"||a.type==="blockquote"||a.type==="code")r.push(...e.parseChildren([a]));else if(a.type==="text"&&a.tokens){const i=e.parseChildren([a]);r.push({type:"paragraph",content:i})}else{const i=e.parseChildren([a]);i.length>0&&r.push(...i)}}),{type:"listItem",content:r}})}var G7="listItem",_N="textStyle",zN=/^(\d+)\.\s$/,bC=Sn.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:t=>t.hasAttribute("start")?parseInt(t.getAttribute("start")||"",10):1},type:{default:null,parseHTML:t=>t.getAttribute("type")}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:t}){const{start:e,...n}=t;return e===1?["ol",kt(this.options.HTMLAttributes,n),0]:["ol",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"list",parseMarkdown:(t,e)=>{if(t.type!=="list"||!t.ordered)return[];const n=t.start||1,r=t.items?q7(t.items,e):[];return n!==1?{type:"orderedList",attrs:{start:n},content:r}:{type:"orderedList",content:r}},renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` `):"",markdownTokenizer:{name:"orderedList",level:"block",start:t=>{const e=t.match(/^(\s*)(\d+)\.\s+/),n=e==null?void 0:e.index;return n!==void 0?n:-1},tokenize:(t,e,n)=>{var r;const a=t.split(` -`),[i,o]=U7(a);if(i.length===0)return;const c=xC(i,0,n);return c.length===0?void 0:{type:"list",ordered:!0,start:((r=i[0])==null?void 0:r.number)||1,items:c,raw:a.slice(0,o).join(` -`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(q7,this.editor.getAttributes(_N)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let t=Al({find:zN,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Al({find:zN,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(_N)}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1],editor:this.editor})),[t]}}),G7=/^\s*(\[([( |x])?\])\s$/,J7=Sn.create({name:"taskItem",addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}},content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:t=>{const e=t.getAttribute("data-checked");return e===""||e==="true"},renderHTML:t=>({"data-checked":t.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:t,HTMLAttributes:e}){return["li",kt(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:t.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(t,e)=>{const n=[];if(t.tokens&&t.tokens.length>0?n.push(e.createNode("paragraph",{},e.parseInline(t.tokens))):t.text?n.push(e.createNode("paragraph",{},[e.createNode("text",{text:t.text})])):n.push(e.createNode("paragraph",{},[])),t.nestedTokens&&t.nestedTokens.length>0){const r=e.parseChildren(t.nestedTokens);n.push(...r)}return e.createNode("taskItem",{checked:t.checked||!1},n)},renderMarkdown:(t,e)=>{var n;const a=`- [${(n=t.attrs)!=null&&n.checked?"x":" "}] `;return P0(t,e,a)},addKeyboardShortcuts(){const t={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...t,Tab:()=>this.editor.commands.sinkListItem(this.name)}:t},addNodeView(){return({node:t,HTMLAttributes:e,getPos:n,editor:r})=>{const a=document.createElement("li"),i=document.createElement("label"),o=document.createElement("span"),c=document.createElement("input"),u=document.createElement("div"),h=m=>{var g,y;c.ariaLabel=((y=(g=this.options.a11y)==null?void 0:g.checkboxLabel)==null?void 0:y.call(g,m,c.checked))||`Task item checkbox for ${m.textContent||"empty task item"}`};h(t),i.contentEditable="false",c.type="checkbox",c.addEventListener("mousedown",m=>m.preventDefault()),c.addEventListener("change",m=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){c.checked=!c.checked;return}const{checked:g}=m.target;r.isEditable&&typeof n=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:y})=>{const N=n();if(typeof N!="number")return!1;const w=y.doc.nodeAt(N);return y.setNodeMarkup(N,void 0,{...w==null?void 0:w.attrs,checked:g}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(t,g)||(c.checked=!c.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([m,g])=>{a.setAttribute(m,g)}),a.dataset.checked=t.attrs.checked,c.checked=t.attrs.checked,i.append(c,o),a.append(i,u),Object.entries(e).forEach(([m,g])=>{a.setAttribute(m,g)});let f=new Set(Object.keys(e));return{dom:a,contentDOM:u,update:m=>{if(m.type!==this.type)return!1;a.dataset.checked=m.attrs.checked,c.checked=m.attrs.checked,h(m);const g=r.extensionManager.attributes,y=ld(m,g),N=new Set(Object.keys(y)),w=this.options.HTMLAttributes;return f.forEach(v=>{N.has(v)||(v in w?a.setAttribute(v,w[v]):a.removeAttribute(v))}),Object.entries(y).forEach(([v,k])=>{k==null?v in w?a.setAttribute(v,w[v]):a.removeAttribute(v):a.setAttribute(v,k)}),f=N,!0}}}},addInputRules(){return[Al({find:G7,type:this.type,getAttributes:t=>({checked:t[t.length-1]==="x"})})]}}),Y7=Sn.create({name:"taskList",addOptions(){return{itemTypeName:"taskItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:t}){return["ul",kt(this.options.HTMLAttributes,t,{"data-type":this.name}),0]},parseMarkdown:(t,e)=>e.createNode("taskList",{},e.parseChildren(t.items||[])),renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` -`):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;const n=(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return n!==void 0?n:-1},tokenize(t,e,n){const r=i=>{const o=ox(i,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:c=>({indentLevel:c[1].length,mainContent:c[4],checked:c[3].toLowerCase()==="x"}),createToken:(c,u)=>({type:"taskItem",raw:"",mainContent:c.mainContent,indentLevel:c.indentLevel,checked:c.checked,text:c.mainContent,tokens:n.inlineTokens(c.mainContent),nestedTokens:u}),customNestedParser:r},n);return o?[{type:"taskList",raw:o.raw,items:o.items}]:n.blockTokens(i)},a=ox(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:i=>({indentLevel:i[1].length,mainContent:i[4],checked:i[3].toLowerCase()==="x"}),createToken:(i,o)=>({type:"taskItem",raw:"",mainContent:i.mainContent,indentLevel:i.indentLevel,checked:i.checked,text:i.mainContent,tokens:n.inlineTokens(i.mainContent),nestedTokens:o}),customNestedParser:r},n);if(a)return{type:"taskList",raw:a.raw,items:a.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:t})=>t.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});mn.create({name:"listKit",addExtensions(){const t=[];return this.options.bulletList!==!1&&t.push(cC.configure(this.options.bulletList)),this.options.listItem!==!1&&t.push(dC.configure(this.options.listItem)),this.options.listKeymap!==!1&&t.push(gC.configure(this.options.listKeymap)),this.options.orderedList!==!1&&t.push(yC.configure(this.options.orderedList)),this.options.taskItem!==!1&&t.push(J7.configure(this.options.taskItem)),this.options.taskList!==!1&&t.push(Y7.configure(this.options.taskList)),t}});var FN=" ",Q7=" ",X7=Sn.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:t}){return["p",kt(this.options.HTMLAttributes,t),0]},parseMarkdown:(t,e)=>{const n=t.tokens||[];if(n.length===1&&n[0].type==="image")return e.parseChildren([n[0]]);const r=e.parseInline(n);return r.length===1&&r[0].type==="text"&&(r[0].text===FN||r[0].text===Q7)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,r)},renderMarkdown:(t,e)=>{if(!t)return"";const n=Array.isArray(t.content)?t.content:[];return n.length===0?FN:e.renderChildren(n)},addCommands(){return{setParagraph:()=>({commands:t})=>t.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Z7=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,ez=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,tz=Ao.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["s",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"del",parseMarkdown:(t,e)=>e.applyMark("strike",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`~~${e.renderChildren(t)}~~`,addCommands(){return{setStrike:()=>({commands:t})=>t.setMark(this.name),toggleStrike:()=>({commands:t})=>t.toggleMark(this.name),unsetStrike:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Ml({find:Z7,type:this.type})]},addPasteRules(){return[jo({find:ez,type:this.type})]}}),nz=Sn.create({name:"text",group:"inline",parseMarkdown:t=>({type:"text",text:t.text||""}),renderMarkdown:t=>t.text||""}),rz=Ao.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["u",kt(this.options.HTMLAttributes,t),0]},parseMarkdown(t,e){return e.applyMark(this.name||"underline",e.parseInline(t.tokens||[]))},renderMarkdown(t,e){return`++${e.renderChildren(t)}++`},markdownTokenizer:{name:"underline",level:"inline",start(t){return t.indexOf("++")},tokenize(t,e,n){const a=/^(\+\+)([\s\S]+?)(\+\+)/.exec(t);if(!a)return;const i=a[2].trim();return{type:"underline",raw:a[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:t})=>t.setMark(this.name),toggleUnderline:()=>({commands:t})=>t.toggleMark(this.name),unsetUnderline:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function sz(t={}){return new Kt({view(e){return new az(e,t)}})}class az{constructor(e,n){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=n.width)!==null&&r!==void 0?r:1,this.color=n.color===!1?void 0:n.color||"black",this.class=n.class,this.handlers=["dragover","dragend","drop","dragleave"].map(a=>{let i=o=>{this[a](o)};return e.dom.addEventListener(a,i),{name:a,handler:i}})}destroy(){this.handlers.forEach(({name:e,handler:n})=>this.editorView.dom.removeEventListener(e,n))}update(e,n){this.cursorPos!=null&&n.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),n=!e.parent.inlineContent,r,a=this.editorView.dom,i=a.getBoundingClientRect(),o=i.width/a.offsetWidth,c=i.height/a.offsetHeight;if(n){let m=e.nodeBefore,g=e.nodeAfter;if(m||g){let y=this.editorView.nodeDOM(this.cursorPos-(m?m.nodeSize:0));if(y){let N=y.getBoundingClientRect(),w=m?N.bottom:N.top;m&&g&&(w=(w+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let v=this.width/2*c;r={left:N.left,right:N.right,top:w-v,bottom:w+v}}}}if(!r){let m=this.editorView.coordsAtPos(this.cursorPos),g=this.width/2*o;r={left:m.left-g,right:m.left+g,top:m.top,bottom:m.bottom}}let u=this.editorView.dom.offsetParent;this.element||(this.element=u.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",n),this.element.classList.toggle("prosemirror-dropcursor-inline",!n);let h,f;if(!u||u==document.body&&getComputedStyle(u).position=="static")h=-pageXOffset,f=-pageYOffset;else{let m=u.getBoundingClientRect(),g=m.width/u.offsetWidth,y=m.height/u.offsetHeight;h=m.left-u.scrollLeft*g,f=m.top-u.scrollTop*y}this.element.style.left=(r.left-h)/o+"px",this.element.style.top=(r.top-f)/c+"px",this.element.style.width=(r.right-r.left)/o+"px",this.element.style.height=(r.bottom-r.top)/c+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let n=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=n&&n.inside>=0&&this.editorView.state.doc.nodeAt(n.inside),a=r&&r.type.spec.disableDropCursor,i=typeof a=="function"?a(this.editorView,n,e):a;if(n&&!i){let o=n.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let c=uS(this.editorView.state.doc,o,this.editorView.dragging.slice);c!=null&&(o=c)}this.setCursor(o),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class fn extends rt{constructor(e){super(e,e)}map(e,n){let r=e.resolve(n.map(this.head));return fn.valid(r)?new fn(r):rt.near(r)}content(){return Ie.empty}eq(e){return e instanceof fn&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,n){if(typeof n.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new fn(e.resolve(n.pos))}getBookmark(){return new U0(this.anchor)}static valid(e){let n=e.parent;if(n.isTextblock||!iz(e)||!oz(e))return!1;let r=n.type.spec.allowGapCursor;if(r!=null)return r;let a=n.contentMatchAt(e.index()).defaultType;return a&&a.isTextblock}static findGapCursorFrom(e,n,r=!1){e:for(;;){if(!r&&fn.valid(e))return e;let a=e.pos,i=null;for(let o=e.depth;;o--){let c=e.node(o);if(n>0?e.indexAfter(o)0){i=c.child(n>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;a+=n;let u=e.doc.resolve(a);if(fn.valid(u))return u}for(;;){let o=n>0?i.firstChild:i.lastChild;if(!o){if(i.isAtom&&!i.isText&&!Ge.isSelectable(i)){e=e.doc.resolve(a+i.nodeSize*n),r=!1;continue e}break}i=o,a+=n;let c=e.doc.resolve(a);if(fn.valid(c))return c}return null}}}fn.prototype.visible=!1;fn.findFrom=fn.findGapCursorFrom;rt.jsonID("gapcursor",fn);class U0{constructor(e){this.pos=e}map(e){return new U0(e.map(this.pos))}resolve(e){let n=e.resolve(this.pos);return fn.valid(n)?new fn(n):rt.near(n)}}function bC(t){return t.isAtom||t.spec.isolating||t.spec.createGapCursor}function iz(t){for(let e=t.depth;e>=0;e--){let n=t.index(e),r=t.node(e);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let a=r.child(n-1);;a=a.lastChild){if(a.childCount==0&&!a.inlineContent||bC(a.type))return!0;if(a.inlineContent)return!1}}return!0}function oz(t){for(let e=t.depth;e>=0;e--){let n=t.indexAfter(e),r=t.node(e);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let a=r.child(n);;a=a.firstChild){if(a.childCount==0&&!a.inlineContent||bC(a.type))return!0;if(a.inlineContent)return!1}}return!0}function lz(){return new Kt({props:{decorations:hz,createSelectionBetween(t,e,n){return e.pos==n.pos&&fn.valid(n)?new fn(n):null},handleClick:dz,handleKeyDown:cz,handleDOMEvents:{beforeinput:uz}}})}const cz=j0({ArrowLeft:Uu("horiz",-1),ArrowRight:Uu("horiz",1),ArrowUp:Uu("vert",-1),ArrowDown:Uu("vert",1)});function Uu(t,e){const n=t=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,a,i){let o=r.selection,c=e>0?o.$to:o.$from,u=o.empty;if(o instanceof Qe){if(!i.endOfTextblock(n)||c.depth==0)return!1;u=!1,c=r.doc.resolve(e>0?c.after():c.before())}let h=fn.findGapCursorFrom(c,e,u);return h?(a&&a(r.tr.setSelection(new fn(h))),!0):!1}}function dz(t,e,n){if(!t||!t.editable)return!1;let r=t.state.doc.resolve(e);if(!fn.valid(r))return!1;let a=t.posAtCoords({left:n.clientX,top:n.clientY});return a&&a.inside>-1&&Ge.isSelectable(t.state.doc.nodeAt(a.inside))?!1:(t.dispatch(t.state.tr.setSelection(new fn(r))),!0)}function uz(t,e){if(e.inputType!="insertCompositionText"||!(t.state.selection instanceof fn))return!1;let{$from:n}=t.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(t.state.schema.nodes.text);if(!r)return!1;let a=xe.empty;for(let o=r.length-1;o>=0;o--)a=xe.from(r[o].createAndFill(null,a));let i=t.state.tr.replace(n.pos,n.pos,new Ie(a,0,0));return i.setSelection(Qe.near(i.doc.resolve(n.pos+1))),t.dispatch(i),!1}function hz(t){if(!(t.selection instanceof fn))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",zt.create(t.doc,[Mn.widget(t.selection.head,e,{key:"gapcursor"})])}var rf=200,Vn=function(){};Vn.prototype.append=function(e){return e.length?(e=Vn.from(e),!this.length&&e||e.length=n?Vn.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,n))};Vn.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};Vn.prototype.forEach=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length),n<=r?this.forEachInner(e,n,r,0):this.forEachInvertedInner(e,n,r,0)};Vn.prototype.map=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length);var a=[];return this.forEach(function(i,o){return a.push(e(i,o))},n,r),a};Vn.from=function(e){return e instanceof Vn?e:e&&e.length?new vC(e):Vn.empty};var vC=(function(t){function e(r){t.call(this),this.values=r}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(a,i){return a==0&&i==this.length?this:new e(this.values.slice(a,i))},e.prototype.getInner=function(a){return this.values[a]},e.prototype.forEachInner=function(a,i,o,c){for(var u=i;u=o;u--)if(a(this.values[u],c+u)===!1)return!1},e.prototype.leafAppend=function(a){if(this.length+a.length<=rf)return new e(this.values.concat(a.flatten()))},e.prototype.leafPrepend=function(a){if(this.length+a.length<=rf)return new e(a.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(e.prototype,n),e})(Vn);Vn.empty=new vC([]);var fz=(function(t){function e(n,r){t.call(this),this.left=n,this.right=r,this.length=n.length+r.length,this.depth=Math.max(n.depth,r.depth)+1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return rc&&this.right.forEachInner(r,Math.max(a-c,0),Math.min(this.length,i)-c,o+c)===!1)return!1},e.prototype.forEachInvertedInner=function(r,a,i,o){var c=this.left.length;if(a>c&&this.right.forEachInvertedInner(r,a-c,Math.max(i,c)-c,o+c)===!1||i=i?this.right.slice(r-i,a-i):this.left.slice(r,i).append(this.right.slice(0,a-i))},e.prototype.leafAppend=function(r){var a=this.right.leafAppend(r);if(a)return new e(this.left,a)},e.prototype.leafPrepend=function(r){var a=this.left.leafPrepend(r);if(a)return new e(a,this.right)},e.prototype.appendInner=function(r){return this.left.depth>=Math.max(this.right.depth,r.depth)+1?new e(this.left,new e(this.right,r)):new e(this,r)},e})(Vn);const pz=500;class js{constructor(e,n){this.items=e,this.eventCount=n}popEvent(e,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let a,i;n&&(a=this.remapping(r,this.items.length),i=a.maps.length);let o=e.tr,c,u,h=[],f=[];return this.items.forEach((m,g)=>{if(!m.step){a||(a=this.remapping(r,g+1),i=a.maps.length),i--,f.push(m);return}if(a){f.push(new Xa(m.map));let y=m.step.map(a.slice(i)),N;y&&o.maybeStep(y).doc&&(N=o.mapping.maps[o.mapping.maps.length-1],h.push(new Xa(N,void 0,void 0,h.length+f.length))),i--,N&&a.appendMap(N,i)}else o.maybeStep(m.step);if(m.selection)return c=a?m.selection.map(a.slice(i)):m.selection,u=new js(this.items.slice(0,r).append(f.reverse().concat(h)),this.eventCount-1),!1},this.items.length,0),{remaining:u,transform:o,selection:c}}addTransform(e,n,r,a){let i=[],o=this.eventCount,c=this.items,u=!a&&c.length?c.get(c.length-1):null;for(let f=0;fgz&&(c=mz(c,h),o-=h),new js(c.append(i),o)}remapping(e,n){let r=new nd;return this.items.forEach((a,i)=>{let o=a.mirrorOffset!=null&&i-a.mirrorOffset>=e?r.maps.length-a.mirrorOffset:void 0;r.appendMap(a.map,o)},e,n),r}addMaps(e){return this.eventCount==0?this:new js(this.items.append(e.map(n=>new Xa(n))),this.eventCount)}rebased(e,n){if(!this.eventCount)return this;let r=[],a=Math.max(0,this.items.length-n),i=e.mapping,o=e.steps.length,c=this.eventCount;this.items.forEach(g=>{g.selection&&c--},a);let u=n;this.items.forEach(g=>{let y=i.getMirror(--u);if(y==null)return;o=Math.min(o,y);let N=i.maps[y];if(g.step){let w=e.steps[y].invert(e.docs[y]),v=g.selection&&g.selection.map(i.slice(u+1,y));v&&c++,r.push(new Xa(N,w,v))}else r.push(new Xa(N))},a);let h=[];for(let g=n;gpz&&(m=m.compress(this.items.length-r.length)),m}emptyItemCount(){let e=0;return this.items.forEach(n=>{n.step||e++}),e}compress(e=this.items.length){let n=this.remapping(0,e),r=n.maps.length,a=[],i=0;return this.items.forEach((o,c)=>{if(c>=e)a.push(o),o.selection&&i++;else if(o.step){let u=o.step.map(n.slice(r)),h=u&&u.getMap();if(r--,h&&n.appendMap(h,r),u){let f=o.selection&&o.selection.map(n.slice(r));f&&i++;let m=new Xa(h.invert(),u,f),g,y=a.length-1;(g=a.length&&a[y].merge(m))?a[y]=g:a.push(m)}}else o.map&&r--},this.items.length,0),new js(Vn.from(a.reverse()),i)}}js.empty=new js(Vn.empty,0);function mz(t,e){let n;return t.forEach((r,a)=>{if(r.selection&&e--==0)return n=a,!1}),t.slice(n)}let Xa=class NC{constructor(e,n,r,a){this.map=e,this.step=n,this.selection=r,this.mirrorOffset=a}merge(e){if(this.step&&e.step&&!e.selection){let n=e.step.merge(this.step);if(n)return new NC(n.getMap().invert(),n,this.selection)}}};class ri{constructor(e,n,r,a,i){this.done=e,this.undone=n,this.prevRanges=r,this.prevTime=a,this.prevComposition=i}}const gz=20;function xz(t,e,n,r){let a=n.getMeta(mo),i;if(a)return a.historyState;n.getMeta(vz)&&(t=new ri(t.done,t.undone,null,0,-1));let o=n.getMeta("appendedTransaction");if(n.steps.length==0)return t;if(o&&o.getMeta(mo))return o.getMeta(mo).redo?new ri(t.done.addTransform(n,void 0,r,rh(e)),t.undone,$N(n.mapping.maps),t.prevTime,t.prevComposition):new ri(t.done,t.undone.addTransform(n,void 0,r,rh(e)),null,t.prevTime,t.prevComposition);if(n.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let c=n.getMeta("composition"),u=t.prevTime==0||!o&&t.prevComposition!=c&&(t.prevTime<(n.time||0)-r.newGroupDelay||!yz(n,t.prevRanges)),h=o?mg(t.prevRanges,n.mapping):$N(n.mapping.maps);return new ri(t.done.addTransform(n,u?e.selection.getBookmark():void 0,r,rh(e)),js.empty,h,n.time,c??t.prevComposition)}else return(i=n.getMeta("rebased"))?new ri(t.done.rebased(n,i),t.undone.rebased(n,i),mg(t.prevRanges,n.mapping),t.prevTime,t.prevComposition):new ri(t.done.addMaps(n.mapping.maps),t.undone.addMaps(n.mapping.maps),mg(t.prevRanges,n.mapping),t.prevTime,t.prevComposition)}function yz(t,e){if(!e)return!1;if(!t.docChanged)return!0;let n=!1;return t.mapping.maps[0].forEach((r,a)=>{for(let i=0;i=e[i]&&(n=!0)}),n}function $N(t){let e=[];for(let n=t.length-1;n>=0&&e.length==0;n--)t[n].forEach((r,a,i,o)=>e.push(i,o));return e}function mg(t,e){if(!t)return null;let n=[];for(let r=0;r{let a=mo.getState(n);if(!a||(t?a.undone:a.done).eventCount==0)return!1;if(r){let i=bz(a,n,t);i&&r(e?i.scrollIntoView():i)}return!0}}const jC=wC(!1,!0),kC=wC(!0,!0);mn.create({name:"characterCount",addOptions(){return{limit:null,mode:"textSize",textCounter:t=>t.length,wordCounter:t=>t.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc;if(((t==null?void 0:t.mode)||this.options.mode)==="textSize"){const r=e.textBetween(0,e.content.size,void 0," ");return this.options.textCounter(r)}return e.nodeSize},this.storage.words=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc,n=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(n)}},addProseMirrorPlugins(){let t=!1;return[new Kt({key:new tn("characterCount"),appendTransaction:(e,n,r)=>{if(t)return;const a=this.options.limit;if(a==null||a===0){t=!0;return}const i=this.storage.characters({node:r.doc});if(i>a){const o=i-a,c=0,u=o;console.warn(`[CharacterCount] Initial content exceeded limit of ${a} characters. Content was automatically trimmed.`);const h=r.tr.deleteRange(c,u);return t=!0,h}t=!0},filterTransaction:(e,n)=>{const r=this.options.limit;if(!e.docChanged||r===0||r===null||r===void 0)return!0;const a=this.storage.characters({node:n.doc}),i=this.storage.characters({node:e.doc});if(i<=r||a>r&&i>r&&i<=a)return!0;if(a>r&&i>r&&i>a||!e.getMeta("paste"))return!1;const c=e.selection.$head.pos,u=i-r,h=c-u,f=c;return e.deleteRange(h,f),!(this.storage.characters({node:e.doc})>r)}})]}});var wz=mn.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[sz(this.options)]}});mn.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new Kt({key:new tn("focus"),props:{decorations:({doc:t,selection:e})=>{const{isEditable:n,isFocused:r}=this.editor,{anchor:a}=e,i=[];if(!n||!r)return zt.create(t,[]);let o=0;this.options.mode==="deepest"&&t.descendants((u,h)=>{if(u.isText)return;if(!(a>=h&&a<=h+u.nodeSize-1))return!1;o+=1});let c=0;return t.descendants((u,h)=>{if(u.isText||!(a>=h&&a<=h+u.nodeSize-1))return!1;if(c+=1,this.options.mode==="deepest"&&o-c>0||this.options.mode==="shallowest"&&c>1)return this.options.mode==="deepest";i.push(Mn.node(h,h+u.nodeSize,{class:this.options.className}))}),zt.create(t,i)}}})]}});var jz=mn.create({name:"gapCursor",addProseMirrorPlugins(){return[lz()]},extendNodeSchema(t){var e;const n={name:t.name,options:t.options,storage:t.storage};return{allowGapCursor:(e=jt(We(t,"allowGapCursor",n)))!=null?e:null}}}),VN="placeholder";function kz(t){return t.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}var Sz=mn.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:VN,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){const t=this.options.dataAttribute?`data-${kz(this.options.dataAttribute)}`:`data-${VN}`;return[new Kt({key:new tn("placeholder"),props:{decorations:({doc:e,selection:n})=>{const r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:a}=n,i=[];if(!r)return null;const o=this.editor.isEmpty;return e.descendants((c,u)=>{const h=a>=u&&a<=u+c.nodeSize,f=!c.isLeaf&&Pf(c);if((h||!this.options.showOnlyCurrent)&&f){const m=[this.options.emptyNodeClass];o&&m.push(this.options.emptyEditorClass);const g=Mn.node(u,u+c.nodeSize,{class:m.join(" "),[t]:typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:c,pos:u,hasAnchor:h}):this.options.placeholder});i.push(g)}return this.options.includeChildren}),zt.create(e,i)}}})]}});mn.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:t,options:e}=this;return[new Kt({key:new tn("selection"),props:{decorations(n){return n.selection.empty||t.isFocused||!t.isEditable||T2(n.selection)||t.view.dragging?null:zt.create(n.doc,[Mn.inline(n.selection.from,n.selection.to,{class:e.className})])}}})]}});function HN({types:t,node:e}){return e&&Array.isArray(t)&&t.includes(e.type)||(e==null?void 0:e.type)===t}var Cz=mn.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var t;const e=new tn(this.name),n=this.options.node||((t=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:t.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map(([,a])=>a).filter(a=>(this.options.notAfter||[]).concat(n).includes(a.name));return[new Kt({key:e,appendTransaction:(a,i,o)=>{const{doc:c,tr:u,schema:h}=o,f=e.getState(o),m=c.content.size,g=h.nodes[n];if(f)return u.insert(m,g.create())},state:{init:(a,i)=>{const o=i.tr.doc.lastChild;return!HN({node:o,types:r})},apply:(a,i)=>{if(!a.docChanged||a.getMeta("__uniqueIDTransaction"))return i;const o=a.doc.lastChild;return!HN({node:o,types:r})}}})]}}),Ez=mn.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:t,dispatch:e})=>jC(t,e),redo:()=>({state:t,dispatch:e})=>kC(t,e)}},addProseMirrorPlugins(){return[Nz(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),Tz=mn.create({name:"starterKit",addExtensions(){var t,e,n,r;const a=[];return this.options.bold!==!1&&a.push(X_.configure(this.options.bold)),this.options.blockquote!==!1&&a.push(q_.configure(this.options.blockquote)),this.options.bulletList!==!1&&a.push(cC.configure(this.options.bulletList)),this.options.code!==!1&&a.push(t7.configure(this.options.code)),this.options.codeBlock!==!1&&a.push(s7.configure(this.options.codeBlock)),this.options.document!==!1&&a.push(a7.configure(this.options.document)),this.options.dropcursor!==!1&&a.push(wz.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&a.push(jz.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&a.push(i7.configure(this.options.hardBreak)),this.options.heading!==!1&&a.push(o7.configure(this.options.heading)),this.options.undoRedo!==!1&&a.push(Ez.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&a.push(l7.configure(this.options.horizontalRule)),this.options.italic!==!1&&a.push(f7.configure(this.options.italic)),this.options.listItem!==!1&&a.push(dC.configure(this.options.listItem)),this.options.listKeymap!==!1&&a.push(gC.configure((t=this.options)==null?void 0:t.listKeymap)),this.options.link!==!1&&a.push(z7.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&a.push(yC.configure(this.options.orderedList)),this.options.paragraph!==!1&&a.push(X7.configure(this.options.paragraph)),this.options.strike!==!1&&a.push(tz.configure(this.options.strike)),this.options.text!==!1&&a.push(nz.configure(this.options.text)),this.options.underline!==!1&&a.push(rz.configure((n=this.options)==null?void 0:n.underline)),this.options.trailingNode!==!1&&a.push(Cz.configure((r=this.options)==null?void 0:r.trailingNode)),a}}),Mz=Tz,Az=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,Iz=Sn.create({name:"image",addOptions(){return{inline:!1,allowBase64:!1,HTMLAttributes:{},resize:!1}},inline(){return this.options.inline},group(){return this.options.inline?"inline":"block"},draggable:!0,addAttributes(){return{src:{default:null},alt:{default:null},title:{default:null},width:{default:null},height:{default:null}}},parseHTML(){return[{tag:this.options.allowBase64?"img[src]":'img[src]:not([src^="data:"])'}]},renderHTML({HTMLAttributes:t}){return["img",kt(this.options.HTMLAttributes,t)]},parseMarkdown:(t,e)=>e.createNode("image",{src:t.href,title:t.title,alt:t.text}),renderMarkdown:t=>{var e,n,r,a,i,o;const c=(n=(e=t.attrs)==null?void 0:e.src)!=null?n:"",u=(a=(r=t.attrs)==null?void 0:r.alt)!=null?a:"",h=(o=(i=t.attrs)==null?void 0:i.title)!=null?o:"";return h?`![${u}](${c} "${h}")`:`![${u}](${c})`},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>"u")return null;const{directions:t,minWidth:e,minHeight:n,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:a,getPos:i,HTMLAttributes:o,editor:c})=>{const u=document.createElement("img");Object.entries(o).forEach(([m,g])=>{if(g!=null)switch(m){case"width":case"height":break;default:u.setAttribute(m,g);break}}),u.src=o.src;const h=new O6({element:u,editor:c,node:a,getPos:i,onResize:(m,g)=>{u.style.width=`${m}px`,u.style.height=`${g}px`},onCommit:(m,g)=>{const y=i();y!==void 0&&this.editor.chain().setNodeSelection(y).updateAttributes(this.name,{width:m,height:g}).run()},onUpdate:(m,g,y)=>m.type===a.type,options:{directions:t,min:{width:e,height:n},preserveAspectRatio:r===!0}}),f=h.dom;return f.style.visibility="hidden",f.style.pointerEvents="none",u.onload=()=>{f.style.visibility="",f.style.pointerEvents=""},h}},addCommands(){return{setImage:t=>({commands:e})=>e.insertContent({type:this.name,attrs:t})}},addInputRules(){return[U2({find:Az,type:this.type,getAttributes:t=>{const[,,e,n,r]=t;return{src:n,alt:e,title:r}}})]}}),Rz=Iz;function Pz(t){var e;const{char:n,allowSpaces:r,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:c}=t,u=r&&!a,h=L6(n),f=new RegExp(`\\s${h}$`),m=o?"^":"",g=a?"":h,y=u?new RegExp(`${m}${h}.*?(?=\\s${g}|$)`,"gm"):new RegExp(`${m}(?:^)?${h}[^\\s${g}]*`,"gm"),N=((e=c.nodeBefore)==null?void 0:e.isText)&&c.nodeBefore.text;if(!N)return null;const w=c.pos-N.length,v=Array.from(N.matchAll(y)).pop();if(!v||v.input===void 0||v.index===void 0)return null;const k=v.input.slice(Math.max(0,v.index-1),v.index),C=new RegExp(`^[${i==null?void 0:i.join("")}\0]?$`).test(k);if(i!==null&&!C)return null;const E=w+v.index;let T=E+v[0].length;return u&&f.test(N.slice(T-1,T+1))&&(v[0]+=" ",T+=1),E=c.pos?{range:{from:E,to:T},query:v[0].slice(n.length),text:v[0]}:null}var Oz=new tn("suggestion");function Dz({pluginKey:t=Oz,editor:e,char:n="@",allowSpaces:r=!1,allowToIncludeChar:a=!1,allowedPrefixes:i=[" "],startOfLine:o=!1,decorationTag:c="span",decorationClass:u="suggestion",decorationContent:h="",decorationEmptyClass:f="is-empty",command:m=()=>null,items:g=()=>[],render:y=()=>({}),allow:N=()=>!0,findSuggestionMatch:w=Pz,shouldShow:v}){let k;const C=y==null?void 0:y(),E=()=>{const _=e.state.selection.$anchor.pos,P=e.view.coordsAtPos(_),{top:L,right:F,bottom:X,left:te}=P;try{return new DOMRect(te,L,F-te,X-L)}catch{return null}},T=(_,P)=>P?()=>{const L=t.getState(e.state),F=L==null?void 0:L.decorationId,X=_.dom.querySelector(`[data-decoration-id="${F}"]`);return(X==null?void 0:X.getBoundingClientRect())||null}:E;function R(_,P){var L;try{const X=t.getState(_.state),te=X!=null&&X.decorationId?_.dom.querySelector(`[data-decoration-id="${X.decorationId}"]`):null,ue={editor:e,range:(X==null?void 0:X.range)||{from:0,to:0},query:(X==null?void 0:X.query)||null,text:(X==null?void 0:X.text)||null,items:[],command:ae=>m({editor:e,range:(X==null?void 0:X.range)||{from:0,to:0},props:ae}),decorationNode:te,clientRect:T(_,te)};(L=C==null?void 0:C.onExit)==null||L.call(C,ue)}catch{}const F=_.state.tr.setMeta(P,{exit:!0});_.dispatch(F)}const D=new Kt({key:t,view(){return{update:async(_,P)=>{var L,F,X,te,ue,ae,I;const O=(L=this.key)==null?void 0:L.getState(P),G=(F=this.key)==null?void 0:F.getState(_.state),z=O.active&&G.active&&O.range.from!==G.range.from,re=!O.active&&G.active,K=O.active&&!G.active,$=!re&&!K&&O.query!==G.query,H=re||z&&$,oe=$||z,q=K||z&&$;if(!H&&!oe&&!q)return;const me=q&&!H?O:G,Z=_.dom.querySelector(`[data-decoration-id="${me.decorationId}"]`);k={editor:e,range:me.range,query:me.query,text:me.text,items:[],command:ce=>m({editor:e,range:me.range,props:ce}),decorationNode:Z,clientRect:T(_,Z)},H&&((X=C==null?void 0:C.onBeforeStart)==null||X.call(C,k)),oe&&((te=C==null?void 0:C.onBeforeUpdate)==null||te.call(C,k)),(oe||H)&&(k.items=await g({editor:e,query:me.query})),q&&((ue=C==null?void 0:C.onExit)==null||ue.call(C,k)),oe&&((ae=C==null?void 0:C.onUpdate)==null||ae.call(C,k)),H&&((I=C==null?void 0:C.onStart)==null||I.call(C,k))},destroy:()=>{var _;k&&((_=C==null?void 0:C.onExit)==null||_.call(C,k))}}},state:{init(){return{active:!1,range:{from:0,to:0},query:null,text:null,composing:!1}},apply(_,P,L,F){const{isEditable:X}=e,{composing:te}=e.view,{selection:ue}=_,{empty:ae,from:I}=ue,O={...P},G=_.getMeta(t);if(G&&G.exit)return O.active=!1,O.decorationId=null,O.range={from:0,to:0},O.query=null,O.text=null,O;if(O.composing=te,X&&(ae||e.view.composing)){(IP.range.to)&&!te&&!P.composing&&(O.active=!1);const z=w({char:n,allowSpaces:r,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:ue.$from}),re=`id_${Math.floor(Math.random()*4294967295)}`;z&&N({editor:e,state:F,range:z.range,isActive:P.active})&&(!v||v({editor:e,range:z.range,query:z.query,text:z.text,transaction:_}))?(O.active=!0,O.decorationId=P.decorationId?P.decorationId:re,O.range=z.range,O.query=z.query,O.text=z.text):O.active=!1}else O.active=!1;return O.active||(O.decorationId=null,O.range={from:0,to:0},O.query=null,O.text=null),O}},props:{handleKeyDown(_,P){var L,F,X,te;const{active:ue,range:ae}=D.getState(_.state);if(!ue)return!1;if(P.key==="Escape"||P.key==="Esc"){const O=D.getState(_.state),G=(L=k==null?void 0:k.decorationNode)!=null?L:null,z=G??(O!=null&&O.decorationId?_.dom.querySelector(`[data-decoration-id="${O.decorationId}"]`):null);if(((F=C==null?void 0:C.onKeyDown)==null?void 0:F.call(C,{view:_,event:P,range:O.range}))||!1)return!0;const K={editor:e,range:O.range,query:O.query,text:O.text,items:[],command:$=>m({editor:e,range:O.range,props:$}),decorationNode:z,clientRect:z?()=>z.getBoundingClientRect()||null:null};return(X=C==null?void 0:C.onExit)==null||X.call(C,K),R(_,t),!0}return((te=C==null?void 0:C.onKeyDown)==null?void 0:te.call(C,{view:_,event:P,range:ae}))||!1},decorations(_){const{active:P,range:L,decorationId:F,query:X}=D.getState(_);if(!P)return null;const te=!(X!=null&&X.length),ue=[u];return te&&ue.push(f),zt.create(_.doc,[Mn.inline(L.from,L.to,{nodeName:c,class:ue.join(" "),"data-decoration-id":F,"data-decoration-content":h})])}}});return D}function Lz({editor:t,overrideSuggestionOptions:e,extensionName:n,char:r="@"}){const a=new tn;return{editor:t,char:r,pluginKey:a,command:({editor:i,range:o,props:c})=>{var u,h,f;const m=i.view.state.selection.$to.nodeAfter;((u=m==null?void 0:m.text)==null?void 0:u.startsWith(" "))&&(o.to+=1),i.chain().focus().insertContentAt(o,[{type:n,attrs:{...c,mentionSuggestionChar:r}},{type:"text",text:" "}]).run(),(f=(h=i.view.dom.ownerDocument.defaultView)==null?void 0:h.getSelection())==null||f.collapseToEnd()},allow:({state:i,range:o})=>{const c=i.doc.resolve(o.from),u=i.schema.nodes[n];return!!c.parent.type.contentMatch.matchType(u)},...e}}function SC(t){return(t.options.suggestions.length?t.options.suggestions:[t.options.suggestion]).map(e=>Lz({editor:t.editor,overrideSuggestionOptions:e,extensionName:t.name,char:e.char}))}function WN(t,e){const n=SC(t),r=n.find(a=>a.char===e);return r||(n.length?n[0]:null)}var _z=Sn.create({name:"mention",priority:101,addOptions(){return{HTMLAttributes:{},renderText({node:t,suggestion:e}){var n,r;return`${(n=e==null?void 0:e.char)!=null?n:"@"}${(r=t.attrs.label)!=null?r:t.attrs.id}`},deleteTriggerWithBackspace:!1,renderHTML({options:t,node:e,suggestion:n}){var r,a;return["span",kt(this.HTMLAttributes,t.HTMLAttributes),`${(r=n==null?void 0:n.char)!=null?r:"@"}${(a=e.attrs.label)!=null?a:e.attrs.id}`]},suggestions:[],suggestion:{}}},group:"inline",inline:!0,selectable:!1,atom:!0,addAttributes(){return{id:{default:null,parseHTML:t=>t.getAttribute("data-id"),renderHTML:t=>t.id?{"data-id":t.id}:{}},label:{default:null,parseHTML:t=>t.getAttribute("data-label"),renderHTML:t=>t.label?{"data-label":t.label}:{}},mentionSuggestionChar:{default:"@",parseHTML:t=>t.getAttribute("data-mention-suggestion-char"),renderHTML:t=>({"data-mention-suggestion-char":t.mentionSuggestionChar})}}},parseHTML(){return[{tag:`span[data-type="${this.name}"]`}]},renderHTML({node:t,HTMLAttributes:e}){const n=WN(this,t.attrs.mentionSuggestionChar);if(this.options.renderLabel!==void 0)return console.warn("renderLabel is deprecated use renderText and renderHTML instead"),["span",kt({"data-type":this.name},this.options.HTMLAttributes,e),this.options.renderLabel({options:this.options,node:t,suggestion:n})];const r={...this.options};r.HTMLAttributes=kt({"data-type":this.name},this.options.HTMLAttributes,e);const a=this.options.renderHTML({options:r,node:t,suggestion:n});return typeof a=="string"?["span",kt({"data-type":this.name},this.options.HTMLAttributes,e),a]:a},...K2({nodeName:"mention",name:"@",selfClosing:!0,allowedAttributes:["id","label",{name:"mentionSuggestionChar",skipIfDefault:"@"}],parseAttributes:t=>{const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,a,i,o]=r,c=i??o;e[a==="char"?"mentionSuggestionChar":a]=c,r=n.exec(t)}return e},serializeAttributes:t=>Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e==="mentionSuggestionChar"?"char":e}="${n}"`).join(" ")}),renderText({node:t}){const e={options:this.options,node:t,suggestion:WN(this,t.attrs.mentionSuggestionChar)};return this.options.renderLabel!==void 0?(console.warn("renderLabel is deprecated use renderText and renderHTML instead"),this.options.renderLabel(e)):this.options.renderText(e)},addKeyboardShortcuts(){return{Backspace:()=>this.editor.commands.command(({tr:t,state:e})=>{let n=!1;const{selection:r}=e,{empty:a,anchor:i}=r;if(!a)return!1;let o=new wa,c=0;return e.doc.nodesBetween(i-1,i,(u,h)=>{if(u.type.name===this.name)return n=!0,o=u,c=h,!1}),n&&t.insertText(this.options.deleteTriggerWithBackspace?"":o.attrs.mentionSuggestionChar,c,c+o.nodeSize),n})}},addProseMirrorPlugins(){return SC(this).map(Dz)}}),zz=_z,Fz=Sz;let bx,vx;if(typeof WeakMap<"u"){let t=new WeakMap;bx=e=>t.get(e),vx=(e,n)=>(t.set(e,n),n)}else{const t=[];let n=0;bx=r=>{for(let a=0;a(n==10&&(n=0),t[n++]=r,t[n++]=a)}var pn=class{constructor(t,e,n,r){this.width=t,this.height=e,this.map=n,this.problems=r}findCell(t){for(let e=0;e=n){(i||(i=[])).push({type:"overlong_rowspan",pos:f,n:k-E});break}const T=a+E*e;for(let R=0;Rr&&(i+=h.attrs.colspan)}}for(let o=0;o1&&(n=!0)}e==-1?e=i:e!=i&&(e=Math.max(e,i))}return e}function Vz(t,e,n){t.problems||(t.problems=[]);const r={};for(let a=0;a0;e--)if(t.node(e).type.spec.tableRole=="row")return t.node(0).resolve(t.before(e+1));return null}function Wz(t){for(let e=t.depth;e>0;e--){const n=t.node(e).type.spec.tableRole;if(n==="cell"||n==="header_cell")return t.node(e)}return null}function Ms(t){const e=t.selection.$head;for(let n=e.depth;n>0;n--)if(e.node(n).type.spec.tableRole=="row")return!0;return!1}function _f(t){const e=t.selection;if("$anchorCell"in e&&e.$anchorCell)return e.$anchorCell.pos>e.$headCell.pos?e.$anchorCell:e.$headCell;if("node"in e&&e.node&&e.node.type.spec.tableRole=="cell")return e.$anchor;const n=ko(e.$head)||Uz(e.$head);if(n)return n;throw new RangeError(`No cell found around position ${e.head}`)}function Uz(t){for(let e=t.nodeAfter,n=t.pos;e;e=e.firstChild,n++){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return t.doc.resolve(n)}for(let e=t.nodeBefore,n=t.pos;e;e=e.lastChild,n--){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return t.doc.resolve(n-e.nodeSize)}}function Nx(t){return t.parent.type.spec.tableRole=="row"&&!!t.nodeAfter}function Kz(t){return t.node(0).resolve(t.pos+t.nodeAfter.nodeSize)}function K0(t,e){return t.depth==e.depth&&t.pos>=e.start(-1)&&t.pos<=e.end(-1)}function CC(t,e,n){const r=t.node(-1),a=pn.get(r),i=t.start(-1),o=a.nextCell(t.pos-i,e,n);return o==null?null:t.node(0).resolve(i+o)}function So(t,e,n=1){const r={...t,colspan:t.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(e,n),r.colwidth.some(a=>a>0)||(r.colwidth=null)),r}function EC(t,e,n=1){const r={...t,colspan:t.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let a=0;af!=n.pos-i);u.unshift(n.pos-i);const h=u.map(f=>{const m=r.nodeAt(f);if(!m)throw new RangeError(`No cell with offset ${f} found`);const g=i+f+1;return new gS(c.resolve(g),c.resolve(g+m.content.size))});super(h[0].$from,h[0].$to,h),this.$anchorCell=e,this.$headCell=n}map(e,n){const r=e.resolve(n.map(this.$anchorCell.pos)),a=e.resolve(n.map(this.$headCell.pos));if(Nx(r)&&Nx(a)&&K0(r,a)){const i=this.$anchorCell.node(-1)!=r.node(-1);return i&&this.isRowSelection()?xa.rowSelection(r,a):i&&this.isColSelection()?xa.colSelection(r,a):new xa(r,a)}return Qe.between(r,a)}content(){const e=this.$anchorCell.node(-1),n=pn.get(e),r=this.$anchorCell.start(-1),a=n.rectBetween(this.$anchorCell.pos-r,this.$headCell.pos-r),i={},o=[];for(let u=a.top;u0||v>0){let k=N.attrs;if(w>0&&(k=So(k,0,w)),v>0&&(k=So(k,k.colspan-v,v)),y.lefta.bottom){const k={...N.attrs,rowspan:Math.min(y.bottom,a.bottom)-Math.max(y.top,a.top)};y.top0)return!1;const r=e+this.$anchorCell.nodeAfter.attrs.rowspan,a=n+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(r,a)==this.$headCell.node(-1).childCount}static colSelection(e,n=e){const r=e.node(-1),a=pn.get(r),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.top<=c.top?(o.top>0&&(e=u.resolve(i+a.map[o.left])),c.bottom0&&(n=u.resolve(i+a.map[c.left])),o.bottom0)return!1;const o=a+this.$anchorCell.nodeAfter.attrs.colspan,c=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(o,c)==n.width}eq(e){return e instanceof xa&&e.$anchorCell.pos==this.$anchorCell.pos&&e.$headCell.pos==this.$headCell.pos}static rowSelection(e,n=e){const r=e.node(-1),a=pn.get(r),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.left<=c.left?(o.left>0&&(e=u.resolve(i+a.map[o.top*a.width])),c.right0&&(n=u.resolve(i+a.map[c.top*a.width])),o.right{e.push(Mn.node(r,r+n.nodeSize,{class:"selectedCell"}))}),zt.create(t.doc,e)}function Yz({$from:t,$to:e}){if(t.pos==e.pos||t.pos=0&&!(t.after(a+1)=0&&!(e.before(i+1)>e.start(i));i--,r--);return n==r&&/row|table/.test(t.node(a).type.spec.tableRole)}function Qz({$from:t,$to:e}){let n,r;for(let a=t.depth;a>0;a--){const i=t.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){n=i;break}}for(let a=e.depth;a>0;a--){const i=e.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){r=i;break}}return n!==r&&e.parentOffset===0}function Xz(t,e,n){const r=(e||t).selection,a=(e||t).doc;let i,o;if(r instanceof Ge&&(o=r.node.type.spec.tableRole)){if(o=="cell"||o=="header_cell")i=Ut.create(a,r.from);else if(o=="row"){const c=a.resolve(r.from+1);i=Ut.rowSelection(c,c)}else if(!n){const c=pn.get(r.node),u=r.from+1,h=u+c.map[c.width*c.height-1];i=Ut.create(a,u+1,h)}}else r instanceof Qe&&Yz(r)?i=Qe.create(a,r.from):r instanceof Qe&&Qz(r)&&(i=Qe.create(a,r.$from.start(),r.$from.end()));return i&&(e||(e=t.tr)).setSelection(i),e}const Zz=new tn("fix-tables");function MC(t,e,n,r){const a=t.childCount,i=e.childCount;e:for(let o=0,c=0;o{a.type.spec.tableRole=="table"&&(n=eF(t,a,i,n))};return e?e.doc!=t.doc&&MC(e.doc,t.doc,0,r):t.doc.descendants(r),n}function eF(t,e,n,r){const a=pn.get(e);if(!a.problems)return r;r||(r=t.tr);const i=[];for(let u=0;u0){let y="cell";f.firstChild&&(y=f.firstChild.type.spec.tableRole);const N=[];for(let v=0;v0?-1:0;qz(e,r,a+i)&&(i=a==0||a==e.width?null:0);for(let o=0;o0&&a0&&e.map[c-1]==u||a0?-1:0;aF(e,r,a+c)&&(c=a==0||a==e.height?null:0);for(let h=0,f=e.width*a;h0&&a0&&m==e.map[f-e.width]){const g=n.nodeAt(m).attrs;t.setNodeMarkup(t.mapping.slice(c).map(m+r),null,{...g,rowspan:g.rowspan-1}),h+=g.colspan-1}else if(a0&&n[i]==n[i-1]||r.right0&&n[a]==n[a-t]||r.bottom0){const f=u+1+h.content.size,m=UN(h)?u+1:f;i.replaceWith(m+r.tableStart,f+r.tableStart,c)}i.setSelection(new Ut(i.doc.resolve(u+r.tableStart))),e(i)}return!0}function qN(t,e){const n=hr(t.schema);return uF(({node:r})=>n[r.type.spec.tableRole])(t,e)}function uF(t){return(e,n)=>{const r=e.selection;let a,i;if(r instanceof Ut){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;a=r.$anchorCell.nodeAfter,i=r.$anchorCell.pos}else{var o;if(a=Wz(r.$from),!a)return!1;i=(o=ko(r.$from))===null||o===void 0?void 0:o.pos}if(a==null||i==null||a.attrs.colspan==1&&a.attrs.rowspan==1)return!1;if(n){let c=a.attrs;const u=[],h=c.colwidth;c.rowspan>1&&(c={...c,rowspan:1}),c.colspan>1&&(c={...c,colspan:1});const f=Js(e),m=e.tr;for(let y=0;y{o.attrs[t]!==e&&i.setNodeMarkup(c,null,{...o.attrs,[t]:e})}):i.setNodeMarkup(a.pos,null,{...a.nodeAfter.attrs,[t]:e}),r(i)}return!0}}function fF(t){return function(e,n){if(!Ms(e))return!1;if(n){const r=hr(e.schema),a=Js(e),i=e.tr,o=a.map.cellsInRect(t=="column"?{left:a.left,top:0,right:a.right,bottom:a.map.height}:t=="row"?{left:0,top:a.top,right:a.map.width,bottom:a.bottom}:a),c=o.map(u=>a.table.nodeAt(u));for(let u=0;u{const y=g+i.tableStart,N=o.doc.nodeAt(y);N&&o.setNodeMarkup(y,m,N.attrs)}),r(o)}return!0}}ud("row",{useDeprecatedLogic:!0});ud("column",{useDeprecatedLogic:!0});const pF=ud("cell",{useDeprecatedLogic:!0});function mF(t,e){if(e<0){const n=t.nodeBefore;if(n)return t.pos-n.nodeSize;for(let r=t.index(-1)-1,a=t.before();r>=0;r--){const i=t.node(-1).child(r),o=i.lastChild;if(o)return a-1-o.nodeSize;a-=i.nodeSize}}else{if(t.index()0;r--)if(n.node(r).type.spec.tableRole=="table")return e&&e(t.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function Ku(t,e){const n=t.selection;if(!(n instanceof Ut))return!1;if(e){const r=t.tr,a=hr(t.schema).cell.createAndFill().content;n.forEachCell((i,o)=>{i.content.eq(a)||r.replace(r.mapping.map(o+1),r.mapping.map(o+i.nodeSize-1),new Ie(a,0,0))}),r.docChanged&&e(r)}return!0}function xF(t){if(t.size===0)return null;let{content:e,openStart:n,openEnd:r}=t;for(;e.childCount==1&&(n>0&&r>0||e.child(0).type.spec.tableRole=="table");)n--,r--,e=e.child(0).content;const a=e.child(0),i=a.type.spec.tableRole,o=a.type.schema,c=[];if(i=="row")for(let u=0;u=0;o--){const{rowspan:c,colspan:u}=i.child(o).attrs;for(let h=a;h=e.length&&e.push(xe.empty),n[a]r&&(g=g.type.createChecked(So(g.attrs,g.attrs.colspan,f+g.attrs.colspan-r),g.content)),h.push(g),f+=g.attrs.colspan;for(let y=1;ya&&(m=m.type.create({...m.attrs,rowspan:Math.max(1,a-m.attrs.rowspan)},m.content)),u.push(m)}i.push(xe.from(u))}n=i,e=a}return{width:t,height:e,rows:n}}function vF(t,e,n,r,a,i,o){const c=t.doc.type.schema,u=hr(c);let h,f;if(a>e.width)for(let m=0,g=0;me.height){const m=[];for(let N=0,w=(e.height-1)*e.width;N=e.width?!1:n.nodeAt(e.map[w+N]).type==u.header_cell;m.push(v?f||(f=u.header_cell.createAndFill()):h||(h=u.cell.createAndFill()))}const g=u.row.create(null,xe.from(m)),y=[];for(let N=e.height;N{if(!a)return!1;const i=n.selection;if(i instanceof Ut)return sh(n,r,rt.near(i.$headCell,e));if(t!="horiz"&&!i.empty)return!1;const o=PC(a,t,e);if(o==null)return!1;if(t=="horiz")return sh(n,r,rt.near(n.doc.resolve(i.head+e),e));{const c=n.doc.resolve(o),u=CC(c,t,e);let h;return u?h=rt.near(u,1):e<0?h=rt.near(n.doc.resolve(c.before(-1)),-1):h=rt.near(n.doc.resolve(c.after(-1)),1),sh(n,r,h)}}}function Gu(t,e){return(n,r,a)=>{if(!a)return!1;const i=n.selection;let o;if(i instanceof Ut)o=i;else{const u=PC(a,t,e);if(u==null)return!1;o=new Ut(n.doc.resolve(u))}const c=CC(o.$headCell,t,e);return c?sh(n,r,new Ut(o.$anchorCell,c)):!1}}function wF(t,e){const n=t.state.doc,r=ko(n.resolve(e));return r?(t.dispatch(t.state.tr.setSelection(new Ut(r))),!0):!1}function jF(t,e,n){if(!Ms(t.state))return!1;let r=xF(n);const a=t.state.selection;if(a instanceof Ut){r||(r={width:1,height:1,rows:[xe.from(wx(hr(t.state.schema).cell,n))]});const i=a.$anchorCell.node(-1),o=a.$anchorCell.start(-1),c=pn.get(i).rectBetween(a.$anchorCell.pos-o,a.$headCell.pos-o);return r=bF(r,c.right-c.left,c.bottom-c.top),XN(t.state,t.dispatch,o,c,r),!0}else if(r){const i=_f(t.state),o=i.start(-1);return XN(t.state,t.dispatch,o,pn.get(i.node(-1)).findCell(i.pos-o),r),!0}else return!1}function kF(t,e){var n;if(e.button!=0||e.ctrlKey||e.metaKey)return;const r=ZN(t,e.target);let a;if(e.shiftKey&&t.state.selection instanceof Ut)i(t.state.selection.$anchorCell,e),e.preventDefault();else if(e.shiftKey&&r&&(a=ko(t.state.selection.$anchor))!=null&&((n=xg(t,e))===null||n===void 0?void 0:n.pos)!=a.pos)i(a,e),e.preventDefault();else if(!r)return;function i(u,h){let f=xg(t,h);const m=ii.getState(t.state)==null;if(!f||!K0(u,f))if(m)f=u;else return;const g=new Ut(u,f);if(m||!t.state.selection.eq(g)){const y=t.state.tr.setSelection(g);m&&y.setMeta(ii,u.pos),t.dispatch(y)}}function o(){t.root.removeEventListener("mouseup",o),t.root.removeEventListener("dragstart",o),t.root.removeEventListener("mousemove",c),ii.getState(t.state)!=null&&t.dispatch(t.state.tr.setMeta(ii,-1))}function c(u){const h=u,f=ii.getState(t.state);let m;if(f!=null)m=t.state.doc.resolve(f);else if(ZN(t,h.target)!=r&&(m=xg(t,e),!m))return o();m&&i(m,h)}t.root.addEventListener("mouseup",o),t.root.addEventListener("dragstart",o),t.root.addEventListener("mousemove",c)}function PC(t,e,n){if(!(t.state.selection instanceof Qe))return null;const{$head:r}=t.state.selection;for(let a=r.depth-1;a>=0;a--){const i=r.node(a);if((n<0?r.index(a):r.indexAfter(a))!=(n<0?0:i.childCount))return null;if(i.type.spec.tableRole=="cell"||i.type.spec.tableRole=="header_cell"){const o=r.before(a),c=e=="vert"?n>0?"down":"up":n>0?"right":"left";return t.endOfTextblock(c)?o:null}}return null}function ZN(t,e){for(;e&&e!=t.dom;e=e.parentNode)if(e.nodeName=="TD"||e.nodeName=="TH")return e;return null}function xg(t,e){const n=t.posAtCoords({left:e.clientX,top:e.clientY});if(!n)return null;let{inside:r,pos:a}=n;return r>=0&&ko(t.state.doc.resolve(r))||ko(t.state.doc.resolve(a))}var SF=class{constructor(e,n){this.node=e,this.defaultCellMinWidth=n,this.dom=document.createElement("div"),this.dom.className="tableWrapper",this.table=this.dom.appendChild(document.createElement("table")),this.table.style.setProperty("--default-cell-min-width",`${n}px`),this.colgroup=this.table.appendChild(document.createElement("colgroup")),jx(e,this.colgroup,this.table,n),this.contentDOM=this.table.appendChild(document.createElement("tbody"))}update(e){return e.type!=this.node.type?!1:(this.node=e,jx(e,this.colgroup,this.table,this.defaultCellMinWidth),!0)}ignoreMutation(e){return e.type=="attributes"&&(e.target==this.table||this.colgroup.contains(e.target))}};function jx(t,e,n,r,a,i){let o=0,c=!0,u=e.firstChild;const h=t.firstChild;if(h){for(let m=0,g=0;mnew r(m,n,g)),new EF(-1,!1)},apply(o,c){return c.apply(o)}},props:{attributes:o=>{const c=$r.getState(o);return c&&c.activeHandle>-1?{class:"resize-cursor"}:{}},handleDOMEvents:{mousemove:(o,c)=>{TF(o,c,t,a)},mouseleave:o=>{MF(o)},mousedown:(o,c)=>{AF(o,c,e,n)}},decorations:o=>{const c=$r.getState(o);if(c&&c.activeHandle>-1)return DF(o,c.activeHandle)},nodeViews:{}}});return i}var EF=class ah{constructor(e,n){this.activeHandle=e,this.dragging=n}apply(e){const n=this,r=e.getMeta($r);if(r&&r.setHandle!=null)return new ah(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new ah(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&e.docChanged){let a=e.mapping.map(n.activeHandle,-1);return Nx(e.doc.resolve(a))||(a=-1),new ah(a,n.dragging)}return n}};function TF(t,e,n,r){if(!t.editable)return;const a=$r.getState(t.state);if(a&&!a.dragging){const i=RF(e.target);let o=-1;if(i){const{left:c,right:u}=i.getBoundingClientRect();e.clientX-c<=n?o=ew(t,e,"left",n):u-e.clientX<=n&&(o=ew(t,e,"right",n))}if(o!=a.activeHandle){if(!r&&o!==-1){const c=t.state.doc.resolve(o),u=c.node(-1),h=pn.get(u),f=c.start(-1);if(h.colCount(c.pos-f)+c.nodeAfter.attrs.colspan-1==h.width-1)return}OC(t,o)}}}function MF(t){if(!t.editable)return;const e=$r.getState(t.state);e&&e.activeHandle>-1&&!e.dragging&&OC(t,-1)}function AF(t,e,n,r){var a;if(!t.editable)return!1;const i=(a=t.dom.ownerDocument.defaultView)!==null&&a!==void 0?a:window,o=$r.getState(t.state);if(!o||o.activeHandle==-1||o.dragging)return!1;const c=t.state.doc.nodeAt(o.activeHandle),u=IF(t,o.activeHandle,c.attrs);t.dispatch(t.state.tr.setMeta($r,{setDragging:{startX:e.clientX,startWidth:u}}));function h(m){i.removeEventListener("mouseup",h),i.removeEventListener("mousemove",f);const g=$r.getState(t.state);g!=null&&g.dragging&&(PF(t,g.activeHandle,tw(g.dragging,m,n)),t.dispatch(t.state.tr.setMeta($r,{setDragging:null})))}function f(m){if(!m.which)return h(m);const g=$r.getState(t.state);if(g&&g.dragging){const y=tw(g.dragging,m,n);nw(t,g.activeHandle,y,r)}}return nw(t,o.activeHandle,u,r),i.addEventListener("mouseup",h),i.addEventListener("mousemove",f),e.preventDefault(),!0}function IF(t,e,{colspan:n,colwidth:r}){const a=r&&r[r.length-1];if(a)return a;const i=t.domAtPos(e);let o=i.node.childNodes[i.offset].offsetWidth,c=n;if(r)for(let u=0;u{var e,n;const r=t.getAttribute("colwidth"),a=r?r.split(",").map(i=>parseInt(i,10)):null;if(!a){const i=(e=t.closest("table"))==null?void 0:e.querySelectorAll("colgroup > col"),o=Array.from(((n=t.parentElement)==null?void 0:n.children)||[]).indexOf(t);if(o&&o>-1&&i&&i[o]){const c=i[o].getAttribute("width");return c?[parseInt(c,10)]:null}}return a}}}},tableRole:"cell",isolating:!0,parseHTML(){return[{tag:"td"}]},renderHTML({HTMLAttributes:t}){return["td",kt(this.options.HTMLAttributes,t),0]}}),LC=Sn.create({name:"tableHeader",addOptions(){return{HTMLAttributes:{}}},content:"block+",addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:t=>{const e=t.getAttribute("colwidth");return e?e.split(",").map(r=>parseInt(r,10)):null}}}},tableRole:"header_cell",isolating:!0,parseHTML(){return[{tag:"th"}]},renderHTML({HTMLAttributes:t}){return["th",kt(this.options.HTMLAttributes,t),0]}}),_C=Sn.create({name:"tableRow",addOptions(){return{HTMLAttributes:{}}},content:"(tableCell | tableHeader)*",tableRole:"row",parseHTML(){return[{tag:"tr"}]},renderHTML({HTMLAttributes:t}){return["tr",kt(this.options.HTMLAttributes,t),0]}});function kx(t,e){return e?["width",`${Math.max(e,t)}px`]:["min-width",`${t}px`]}function rw(t,e,n,r,a,i){var o;let c=0,u=!0,h=e.firstChild;const f=t.firstChild;if(f!==null)for(let g=0,y=0;g{const r=t.nodes[n];r.spec.tableRole&&(e[r.spec.tableRole]=r)}),t.cached.tableNodeTypes=e,e}function $F(t,e,n,r,a){const i=FF(t),o=[],c=[];for(let h=0;h{const{selection:e}=t.state;if(!BF(e))return!1;let n=0;const r=v2(e.ranges[0].$from,i=>i.type.name==="table");return r==null||r.node.descendants(i=>{if(i.type.name==="table")return!1;["tableCell","tableHeader"].includes(i.type.name)&&(n+=1)}),n===e.ranges.length?(t.commands.deleteTable(),!0):!1},VF="";function HF(t){return(t||"").replace(/\s+/g," ").trim()}function WF(t,e,n={}){var r;const a=(r=n.cellLineSeparator)!=null?r:VF;if(!t||!t.content||t.content.length===0)return"";const i=[];t.content.forEach(N=>{const w=[];N.content&&N.content.forEach(v=>{let k="";v.content&&Array.isArray(v.content)&&v.content.length>1?k=v.content.map(R=>e.renderChildren(R)).join(a):k=v.content?e.renderChildren(v.content):"";const C=HF(k),E=v.type==="tableHeader";w.push({text:C,isHeader:E})}),i.push(w)});const o=i.reduce((N,w)=>Math.max(N,w.length),0);if(o===0)return"";const c=new Array(o).fill(0);i.forEach(N=>{var w;for(let v=0;vc[v]&&(c[v]=C),c[v]<3&&(c[v]=3)}});const u=(N,w)=>N+" ".repeat(Math.max(0,w-N.length)),h=i[0],f=h.some(N=>N.isHeader);let m=` +`),[i,o]=K7(a);if(i.length===0)return;const c=yC(i,0,n);return c.length===0?void 0:{type:"list",ordered:!0,start:((r=i[0])==null?void 0:r.number)||1,items:c,raw:a.slice(0,o).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:t,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(G7,this.editor.getAttributes(_N)).run():t.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let t=Al({find:zN,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(t=Al({find:zN,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(_N)}),joinPredicate:(e,n)=>n.childCount+n.attrs.start===+e[1],editor:this.editor})),[t]}}),J7=/^\s*(\[([( |x])?\])\s$/,Y7=Sn.create({name:"taskItem",addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:"taskList",a11y:void 0}},content(){return this.options.nested?"paragraph block*":"paragraph+"},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:t=>{const e=t.getAttribute("data-checked");return e===""||e==="true"},renderHTML:t=>({"data-checked":t.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:t,HTMLAttributes:e}){return["li",kt(this.options.HTMLAttributes,e,{"data-type":this.name}),["label",["input",{type:"checkbox",checked:t.attrs.checked?"checked":null}],["span"]],["div",0]]},parseMarkdown:(t,e)=>{const n=[];if(t.tokens&&t.tokens.length>0?n.push(e.createNode("paragraph",{},e.parseInline(t.tokens))):t.text?n.push(e.createNode("paragraph",{},[e.createNode("text",{text:t.text})])):n.push(e.createNode("paragraph",{},[])),t.nestedTokens&&t.nestedTokens.length>0){const r=e.parseChildren(t.nestedTokens);n.push(...r)}return e.createNode("taskItem",{checked:t.checked||!1},n)},renderMarkdown:(t,e)=>{var n;const a=`- [${(n=t.attrs)!=null&&n.checked?"x":" "}] `;return P0(t,e,a)},addKeyboardShortcuts(){const t={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...t,Tab:()=>this.editor.commands.sinkListItem(this.name)}:t},addNodeView(){return({node:t,HTMLAttributes:e,getPos:n,editor:r})=>{const a=document.createElement("li"),i=document.createElement("label"),o=document.createElement("span"),c=document.createElement("input"),u=document.createElement("div"),h=m=>{var g,y;c.ariaLabel=((y=(g=this.options.a11y)==null?void 0:g.checkboxLabel)==null?void 0:y.call(g,m,c.checked))||`Task item checkbox for ${m.textContent||"empty task item"}`};h(t),i.contentEditable="false",c.type="checkbox",c.addEventListener("mousedown",m=>m.preventDefault()),c.addEventListener("change",m=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){c.checked=!c.checked;return}const{checked:g}=m.target;r.isEditable&&typeof n=="function"&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:y})=>{const N=n();if(typeof N!="number")return!1;const w=y.doc.nodeAt(N);return y.setNodeMarkup(N,void 0,{...w==null?void 0:w.attrs,checked:g}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(t,g)||(c.checked=!c.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([m,g])=>{a.setAttribute(m,g)}),a.dataset.checked=t.attrs.checked,c.checked=t.attrs.checked,i.append(c,o),a.append(i,u),Object.entries(e).forEach(([m,g])=>{a.setAttribute(m,g)});let f=new Set(Object.keys(e));return{dom:a,contentDOM:u,update:m=>{if(m.type!==this.type)return!1;a.dataset.checked=m.attrs.checked,c.checked=m.attrs.checked,h(m);const g=r.extensionManager.attributes,y=ld(m,g),N=new Set(Object.keys(y)),w=this.options.HTMLAttributes;return f.forEach(v=>{N.has(v)||(v in w?a.setAttribute(v,w[v]):a.removeAttribute(v))}),Object.entries(y).forEach(([v,k])=>{k==null?v in w?a.setAttribute(v,w[v]):a.removeAttribute(v):a.setAttribute(v,k)}),f=N,!0}}}},addInputRules(){return[Al({find:J7,type:this.type,getAttributes:t=>({checked:t[t.length-1]==="x"})})]}}),Q7=Sn.create({name:"taskList",addOptions(){return{itemTypeName:"taskItem",HTMLAttributes:{}}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:t}){return["ul",kt(this.options.HTMLAttributes,t,{"data-type":this.name}),0]},parseMarkdown:(t,e)=>e.createNode("taskList",{},e.parseChildren(t.items||[])),renderMarkdown:(t,e)=>t.content?e.renderChildren(t.content,` +`):"",markdownTokenizer:{name:"taskList",level:"block",start(t){var e;const n=(e=t.match(/^\s*[-+*]\s+\[([ xX])\]\s+/))==null?void 0:e.index;return n!==void 0?n:-1},tokenize(t,e,n){const r=i=>{const o=ox(i,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:c=>({indentLevel:c[1].length,mainContent:c[4],checked:c[3].toLowerCase()==="x"}),createToken:(c,u)=>({type:"taskItem",raw:"",mainContent:c.mainContent,indentLevel:c.indentLevel,checked:c.checked,text:c.mainContent,tokens:n.inlineTokens(c.mainContent),nestedTokens:u}),customNestedParser:r},n);return o?[{type:"taskList",raw:o.raw,items:o.items}]:n.blockTokens(i)},a=ox(t,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:i=>({indentLevel:i[1].length,mainContent:i[4],checked:i[3].toLowerCase()==="x"}),createToken:(i,o)=>({type:"taskItem",raw:"",mainContent:i.mainContent,indentLevel:i.indentLevel,checked:i.checked,text:i.mainContent,tokens:n.inlineTokens(i.mainContent),nestedTokens:o}),customNestedParser:r},n);if(a)return{type:"taskList",raw:a.raw,items:a.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:t})=>t.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});mn.create({name:"listKit",addExtensions(){const t=[];return this.options.bulletList!==!1&&t.push(dC.configure(this.options.bulletList)),this.options.listItem!==!1&&t.push(uC.configure(this.options.listItem)),this.options.listKeymap!==!1&&t.push(xC.configure(this.options.listKeymap)),this.options.orderedList!==!1&&t.push(bC.configure(this.options.orderedList)),this.options.taskItem!==!1&&t.push(Y7.configure(this.options.taskItem)),this.options.taskList!==!1&&t.push(Q7.configure(this.options.taskList)),t}});var FN=" ",X7=" ",Z7=Sn.create({name:"paragraph",priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:"block",content:"inline*",parseHTML(){return[{tag:"p"}]},renderHTML({HTMLAttributes:t}){return["p",kt(this.options.HTMLAttributes,t),0]},parseMarkdown:(t,e)=>{const n=t.tokens||[];if(n.length===1&&n[0].type==="image")return e.parseChildren([n[0]]);const r=e.parseInline(n);return r.length===1&&r[0].type==="text"&&(r[0].text===FN||r[0].text===X7)?e.createNode("paragraph",void 0,[]):e.createNode("paragraph",void 0,r)},renderMarkdown:(t,e)=>{if(!t)return"";const n=Array.isArray(t.content)?t.content:[];return n.length===0?FN:e.renderChildren(n)},addCommands(){return{setParagraph:()=>({commands:t})=>t.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),ez=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,tz=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,nz=Mo.create({name:"strike",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"s"},{tag:"del"},{tag:"strike"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("line-through")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["s",kt(this.options.HTMLAttributes,t),0]},markdownTokenName:"del",parseMarkdown:(t,e)=>e.applyMark("strike",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`~~${e.renderChildren(t)}~~`,addCommands(){return{setStrike:()=>({commands:t})=>t.setMark(this.name),toggleStrike:()=>({commands:t})=>t.toggleMark(this.name),unsetStrike:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Ml({find:ez,type:this.type})]},addPasteRules(){return[wo({find:tz,type:this.type})]}}),rz=Sn.create({name:"text",group:"inline",parseMarkdown:t=>({type:"text",text:t.text||""}),renderMarkdown:t=>t.text||""}),sz=Mo.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:t=>t.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:t}){return["u",kt(this.options.HTMLAttributes,t),0]},parseMarkdown(t,e){return e.applyMark(this.name||"underline",e.parseInline(t.tokens||[]))},renderMarkdown(t,e){return`++${e.renderChildren(t)}++`},markdownTokenizer:{name:"underline",level:"inline",start(t){return t.indexOf("++")},tokenize(t,e,n){const a=/^(\+\+)([\s\S]+?)(\+\+)/.exec(t);if(!a)return;const i=a[2].trim();return{type:"underline",raw:a[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:t})=>t.setMark(this.name),toggleUnderline:()=>({commands:t})=>t.toggleMark(this.name),unsetUnderline:()=>({commands:t})=>t.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function az(t={}){return new Kt({view(e){return new iz(e,t)}})}class iz{constructor(e,n){var r;this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=(r=n.width)!==null&&r!==void 0?r:1,this.color=n.color===!1?void 0:n.color||"black",this.class=n.class,this.handlers=["dragover","dragend","drop","dragleave"].map(a=>{let i=o=>{this[a](o)};return e.dom.addEventListener(a,i),{name:a,handler:i}})}destroy(){this.handlers.forEach(({name:e,handler:n})=>this.editorView.dom.removeEventListener(e,n))}update(e,n){this.cursorPos!=null&&n.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),n=!e.parent.inlineContent,r,a=this.editorView.dom,i=a.getBoundingClientRect(),o=i.width/a.offsetWidth,c=i.height/a.offsetHeight;if(n){let m=e.nodeBefore,g=e.nodeAfter;if(m||g){let y=this.editorView.nodeDOM(this.cursorPos-(m?m.nodeSize:0));if(y){let N=y.getBoundingClientRect(),w=m?N.bottom:N.top;m&&g&&(w=(w+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let v=this.width/2*c;r={left:N.left,right:N.right,top:w-v,bottom:w+v}}}}if(!r){let m=this.editorView.coordsAtPos(this.cursorPos),g=this.width/2*o;r={left:m.left-g,right:m.left+g,top:m.top,bottom:m.bottom}}let u=this.editorView.dom.offsetParent;this.element||(this.element=u.appendChild(document.createElement("div")),this.class&&(this.element.className=this.class),this.element.style.cssText="position: absolute; z-index: 50; pointer-events: none;",this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle("prosemirror-dropcursor-block",n),this.element.classList.toggle("prosemirror-dropcursor-inline",!n);let h,f;if(!u||u==document.body&&getComputedStyle(u).position=="static")h=-pageXOffset,f=-pageYOffset;else{let m=u.getBoundingClientRect(),g=m.width/u.offsetWidth,y=m.height/u.offsetHeight;h=m.left-u.scrollLeft*g,f=m.top-u.scrollTop*y}this.element.style.left=(r.left-h)/o+"px",this.element.style.top=(r.top-f)/c+"px",this.element.style.width=(r.right-r.left)/o+"px",this.element.style.height=(r.bottom-r.top)/c+"px"}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let n=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),r=n&&n.inside>=0&&this.editorView.state.doc.nodeAt(n.inside),a=r&&r.type.spec.disableDropCursor,i=typeof a=="function"?a(this.editorView,n,e):a;if(n&&!i){let o=n.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let c=hS(this.editorView.state.doc,o,this.editorView.dragging.slice);c!=null&&(o=c)}this.setCursor(o),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}}class fn extends rt{constructor(e){super(e,e)}map(e,n){let r=e.resolve(n.map(this.head));return fn.valid(r)?new fn(r):rt.near(r)}content(){return Ie.empty}eq(e){return e instanceof fn&&e.head==this.head}toJSON(){return{type:"gapcursor",pos:this.head}}static fromJSON(e,n){if(typeof n.pos!="number")throw new RangeError("Invalid input for GapCursor.fromJSON");return new fn(e.resolve(n.pos))}getBookmark(){return new U0(this.anchor)}static valid(e){let n=e.parent;if(n.isTextblock||!oz(e)||!lz(e))return!1;let r=n.type.spec.allowGapCursor;if(r!=null)return r;let a=n.contentMatchAt(e.index()).defaultType;return a&&a.isTextblock}static findGapCursorFrom(e,n,r=!1){e:for(;;){if(!r&&fn.valid(e))return e;let a=e.pos,i=null;for(let o=e.depth;;o--){let c=e.node(o);if(n>0?e.indexAfter(o)0){i=c.child(n>0?e.indexAfter(o):e.index(o)-1);break}else if(o==0)return null;a+=n;let u=e.doc.resolve(a);if(fn.valid(u))return u}for(;;){let o=n>0?i.firstChild:i.lastChild;if(!o){if(i.isAtom&&!i.isText&&!Ge.isSelectable(i)){e=e.doc.resolve(a+i.nodeSize*n),r=!1;continue e}break}i=o,a+=n;let c=e.doc.resolve(a);if(fn.valid(c))return c}return null}}}fn.prototype.visible=!1;fn.findFrom=fn.findGapCursorFrom;rt.jsonID("gapcursor",fn);class U0{constructor(e){this.pos=e}map(e){return new U0(e.map(this.pos))}resolve(e){let n=e.resolve(this.pos);return fn.valid(n)?new fn(n):rt.near(n)}}function vC(t){return t.isAtom||t.spec.isolating||t.spec.createGapCursor}function oz(t){for(let e=t.depth;e>=0;e--){let n=t.index(e),r=t.node(e);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let a=r.child(n-1);;a=a.lastChild){if(a.childCount==0&&!a.inlineContent||vC(a.type))return!0;if(a.inlineContent)return!1}}return!0}function lz(t){for(let e=t.depth;e>=0;e--){let n=t.indexAfter(e),r=t.node(e);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let a=r.child(n);;a=a.firstChild){if(a.childCount==0&&!a.inlineContent||vC(a.type))return!0;if(a.inlineContent)return!1}}return!0}function cz(){return new Kt({props:{decorations:fz,createSelectionBetween(t,e,n){return e.pos==n.pos&&fn.valid(n)?new fn(n):null},handleClick:uz,handleKeyDown:dz,handleDOMEvents:{beforeinput:hz}}})}const dz=j0({ArrowLeft:Uu("horiz",-1),ArrowRight:Uu("horiz",1),ArrowUp:Uu("vert",-1),ArrowDown:Uu("vert",1)});function Uu(t,e){const n=t=="vert"?e>0?"down":"up":e>0?"right":"left";return function(r,a,i){let o=r.selection,c=e>0?o.$to:o.$from,u=o.empty;if(o instanceof Qe){if(!i.endOfTextblock(n)||c.depth==0)return!1;u=!1,c=r.doc.resolve(e>0?c.after():c.before())}let h=fn.findGapCursorFrom(c,e,u);return h?(a&&a(r.tr.setSelection(new fn(h))),!0):!1}}function uz(t,e,n){if(!t||!t.editable)return!1;let r=t.state.doc.resolve(e);if(!fn.valid(r))return!1;let a=t.posAtCoords({left:n.clientX,top:n.clientY});return a&&a.inside>-1&&Ge.isSelectable(t.state.doc.nodeAt(a.inside))?!1:(t.dispatch(t.state.tr.setSelection(new fn(r))),!0)}function hz(t,e){if(e.inputType!="insertCompositionText"||!(t.state.selection instanceof fn))return!1;let{$from:n}=t.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(t.state.schema.nodes.text);if(!r)return!1;let a=xe.empty;for(let o=r.length-1;o>=0;o--)a=xe.from(r[o].createAndFill(null,a));let i=t.state.tr.replace(n.pos,n.pos,new Ie(a,0,0));return i.setSelection(Qe.near(i.doc.resolve(n.pos+1))),t.dispatch(i),!1}function fz(t){if(!(t.selection instanceof fn))return null;let e=document.createElement("div");return e.className="ProseMirror-gapcursor",zt.create(t.doc,[Mn.widget(t.selection.head,e,{key:"gapcursor"})])}var rf=200,Vn=function(){};Vn.prototype.append=function(e){return e.length?(e=Vn.from(e),!this.length&&e||e.length=n?Vn.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,n))};Vn.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)};Vn.prototype.forEach=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length),n<=r?this.forEachInner(e,n,r,0):this.forEachInvertedInner(e,n,r,0)};Vn.prototype.map=function(e,n,r){n===void 0&&(n=0),r===void 0&&(r=this.length);var a=[];return this.forEach(function(i,o){return a.push(e(i,o))},n,r),a};Vn.from=function(e){return e instanceof Vn?e:e&&e.length?new NC(e):Vn.empty};var NC=(function(t){function e(r){t.call(this),this.values=r}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={length:{configurable:!0},depth:{configurable:!0}};return e.prototype.flatten=function(){return this.values},e.prototype.sliceInner=function(a,i){return a==0&&i==this.length?this:new e(this.values.slice(a,i))},e.prototype.getInner=function(a){return this.values[a]},e.prototype.forEachInner=function(a,i,o,c){for(var u=i;u=o;u--)if(a(this.values[u],c+u)===!1)return!1},e.prototype.leafAppend=function(a){if(this.length+a.length<=rf)return new e(this.values.concat(a.flatten()))},e.prototype.leafPrepend=function(a){if(this.length+a.length<=rf)return new e(a.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(e.prototype,n),e})(Vn);Vn.empty=new NC([]);var pz=(function(t){function e(n,r){t.call(this),this.left=n,this.right=r,this.length=n.length+r.length,this.depth=Math.max(n.depth,r.depth)+1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},e.prototype.getInner=function(r){return rc&&this.right.forEachInner(r,Math.max(a-c,0),Math.min(this.length,i)-c,o+c)===!1)return!1},e.prototype.forEachInvertedInner=function(r,a,i,o){var c=this.left.length;if(a>c&&this.right.forEachInvertedInner(r,a-c,Math.max(i,c)-c,o+c)===!1||i=i?this.right.slice(r-i,a-i):this.left.slice(r,i).append(this.right.slice(0,a-i))},e.prototype.leafAppend=function(r){var a=this.right.leafAppend(r);if(a)return new e(this.left,a)},e.prototype.leafPrepend=function(r){var a=this.left.leafPrepend(r);if(a)return new e(a,this.right)},e.prototype.appendInner=function(r){return this.left.depth>=Math.max(this.right.depth,r.depth)+1?new e(this.left,new e(this.right,r)):new e(this,r)},e})(Vn);const mz=500;class js{constructor(e,n){this.items=e,this.eventCount=n}popEvent(e,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let a,i;n&&(a=this.remapping(r,this.items.length),i=a.maps.length);let o=e.tr,c,u,h=[],f=[];return this.items.forEach((m,g)=>{if(!m.step){a||(a=this.remapping(r,g+1),i=a.maps.length),i--,f.push(m);return}if(a){f.push(new Xa(m.map));let y=m.step.map(a.slice(i)),N;y&&o.maybeStep(y).doc&&(N=o.mapping.maps[o.mapping.maps.length-1],h.push(new Xa(N,void 0,void 0,h.length+f.length))),i--,N&&a.appendMap(N,i)}else o.maybeStep(m.step);if(m.selection)return c=a?m.selection.map(a.slice(i)):m.selection,u=new js(this.items.slice(0,r).append(f.reverse().concat(h)),this.eventCount-1),!1},this.items.length,0),{remaining:u,transform:o,selection:c}}addTransform(e,n,r,a){let i=[],o=this.eventCount,c=this.items,u=!a&&c.length?c.get(c.length-1):null;for(let f=0;fxz&&(c=gz(c,h),o-=h),new js(c.append(i),o)}remapping(e,n){let r=new nd;return this.items.forEach((a,i)=>{let o=a.mirrorOffset!=null&&i-a.mirrorOffset>=e?r.maps.length-a.mirrorOffset:void 0;r.appendMap(a.map,o)},e,n),r}addMaps(e){return this.eventCount==0?this:new js(this.items.append(e.map(n=>new Xa(n))),this.eventCount)}rebased(e,n){if(!this.eventCount)return this;let r=[],a=Math.max(0,this.items.length-n),i=e.mapping,o=e.steps.length,c=this.eventCount;this.items.forEach(g=>{g.selection&&c--},a);let u=n;this.items.forEach(g=>{let y=i.getMirror(--u);if(y==null)return;o=Math.min(o,y);let N=i.maps[y];if(g.step){let w=e.steps[y].invert(e.docs[y]),v=g.selection&&g.selection.map(i.slice(u+1,y));v&&c++,r.push(new Xa(N,w,v))}else r.push(new Xa(N))},a);let h=[];for(let g=n;gmz&&(m=m.compress(this.items.length-r.length)),m}emptyItemCount(){let e=0;return this.items.forEach(n=>{n.step||e++}),e}compress(e=this.items.length){let n=this.remapping(0,e),r=n.maps.length,a=[],i=0;return this.items.forEach((o,c)=>{if(c>=e)a.push(o),o.selection&&i++;else if(o.step){let u=o.step.map(n.slice(r)),h=u&&u.getMap();if(r--,h&&n.appendMap(h,r),u){let f=o.selection&&o.selection.map(n.slice(r));f&&i++;let m=new Xa(h.invert(),u,f),g,y=a.length-1;(g=a.length&&a[y].merge(m))?a[y]=g:a.push(m)}}else o.map&&r--},this.items.length,0),new js(Vn.from(a.reverse()),i)}}js.empty=new js(Vn.empty,0);function gz(t,e){let n;return t.forEach((r,a)=>{if(r.selection&&e--==0)return n=a,!1}),t.slice(n)}let Xa=class wC{constructor(e,n,r,a){this.map=e,this.step=n,this.selection=r,this.mirrorOffset=a}merge(e){if(this.step&&e.step&&!e.selection){let n=e.step.merge(this.step);if(n)return new wC(n.getMap().invert(),n,this.selection)}}};class ri{constructor(e,n,r,a,i){this.done=e,this.undone=n,this.prevRanges=r,this.prevTime=a,this.prevComposition=i}}const xz=20;function yz(t,e,n,r){let a=n.getMeta(po),i;if(a)return a.historyState;n.getMeta(Nz)&&(t=new ri(t.done,t.undone,null,0,-1));let o=n.getMeta("appendedTransaction");if(n.steps.length==0)return t;if(o&&o.getMeta(po))return o.getMeta(po).redo?new ri(t.done.addTransform(n,void 0,r,rh(e)),t.undone,$N(n.mapping.maps),t.prevTime,t.prevComposition):new ri(t.done,t.undone.addTransform(n,void 0,r,rh(e)),null,t.prevTime,t.prevComposition);if(n.getMeta("addToHistory")!==!1&&!(o&&o.getMeta("addToHistory")===!1)){let c=n.getMeta("composition"),u=t.prevTime==0||!o&&t.prevComposition!=c&&(t.prevTime<(n.time||0)-r.newGroupDelay||!bz(n,t.prevRanges)),h=o?mg(t.prevRanges,n.mapping):$N(n.mapping.maps);return new ri(t.done.addTransform(n,u?e.selection.getBookmark():void 0,r,rh(e)),js.empty,h,n.time,c??t.prevComposition)}else return(i=n.getMeta("rebased"))?new ri(t.done.rebased(n,i),t.undone.rebased(n,i),mg(t.prevRanges,n.mapping),t.prevTime,t.prevComposition):new ri(t.done.addMaps(n.mapping.maps),t.undone.addMaps(n.mapping.maps),mg(t.prevRanges,n.mapping),t.prevTime,t.prevComposition)}function bz(t,e){if(!e)return!1;if(!t.docChanged)return!0;let n=!1;return t.mapping.maps[0].forEach((r,a)=>{for(let i=0;i=e[i]&&(n=!0)}),n}function $N(t){let e=[];for(let n=t.length-1;n>=0&&e.length==0;n--)t[n].forEach((r,a,i,o)=>e.push(i,o));return e}function mg(t,e){if(!t)return null;let n=[];for(let r=0;r{let a=po.getState(n);if(!a||(t?a.undone:a.done).eventCount==0)return!1;if(r){let i=vz(a,n,t);i&&r(e?i.scrollIntoView():i)}return!0}}const kC=jC(!1,!0),SC=jC(!0,!0);mn.create({name:"characterCount",addOptions(){return{limit:null,mode:"textSize",textCounter:t=>t.length,wordCounter:t=>t.split(" ").filter(e=>e!=="").length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc;if(((t==null?void 0:t.mode)||this.options.mode)==="textSize"){const r=e.textBetween(0,e.content.size,void 0," ");return this.options.textCounter(r)}return e.nodeSize},this.storage.words=t=>{const e=(t==null?void 0:t.node)||this.editor.state.doc,n=e.textBetween(0,e.content.size," "," ");return this.options.wordCounter(n)}},addProseMirrorPlugins(){let t=!1;return[new Kt({key:new tn("characterCount"),appendTransaction:(e,n,r)=>{if(t)return;const a=this.options.limit;if(a==null||a===0){t=!0;return}const i=this.storage.characters({node:r.doc});if(i>a){const o=i-a,c=0,u=o;console.warn(`[CharacterCount] Initial content exceeded limit of ${a} characters. Content was automatically trimmed.`);const h=r.tr.deleteRange(c,u);return t=!0,h}t=!0},filterTransaction:(e,n)=>{const r=this.options.limit;if(!e.docChanged||r===0||r===null||r===void 0)return!0;const a=this.storage.characters({node:n.doc}),i=this.storage.characters({node:e.doc});if(i<=r||a>r&&i>r&&i<=a)return!0;if(a>r&&i>r&&i>a||!e.getMeta("paste"))return!1;const c=e.selection.$head.pos,u=i-r,h=c-u,f=c;return e.deleteRange(h,f),!(this.storage.characters({node:e.doc})>r)}})]}});var jz=mn.create({name:"dropCursor",addOptions(){return{color:"currentColor",width:1,class:void 0}},addProseMirrorPlugins(){return[az(this.options)]}});mn.create({name:"focus",addOptions(){return{className:"has-focus",mode:"all"}},addProseMirrorPlugins(){return[new Kt({key:new tn("focus"),props:{decorations:({doc:t,selection:e})=>{const{isEditable:n,isFocused:r}=this.editor,{anchor:a}=e,i=[];if(!n||!r)return zt.create(t,[]);let o=0;this.options.mode==="deepest"&&t.descendants((u,h)=>{if(u.isText)return;if(!(a>=h&&a<=h+u.nodeSize-1))return!1;o+=1});let c=0;return t.descendants((u,h)=>{if(u.isText||!(a>=h&&a<=h+u.nodeSize-1))return!1;if(c+=1,this.options.mode==="deepest"&&o-c>0||this.options.mode==="shallowest"&&c>1)return this.options.mode==="deepest";i.push(Mn.node(h,h+u.nodeSize,{class:this.options.className}))}),zt.create(t,i)}}})]}});var kz=mn.create({name:"gapCursor",addProseMirrorPlugins(){return[cz()]},extendNodeSchema(t){var e;const n={name:t.name,options:t.options,storage:t.storage};return{allowGapCursor:(e=jt(We(t,"allowGapCursor",n)))!=null?e:null}}}),VN="placeholder";function Sz(t){return t.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9-]/g,"").replace(/^[0-9-]+/,"").replace(/^-+/,"").toLowerCase()}var Cz=mn.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",dataAttribute:VN,placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){const t=this.options.dataAttribute?`data-${Sz(this.options.dataAttribute)}`:`data-${VN}`;return[new Kt({key:new tn("placeholder"),props:{decorations:({doc:e,selection:n})=>{const r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:a}=n,i=[];if(!r)return null;const o=this.editor.isEmpty;return e.descendants((c,u)=>{const h=a>=u&&a<=u+c.nodeSize,f=!c.isLeaf&&Pf(c);if((h||!this.options.showOnlyCurrent)&&f){const m=[this.options.emptyNodeClass];o&&m.push(this.options.emptyEditorClass);const g=Mn.node(u,u+c.nodeSize,{class:m.join(" "),[t]:typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:c,pos:u,hasAnchor:h}):this.options.placeholder});i.push(g)}return this.options.includeChildren}),zt.create(e,i)}}})]}});mn.create({name:"selection",addOptions(){return{className:"selection"}},addProseMirrorPlugins(){const{editor:t,options:e}=this;return[new Kt({key:new tn("selection"),props:{decorations(n){return n.selection.empty||t.isFocused||!t.isEditable||M2(n.selection)||t.view.dragging?null:zt.create(n.doc,[Mn.inline(n.selection.from,n.selection.to,{class:e.className})])}}})]}});function HN({types:t,node:e}){return e&&Array.isArray(t)&&t.includes(e.type)||(e==null?void 0:e.type)===t}var Ez=mn.create({name:"trailingNode",addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){var t;const e=new tn(this.name),n=this.options.node||((t=this.editor.schema.topNodeType.contentMatch.defaultType)==null?void 0:t.name)||"paragraph",r=Object.entries(this.editor.schema.nodes).map(([,a])=>a).filter(a=>(this.options.notAfter||[]).concat(n).includes(a.name));return[new Kt({key:e,appendTransaction:(a,i,o)=>{const{doc:c,tr:u,schema:h}=o,f=e.getState(o),m=c.content.size,g=h.nodes[n];if(f)return u.insert(m,g.create())},state:{init:(a,i)=>{const o=i.tr.doc.lastChild;return!HN({node:o,types:r})},apply:(a,i)=>{if(!a.docChanged||a.getMeta("__uniqueIDTransaction"))return i;const o=a.doc.lastChild;return!HN({node:o,types:r})}}})]}}),Tz=mn.create({name:"undoRedo",addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:t,dispatch:e})=>kC(t,e),redo:()=>({state:t,dispatch:e})=>SC(t,e)}},addProseMirrorPlugins(){return[wz(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),Mz=mn.create({name:"starterKit",addExtensions(){var t,e,n,r;const a=[];return this.options.bold!==!1&&a.push(Z_.configure(this.options.bold)),this.options.blockquote!==!1&&a.push(G_.configure(this.options.blockquote)),this.options.bulletList!==!1&&a.push(dC.configure(this.options.bulletList)),this.options.code!==!1&&a.push(n7.configure(this.options.code)),this.options.codeBlock!==!1&&a.push(a7.configure(this.options.codeBlock)),this.options.document!==!1&&a.push(i7.configure(this.options.document)),this.options.dropcursor!==!1&&a.push(jz.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&a.push(kz.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&a.push(o7.configure(this.options.hardBreak)),this.options.heading!==!1&&a.push(l7.configure(this.options.heading)),this.options.undoRedo!==!1&&a.push(Tz.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&a.push(c7.configure(this.options.horizontalRule)),this.options.italic!==!1&&a.push(p7.configure(this.options.italic)),this.options.listItem!==!1&&a.push(uC.configure(this.options.listItem)),this.options.listKeymap!==!1&&a.push(xC.configure((t=this.options)==null?void 0:t.listKeymap)),this.options.link!==!1&&a.push(F7.configure((e=this.options)==null?void 0:e.link)),this.options.orderedList!==!1&&a.push(bC.configure(this.options.orderedList)),this.options.paragraph!==!1&&a.push(Z7.configure(this.options.paragraph)),this.options.strike!==!1&&a.push(nz.configure(this.options.strike)),this.options.text!==!1&&a.push(rz.configure(this.options.text)),this.options.underline!==!1&&a.push(sz.configure((n=this.options)==null?void 0:n.underline)),this.options.trailingNode!==!1&&a.push(Ez.configure((r=this.options)==null?void 0:r.trailingNode)),a}}),Az=Mz,Iz=/(?:^|\s)(!\[(.+|:?)]\((\S+)(?:(?:\s+)["'](\S+)["'])?\))$/,Rz=Sn.create({name:"image",addOptions(){return{inline:!1,allowBase64:!1,HTMLAttributes:{},resize:!1}},inline(){return this.options.inline},group(){return this.options.inline?"inline":"block"},draggable:!0,addAttributes(){return{src:{default:null},alt:{default:null},title:{default:null},width:{default:null},height:{default:null}}},parseHTML(){return[{tag:this.options.allowBase64?"img[src]":'img[src]:not([src^="data:"])'}]},renderHTML({HTMLAttributes:t}){return["img",kt(this.options.HTMLAttributes,t)]},parseMarkdown:(t,e)=>e.createNode("image",{src:t.href,title:t.title,alt:t.text}),renderMarkdown:t=>{var e,n,r,a,i,o;const c=(n=(e=t.attrs)==null?void 0:e.src)!=null?n:"",u=(a=(r=t.attrs)==null?void 0:r.alt)!=null?a:"",h=(o=(i=t.attrs)==null?void 0:i.title)!=null?o:"";return h?`![${u}](${c} "${h}")`:`![${u}](${c})`},addNodeView(){if(!this.options.resize||!this.options.resize.enabled||typeof document>"u")return null;const{directions:t,minWidth:e,minHeight:n,alwaysPreserveAspectRatio:r}=this.options.resize;return({node:a,getPos:i,HTMLAttributes:o,editor:c})=>{const u=document.createElement("img");Object.entries(o).forEach(([m,g])=>{if(g!=null)switch(m){case"width":case"height":break;default:u.setAttribute(m,g);break}}),u.src=o.src;const h=new D6({element:u,editor:c,node:a,getPos:i,onResize:(m,g)=>{u.style.width=`${m}px`,u.style.height=`${g}px`},onCommit:(m,g)=>{const y=i();y!==void 0&&this.editor.chain().setNodeSelection(y).updateAttributes(this.name,{width:m,height:g}).run()},onUpdate:(m,g,y)=>m.type===a.type,options:{directions:t,min:{width:e,height:n},preserveAspectRatio:r===!0}}),f=h.dom;return f.style.visibility="hidden",f.style.pointerEvents="none",u.onload=()=>{f.style.visibility="",f.style.pointerEvents=""},h}},addCommands(){return{setImage:t=>({commands:e})=>e.insertContent({type:this.name,attrs:t})}},addInputRules(){return[K2({find:Iz,type:this.type,getAttributes:t=>{const[,,e,n,r]=t;return{src:n,alt:e,title:r}}})]}}),Pz=Rz;function Oz(t){var e;const{char:n,allowSpaces:r,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:c}=t,u=r&&!a,h=_6(n),f=new RegExp(`\\s${h}$`),m=o?"^":"",g=a?"":h,y=u?new RegExp(`${m}${h}.*?(?=\\s${g}|$)`,"gm"):new RegExp(`${m}(?:^)?${h}[^\\s${g}]*`,"gm"),N=((e=c.nodeBefore)==null?void 0:e.isText)&&c.nodeBefore.text;if(!N)return null;const w=c.pos-N.length,v=Array.from(N.matchAll(y)).pop();if(!v||v.input===void 0||v.index===void 0)return null;const k=v.input.slice(Math.max(0,v.index-1),v.index),C=new RegExp(`^[${i==null?void 0:i.join("")}\0]?$`).test(k);if(i!==null&&!C)return null;const E=w+v.index;let T=E+v[0].length;return u&&f.test(N.slice(T-1,T+1))&&(v[0]+=" ",T+=1),E=c.pos?{range:{from:E,to:T},query:v[0].slice(n.length),text:v[0]}:null}var Dz=new tn("suggestion");function Lz({pluginKey:t=Dz,editor:e,char:n="@",allowSpaces:r=!1,allowToIncludeChar:a=!1,allowedPrefixes:i=[" "],startOfLine:o=!1,decorationTag:c="span",decorationClass:u="suggestion",decorationContent:h="",decorationEmptyClass:f="is-empty",command:m=()=>null,items:g=()=>[],render:y=()=>({}),allow:N=()=>!0,findSuggestionMatch:w=Oz,shouldShow:v}){let k;const C=y==null?void 0:y(),E=()=>{const _=e.state.selection.$anchor.pos,P=e.view.coordsAtPos(_),{top:L,right:F,bottom:X,left:te}=P;try{return new DOMRect(te,L,F-te,X-L)}catch{return null}},T=(_,P)=>P?()=>{const L=t.getState(e.state),F=L==null?void 0:L.decorationId,X=_.dom.querySelector(`[data-decoration-id="${F}"]`);return(X==null?void 0:X.getBoundingClientRect())||null}:E;function R(_,P){var L;try{const X=t.getState(_.state),te=X!=null&&X.decorationId?_.dom.querySelector(`[data-decoration-id="${X.decorationId}"]`):null,ue={editor:e,range:(X==null?void 0:X.range)||{from:0,to:0},query:(X==null?void 0:X.query)||null,text:(X==null?void 0:X.text)||null,items:[],command:ae=>m({editor:e,range:(X==null?void 0:X.range)||{from:0,to:0},props:ae}),decorationNode:te,clientRect:T(_,te)};(L=C==null?void 0:C.onExit)==null||L.call(C,ue)}catch{}const F=_.state.tr.setMeta(P,{exit:!0});_.dispatch(F)}const D=new Kt({key:t,view(){return{update:async(_,P)=>{var L,F,X,te,ue,ae,I;const O=(L=this.key)==null?void 0:L.getState(P),G=(F=this.key)==null?void 0:F.getState(_.state),z=O.active&&G.active&&O.range.from!==G.range.from,re=!O.active&&G.active,K=O.active&&!G.active,$=!re&&!K&&O.query!==G.query,H=re||z&&$,oe=$||z,q=K||z&&$;if(!H&&!oe&&!q)return;const me=q&&!H?O:G,Z=_.dom.querySelector(`[data-decoration-id="${me.decorationId}"]`);k={editor:e,range:me.range,query:me.query,text:me.text,items:[],command:ce=>m({editor:e,range:me.range,props:ce}),decorationNode:Z,clientRect:T(_,Z)},H&&((X=C==null?void 0:C.onBeforeStart)==null||X.call(C,k)),oe&&((te=C==null?void 0:C.onBeforeUpdate)==null||te.call(C,k)),(oe||H)&&(k.items=await g({editor:e,query:me.query})),q&&((ue=C==null?void 0:C.onExit)==null||ue.call(C,k)),oe&&((ae=C==null?void 0:C.onUpdate)==null||ae.call(C,k)),H&&((I=C==null?void 0:C.onStart)==null||I.call(C,k))},destroy:()=>{var _;k&&((_=C==null?void 0:C.onExit)==null||_.call(C,k))}}},state:{init(){return{active:!1,range:{from:0,to:0},query:null,text:null,composing:!1}},apply(_,P,L,F){const{isEditable:X}=e,{composing:te}=e.view,{selection:ue}=_,{empty:ae,from:I}=ue,O={...P},G=_.getMeta(t);if(G&&G.exit)return O.active=!1,O.decorationId=null,O.range={from:0,to:0},O.query=null,O.text=null,O;if(O.composing=te,X&&(ae||e.view.composing)){(IP.range.to)&&!te&&!P.composing&&(O.active=!1);const z=w({char:n,allowSpaces:r,allowToIncludeChar:a,allowedPrefixes:i,startOfLine:o,$position:ue.$from}),re=`id_${Math.floor(Math.random()*4294967295)}`;z&&N({editor:e,state:F,range:z.range,isActive:P.active})&&(!v||v({editor:e,range:z.range,query:z.query,text:z.text,transaction:_}))?(O.active=!0,O.decorationId=P.decorationId?P.decorationId:re,O.range=z.range,O.query=z.query,O.text=z.text):O.active=!1}else O.active=!1;return O.active||(O.decorationId=null,O.range={from:0,to:0},O.query=null,O.text=null),O}},props:{handleKeyDown(_,P){var L,F,X,te;const{active:ue,range:ae}=D.getState(_.state);if(!ue)return!1;if(P.key==="Escape"||P.key==="Esc"){const O=D.getState(_.state),G=(L=k==null?void 0:k.decorationNode)!=null?L:null,z=G??(O!=null&&O.decorationId?_.dom.querySelector(`[data-decoration-id="${O.decorationId}"]`):null);if(((F=C==null?void 0:C.onKeyDown)==null?void 0:F.call(C,{view:_,event:P,range:O.range}))||!1)return!0;const K={editor:e,range:O.range,query:O.query,text:O.text,items:[],command:$=>m({editor:e,range:O.range,props:$}),decorationNode:z,clientRect:z?()=>z.getBoundingClientRect()||null:null};return(X=C==null?void 0:C.onExit)==null||X.call(C,K),R(_,t),!0}return((te=C==null?void 0:C.onKeyDown)==null?void 0:te.call(C,{view:_,event:P,range:ae}))||!1},decorations(_){const{active:P,range:L,decorationId:F,query:X}=D.getState(_);if(!P)return null;const te=!(X!=null&&X.length),ue=[u];return te&&ue.push(f),zt.create(_.doc,[Mn.inline(L.from,L.to,{nodeName:c,class:ue.join(" "),"data-decoration-id":F,"data-decoration-content":h})])}}});return D}function _z({editor:t,overrideSuggestionOptions:e,extensionName:n,char:r="@"}){const a=new tn;return{editor:t,char:r,pluginKey:a,command:({editor:i,range:o,props:c})=>{var u,h,f;const m=i.view.state.selection.$to.nodeAfter;((u=m==null?void 0:m.text)==null?void 0:u.startsWith(" "))&&(o.to+=1),i.chain().focus().insertContentAt(o,[{type:n,attrs:{...c,mentionSuggestionChar:r}},{type:"text",text:" "}]).run(),(f=(h=i.view.dom.ownerDocument.defaultView)==null?void 0:h.getSelection())==null||f.collapseToEnd()},allow:({state:i,range:o})=>{const c=i.doc.resolve(o.from),u=i.schema.nodes[n];return!!c.parent.type.contentMatch.matchType(u)},...e}}function CC(t){return(t.options.suggestions.length?t.options.suggestions:[t.options.suggestion]).map(e=>_z({editor:t.editor,overrideSuggestionOptions:e,extensionName:t.name,char:e.char}))}function WN(t,e){const n=CC(t),r=n.find(a=>a.char===e);return r||(n.length?n[0]:null)}var zz=Sn.create({name:"mention",priority:101,addOptions(){return{HTMLAttributes:{},renderText({node:t,suggestion:e}){var n,r;return`${(n=e==null?void 0:e.char)!=null?n:"@"}${(r=t.attrs.label)!=null?r:t.attrs.id}`},deleteTriggerWithBackspace:!1,renderHTML({options:t,node:e,suggestion:n}){var r,a;return["span",kt(this.HTMLAttributes,t.HTMLAttributes),`${(r=n==null?void 0:n.char)!=null?r:"@"}${(a=e.attrs.label)!=null?a:e.attrs.id}`]},suggestions:[],suggestion:{}}},group:"inline",inline:!0,selectable:!1,atom:!0,addAttributes(){return{id:{default:null,parseHTML:t=>t.getAttribute("data-id"),renderHTML:t=>t.id?{"data-id":t.id}:{}},label:{default:null,parseHTML:t=>t.getAttribute("data-label"),renderHTML:t=>t.label?{"data-label":t.label}:{}},mentionSuggestionChar:{default:"@",parseHTML:t=>t.getAttribute("data-mention-suggestion-char"),renderHTML:t=>({"data-mention-suggestion-char":t.mentionSuggestionChar})}}},parseHTML(){return[{tag:`span[data-type="${this.name}"]`}]},renderHTML({node:t,HTMLAttributes:e}){const n=WN(this,t.attrs.mentionSuggestionChar);if(this.options.renderLabel!==void 0)return console.warn("renderLabel is deprecated use renderText and renderHTML instead"),["span",kt({"data-type":this.name},this.options.HTMLAttributes,e),this.options.renderLabel({options:this.options,node:t,suggestion:n})];const r={...this.options};r.HTMLAttributes=kt({"data-type":this.name},this.options.HTMLAttributes,e);const a=this.options.renderHTML({options:r,node:t,suggestion:n});return typeof a=="string"?["span",kt({"data-type":this.name},this.options.HTMLAttributes,e),a]:a},...q2({nodeName:"mention",name:"@",selfClosing:!0,allowedAttributes:["id","label",{name:"mentionSuggestionChar",skipIfDefault:"@"}],parseAttributes:t=>{const e={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let r=n.exec(t);for(;r!==null;){const[,a,i,o]=r,c=i??o;e[a==="char"?"mentionSuggestionChar":a]=c,r=n.exec(t)}return e},serializeAttributes:t=>Object.entries(t).filter(([,e])=>e!=null).map(([e,n])=>`${e==="mentionSuggestionChar"?"char":e}="${n}"`).join(" ")}),renderText({node:t}){const e={options:this.options,node:t,suggestion:WN(this,t.attrs.mentionSuggestionChar)};return this.options.renderLabel!==void 0?(console.warn("renderLabel is deprecated use renderText and renderHTML instead"),this.options.renderLabel(e)):this.options.renderText(e)},addKeyboardShortcuts(){return{Backspace:()=>this.editor.commands.command(({tr:t,state:e})=>{let n=!1;const{selection:r}=e,{empty:a,anchor:i}=r;if(!a)return!1;let o=new wa,c=0;return e.doc.nodesBetween(i-1,i,(u,h)=>{if(u.type.name===this.name)return n=!0,o=u,c=h,!1}),n&&t.insertText(this.options.deleteTriggerWithBackspace?"":o.attrs.mentionSuggestionChar,c,c+o.nodeSize),n})}},addProseMirrorPlugins(){return CC(this).map(Lz)}}),Fz=zz,$z=Cz;let bx,vx;if(typeof WeakMap<"u"){let t=new WeakMap;bx=e=>t.get(e),vx=(e,n)=>(t.set(e,n),n)}else{const t=[];let n=0;bx=r=>{for(let a=0;a(n==10&&(n=0),t[n++]=r,t[n++]=a)}var pn=class{constructor(t,e,n,r){this.width=t,this.height=e,this.map=n,this.problems=r}findCell(t){for(let e=0;e=n){(i||(i=[])).push({type:"overlong_rowspan",pos:f,n:k-E});break}const T=a+E*e;for(let R=0;Rr&&(i+=h.attrs.colspan)}}for(let o=0;o1&&(n=!0)}e==-1?e=i:e!=i&&(e=Math.max(e,i))}return e}function Hz(t,e,n){t.problems||(t.problems=[]);const r={};for(let a=0;a0;e--)if(t.node(e).type.spec.tableRole=="row")return t.node(0).resolve(t.before(e+1));return null}function Uz(t){for(let e=t.depth;e>0;e--){const n=t.node(e).type.spec.tableRole;if(n==="cell"||n==="header_cell")return t.node(e)}return null}function Ms(t){const e=t.selection.$head;for(let n=e.depth;n>0;n--)if(e.node(n).type.spec.tableRole=="row")return!0;return!1}function _f(t){const e=t.selection;if("$anchorCell"in e&&e.$anchorCell)return e.$anchorCell.pos>e.$headCell.pos?e.$anchorCell:e.$headCell;if("node"in e&&e.node&&e.node.type.spec.tableRole=="cell")return e.$anchor;const n=jo(e.$head)||Kz(e.$head);if(n)return n;throw new RangeError(`No cell found around position ${e.head}`)}function Kz(t){for(let e=t.nodeAfter,n=t.pos;e;e=e.firstChild,n++){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return t.doc.resolve(n)}for(let e=t.nodeBefore,n=t.pos;e;e=e.lastChild,n--){const r=e.type.spec.tableRole;if(r=="cell"||r=="header_cell")return t.doc.resolve(n-e.nodeSize)}}function Nx(t){return t.parent.type.spec.tableRole=="row"&&!!t.nodeAfter}function qz(t){return t.node(0).resolve(t.pos+t.nodeAfter.nodeSize)}function K0(t,e){return t.depth==e.depth&&t.pos>=e.start(-1)&&t.pos<=e.end(-1)}function EC(t,e,n){const r=t.node(-1),a=pn.get(r),i=t.start(-1),o=a.nextCell(t.pos-i,e,n);return o==null?null:t.node(0).resolve(i+o)}function ko(t,e,n=1){const r={...t,colspan:t.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(e,n),r.colwidth.some(a=>a>0)||(r.colwidth=null)),r}function TC(t,e,n=1){const r={...t,colspan:t.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let a=0;af!=n.pos-i);u.unshift(n.pos-i);const h=u.map(f=>{const m=r.nodeAt(f);if(!m)throw new RangeError(`No cell with offset ${f} found`);const g=i+f+1;return new xS(c.resolve(g),c.resolve(g+m.content.size))});super(h[0].$from,h[0].$to,h),this.$anchorCell=e,this.$headCell=n}map(e,n){const r=e.resolve(n.map(this.$anchorCell.pos)),a=e.resolve(n.map(this.$headCell.pos));if(Nx(r)&&Nx(a)&&K0(r,a)){const i=this.$anchorCell.node(-1)!=r.node(-1);return i&&this.isRowSelection()?xa.rowSelection(r,a):i&&this.isColSelection()?xa.colSelection(r,a):new xa(r,a)}return Qe.between(r,a)}content(){const e=this.$anchorCell.node(-1),n=pn.get(e),r=this.$anchorCell.start(-1),a=n.rectBetween(this.$anchorCell.pos-r,this.$headCell.pos-r),i={},o=[];for(let u=a.top;u0||v>0){let k=N.attrs;if(w>0&&(k=ko(k,0,w)),v>0&&(k=ko(k,k.colspan-v,v)),y.lefta.bottom){const k={...N.attrs,rowspan:Math.min(y.bottom,a.bottom)-Math.max(y.top,a.top)};y.top0)return!1;const r=e+this.$anchorCell.nodeAfter.attrs.rowspan,a=n+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(r,a)==this.$headCell.node(-1).childCount}static colSelection(e,n=e){const r=e.node(-1),a=pn.get(r),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.top<=c.top?(o.top>0&&(e=u.resolve(i+a.map[o.left])),c.bottom0&&(n=u.resolve(i+a.map[c.left])),o.bottom0)return!1;const o=a+this.$anchorCell.nodeAfter.attrs.colspan,c=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(o,c)==n.width}eq(e){return e instanceof xa&&e.$anchorCell.pos==this.$anchorCell.pos&&e.$headCell.pos==this.$headCell.pos}static rowSelection(e,n=e){const r=e.node(-1),a=pn.get(r),i=e.start(-1),o=a.findCell(e.pos-i),c=a.findCell(n.pos-i),u=e.node(0);return o.left<=c.left?(o.left>0&&(e=u.resolve(i+a.map[o.top*a.width])),c.right0&&(n=u.resolve(i+a.map[c.top*a.width])),o.right{e.push(Mn.node(r,r+n.nodeSize,{class:"selectedCell"}))}),zt.create(t.doc,e)}function Qz({$from:t,$to:e}){if(t.pos==e.pos||t.pos=0&&!(t.after(a+1)=0&&!(e.before(i+1)>e.start(i));i--,r--);return n==r&&/row|table/.test(t.node(a).type.spec.tableRole)}function Xz({$from:t,$to:e}){let n,r;for(let a=t.depth;a>0;a--){const i=t.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){n=i;break}}for(let a=e.depth;a>0;a--){const i=e.node(a);if(i.type.spec.tableRole==="cell"||i.type.spec.tableRole==="header_cell"){r=i;break}}return n!==r&&e.parentOffset===0}function Zz(t,e,n){const r=(e||t).selection,a=(e||t).doc;let i,o;if(r instanceof Ge&&(o=r.node.type.spec.tableRole)){if(o=="cell"||o=="header_cell")i=Ut.create(a,r.from);else if(o=="row"){const c=a.resolve(r.from+1);i=Ut.rowSelection(c,c)}else if(!n){const c=pn.get(r.node),u=r.from+1,h=u+c.map[c.width*c.height-1];i=Ut.create(a,u+1,h)}}else r instanceof Qe&&Qz(r)?i=Qe.create(a,r.from):r instanceof Qe&&Xz(r)&&(i=Qe.create(a,r.$from.start(),r.$from.end()));return i&&(e||(e=t.tr)).setSelection(i),e}const eF=new tn("fix-tables");function AC(t,e,n,r){const a=t.childCount,i=e.childCount;e:for(let o=0,c=0;o{a.type.spec.tableRole=="table"&&(n=tF(t,a,i,n))};return e?e.doc!=t.doc&&AC(e.doc,t.doc,0,r):t.doc.descendants(r),n}function tF(t,e,n,r){const a=pn.get(e);if(!a.problems)return r;r||(r=t.tr);const i=[];for(let u=0;u0){let y="cell";f.firstChild&&(y=f.firstChild.type.spec.tableRole);const N=[];for(let v=0;v0?-1:0;Gz(e,r,a+i)&&(i=a==0||a==e.width?null:0);for(let o=0;o0&&a0&&e.map[c-1]==u||a0?-1:0;iF(e,r,a+c)&&(c=a==0||a==e.height?null:0);for(let h=0,f=e.width*a;h0&&a0&&m==e.map[f-e.width]){const g=n.nodeAt(m).attrs;t.setNodeMarkup(t.mapping.slice(c).map(m+r),null,{...g,rowspan:g.rowspan-1}),h+=g.colspan-1}else if(a0&&n[i]==n[i-1]||r.right0&&n[a]==n[a-t]||r.bottom0){const f=u+1+h.content.size,m=UN(h)?u+1:f;i.replaceWith(m+r.tableStart,f+r.tableStart,c)}i.setSelection(new Ut(i.doc.resolve(u+r.tableStart))),e(i)}return!0}function qN(t,e){const n=hr(t.schema);return hF(({node:r})=>n[r.type.spec.tableRole])(t,e)}function hF(t){return(e,n)=>{const r=e.selection;let a,i;if(r instanceof Ut){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;a=r.$anchorCell.nodeAfter,i=r.$anchorCell.pos}else{var o;if(a=Uz(r.$from),!a)return!1;i=(o=jo(r.$from))===null||o===void 0?void 0:o.pos}if(a==null||i==null||a.attrs.colspan==1&&a.attrs.rowspan==1)return!1;if(n){let c=a.attrs;const u=[],h=c.colwidth;c.rowspan>1&&(c={...c,rowspan:1}),c.colspan>1&&(c={...c,colspan:1});const f=Js(e),m=e.tr;for(let y=0;y{o.attrs[t]!==e&&i.setNodeMarkup(c,null,{...o.attrs,[t]:e})}):i.setNodeMarkup(a.pos,null,{...a.nodeAfter.attrs,[t]:e}),r(i)}return!0}}function pF(t){return function(e,n){if(!Ms(e))return!1;if(n){const r=hr(e.schema),a=Js(e),i=e.tr,o=a.map.cellsInRect(t=="column"?{left:a.left,top:0,right:a.right,bottom:a.map.height}:t=="row"?{left:0,top:a.top,right:a.map.width,bottom:a.bottom}:a),c=o.map(u=>a.table.nodeAt(u));for(let u=0;u{const y=g+i.tableStart,N=o.doc.nodeAt(y);N&&o.setNodeMarkup(y,m,N.attrs)}),r(o)}return!0}}ud("row",{useDeprecatedLogic:!0});ud("column",{useDeprecatedLogic:!0});const mF=ud("cell",{useDeprecatedLogic:!0});function gF(t,e){if(e<0){const n=t.nodeBefore;if(n)return t.pos-n.nodeSize;for(let r=t.index(-1)-1,a=t.before();r>=0;r--){const i=t.node(-1).child(r),o=i.lastChild;if(o)return a-1-o.nodeSize;a-=i.nodeSize}}else{if(t.index()0;r--)if(n.node(r).type.spec.tableRole=="table")return e&&e(t.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function Ku(t,e){const n=t.selection;if(!(n instanceof Ut))return!1;if(e){const r=t.tr,a=hr(t.schema).cell.createAndFill().content;n.forEachCell((i,o)=>{i.content.eq(a)||r.replace(r.mapping.map(o+1),r.mapping.map(o+i.nodeSize-1),new Ie(a,0,0))}),r.docChanged&&e(r)}return!0}function yF(t){if(t.size===0)return null;let{content:e,openStart:n,openEnd:r}=t;for(;e.childCount==1&&(n>0&&r>0||e.child(0).type.spec.tableRole=="table");)n--,r--,e=e.child(0).content;const a=e.child(0),i=a.type.spec.tableRole,o=a.type.schema,c=[];if(i=="row")for(let u=0;u=0;o--){const{rowspan:c,colspan:u}=i.child(o).attrs;for(let h=a;h=e.length&&e.push(xe.empty),n[a]r&&(g=g.type.createChecked(ko(g.attrs,g.attrs.colspan,f+g.attrs.colspan-r),g.content)),h.push(g),f+=g.attrs.colspan;for(let y=1;ya&&(m=m.type.create({...m.attrs,rowspan:Math.max(1,a-m.attrs.rowspan)},m.content)),u.push(m)}i.push(xe.from(u))}n=i,e=a}return{width:t,height:e,rows:n}}function NF(t,e,n,r,a,i,o){const c=t.doc.type.schema,u=hr(c);let h,f;if(a>e.width)for(let m=0,g=0;me.height){const m=[];for(let N=0,w=(e.height-1)*e.width;N=e.width?!1:n.nodeAt(e.map[w+N]).type==u.header_cell;m.push(v?f||(f=u.header_cell.createAndFill()):h||(h=u.cell.createAndFill()))}const g=u.row.create(null,xe.from(m)),y=[];for(let N=e.height;N{if(!a)return!1;const i=n.selection;if(i instanceof Ut)return sh(n,r,rt.near(i.$headCell,e));if(t!="horiz"&&!i.empty)return!1;const o=OC(a,t,e);if(o==null)return!1;if(t=="horiz")return sh(n,r,rt.near(n.doc.resolve(i.head+e),e));{const c=n.doc.resolve(o),u=EC(c,t,e);let h;return u?h=rt.near(u,1):e<0?h=rt.near(n.doc.resolve(c.before(-1)),-1):h=rt.near(n.doc.resolve(c.after(-1)),1),sh(n,r,h)}}}function Gu(t,e){return(n,r,a)=>{if(!a)return!1;const i=n.selection;let o;if(i instanceof Ut)o=i;else{const u=OC(a,t,e);if(u==null)return!1;o=new Ut(n.doc.resolve(u))}const c=EC(o.$headCell,t,e);return c?sh(n,r,new Ut(o.$anchorCell,c)):!1}}function jF(t,e){const n=t.state.doc,r=jo(n.resolve(e));return r?(t.dispatch(t.state.tr.setSelection(new Ut(r))),!0):!1}function kF(t,e,n){if(!Ms(t.state))return!1;let r=yF(n);const a=t.state.selection;if(a instanceof Ut){r||(r={width:1,height:1,rows:[xe.from(wx(hr(t.state.schema).cell,n))]});const i=a.$anchorCell.node(-1),o=a.$anchorCell.start(-1),c=pn.get(i).rectBetween(a.$anchorCell.pos-o,a.$headCell.pos-o);return r=vF(r,c.right-c.left,c.bottom-c.top),XN(t.state,t.dispatch,o,c,r),!0}else if(r){const i=_f(t.state),o=i.start(-1);return XN(t.state,t.dispatch,o,pn.get(i.node(-1)).findCell(i.pos-o),r),!0}else return!1}function SF(t,e){var n;if(e.button!=0||e.ctrlKey||e.metaKey)return;const r=ZN(t,e.target);let a;if(e.shiftKey&&t.state.selection instanceof Ut)i(t.state.selection.$anchorCell,e),e.preventDefault();else if(e.shiftKey&&r&&(a=jo(t.state.selection.$anchor))!=null&&((n=xg(t,e))===null||n===void 0?void 0:n.pos)!=a.pos)i(a,e),e.preventDefault();else if(!r)return;function i(u,h){let f=xg(t,h);const m=ii.getState(t.state)==null;if(!f||!K0(u,f))if(m)f=u;else return;const g=new Ut(u,f);if(m||!t.state.selection.eq(g)){const y=t.state.tr.setSelection(g);m&&y.setMeta(ii,u.pos),t.dispatch(y)}}function o(){t.root.removeEventListener("mouseup",o),t.root.removeEventListener("dragstart",o),t.root.removeEventListener("mousemove",c),ii.getState(t.state)!=null&&t.dispatch(t.state.tr.setMeta(ii,-1))}function c(u){const h=u,f=ii.getState(t.state);let m;if(f!=null)m=t.state.doc.resolve(f);else if(ZN(t,h.target)!=r&&(m=xg(t,e),!m))return o();m&&i(m,h)}t.root.addEventListener("mouseup",o),t.root.addEventListener("dragstart",o),t.root.addEventListener("mousemove",c)}function OC(t,e,n){if(!(t.state.selection instanceof Qe))return null;const{$head:r}=t.state.selection;for(let a=r.depth-1;a>=0;a--){const i=r.node(a);if((n<0?r.index(a):r.indexAfter(a))!=(n<0?0:i.childCount))return null;if(i.type.spec.tableRole=="cell"||i.type.spec.tableRole=="header_cell"){const o=r.before(a),c=e=="vert"?n>0?"down":"up":n>0?"right":"left";return t.endOfTextblock(c)?o:null}}return null}function ZN(t,e){for(;e&&e!=t.dom;e=e.parentNode)if(e.nodeName=="TD"||e.nodeName=="TH")return e;return null}function xg(t,e){const n=t.posAtCoords({left:e.clientX,top:e.clientY});if(!n)return null;let{inside:r,pos:a}=n;return r>=0&&jo(t.state.doc.resolve(r))||jo(t.state.doc.resolve(a))}var CF=class{constructor(e,n){this.node=e,this.defaultCellMinWidth=n,this.dom=document.createElement("div"),this.dom.className="tableWrapper",this.table=this.dom.appendChild(document.createElement("table")),this.table.style.setProperty("--default-cell-min-width",`${n}px`),this.colgroup=this.table.appendChild(document.createElement("colgroup")),jx(e,this.colgroup,this.table,n),this.contentDOM=this.table.appendChild(document.createElement("tbody"))}update(e){return e.type!=this.node.type?!1:(this.node=e,jx(e,this.colgroup,this.table,this.defaultCellMinWidth),!0)}ignoreMutation(e){return e.type=="attributes"&&(e.target==this.table||this.colgroup.contains(e.target))}};function jx(t,e,n,r,a,i){let o=0,c=!0,u=e.firstChild;const h=t.firstChild;if(h){for(let m=0,g=0;mnew r(m,n,g)),new TF(-1,!1)},apply(o,c){return c.apply(o)}},props:{attributes:o=>{const c=$r.getState(o);return c&&c.activeHandle>-1?{class:"resize-cursor"}:{}},handleDOMEvents:{mousemove:(o,c)=>{MF(o,c,t,a)},mouseleave:o=>{AF(o)},mousedown:(o,c)=>{IF(o,c,e,n)}},decorations:o=>{const c=$r.getState(o);if(c&&c.activeHandle>-1)return LF(o,c.activeHandle)},nodeViews:{}}});return i}var TF=class ah{constructor(e,n){this.activeHandle=e,this.dragging=n}apply(e){const n=this,r=e.getMeta($r);if(r&&r.setHandle!=null)return new ah(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new ah(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&e.docChanged){let a=e.mapping.map(n.activeHandle,-1);return Nx(e.doc.resolve(a))||(a=-1),new ah(a,n.dragging)}return n}};function MF(t,e,n,r){if(!t.editable)return;const a=$r.getState(t.state);if(a&&!a.dragging){const i=PF(e.target);let o=-1;if(i){const{left:c,right:u}=i.getBoundingClientRect();e.clientX-c<=n?o=ew(t,e,"left",n):u-e.clientX<=n&&(o=ew(t,e,"right",n))}if(o!=a.activeHandle){if(!r&&o!==-1){const c=t.state.doc.resolve(o),u=c.node(-1),h=pn.get(u),f=c.start(-1);if(h.colCount(c.pos-f)+c.nodeAfter.attrs.colspan-1==h.width-1)return}DC(t,o)}}}function AF(t){if(!t.editable)return;const e=$r.getState(t.state);e&&e.activeHandle>-1&&!e.dragging&&DC(t,-1)}function IF(t,e,n,r){var a;if(!t.editable)return!1;const i=(a=t.dom.ownerDocument.defaultView)!==null&&a!==void 0?a:window,o=$r.getState(t.state);if(!o||o.activeHandle==-1||o.dragging)return!1;const c=t.state.doc.nodeAt(o.activeHandle),u=RF(t,o.activeHandle,c.attrs);t.dispatch(t.state.tr.setMeta($r,{setDragging:{startX:e.clientX,startWidth:u}}));function h(m){i.removeEventListener("mouseup",h),i.removeEventListener("mousemove",f);const g=$r.getState(t.state);g!=null&&g.dragging&&(OF(t,g.activeHandle,tw(g.dragging,m,n)),t.dispatch(t.state.tr.setMeta($r,{setDragging:null})))}function f(m){if(!m.which)return h(m);const g=$r.getState(t.state);if(g&&g.dragging){const y=tw(g.dragging,m,n);nw(t,g.activeHandle,y,r)}}return nw(t,o.activeHandle,u,r),i.addEventListener("mouseup",h),i.addEventListener("mousemove",f),e.preventDefault(),!0}function RF(t,e,{colspan:n,colwidth:r}){const a=r&&r[r.length-1];if(a)return a;const i=t.domAtPos(e);let o=i.node.childNodes[i.offset].offsetWidth,c=n;if(r)for(let u=0;u{var e,n;const r=t.getAttribute("colwidth"),a=r?r.split(",").map(i=>parseInt(i,10)):null;if(!a){const i=(e=t.closest("table"))==null?void 0:e.querySelectorAll("colgroup > col"),o=Array.from(((n=t.parentElement)==null?void 0:n.children)||[]).indexOf(t);if(o&&o>-1&&i&&i[o]){const c=i[o].getAttribute("width");return c?[parseInt(c,10)]:null}}return a}}}},tableRole:"cell",isolating:!0,parseHTML(){return[{tag:"td"}]},renderHTML({HTMLAttributes:t}){return["td",kt(this.options.HTMLAttributes,t),0]}}),_C=Sn.create({name:"tableHeader",addOptions(){return{HTMLAttributes:{}}},content:"block+",addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:t=>{const e=t.getAttribute("colwidth");return e?e.split(",").map(r=>parseInt(r,10)):null}}}},tableRole:"header_cell",isolating:!0,parseHTML(){return[{tag:"th"}]},renderHTML({HTMLAttributes:t}){return["th",kt(this.options.HTMLAttributes,t),0]}}),zC=Sn.create({name:"tableRow",addOptions(){return{HTMLAttributes:{}}},content:"(tableCell | tableHeader)*",tableRole:"row",parseHTML(){return[{tag:"tr"}]},renderHTML({HTMLAttributes:t}){return["tr",kt(this.options.HTMLAttributes,t),0]}});function kx(t,e){return e?["width",`${Math.max(e,t)}px`]:["min-width",`${t}px`]}function rw(t,e,n,r,a,i){var o;let c=0,u=!0,h=e.firstChild;const f=t.firstChild;if(f!==null)for(let g=0,y=0;g{const r=t.nodes[n];r.spec.tableRole&&(e[r.spec.tableRole]=r)}),t.cached.tableNodeTypes=e,e}function BF(t,e,n,r,a){const i=$F(t),o=[],c=[];for(let h=0;h{const{selection:e}=t.state;if(!VF(e))return!1;let n=0;const r=N2(e.ranges[0].$from,i=>i.type.name==="table");return r==null||r.node.descendants(i=>{if(i.type.name==="table")return!1;["tableCell","tableHeader"].includes(i.type.name)&&(n+=1)}),n===e.ranges.length?(t.commands.deleteTable(),!0):!1},HF="";function WF(t){return(t||"").replace(/\s+/g," ").trim()}function UF(t,e,n={}){var r;const a=(r=n.cellLineSeparator)!=null?r:HF;if(!t||!t.content||t.content.length===0)return"";const i=[];t.content.forEach(N=>{const w=[];N.content&&N.content.forEach(v=>{let k="";v.content&&Array.isArray(v.content)&&v.content.length>1?k=v.content.map(R=>e.renderChildren(R)).join(a):k=v.content?e.renderChildren(v.content):"";const C=WF(k),E=v.type==="tableHeader";w.push({text:C,isHeader:E})}),i.push(w)});const o=i.reduce((N,w)=>Math.max(N,w.length),0);if(o===0)return"";const c=new Array(o).fill(0);i.forEach(N=>{var w;for(let v=0;vc[v]&&(c[v]=C),c[v]<3&&(c[v]=3)}});const u=(N,w)=>N+" ".repeat(Math.max(0,w-N.length)),h=i[0],f=h.some(N=>N.isHeader);let m=` `;const g=new Array(o).fill(0).map((N,w)=>f&&h[w]&&h[w].text||"");return m+=`| ${g.map((N,w)=>u(N,c[w])).join(" | ")} | `,m+=`| ${c.map(N=>"-".repeat(Math.max(3,N))).join(" | ")} | `,(f?i.slice(1):i).forEach(N=>{m+=`| ${new Array(o).fill(0).map((w,v)=>u(N[v]&&N[v].text||"",c[v])).join(" | ")} | -`}),m}var UF=WF,zC=Sn.create({name:"table",addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:_F,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:"tableRow+",tableRole:"table",isolating:!0,group:"block",parseHTML(){return[{tag:"table"}]},renderHTML({node:t,HTMLAttributes:e}){const{colgroup:n,tableWidth:r,tableMinWidth:a}=zF(t,this.options.cellMinWidth),i=e.style;function o(){return i||(r?`width: ${r}`:`min-width: ${a}`)}const c=["table",kt(this.options.HTMLAttributes,e,{style:o()}),n,["tbody",0]];return this.options.renderWrapper?["div",{class:"tableWrapper"},c]:c},parseMarkdown:(t,e)=>{const n=[];if(t.header){const r=[];t.header.forEach(a=>{r.push(e.createNode("tableHeader",{},[{type:"paragraph",content:e.parseInline(a.tokens)}]))}),n.push(e.createNode("tableRow",{},r))}return t.rows&&t.rows.forEach(r=>{const a=[];r.forEach(i=>{a.push(e.createNode("tableCell",{},[{type:"paragraph",content:e.parseInline(i.tokens)}]))}),n.push(e.createNode("tableRow",{},a))}),e.createNode("table",void 0,n)},renderMarkdown:(t,e)=>UF(t,e),addCommands(){return{insertTable:({rows:t=3,cols:e=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:a,editor:i})=>{const o=$F(i.schema,t,e,n);if(a){const c=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(Qe.near(r.doc.resolve(c)))}return!0},addColumnBefore:()=>({state:t,dispatch:e})=>tF(t,e),addColumnAfter:()=>({state:t,dispatch:e})=>nF(t,e),deleteColumn:()=>({state:t,dispatch:e})=>sF(t,e),addRowBefore:()=>({state:t,dispatch:e})=>iF(t,e),addRowAfter:()=>({state:t,dispatch:e})=>oF(t,e),deleteRow:()=>({state:t,dispatch:e})=>cF(t,e),deleteTable:()=>({state:t,dispatch:e})=>gF(t,e),mergeCells:()=>({state:t,dispatch:e})=>KN(t,e),splitCell:()=>({state:t,dispatch:e})=>qN(t,e),toggleHeaderColumn:()=>({state:t,dispatch:e})=>ud("column")(t,e),toggleHeaderRow:()=>({state:t,dispatch:e})=>ud("row")(t,e),toggleHeaderCell:()=>({state:t,dispatch:e})=>pF(t,e),mergeOrSplit:()=>({state:t,dispatch:e})=>KN(t,e)?!0:qN(t,e),setCellAttribute:(t,e)=>({state:n,dispatch:r})=>hF(t,e)(n,r),goToNextCell:()=>({state:t,dispatch:e})=>JN(1)(t,e),goToPreviousCell:()=>({state:t,dispatch:e})=>JN(-1)(t,e),fixTables:()=>({state:t,dispatch:e})=>(e&&AC(t),!0),setCellSelection:t=>({tr:e,dispatch:n})=>{if(n){const r=Ut.create(e.doc,t.anchorCell,t.headCell);e.setSelection(r)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Ju,"Mod-Backspace":Ju,Delete:Ju,"Mod-Delete":Ju}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[CF({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],LF({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(t){const e={name:t.name,options:t.options,storage:t.storage};return{tableRole:jt(We(t,"tableRole",e))}}});mn.create({name:"tableKit",addExtensions(){const t=[];return this.options.table!==!1&&t.push(zC.configure(this.options.table)),this.options.tableCell!==!1&&t.push(DC.configure(this.options.tableCell)),this.options.tableHeader!==!1&&t.push(LC.configure(this.options.tableHeader)),this.options.tableRow!==!1&&t.push(_C.configure(this.options.tableRow)),t}});function KF(t){if(!t)return"";let e=t;return e=e.replace(/]*>(.*?)<\/h1>/gi,`# $1 +`}),m}var KF=UF,FC=Sn.create({name:"table",addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:zF,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:"tableRow+",tableRole:"table",isolating:!0,group:"block",parseHTML(){return[{tag:"table"}]},renderHTML({node:t,HTMLAttributes:e}){const{colgroup:n,tableWidth:r,tableMinWidth:a}=FF(t,this.options.cellMinWidth),i=e.style;function o(){return i||(r?`width: ${r}`:`min-width: ${a}`)}const c=["table",kt(this.options.HTMLAttributes,e,{style:o()}),n,["tbody",0]];return this.options.renderWrapper?["div",{class:"tableWrapper"},c]:c},parseMarkdown:(t,e)=>{const n=[];if(t.header){const r=[];t.header.forEach(a=>{r.push(e.createNode("tableHeader",{},[{type:"paragraph",content:e.parseInline(a.tokens)}]))}),n.push(e.createNode("tableRow",{},r))}return t.rows&&t.rows.forEach(r=>{const a=[];r.forEach(i=>{a.push(e.createNode("tableCell",{},[{type:"paragraph",content:e.parseInline(i.tokens)}]))}),n.push(e.createNode("tableRow",{},a))}),e.createNode("table",void 0,n)},renderMarkdown:(t,e)=>KF(t,e),addCommands(){return{insertTable:({rows:t=3,cols:e=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:a,editor:i})=>{const o=BF(i.schema,t,e,n);if(a){const c=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(Qe.near(r.doc.resolve(c)))}return!0},addColumnBefore:()=>({state:t,dispatch:e})=>nF(t,e),addColumnAfter:()=>({state:t,dispatch:e})=>rF(t,e),deleteColumn:()=>({state:t,dispatch:e})=>aF(t,e),addRowBefore:()=>({state:t,dispatch:e})=>oF(t,e),addRowAfter:()=>({state:t,dispatch:e})=>lF(t,e),deleteRow:()=>({state:t,dispatch:e})=>dF(t,e),deleteTable:()=>({state:t,dispatch:e})=>xF(t,e),mergeCells:()=>({state:t,dispatch:e})=>KN(t,e),splitCell:()=>({state:t,dispatch:e})=>qN(t,e),toggleHeaderColumn:()=>({state:t,dispatch:e})=>ud("column")(t,e),toggleHeaderRow:()=>({state:t,dispatch:e})=>ud("row")(t,e),toggleHeaderCell:()=>({state:t,dispatch:e})=>mF(t,e),mergeOrSplit:()=>({state:t,dispatch:e})=>KN(t,e)?!0:qN(t,e),setCellAttribute:(t,e)=>({state:n,dispatch:r})=>fF(t,e)(n,r),goToNextCell:()=>({state:t,dispatch:e})=>JN(1)(t,e),goToPreviousCell:()=>({state:t,dispatch:e})=>JN(-1)(t,e),fixTables:()=>({state:t,dispatch:e})=>(e&&IC(t),!0),setCellSelection:t=>({tr:e,dispatch:n})=>{if(n){const r=Ut.create(e.doc,t.anchorCell,t.headCell);e.setSelection(r)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Ju,"Mod-Backspace":Ju,Delete:Ju,"Mod-Delete":Ju}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[EF({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],_F({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(t){const e={name:t.name,options:t.options,storage:t.storage};return{tableRole:jt(We(t,"tableRole",e))}}});mn.create({name:"tableKit",addExtensions(){const t=[];return this.options.table!==!1&&t.push(FC.configure(this.options.table)),this.options.tableCell!==!1&&t.push(LC.configure(this.options.tableCell)),this.options.tableHeader!==!1&&t.push(_C.configure(this.options.tableHeader)),this.options.tableRow!==!1&&t.push(zC.configure(this.options.tableRow)),t}});function qF(t){if(!t)return"";let e=t;return e=e.replace(/]*>(.*?)<\/h1>/gi,`# $1 `),e=e.replace(/]*>(.*?)<\/h2>/gi,`## $1 @@ -769,11 +769,11 @@ ${y.slice(h+2)}`,m+=1;else break}e.push({indent:h,number:parseInt(c,10),content: `),e=e.replace(/]*data-type="mention"[^>]*data-id="([^"]*)"[^>]*>@([^<]*)<\/span>/gi,"@$2"),e=e.replace(/]*data-type="linkTag"[^>]*data-url="([^"]*)"[^>]*>#([^<]*)<\/span>/gi,"#[$2]($1)"),e=e.replace(/<[^>]+>/g,""),e=e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/'/g,"'"),e=e.replace(/\n{3,}/g,` `),e.trim()}function aw(t){if(!t)return"";if(t.startsWith("<")&&t.includes("$1"),e=e.replace(/^## (.+)$/gm,"

$1

"),e=e.replace(/^# (.+)$/gm,"

$1

"),e=e.replace(/\*\*(.+?)\*\*/g,"$1"),e=e.replace(/\*(.+?)\*/g,"$1"),e=e.replace(/~~(.+?)~~/g,"$1"),e=e.replace(/`([^`]+)`/g,"$1"),e=e.replace(/!\[([^\]]*)\]\(([^)]+)\)/g,'$1'),e=e.replace(/\[([^\]]+)\]\(([^)]+)\)/g,'$1'),e=e.replace(/^> (.+)$/gm,"

$1

"),e=e.replace(/^---$/gm,"
"),e=e.replace(/^- (.+)$/gm,"
  • $1
  • ");const n=e.split(` -`),r=[];for(const a of n){const i=a.trim();i&&(/^<(?:h[1-6]|blockquote|hr|li|ul|ol|table|img)/.test(i)?r.push(i):r.push(`

    ${i}

    `))}return r.join("")}const qF=Sn.create({name:"linkTag",group:"inline",inline:!0,selectable:!0,atom:!0,addAttributes(){return{label:{default:""},url:{default:""},tagType:{default:"url",parseHTML:t=>t.getAttribute("data-tag-type")||"url"},tagId:{default:"",parseHTML:t=>t.getAttribute("data-tag-id")||""},pagePath:{default:"",parseHTML:t=>t.getAttribute("data-page-path")||""},appId:{default:"",parseHTML:t=>t.getAttribute("data-app-id")||""},mpKey:{default:"",parseHTML:t=>t.getAttribute("data-mp-key")||""}}},parseHTML(){return[{tag:'span[data-type="linkTag"]',getAttrs:t=>{var e;return{label:((e=t.textContent)==null?void 0:e.replace(/^#/,"").trim())||"",url:t.getAttribute("data-url")||"",tagType:t.getAttribute("data-tag-type")||"url",tagId:t.getAttribute("data-tag-id")||"",pagePath:t.getAttribute("data-page-path")||"",appId:t.getAttribute("data-app-id")||"",mpKey:t.getAttribute("data-mp-key")||""}}}]},renderHTML({node:t,HTMLAttributes:e}){return["span",kt(e,{"data-type":"linkTag","data-url":t.attrs.url,"data-tag-type":t.attrs.tagType,"data-tag-id":t.attrs.tagId,"data-page-path":t.attrs.pagePath,"data-app-id":t.attrs.appId||"","data-mp-key":t.attrs.mpKey||t.attrs.appId||"",class:"link-tag-node"}),`#${t.attrs.label}`]}}),GF=t=>({items:({query:e})=>t.filter(n=>n.name.toLowerCase().includes(e.toLowerCase())||n.id.includes(e)).slice(0,8),render:()=>{let e=null,n=0,r=[],a=null;const i=()=>{e&&(e.innerHTML=r.map((o,c)=>`
    - @${o.name} - ${o.label||o.id} -
    `).join(""),e.querySelectorAll(".mention-item").forEach(o=>{o.addEventListener("click",()=>{const c=parseInt(o.getAttribute("data-index")||"0");a&&r[c]&&a({id:r[c].id,label:r[c].name})})}))};return{onStart:o=>{if(e=document.createElement("div"),e.className="mention-popup",document.body.appendChild(e),r=o.items,a=o.command,n=0,i(),o.clientRect){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onUpdate:o=>{if(r=o.items,a=o.command,n=0,i(),o.clientRect&&e){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onKeyDown:o=>o.event.key==="ArrowUp"?(n=Math.max(0,n-1),i(),!0):o.event.key==="ArrowDown"?(n=Math.min(r.length-1,n+1),i(),!0):o.event.key==="Enter"?(a&&r[n]&&a({id:r[n].id,label:r[n].name}),!0):o.event.key==="Escape"?(e==null||e.remove(),e=null,!0):!1,onExit:()=>{e==null||e.remove(),e=null}}}});function JF(t){var r;const e=[],n=(r=t.clipboardData)==null?void 0:r.items;if(!n)return e;for(let a=0;a{const u=b.useRef(null),h=b.useRef(null),[f,m]=b.useState(""),[g,y]=b.useState(!1),N=b.useRef(aw(t)),w=b.useCallback((T,R)=>{var L;const D=h.current;if(!D||!n)return!1;const _=JF(R);if(_.length>0)return R.preventDefault(),(async()=>{for(const F of _)try{const X=await n(F);X&&D.chain().focus().setImage({src:X}).run()}catch(X){console.error("粘贴图片上传失败",X)}})(),!0;const P=(L=R.clipboardData)==null?void 0:L.getData("text/html");if(P&&/data:image\/[^;"']+;base64,/i.test(P)){R.preventDefault();const{from:F,to:X}=D.state.selection;return(async()=>{try{const te=await XF(P,n);D.chain().focus().insertContentAt({from:F,to:X},te).run()}catch(te){console.error("粘贴 HTML 内 base64 转换失败",te)}})(),!0}return!1},[n]),v=V_({extensions:[Mz.configure({link:{openOnClick:!1,HTMLAttributes:{class:"rich-link"}}}),Rz.configure({inline:!0,allowBase64:!0}),zz.configure({HTMLAttributes:{class:"mention-tag"},suggestion:GF(r)}),qF,Fz.configure({placeholder:i}),zC.configure({resizable:!0}),_C,DC,LC],content:N.current,onUpdate:({editor:T})=>{e(T.getHTML())},editorProps:{attributes:{class:"rich-editor-content"},handlePaste:w}});b.useEffect(()=>{h.current=v??null},[v]),b.useImperativeHandle(c,()=>({getHTML:()=>(v==null?void 0:v.getHTML())||"",getMarkdown:()=>KF((v==null?void 0:v.getHTML())||"")})),b.useEffect(()=>{if(v&&t!==v.getHTML()){const T=aw(t);T!==v.getHTML()&&v.commands.setContent(T)}},[t]);const k=b.useCallback(async T=>{var D;const R=(D=T.target.files)==null?void 0:D[0];if(!(!R||!v)){if(n){const _=await n(R);_&&v.chain().focus().setImage({src:_}).run()}else{const _=new FileReader;_.onload=()=>{typeof _.result=="string"&&v.chain().focus().setImage({src:_.result}).run()},_.readAsDataURL(R)}T.target.value=""}},[v,n]),C=b.useCallback(T=>{v&&v.chain().focus().insertContent({type:"linkTag",attrs:{label:T.label,url:T.url||"",tagType:T.type||"url",tagId:T.id||"",pagePath:T.pagePath||"",appId:T.appId||"",mpKey:T.type==="miniprogram"&&T.appId||""}}).run()},[v]),E=b.useCallback(()=>{!v||!f||(v.chain().focus().setLink({href:f}).run(),m(""),y(!1))},[v,f]);return v?s.jsxs("div",{className:`rich-editor-wrapper ${o||""}`,children:[s.jsxs("div",{className:"rich-editor-toolbar",children:[s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>v.chain().focus().toggleBold().run(),className:v.isActive("bold")?"is-active":"",type:"button",children:s.jsx($T,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleItalic().run(),className:v.isActive("italic")?"is-active":"",type:"button",children:s.jsx(FM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleStrike().run(),className:v.isActive("strike")?"is-active":"",type:"button",children:s.jsx(DA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleCode().run(),className:v.isActive("code")?"is-active":"",type:"button",children:s.jsx(oM,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:1}).run(),className:v.isActive("heading",{level:1})?"is-active":"",type:"button",children:s.jsx(MM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:2}).run(),className:v.isActive("heading",{level:2})?"is-active":"",type:"button",children:s.jsx(IM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:3}).run(),className:v.isActive("heading",{level:3})?"is-active":"",type:"button",children:s.jsx(PM,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>v.chain().focus().toggleBulletList().run(),className:v.isActive("bulletList")?"is-active":"",type:"button",children:s.jsx(GM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleOrderedList().run(),className:v.isActive("orderedList")?"is-active":"",type:"button",children:s.jsx(KM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleBlockquote().run(),className:v.isActive("blockquote")?"is-active":"",type:"button",children:s.jsx(vA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().setHorizontalRule().run(),type:"button",children:s.jsx(aA,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("input",{ref:u,type:"file",accept:"image/*",onChange:k,className:"hidden"}),s.jsx("button",{onClick:()=>{var T;return(T=u.current)==null?void 0:T.click()},type:"button",children:s.jsx(Qw,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>y(!g),className:v.isActive("link")?"is-active":"",type:"button",children:s.jsx(Ig,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run(),type:"button",children:s.jsx(_A,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>v.chain().focus().undo().run(),disabled:!v.can().undo(),type:"button",children:s.jsx(WA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().redo().run(),disabled:!v.can().redo(),type:"button",children:s.jsx(wA,{className:"w-4 h-4"})})]}),a.length>0&&s.jsxs(s.Fragment,{children:[s.jsx("div",{className:"toolbar-divider"}),s.jsx("div",{className:"toolbar-group",children:s.jsxs("select",{className:"link-tag-select",onChange:T=>{const R=a.find(D=>D.id===T.target.value);R&&C(R),T.target.value=""},defaultValue:"",children:[s.jsx("option",{value:"",disabled:!0,children:"# 插入链接标签"}),a.map(T=>s.jsx("option",{value:T.id,children:T.label},T.id))]})})]})]}),g&&s.jsxs("div",{className:"link-input-bar",children:[s.jsx("input",{type:"url",placeholder:"输入链接地址...",value:f,onChange:T=>m(T.target.value),onKeyDown:T=>T.key==="Enter"&&E(),className:"link-input"}),s.jsx("button",{onClick:E,className:"link-confirm",type:"button",children:"确定"}),s.jsx("button",{onClick:()=>{v.chain().focus().unsetLink().run(),y(!1)},className:"link-remove",type:"button",children:"移除"})]}),s.jsx(J2,{editor:v})]}):null});Sx.displayName="RichEditor";const ZF=["top","right","bottom","left"],wi=Math.min,zr=Math.max,sf=Math.round,Yu=Math.floor,Ws=t=>({x:t,y:t}),e$={left:"right",right:"left",bottom:"top",top:"bottom"},t$={start:"end",end:"start"};function Cx(t,e,n){return zr(t,wi(e,n))}function Sa(t,e){return typeof t=="function"?t(e):t}function Ca(t){return t.split("-")[0]}function $l(t){return t.split("-")[1]}function q0(t){return t==="x"?"y":"x"}function G0(t){return t==="y"?"height":"width"}const n$=new Set(["top","bottom"]);function Hs(t){return n$.has(Ca(t))?"y":"x"}function J0(t){return q0(Hs(t))}function r$(t,e,n){n===void 0&&(n=!1);const r=$l(t),a=J0(t),i=G0(a);let o=a==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(o=af(o)),[o,af(o)]}function s$(t){const e=af(t);return[Ex(t),e,Ex(e)]}function Ex(t){return t.replace(/start|end/g,e=>t$[e])}const iw=["left","right"],ow=["right","left"],a$=["top","bottom"],i$=["bottom","top"];function o$(t,e,n){switch(t){case"top":case"bottom":return n?e?ow:iw:e?iw:ow;case"left":case"right":return e?a$:i$;default:return[]}}function l$(t,e,n,r){const a=$l(t);let i=o$(Ca(t),n==="start",r);return a&&(i=i.map(o=>o+"-"+a),e&&(i=i.concat(i.map(Ex)))),i}function af(t){return t.replace(/left|right|bottom|top/g,e=>e$[e])}function c$(t){return{top:0,right:0,bottom:0,left:0,...t}}function FC(t){return typeof t!="number"?c$(t):{top:t,right:t,bottom:t,left:t}}function of(t){const{x:e,y:n,width:r,height:a}=t;return{width:r,height:a,top:n,left:e,right:e+r,bottom:n+a,x:e,y:n}}function lw(t,e,n){let{reference:r,floating:a}=t;const i=Hs(e),o=J0(e),c=G0(o),u=Ca(e),h=i==="y",f=r.x+r.width/2-a.width/2,m=r.y+r.height/2-a.height/2,g=r[c]/2-a[c]/2;let y;switch(u){case"top":y={x:f,y:r.y-a.height};break;case"bottom":y={x:f,y:r.y+r.height};break;case"right":y={x:r.x+r.width,y:m};break;case"left":y={x:r.x-a.width,y:m};break;default:y={x:r.x,y:r.y}}switch($l(e)){case"start":y[o]-=g*(n&&h?-1:1);break;case"end":y[o]+=g*(n&&h?-1:1);break}return y}async function d$(t,e){var n;e===void 0&&(e={});const{x:r,y:a,platform:i,rects:o,elements:c,strategy:u}=t,{boundary:h="clippingAncestors",rootBoundary:f="viewport",elementContext:m="floating",altBoundary:g=!1,padding:y=0}=Sa(e,t),N=FC(y),v=c[g?m==="floating"?"reference":"floating":m],k=of(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(v)))==null||n?v:v.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:h,rootBoundary:f,strategy:u})),C=m==="floating"?{x:r,y:a,width:o.floating.width,height:o.floating.height}:o.reference,E=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),T=await(i.isElement==null?void 0:i.isElement(E))?await(i.getScale==null?void 0:i.getScale(E))||{x:1,y:1}:{x:1,y:1},R=of(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:C,offsetParent:E,strategy:u}):C);return{top:(k.top-R.top+N.top)/T.y,bottom:(R.bottom-k.bottom+N.bottom)/T.y,left:(k.left-R.left+N.left)/T.x,right:(R.right-k.right+N.right)/T.x}}const u$=async(t,e,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:o}=n,c=i.filter(Boolean),u=await(o.isRTL==null?void 0:o.isRTL(e));let h=await o.getElementRects({reference:t,floating:e,strategy:a}),{x:f,y:m}=lw(h,r,u),g=r,y={},N=0;for(let v=0;v({name:"arrow",options:t,async fn(e){const{x:n,y:r,placement:a,rects:i,platform:o,elements:c,middlewareData:u}=e,{element:h,padding:f=0}=Sa(t,e)||{};if(h==null)return{};const m=FC(f),g={x:n,y:r},y=J0(a),N=G0(y),w=await o.getDimensions(h),v=y==="y",k=v?"top":"left",C=v?"bottom":"right",E=v?"clientHeight":"clientWidth",T=i.reference[N]+i.reference[y]-g[y]-i.floating[N],R=g[y]-i.reference[y],D=await(o.getOffsetParent==null?void 0:o.getOffsetParent(h));let _=D?D[E]:0;(!_||!await(o.isElement==null?void 0:o.isElement(D)))&&(_=c.floating[E]||i.floating[N]);const P=T/2-R/2,L=_/2-w[N]/2-1,F=wi(m[k],L),X=wi(m[C],L),te=F,ue=_-w[N]-X,ae=_/2-w[N]/2+P,I=Cx(te,ae,ue),O=!u.arrow&&$l(a)!=null&&ae!==I&&i.reference[N]/2-(aeae<=0)){var X,te;const ae=(((X=i.flip)==null?void 0:X.index)||0)+1,I=_[ae];if(I&&(!(m==="alignment"?C!==Hs(I):!1)||F.every(z=>Hs(z.placement)===C?z.overflows[0]>0:!0)))return{data:{index:ae,overflows:F},reset:{placement:I}};let O=(te=F.filter(G=>G.overflows[0]<=0).sort((G,z)=>G.overflows[1]-z.overflows[1])[0])==null?void 0:te.placement;if(!O)switch(y){case"bestFit":{var ue;const G=(ue=F.filter(z=>{if(D){const re=Hs(z.placement);return re===C||re==="y"}return!0}).map(z=>[z.placement,z.overflows.filter(re=>re>0).reduce((re,K)=>re+K,0)]).sort((z,re)=>z[1]-re[1])[0])==null?void 0:ue[0];G&&(O=G);break}case"initialPlacement":O=c;break}if(a!==O)return{reset:{placement:O}}}return{}}}};function cw(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function dw(t){return ZF.some(e=>t[e]>=0)}const p$=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n,platform:r}=e,{strategy:a="referenceHidden",...i}=Sa(t,e);switch(a){case"referenceHidden":{const o=await r.detectOverflow(e,{...i,elementContext:"reference"}),c=cw(o,n.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:dw(c)}}}case"escaped":{const o=await r.detectOverflow(e,{...i,altBoundary:!0}),c=cw(o,n.floating);return{data:{escapedOffsets:c,escaped:dw(c)}}}default:return{}}}}},$C=new Set(["left","top"]);async function m$(t,e){const{placement:n,platform:r,elements:a}=t,i=await(r.isRTL==null?void 0:r.isRTL(a.floating)),o=Ca(n),c=$l(n),u=Hs(n)==="y",h=$C.has(o)?-1:1,f=i&&u?-1:1,m=Sa(e,t);let{mainAxis:g,crossAxis:y,alignmentAxis:N}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return c&&typeof N=="number"&&(y=c==="end"?N*-1:N),u?{x:y*f,y:g*h}:{x:g*h,y:y*f}}const g$=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:a,y:i,placement:o,middlewareData:c}=e,u=await m$(e,t);return o===((n=c.offset)==null?void 0:n.placement)&&(r=c.arrow)!=null&&r.alignmentOffset?{}:{x:a+u.x,y:i+u.y,data:{...u,placement:o}}}}},x$=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:a,platform:i}=e,{mainAxis:o=!0,crossAxis:c=!1,limiter:u={fn:k=>{let{x:C,y:E}=k;return{x:C,y:E}}},...h}=Sa(t,e),f={x:n,y:r},m=await i.detectOverflow(e,h),g=Hs(Ca(a)),y=q0(g);let N=f[y],w=f[g];if(o){const k=y==="y"?"top":"left",C=y==="y"?"bottom":"right",E=N+m[k],T=N-m[C];N=Cx(E,N,T)}if(c){const k=g==="y"?"top":"left",C=g==="y"?"bottom":"right",E=w+m[k],T=w-m[C];w=Cx(E,w,T)}const v=u.fn({...e,[y]:N,[g]:w});return{...v,data:{x:v.x-n,y:v.y-r,enabled:{[y]:o,[g]:c}}}}}},y$=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:n,y:r,placement:a,rects:i,middlewareData:o}=e,{offset:c=0,mainAxis:u=!0,crossAxis:h=!0}=Sa(t,e),f={x:n,y:r},m=Hs(a),g=q0(m);let y=f[g],N=f[m];const w=Sa(c,e),v=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(u){const E=g==="y"?"height":"width",T=i.reference[g]-i.floating[E]+v.mainAxis,R=i.reference[g]+i.reference[E]-v.mainAxis;yR&&(y=R)}if(h){var k,C;const E=g==="y"?"width":"height",T=$C.has(Ca(a)),R=i.reference[m]-i.floating[E]+(T&&((k=o.offset)==null?void 0:k[m])||0)+(T?0:v.crossAxis),D=i.reference[m]+i.reference[E]+(T?0:((C=o.offset)==null?void 0:C[m])||0)-(T?v.crossAxis:0);ND&&(N=D)}return{[g]:y,[m]:N}}}},b$=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,r;const{placement:a,rects:i,platform:o,elements:c}=e,{apply:u=()=>{},...h}=Sa(t,e),f=await o.detectOverflow(e,h),m=Ca(a),g=$l(a),y=Hs(a)==="y",{width:N,height:w}=i.floating;let v,k;m==="top"||m==="bottom"?(v=m,k=g===(await(o.isRTL==null?void 0:o.isRTL(c.floating))?"start":"end")?"left":"right"):(k=m,v=g==="end"?"top":"bottom");const C=w-f.top-f.bottom,E=N-f.left-f.right,T=wi(w-f[v],C),R=wi(N-f[k],E),D=!e.middlewareData.shift;let _=T,P=R;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(P=E),(r=e.middlewareData.shift)!=null&&r.enabled.y&&(_=C),D&&!g){const F=zr(f.left,0),X=zr(f.right,0),te=zr(f.top,0),ue=zr(f.bottom,0);y?P=N-2*(F!==0||X!==0?F+X:zr(f.left,f.right)):_=w-2*(te!==0||ue!==0?te+ue:zr(f.top,f.bottom))}await u({...e,availableWidth:P,availableHeight:_});const L=await o.getDimensions(c.floating);return N!==L.width||w!==L.height?{reset:{rects:!0}}:{}}}};function zf(){return typeof window<"u"}function Bl(t){return BC(t)?(t.nodeName||"").toLowerCase():"#document"}function Hr(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Ys(t){var e;return(e=(BC(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function BC(t){return zf()?t instanceof Node||t instanceof Hr(t).Node:!1}function Cs(t){return zf()?t instanceof Element||t instanceof Hr(t).Element:!1}function Gs(t){return zf()?t instanceof HTMLElement||t instanceof Hr(t).HTMLElement:!1}function uw(t){return!zf()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Hr(t).ShadowRoot}const v$=new Set(["inline","contents"]);function wd(t){const{overflow:e,overflowX:n,overflowY:r,display:a}=Es(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!v$.has(a)}const N$=new Set(["table","td","th"]);function w$(t){return N$.has(Bl(t))}const j$=[":popover-open",":modal"];function Ff(t){return j$.some(e=>{try{return t.matches(e)}catch{return!1}})}const k$=["transform","translate","scale","rotate","perspective"],S$=["transform","translate","scale","rotate","perspective","filter"],C$=["paint","layout","strict","content"];function Y0(t){const e=Q0(),n=Cs(t)?Es(t):t;return k$.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||S$.some(r=>(n.willChange||"").includes(r))||C$.some(r=>(n.contain||"").includes(r))}function E$(t){let e=ji(t);for(;Gs(e)&&!Il(e);){if(Y0(e))return e;if(Ff(e))return null;e=ji(e)}return null}function Q0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const T$=new Set(["html","body","#document"]);function Il(t){return T$.has(Bl(t))}function Es(t){return Hr(t).getComputedStyle(t)}function $f(t){return Cs(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function ji(t){if(Bl(t)==="html")return t;const e=t.assignedSlot||t.parentNode||uw(t)&&t.host||Ys(t);return uw(e)?e.host:e}function VC(t){const e=ji(t);return Il(e)?t.ownerDocument?t.ownerDocument.body:t.body:Gs(e)&&wd(e)?e:VC(e)}function hd(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);const a=VC(t),i=a===((r=t.ownerDocument)==null?void 0:r.body),o=Hr(a);if(i){const c=Tx(o);return e.concat(o,o.visualViewport||[],wd(a)?a:[],c&&n?hd(c):[])}return e.concat(a,hd(a,[],n))}function Tx(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function HC(t){const e=Es(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const a=Gs(t),i=a?t.offsetWidth:n,o=a?t.offsetHeight:r,c=sf(n)!==i||sf(r)!==o;return c&&(n=i,r=o),{width:n,height:r,$:c}}function X0(t){return Cs(t)?t:t.contextElement}function wl(t){const e=X0(t);if(!Gs(e))return Ws(1);const n=e.getBoundingClientRect(),{width:r,height:a,$:i}=HC(e);let o=(i?sf(n.width):n.width)/r,c=(i?sf(n.height):n.height)/a;return(!o||!Number.isFinite(o))&&(o=1),(!c||!Number.isFinite(c))&&(c=1),{x:o,y:c}}const M$=Ws(0);function WC(t){const e=Hr(t);return!Q0()||!e.visualViewport?M$:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function A$(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==Hr(t)?!1:e}function Co(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);const a=t.getBoundingClientRect(),i=X0(t);let o=Ws(1);e&&(r?Cs(r)&&(o=wl(r)):o=wl(t));const c=A$(i,n,r)?WC(i):Ws(0);let u=(a.left+c.x)/o.x,h=(a.top+c.y)/o.y,f=a.width/o.x,m=a.height/o.y;if(i){const g=Hr(i),y=r&&Cs(r)?Hr(r):r;let N=g,w=Tx(N);for(;w&&r&&y!==N;){const v=wl(w),k=w.getBoundingClientRect(),C=Es(w),E=k.left+(w.clientLeft+parseFloat(C.paddingLeft))*v.x,T=k.top+(w.clientTop+parseFloat(C.paddingTop))*v.y;u*=v.x,h*=v.y,f*=v.x,m*=v.y,u+=E,h+=T,N=Hr(w),w=Tx(N)}}return of({width:f,height:m,x:u,y:h})}function Bf(t,e){const n=$f(t).scrollLeft;return e?e.left+n:Co(Ys(t)).left+n}function UC(t,e){const n=t.getBoundingClientRect(),r=n.left+e.scrollLeft-Bf(t,n),a=n.top+e.scrollTop;return{x:r,y:a}}function I$(t){let{elements:e,rect:n,offsetParent:r,strategy:a}=t;const i=a==="fixed",o=Ys(r),c=e?Ff(e.floating):!1;if(r===o||c&&i)return n;let u={scrollLeft:0,scrollTop:0},h=Ws(1);const f=Ws(0),m=Gs(r);if((m||!m&&!i)&&((Bl(r)!=="body"||wd(o))&&(u=$f(r)),Gs(r))){const y=Co(r);h=wl(r),f.x=y.x+r.clientLeft,f.y=y.y+r.clientTop}const g=o&&!m&&!i?UC(o,u):Ws(0);return{width:n.width*h.x,height:n.height*h.y,x:n.x*h.x-u.scrollLeft*h.x+f.x+g.x,y:n.y*h.y-u.scrollTop*h.y+f.y+g.y}}function R$(t){return Array.from(t.getClientRects())}function P$(t){const e=Ys(t),n=$f(t),r=t.ownerDocument.body,a=zr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=zr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let o=-n.scrollLeft+Bf(t);const c=-n.scrollTop;return Es(r).direction==="rtl"&&(o+=zr(e.clientWidth,r.clientWidth)-a),{width:a,height:i,x:o,y:c}}const hw=25;function O$(t,e){const n=Hr(t),r=Ys(t),a=n.visualViewport;let i=r.clientWidth,o=r.clientHeight,c=0,u=0;if(a){i=a.width,o=a.height;const f=Q0();(!f||f&&e==="fixed")&&(c=a.offsetLeft,u=a.offsetTop)}const h=Bf(r);if(h<=0){const f=r.ownerDocument,m=f.body,g=getComputedStyle(m),y=f.compatMode==="CSS1Compat"&&parseFloat(g.marginLeft)+parseFloat(g.marginRight)||0,N=Math.abs(r.clientWidth-m.clientWidth-y);N<=hw&&(i-=N)}else h<=hw&&(i+=h);return{width:i,height:o,x:c,y:u}}const D$=new Set(["absolute","fixed"]);function L$(t,e){const n=Co(t,!0,e==="fixed"),r=n.top+t.clientTop,a=n.left+t.clientLeft,i=Gs(t)?wl(t):Ws(1),o=t.clientWidth*i.x,c=t.clientHeight*i.y,u=a*i.x,h=r*i.y;return{width:o,height:c,x:u,y:h}}function fw(t,e,n){let r;if(e==="viewport")r=O$(t,n);else if(e==="document")r=P$(Ys(t));else if(Cs(e))r=L$(e,n);else{const a=WC(t);r={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return of(r)}function KC(t,e){const n=ji(t);return n===e||!Cs(n)||Il(n)?!1:Es(n).position==="fixed"||KC(n,e)}function _$(t,e){const n=e.get(t);if(n)return n;let r=hd(t,[],!1).filter(c=>Cs(c)&&Bl(c)!=="body"),a=null;const i=Es(t).position==="fixed";let o=i?ji(t):t;for(;Cs(o)&&!Il(o);){const c=Es(o),u=Y0(o);!u&&c.position==="fixed"&&(a=null),(i?!u&&!a:!u&&c.position==="static"&&!!a&&D$.has(a.position)||wd(o)&&!u&&KC(t,o))?r=r.filter(f=>f!==o):a=c,o=ji(o)}return e.set(t,r),r}function z$(t){let{element:e,boundary:n,rootBoundary:r,strategy:a}=t;const o=[...n==="clippingAncestors"?Ff(e)?[]:_$(e,this._c):[].concat(n),r],c=o[0],u=o.reduce((h,f)=>{const m=fw(e,f,a);return h.top=zr(m.top,h.top),h.right=wi(m.right,h.right),h.bottom=wi(m.bottom,h.bottom),h.left=zr(m.left,h.left),h},fw(e,c,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function F$(t){const{width:e,height:n}=HC(t);return{width:e,height:n}}function $$(t,e,n){const r=Gs(e),a=Ys(e),i=n==="fixed",o=Co(t,!0,i,e);let c={scrollLeft:0,scrollTop:0};const u=Ws(0);function h(){u.x=Bf(a)}if(r||!r&&!i)if((Bl(e)!=="body"||wd(a))&&(c=$f(e)),r){const y=Co(e,!0,i,e);u.x=y.x+e.clientLeft,u.y=y.y+e.clientTop}else a&&h();i&&!r&&a&&h();const f=a&&!r&&!i?UC(a,c):Ws(0),m=o.left+c.scrollLeft-u.x-f.x,g=o.top+c.scrollTop-u.y-f.y;return{x:m,y:g,width:o.width,height:o.height}}function yg(t){return Es(t).position==="static"}function pw(t,e){if(!Gs(t)||Es(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return Ys(t)===n&&(n=n.ownerDocument.body),n}function qC(t,e){const n=Hr(t);if(Ff(t))return n;if(!Gs(t)){let a=ji(t);for(;a&&!Il(a);){if(Cs(a)&&!yg(a))return a;a=ji(a)}return n}let r=pw(t,e);for(;r&&w$(r)&&yg(r);)r=pw(r,e);return r&&Il(r)&&yg(r)&&!Y0(r)?n:r||E$(t)||n}const B$=async function(t){const e=this.getOffsetParent||qC,n=this.getDimensions,r=await n(t.floating);return{reference:$$(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function V$(t){return Es(t).direction==="rtl"}const H$={convertOffsetParentRelativeRectToViewportRelativeRect:I$,getDocumentElement:Ys,getClippingRect:z$,getOffsetParent:qC,getElementRects:B$,getClientRects:R$,getDimensions:F$,getScale:wl,isElement:Cs,isRTL:V$};function GC(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function W$(t,e){let n=null,r;const a=Ys(t);function i(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function o(c,u){c===void 0&&(c=!1),u===void 0&&(u=1),i();const h=t.getBoundingClientRect(),{left:f,top:m,width:g,height:y}=h;if(c||e(),!g||!y)return;const N=Yu(m),w=Yu(a.clientWidth-(f+g)),v=Yu(a.clientHeight-(m+y)),k=Yu(f),E={rootMargin:-N+"px "+-w+"px "+-v+"px "+-k+"px",threshold:zr(0,wi(1,u))||1};let T=!0;function R(D){const _=D[0].intersectionRatio;if(_!==u){if(!T)return o();_?o(!1,_):r=setTimeout(()=>{o(!1,1e-7)},1e3)}_===1&&!GC(h,t.getBoundingClientRect())&&o(),T=!1}try{n=new IntersectionObserver(R,{...E,root:a.ownerDocument})}catch{n=new IntersectionObserver(R,E)}n.observe(t)}return o(!0),i}function U$(t,e,n,r){r===void 0&&(r={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:u=!1}=r,h=X0(t),f=a||i?[...h?hd(h):[],...hd(e)]:[];f.forEach(k=>{a&&k.addEventListener("scroll",n,{passive:!0}),i&&k.addEventListener("resize",n)});const m=h&&c?W$(h,n):null;let g=-1,y=null;o&&(y=new ResizeObserver(k=>{let[C]=k;C&&C.target===h&&y&&(y.unobserve(e),cancelAnimationFrame(g),g=requestAnimationFrame(()=>{var E;(E=y)==null||E.observe(e)})),n()}),h&&!u&&y.observe(h),y.observe(e));let N,w=u?Co(t):null;u&&v();function v(){const k=Co(t);w&&!GC(w,k)&&n(),w=k,N=requestAnimationFrame(v)}return n(),()=>{var k;f.forEach(C=>{a&&C.removeEventListener("scroll",n),i&&C.removeEventListener("resize",n)}),m==null||m(),(k=y)==null||k.disconnect(),y=null,u&&cancelAnimationFrame(N)}}const K$=g$,q$=x$,G$=f$,J$=b$,Y$=p$,mw=h$,Q$=y$,X$=(t,e,n)=>{const r=new Map,a={platform:H$,...n},i={...a.platform,_c:r};return u$(t,e,{...a,platform:i})};var Z$=typeof document<"u",eB=function(){},ih=Z$?b.useLayoutEffect:eB;function lf(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,r,a;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(r=n;r--!==0;)if(!lf(t[r],e[r]))return!1;return!0}if(a=Object.keys(t),n=a.length,n!==Object.keys(e).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(e,a[r]))return!1;for(r=n;r--!==0;){const i=a[r];if(!(i==="_owner"&&t.$$typeof)&&!lf(t[i],e[i]))return!1}return!0}return t!==t&&e!==e}function JC(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function gw(t,e){const n=JC(t);return Math.round(e*n)/n}function bg(t){const e=b.useRef(t);return ih(()=>{e.current=t}),e}function tB(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:r=[],platform:a,elements:{reference:i,floating:o}={},transform:c=!0,whileElementsMounted:u,open:h}=t,[f,m]=b.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[g,y]=b.useState(r);lf(g,r)||y(r);const[N,w]=b.useState(null),[v,k]=b.useState(null),C=b.useCallback(z=>{z!==D.current&&(D.current=z,w(z))},[]),E=b.useCallback(z=>{z!==_.current&&(_.current=z,k(z))},[]),T=i||N,R=o||v,D=b.useRef(null),_=b.useRef(null),P=b.useRef(f),L=u!=null,F=bg(u),X=bg(a),te=bg(h),ue=b.useCallback(()=>{if(!D.current||!_.current)return;const z={placement:e,strategy:n,middleware:g};X.current&&(z.platform=X.current),X$(D.current,_.current,z).then(re=>{const K={...re,isPositioned:te.current!==!1};ae.current&&!lf(P.current,K)&&(P.current=K,pd.flushSync(()=>{m(K)}))})},[g,e,n,X,te]);ih(()=>{h===!1&&P.current.isPositioned&&(P.current.isPositioned=!1,m(z=>({...z,isPositioned:!1})))},[h]);const ae=b.useRef(!1);ih(()=>(ae.current=!0,()=>{ae.current=!1}),[]),ih(()=>{if(T&&(D.current=T),R&&(_.current=R),T&&R){if(F.current)return F.current(T,R,ue);ue()}},[T,R,ue,F,L]);const I=b.useMemo(()=>({reference:D,floating:_,setReference:C,setFloating:E}),[C,E]),O=b.useMemo(()=>({reference:T,floating:R}),[T,R]),G=b.useMemo(()=>{const z={position:n,left:0,top:0};if(!O.floating)return z;const re=gw(O.floating,f.x),K=gw(O.floating,f.y);return c?{...z,transform:"translate("+re+"px, "+K+"px)",...JC(O.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:re,top:K}},[n,c,O.floating,f.x,f.y]);return b.useMemo(()=>({...f,update:ue,refs:I,elements:O,floatingStyles:G}),[f,ue,I,O,G])}const nB=t=>{function e(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:t,fn(n){const{element:r,padding:a}=typeof t=="function"?t(n):t;return r&&e(r)?r.current!=null?mw({element:r.current,padding:a}).fn(n):{}:r?mw({element:r,padding:a}).fn(n):{}}}},rB=(t,e)=>({...K$(t),options:[t,e]}),sB=(t,e)=>({...q$(t),options:[t,e]}),aB=(t,e)=>({...Q$(t),options:[t,e]}),iB=(t,e)=>({...G$(t),options:[t,e]}),oB=(t,e)=>({...J$(t),options:[t,e]}),lB=(t,e)=>({...Y$(t),options:[t,e]}),cB=(t,e)=>({...nB(t),options:[t,e]});var dB="Arrow",YC=b.forwardRef((t,e)=>{const{children:n,width:r=10,height:a=5,...i}=t;return s.jsx(ut.svg,{...i,ref:e,width:r,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:t.asChild?n:s.jsx("polygon",{points:"0,0 30,0 15,10"})})});YC.displayName=dB;var uB=YC,Z0="Popper",[QC,XC]=Ei(Z0),[hB,ZC]=QC(Z0),e4=t=>{const{__scopePopper:e,children:n}=t,[r,a]=b.useState(null);return s.jsx(hB,{scope:e,anchor:r,onAnchorChange:a,children:n})};e4.displayName=Z0;var t4="PopperAnchor",n4=b.forwardRef((t,e)=>{const{__scopePopper:n,virtualRef:r,...a}=t,i=ZC(t4,n),o=b.useRef(null),c=St(e,o),u=b.useRef(null);return b.useEffect(()=>{const h=u.current;u.current=(r==null?void 0:r.current)||o.current,h!==u.current&&i.onAnchorChange(u.current)}),r?null:s.jsx(ut.div,{...a,ref:c})});n4.displayName=t4;var ey="PopperContent",[fB,pB]=QC(ey),r4=b.forwardRef((t,e)=>{var ce,he,ve,Ae,Be,$e;const{__scopePopper:n,side:r="bottom",sideOffset:a=0,align:i="center",alignOffset:o=0,arrowPadding:c=0,avoidCollisions:u=!0,collisionBoundary:h=[],collisionPadding:f=0,sticky:m="partial",hideWhenDetached:g=!1,updatePositionStrategy:y="optimized",onPlaced:N,...w}=t,v=ZC(ey,n),[k,C]=b.useState(null),E=St(e,pt=>C(pt)),[T,R]=b.useState(null),D=e0(T),_=(D==null?void 0:D.width)??0,P=(D==null?void 0:D.height)??0,L=r+(i!=="center"?"-"+i:""),F=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},X=Array.isArray(h)?h:[h],te=X.length>0,ue={padding:F,boundary:X.filter(gB),altBoundary:te},{refs:ae,floatingStyles:I,placement:O,isPositioned:G,middlewareData:z}=tB({strategy:"fixed",placement:L,whileElementsMounted:(...pt)=>U$(...pt,{animationFrame:y==="always"}),elements:{reference:v.anchor},middleware:[rB({mainAxis:a+P,alignmentAxis:o}),u&&sB({mainAxis:!0,crossAxis:!1,limiter:m==="partial"?aB():void 0,...ue}),u&&iB({...ue}),oB({...ue,apply:({elements:pt,rects:Tt,availableWidth:ln,availableHeight:yt})=>{const{width:nn,height:An}=Tt.reference,Mt=pt.floating.style;Mt.setProperty("--radix-popper-available-width",`${ln}px`),Mt.setProperty("--radix-popper-available-height",`${yt}px`),Mt.setProperty("--radix-popper-anchor-width",`${nn}px`),Mt.setProperty("--radix-popper-anchor-height",`${An}px`)}}),T&&cB({element:T,padding:c}),xB({arrowWidth:_,arrowHeight:P}),g&&lB({strategy:"referenceHidden",...ue})]}),[re,K]=i4(O),$=bi(N);or(()=>{G&&($==null||$())},[G,$]);const H=(ce=z.arrow)==null?void 0:ce.x,oe=(he=z.arrow)==null?void 0:he.y,q=((ve=z.arrow)==null?void 0:ve.centerOffset)!==0,[me,Z]=b.useState();return or(()=>{k&&Z(window.getComputedStyle(k).zIndex)},[k]),s.jsx("div",{ref:ae.setFloating,"data-radix-popper-content-wrapper":"",style:{...I,transform:G?I.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:me,"--radix-popper-transform-origin":[(Ae=z.transformOrigin)==null?void 0:Ae.x,(Be=z.transformOrigin)==null?void 0:Be.y].join(" "),...(($e=z.hide)==null?void 0:$e.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:s.jsx(fB,{scope:n,placedSide:re,onArrowChange:R,arrowX:H,arrowY:oe,shouldHideArrow:q,children:s.jsx(ut.div,{"data-side":re,"data-align":K,...w,ref:E,style:{...w.style,animation:G?void 0:"none"}})})})});r4.displayName=ey;var s4="PopperArrow",mB={top:"bottom",right:"left",bottom:"top",left:"right"},a4=b.forwardRef(function(e,n){const{__scopePopper:r,...a}=e,i=pB(s4,r),o=mB[i.placedSide];return s.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:s.jsx(uB,{...a,ref:n,style:{...a.style,display:"block"}})})});a4.displayName=s4;function gB(t){return t!==null}var xB=t=>({name:"transformOrigin",options:t,fn(e){var v,k,C;const{placement:n,rects:r,middlewareData:a}=e,o=((v=a.arrow)==null?void 0:v.centerOffset)!==0,c=o?0:t.arrowWidth,u=o?0:t.arrowHeight,[h,f]=i4(n),m={start:"0%",center:"50%",end:"100%"}[f],g=(((k=a.arrow)==null?void 0:k.x)??0)+c/2,y=(((C=a.arrow)==null?void 0:C.y)??0)+u/2;let N="",w="";return h==="bottom"?(N=o?m:`${g}px`,w=`${-u}px`):h==="top"?(N=o?m:`${g}px`,w=`${r.floating.height+u}px`):h==="right"?(N=`${-u}px`,w=o?m:`${y}px`):h==="left"&&(N=`${r.floating.width+u}px`,w=o?m:`${y}px`),{data:{x:N,y:w}}}});function i4(t){const[e,n="center"]=t.split("-");return[e,n]}var yB=e4,bB=n4,vB=r4,NB=a4,o4=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),wB="VisuallyHidden",jB=b.forwardRef((t,e)=>s.jsx(ut.span,{...t,ref:e,style:{...o4,...t.style}}));jB.displayName=wB;var kB=[" ","Enter","ArrowUp","ArrowDown"],SB=[" ","Enter"],Eo="Select",[Vf,Hf,CB]=Qx(Eo),[Vl]=Ei(Eo,[CB,XC]),Wf=XC(),[EB,Ii]=Vl(Eo),[TB,MB]=Vl(Eo),l4=t=>{const{__scopeSelect:e,children:n,open:r,defaultOpen:a,onOpenChange:i,value:o,defaultValue:c,onValueChange:u,dir:h,name:f,autoComplete:m,disabled:g,required:y,form:N}=t,w=Wf(e),[v,k]=b.useState(null),[C,E]=b.useState(null),[T,R]=b.useState(!1),D=yf(h),[_,P]=xo({prop:r,defaultProp:a??!1,onChange:i,caller:Eo}),[L,F]=xo({prop:o,defaultProp:c,onChange:u,caller:Eo}),X=b.useRef(null),te=v?N||!!v.closest("form"):!0,[ue,ae]=b.useState(new Set),I=Array.from(ue).map(O=>O.props.value).join(";");return s.jsx(yB,{...w,children:s.jsxs(EB,{required:y,scope:e,trigger:v,onTriggerChange:k,valueNode:C,onValueNodeChange:E,valueNodeHasChildren:T,onValueNodeHasChildrenChange:R,contentId:fi(),value:L,onValueChange:F,open:_,onOpenChange:P,dir:D,triggerPointerDownPosRef:X,disabled:g,children:[s.jsx(Vf.Provider,{scope:e,children:s.jsx(TB,{scope:t.__scopeSelect,onNativeOptionAdd:b.useCallback(O=>{ae(G=>new Set(G).add(O))},[]),onNativeOptionRemove:b.useCallback(O=>{ae(G=>{const z=new Set(G);return z.delete(O),z})},[]),children:n})}),te?s.jsxs(A4,{"aria-hidden":!0,required:y,tabIndex:-1,name:f,autoComplete:m,value:L,onChange:O=>F(O.target.value),disabled:g,form:N,children:[L===void 0?s.jsx("option",{value:""}):null,Array.from(ue)]},I):null]})})};l4.displayName=Eo;var c4="SelectTrigger",d4=b.forwardRef((t,e)=>{const{__scopeSelect:n,disabled:r=!1,...a}=t,i=Wf(n),o=Ii(c4,n),c=o.disabled||r,u=St(e,o.onTriggerChange),h=Hf(n),f=b.useRef("touch"),[m,g,y]=R4(w=>{const v=h().filter(E=>!E.disabled),k=v.find(E=>E.value===o.value),C=P4(v,w,k);C!==void 0&&o.onValueChange(C.value)}),N=w=>{c||(o.onOpenChange(!0),y()),w&&(o.triggerPointerDownPosRef.current={x:Math.round(w.pageX),y:Math.round(w.pageY)})};return s.jsx(bB,{asChild:!0,...i,children:s.jsx(ut.button,{type:"button",role:"combobox","aria-controls":o.contentId,"aria-expanded":o.open,"aria-required":o.required,"aria-autocomplete":"none",dir:o.dir,"data-state":o.open?"open":"closed",disabled:c,"data-disabled":c?"":void 0,"data-placeholder":I4(o.value)?"":void 0,...a,ref:u,onClick:ot(a.onClick,w=>{w.currentTarget.focus(),f.current!=="mouse"&&N(w)}),onPointerDown:ot(a.onPointerDown,w=>{f.current=w.pointerType;const v=w.target;v.hasPointerCapture(w.pointerId)&&v.releasePointerCapture(w.pointerId),w.button===0&&w.ctrlKey===!1&&w.pointerType==="mouse"&&(N(w),w.preventDefault())}),onKeyDown:ot(a.onKeyDown,w=>{const v=m.current!=="";!(w.ctrlKey||w.altKey||w.metaKey)&&w.key.length===1&&g(w.key),!(v&&w.key===" ")&&kB.includes(w.key)&&(N(),w.preventDefault())})})})});d4.displayName=c4;var u4="SelectValue",h4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:r,style:a,children:i,placeholder:o="",...c}=t,u=Ii(u4,n),{onValueNodeHasChildrenChange:h}=u,f=i!==void 0,m=St(e,u.onValueNodeChange);return or(()=>{h(f)},[h,f]),s.jsx(ut.span,{...c,ref:m,style:{pointerEvents:"none"},children:I4(u.value)?s.jsx(s.Fragment,{children:o}):i})});h4.displayName=u4;var AB="SelectIcon",f4=b.forwardRef((t,e)=>{const{__scopeSelect:n,children:r,...a}=t;return s.jsx(ut.span,{"aria-hidden":!0,...a,ref:e,children:r||"▼"})});f4.displayName=AB;var IB="SelectPortal",p4=t=>s.jsx(Kx,{asChild:!0,...t});p4.displayName=IB;var To="SelectContent",m4=b.forwardRef((t,e)=>{const n=Ii(To,t.__scopeSelect),[r,a]=b.useState();if(or(()=>{a(new DocumentFragment)},[]),!n.open){const i=r;return i?pd.createPortal(s.jsx(g4,{scope:t.__scopeSelect,children:s.jsx(Vf.Slot,{scope:t.__scopeSelect,children:s.jsx("div",{children:t.children})})}),i):null}return s.jsx(x4,{...t,ref:e})});m4.displayName=To;var ws=10,[g4,Ri]=Vl(To),RB="SelectContentImpl",PB=Zc("SelectContent.RemoveScroll"),x4=b.forwardRef((t,e)=>{const{__scopeSelect:n,position:r="item-aligned",onCloseAutoFocus:a,onEscapeKeyDown:i,onPointerDownOutside:o,side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:g,collisionPadding:y,sticky:N,hideWhenDetached:w,avoidCollisions:v,...k}=t,C=Ii(To,n),[E,T]=b.useState(null),[R,D]=b.useState(null),_=St(e,ce=>T(ce)),[P,L]=b.useState(null),[F,X]=b.useState(null),te=Hf(n),[ue,ae]=b.useState(!1),I=b.useRef(!1);b.useEffect(()=>{if(E)return Rj(E)},[E]),jj();const O=b.useCallback(ce=>{const[he,...ve]=te().map($e=>$e.ref.current),[Ae]=ve.slice(-1),Be=document.activeElement;for(const $e of ce)if($e===Be||($e==null||$e.scrollIntoView({block:"nearest"}),$e===he&&R&&(R.scrollTop=0),$e===Ae&&R&&(R.scrollTop=R.scrollHeight),$e==null||$e.focus(),document.activeElement!==Be))return},[te,R]),G=b.useCallback(()=>O([P,E]),[O,P,E]);b.useEffect(()=>{ue&&G()},[ue,G]);const{onOpenChange:z,triggerPointerDownPosRef:re}=C;b.useEffect(()=>{if(E){let ce={x:0,y:0};const he=Ae=>{var Be,$e;ce={x:Math.abs(Math.round(Ae.pageX)-(((Be=re.current)==null?void 0:Be.x)??0)),y:Math.abs(Math.round(Ae.pageY)-((($e=re.current)==null?void 0:$e.y)??0))}},ve=Ae=>{ce.x<=10&&ce.y<=10?Ae.preventDefault():E.contains(Ae.target)||z(!1),document.removeEventListener("pointermove",he),re.current=null};return re.current!==null&&(document.addEventListener("pointermove",he),document.addEventListener("pointerup",ve,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",he),document.removeEventListener("pointerup",ve,{capture:!0})}}},[E,z,re]),b.useEffect(()=>{const ce=()=>z(!1);return window.addEventListener("blur",ce),window.addEventListener("resize",ce),()=>{window.removeEventListener("blur",ce),window.removeEventListener("resize",ce)}},[z]);const[K,$]=R4(ce=>{const he=te().filter(Be=>!Be.disabled),ve=he.find(Be=>Be.ref.current===document.activeElement),Ae=P4(he,ce,ve);Ae&&setTimeout(()=>Ae.ref.current.focus())}),H=b.useCallback((ce,he,ve)=>{const Ae=!I.current&&!ve;(C.value!==void 0&&C.value===he||Ae)&&(L(ce),Ae&&(I.current=!0))},[C.value]),oe=b.useCallback(()=>E==null?void 0:E.focus(),[E]),q=b.useCallback((ce,he,ve)=>{const Ae=!I.current&&!ve;(C.value!==void 0&&C.value===he||Ae)&&X(ce)},[C.value]),me=r==="popper"?Mx:y4,Z=me===Mx?{side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:g,collisionPadding:y,sticky:N,hideWhenDetached:w,avoidCollisions:v}:{};return s.jsx(g4,{scope:n,content:E,viewport:R,onViewportChange:D,itemRefCallback:H,selectedItem:P,onItemLeave:oe,itemTextRefCallback:q,focusSelectedItem:G,selectedItemText:F,position:r,isPositioned:ue,searchRef:K,children:s.jsx(qx,{as:PB,allowPinchZoom:!0,children:s.jsx(Ux,{asChild:!0,trapped:C.open,onMountAutoFocus:ce=>{ce.preventDefault()},onUnmountAutoFocus:ot(a,ce=>{var he;(he=C.trigger)==null||he.focus({preventScroll:!0}),ce.preventDefault()}),children:s.jsx(Wx,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:i,onPointerDownOutside:o,onFocusOutside:ce=>ce.preventDefault(),onDismiss:()=>C.onOpenChange(!1),children:s.jsx(me,{role:"listbox",id:C.contentId,"data-state":C.open?"open":"closed",dir:C.dir,onContextMenu:ce=>ce.preventDefault(),...k,...Z,onPlaced:()=>ae(!0),ref:_,style:{display:"flex",flexDirection:"column",outline:"none",...k.style},onKeyDown:ot(k.onKeyDown,ce=>{const he=ce.ctrlKey||ce.altKey||ce.metaKey;if(ce.key==="Tab"&&ce.preventDefault(),!he&&ce.key.length===1&&$(ce.key),["ArrowUp","ArrowDown","Home","End"].includes(ce.key)){let Ae=te().filter(Be=>!Be.disabled).map(Be=>Be.ref.current);if(["ArrowUp","End"].includes(ce.key)&&(Ae=Ae.slice().reverse()),["ArrowUp","ArrowDown"].includes(ce.key)){const Be=ce.target,$e=Ae.indexOf(Be);Ae=Ae.slice($e+1)}setTimeout(()=>O(Ae)),ce.preventDefault()}})})})})})})});x4.displayName=RB;var OB="SelectItemAlignedPosition",y4=b.forwardRef((t,e)=>{const{__scopeSelect:n,onPlaced:r,...a}=t,i=Ii(To,n),o=Ri(To,n),[c,u]=b.useState(null),[h,f]=b.useState(null),m=St(e,_=>f(_)),g=Hf(n),y=b.useRef(!1),N=b.useRef(!0),{viewport:w,selectedItem:v,selectedItemText:k,focusSelectedItem:C}=o,E=b.useCallback(()=>{if(i.trigger&&i.valueNode&&c&&h&&w&&v&&k){const _=i.trigger.getBoundingClientRect(),P=h.getBoundingClientRect(),L=i.valueNode.getBoundingClientRect(),F=k.getBoundingClientRect();if(i.dir!=="rtl"){const Be=F.left-P.left,$e=L.left-Be,pt=_.left-$e,Tt=_.width+pt,ln=Math.max(Tt,P.width),yt=window.innerWidth-ws,nn=ph($e,[ws,Math.max(ws,yt-ln)]);c.style.minWidth=Tt+"px",c.style.left=nn+"px"}else{const Be=P.right-F.right,$e=window.innerWidth-L.right-Be,pt=window.innerWidth-_.right-$e,Tt=_.width+pt,ln=Math.max(Tt,P.width),yt=window.innerWidth-ws,nn=ph($e,[ws,Math.max(ws,yt-ln)]);c.style.minWidth=Tt+"px",c.style.right=nn+"px"}const X=g(),te=window.innerHeight-ws*2,ue=w.scrollHeight,ae=window.getComputedStyle(h),I=parseInt(ae.borderTopWidth,10),O=parseInt(ae.paddingTop,10),G=parseInt(ae.borderBottomWidth,10),z=parseInt(ae.paddingBottom,10),re=I+O+ue+z+G,K=Math.min(v.offsetHeight*5,re),$=window.getComputedStyle(w),H=parseInt($.paddingTop,10),oe=parseInt($.paddingBottom,10),q=_.top+_.height/2-ws,me=te-q,Z=v.offsetHeight/2,ce=v.offsetTop+Z,he=I+O+ce,ve=re-he;if(he<=q){const Be=X.length>0&&v===X[X.length-1].ref.current;c.style.bottom="0px";const $e=h.clientHeight-w.offsetTop-w.offsetHeight,pt=Math.max(me,Z+(Be?oe:0)+$e+G),Tt=he+pt;c.style.height=Tt+"px"}else{const Be=X.length>0&&v===X[0].ref.current;c.style.top="0px";const pt=Math.max(q,I+w.offsetTop+(Be?H:0)+Z)+ve;c.style.height=pt+"px",w.scrollTop=he-q+w.offsetTop}c.style.margin=`${ws}px 0`,c.style.minHeight=K+"px",c.style.maxHeight=te+"px",r==null||r(),requestAnimationFrame(()=>y.current=!0)}},[g,i.trigger,i.valueNode,c,h,w,v,k,i.dir,r]);or(()=>E(),[E]);const[T,R]=b.useState();or(()=>{h&&R(window.getComputedStyle(h).zIndex)},[h]);const D=b.useCallback(_=>{_&&N.current===!0&&(E(),C==null||C(),N.current=!1)},[E,C]);return s.jsx(LB,{scope:n,contentWrapper:c,shouldExpandOnScrollRef:y,onScrollButtonChange:D,children:s.jsx("div",{ref:u,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:T},children:s.jsx(ut.div,{...a,ref:m,style:{boxSizing:"border-box",maxHeight:"100%",...a.style}})})})});y4.displayName=OB;var DB="SelectPopperPosition",Mx=b.forwardRef((t,e)=>{const{__scopeSelect:n,align:r="start",collisionPadding:a=ws,...i}=t,o=Wf(n);return s.jsx(vB,{...o,...i,ref:e,align:r,collisionPadding:a,style:{boxSizing:"border-box",...i.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Mx.displayName=DB;var[LB,ty]=Vl(To,{}),Ax="SelectViewport",b4=b.forwardRef((t,e)=>{const{__scopeSelect:n,nonce:r,...a}=t,i=Ri(Ax,n),o=ty(Ax,n),c=St(e,i.onViewportChange),u=b.useRef(0);return s.jsxs(s.Fragment,{children:[s.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),s.jsx(Vf.Slot,{scope:n,children:s.jsx(ut.div,{"data-radix-select-viewport":"",role:"presentation",...a,ref:c,style:{position:"relative",flex:1,overflow:"hidden auto",...a.style},onScroll:ot(a.onScroll,h=>{const f=h.currentTarget,{contentWrapper:m,shouldExpandOnScrollRef:g}=o;if(g!=null&&g.current&&m){const y=Math.abs(u.current-f.scrollTop);if(y>0){const N=window.innerHeight-ws*2,w=parseFloat(m.style.minHeight),v=parseFloat(m.style.height),k=Math.max(w,v);if(k0?T:0,m.style.justifyContent="flex-end")}}}u.current=f.scrollTop})})})]})});b4.displayName=Ax;var v4="SelectGroup",[_B,zB]=Vl(v4),FB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=fi();return s.jsx(_B,{scope:n,id:a,children:s.jsx(ut.div,{role:"group","aria-labelledby":a,...r,ref:e})})});FB.displayName=v4;var N4="SelectLabel",$B=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=zB(N4,n);return s.jsx(ut.div,{id:a.id,...r,ref:e})});$B.displayName=N4;var cf="SelectItem",[BB,w4]=Vl(cf),j4=b.forwardRef((t,e)=>{const{__scopeSelect:n,value:r,disabled:a=!1,textValue:i,...o}=t,c=Ii(cf,n),u=Ri(cf,n),h=c.value===r,[f,m]=b.useState(i??""),[g,y]=b.useState(!1),N=St(e,C=>{var E;return(E=u.itemRefCallback)==null?void 0:E.call(u,C,r,a)}),w=fi(),v=b.useRef("touch"),k=()=>{a||(c.onValueChange(r),c.onOpenChange(!1))};if(r==="")throw new Error("A must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return s.jsx(BB,{scope:n,value:r,disabled:a,textId:w,isSelected:h,onItemTextChange:b.useCallback(C=>{m(E=>E||((C==null?void 0:C.textContent)??"").trim())},[]),children:s.jsx(Vf.ItemSlot,{scope:n,value:r,disabled:a,textValue:f,children:s.jsx(ut.div,{role:"option","aria-labelledby":w,"data-highlighted":g?"":void 0,"aria-selected":h&&g,"data-state":h?"checked":"unchecked","aria-disabled":a||void 0,"data-disabled":a?"":void 0,tabIndex:a?void 0:-1,...o,ref:N,onFocus:ot(o.onFocus,()=>y(!0)),onBlur:ot(o.onBlur,()=>y(!1)),onClick:ot(o.onClick,()=>{v.current!=="mouse"&&k()}),onPointerUp:ot(o.onPointerUp,()=>{v.current==="mouse"&&k()}),onPointerDown:ot(o.onPointerDown,C=>{v.current=C.pointerType}),onPointerMove:ot(o.onPointerMove,C=>{var E;v.current=C.pointerType,a?(E=u.onItemLeave)==null||E.call(u):v.current==="mouse"&&C.currentTarget.focus({preventScroll:!0})}),onPointerLeave:ot(o.onPointerLeave,C=>{var E;C.currentTarget===document.activeElement&&((E=u.onItemLeave)==null||E.call(u))}),onKeyDown:ot(o.onKeyDown,C=>{var T;((T=u.searchRef)==null?void 0:T.current)!==""&&C.key===" "||(SB.includes(C.key)&&k(),C.key===" "&&C.preventDefault())})})})})});j4.displayName=cf;var Dc="SelectItemText",k4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:r,style:a,...i}=t,o=Ii(Dc,n),c=Ri(Dc,n),u=w4(Dc,n),h=MB(Dc,n),[f,m]=b.useState(null),g=St(e,k=>m(k),u.onItemTextChange,k=>{var C;return(C=c.itemTextRefCallback)==null?void 0:C.call(c,k,u.value,u.disabled)}),y=f==null?void 0:f.textContent,N=b.useMemo(()=>s.jsx("option",{value:u.value,disabled:u.disabled,children:y},u.value),[u.disabled,u.value,y]),{onNativeOptionAdd:w,onNativeOptionRemove:v}=h;return or(()=>(w(N),()=>v(N)),[w,v,N]),s.jsxs(s.Fragment,{children:[s.jsx(ut.span,{id:u.textId,...i,ref:g}),u.isSelected&&o.valueNode&&!o.valueNodeHasChildren?pd.createPortal(i.children,o.valueNode):null]})});k4.displayName=Dc;var S4="SelectItemIndicator",C4=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t;return w4(S4,n).isSelected?s.jsx(ut.span,{"aria-hidden":!0,...r,ref:e}):null});C4.displayName=S4;var Ix="SelectScrollUpButton",E4=b.forwardRef((t,e)=>{const n=Ri(Ix,t.__scopeSelect),r=ty(Ix,t.__scopeSelect),[a,i]=b.useState(!1),o=St(e,r.onScrollButtonChange);return or(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollTop>0;i(h)};const u=n.viewport;return c(),u.addEventListener("scroll",c),()=>u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?s.jsx(M4,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop-u.offsetHeight)}}):null});E4.displayName=Ix;var Rx="SelectScrollDownButton",T4=b.forwardRef((t,e)=>{const n=Ri(Rx,t.__scopeSelect),r=ty(Rx,t.__scopeSelect),[a,i]=b.useState(!1),o=St(e,r.onScrollButtonChange);return or(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollHeight-u.clientHeight,f=Math.ceil(u.scrollTop)u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?s.jsx(M4,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop+u.offsetHeight)}}):null});T4.displayName=Rx;var M4=b.forwardRef((t,e)=>{const{__scopeSelect:n,onAutoScroll:r,...a}=t,i=Ri("SelectScrollButton",n),o=b.useRef(null),c=Hf(n),u=b.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return b.useEffect(()=>()=>u(),[u]),or(()=>{var f;const h=c().find(m=>m.ref.current===document.activeElement);(f=h==null?void 0:h.ref.current)==null||f.scrollIntoView({block:"nearest"})},[c]),s.jsx(ut.div,{"aria-hidden":!0,...a,ref:e,style:{flexShrink:0,...a.style},onPointerDown:ot(a.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(r,50))}),onPointerMove:ot(a.onPointerMove,()=>{var h;(h=i.onItemLeave)==null||h.call(i),o.current===null&&(o.current=window.setInterval(r,50))}),onPointerLeave:ot(a.onPointerLeave,()=>{u()})})}),VB="SelectSeparator",HB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t;return s.jsx(ut.div,{"aria-hidden":!0,...r,ref:e})});HB.displayName=VB;var Px="SelectArrow",WB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=Wf(n),i=Ii(Px,n),o=Ri(Px,n);return i.open&&o.position==="popper"?s.jsx(NB,{...a,...r,ref:e}):null});WB.displayName=Px;var UB="SelectBubbleInput",A4=b.forwardRef(({__scopeSelect:t,value:e,...n},r)=>{const a=b.useRef(null),i=St(r,a),o=Zx(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLSelectElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("change",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),s.jsx(ut.select,{...n,style:{...o4,...n.style},ref:i,defaultValue:e})});A4.displayName=UB;function I4(t){return t===""||t===void 0}function R4(t){const e=bi(t),n=b.useRef(""),r=b.useRef(0),a=b.useCallback(o=>{const c=n.current+o;e(c),(function u(h){n.current=h,window.clearTimeout(r.current),h!==""&&(r.current=window.setTimeout(()=>u(""),1e3))})(c)},[e]),i=b.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return b.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,a,i]}function P4(t,e,n){const a=e.length>1&&Array.from(e).every(h=>h===e[0])?e[0]:e,i=n?t.indexOf(n):-1;let o=KB(t,Math.max(i,0));a.length===1&&(o=o.filter(h=>h!==n));const u=o.find(h=>h.textValue.toLowerCase().startsWith(a.toLowerCase()));return u!==n?u:void 0}function KB(t,e){return t.map((n,r)=>t[(e+r)%t.length])}var qB=l4,O4=d4,GB=h4,JB=f4,YB=p4,D4=m4,QB=b4,L4=j4,XB=k4,ZB=C4,eV=E4,tV=T4;const hl=qB,fl=GB,no=b.forwardRef(({className:t,children:e,...n},r)=>s.jsxs(O4,{ref:r,className:Ct("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",t),...n,children:[e,s.jsx(JB,{asChild:!0,children:s.jsx(Xc,{className:"h-4 w-4 opacity-50"})})]}));no.displayName=O4.displayName;const ro=b.forwardRef(({className:t,children:e,position:n="popper",...r},a)=>s.jsx(YB,{children:s.jsxs(D4,{ref:a,className:Ct("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md",n==="popper"&&"data-[side=bottom]:translate-y-1",t),position:n,...r,children:[s.jsx(eV,{className:"flex cursor-default items-center justify-center py-1",children:s.jsx(Ww,{className:"h-4 w-4"})}),s.jsx(QB,{className:"p-1",children:e}),s.jsx(tV,{className:"flex cursor-default items-center justify-center py-1",children:s.jsx(Xc,{className:"h-4 w-4"})})]})}));ro.displayName=D4.displayName;const _r=b.forwardRef(({className:t,children:e,...n},r)=>s.jsxs(L4,{ref:r,className:Ct("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t),...n,children:[s.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:s.jsx(ZB,{children:s.jsx(hf,{className:"h-4 w-4"})})}),s.jsx(XB,{children:e})]}));_r.displayName=L4.displayName;function nV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(null),[u,h]=b.useState({name:"",appId:"",path:"",sort:0}),[f,m]=b.useState(!1);async function g(){r(!0);try{const k=await Oe("/api/admin/linked-miniprograms");if(k!=null&&k.success&&Array.isArray(k.data)){const C=[...k.data].sort((E,T)=>(E.sort??0)-(T.sort??0));e(C)}}catch(k){console.error("Load linked miniprograms error:",k),ie.error("加载失败")}finally{r(!1)}}b.useEffect(()=>{g()},[]);function y(){c(null),h({name:"",appId:"",path:"",sort:t.length}),i(!0)}function N(k){c(k),h({name:k.name,appId:k.appId,path:k.path??"",sort:k.sort??0}),i(!0)}async function w(){const k=u.name.trim(),C=u.appId.trim();if(!k||!C){ie.error("请填写小程序名称和 AppID");return}m(!0);try{if(o){const E=await _t("/api/admin/linked-miniprograms",{key:o.key,name:k,appId:C,path:u.path.trim(),sort:u.sort});E!=null&&E.success?(ie.success("已更新"),i(!1),g()):ie.error((E==null?void 0:E.error)??"更新失败")}else{const E=await wt("/api/admin/linked-miniprograms",{name:k,appId:C,path:u.path.trim(),sort:u.sort});E!=null&&E.success?(ie.success("已添加"),i(!1),g()):ie.error((E==null?void 0:E.error)??"添加失败")}}catch{ie.error("操作失败")}finally{m(!1)}}async function v(k){if(confirm(`确定要删除「${k.name}」吗?`))try{const C=await Bs(`/api/admin/linked-miniprograms/${k.key}`);C!=null&&C.success?(ie.success("已删除"),g()):ie.error((C==null?void 0:C.error)??"删除失败")}catch{ie.error("删除失败")}}return s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(yi,{className:"w-5 h-5 text-[#38bdac]"}),"关联小程序管理"]}),s.jsx(Ft,{className:"text-gray-400",children:"添加后生成 32 位密钥,链接标签选择小程序时存密钥;小程序端点击 #标签 时用密钥查 appId 再跳转。需在 app.json 的 navigateToMiniProgramAppIdList 中配置目标 AppID。"})]}),s.jsxs(Ee,{children:[s.jsxs("div",{className:"flex justify-end gap-2 mb-4",children:[s.jsx(ee,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50",onClick:()=>g(),title:"刷新",children:s.jsx(Ke,{className:"w-4 h-4"})}),s.jsxs(ee,{onClick:y,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"添加关联小程序"]})]}),n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"名称"}),s.jsx(je,{className:"text-gray-400",children:"密钥"}),s.jsx(je,{className:"text-gray-400",children:"AppID"}),s.jsx(je,{className:"text-gray-400",children:"路径"}),s.jsx(je,{className:"text-gray-400 w-24",children:"排序"}),s.jsx(je,{className:"text-gray-400 w-32",children:"操作"})]})}),s.jsxs(dr,{children:[t.map(k=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-white",children:k.name}),s.jsx(ye,{className:"text-gray-300 font-mono text-xs",children:k.key}),s.jsx(ye,{className:"text-gray-300 font-mono text-sm",children:k.appId}),s.jsx(ye,{className:"text-gray-400 text-sm",children:k.path||"—"}),s.jsx(ye,{className:"text-gray-300",children:k.sort??0}),s.jsx(ye,{children:s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ee,{variant:"ghost",size:"sm",className:"text-[#38bdac] hover:bg-[#38bdac]/20",onClick:()=>N(k),children:s.jsx(ej,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-red-400 hover:bg-red-500/20",onClick:()=>v(k),children:s.jsx(Jn,{className:"w-4 h-4"})})]})})]},k.key)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:6,className:"text-center py-12 text-gray-500",children:"暂无关联小程序,点击「添加关联小程序」开始配置"})})]})]})]})]}),s.jsx(Ot,{open:a,onOpenChange:i,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md p-4 gap-3",children:[s.jsxs(Dt,{className:"gap-1",children:[s.jsx(Lt,{className:"text-base",children:o?"编辑关联小程序":"添加关联小程序"}),s.jsx(xf,{className:"text-gray-400 text-xs",children:"填写目标小程序的名称和 AppID,路径可选(为空则打开首页)"})]}),s.jsxs("div",{className:"space-y-3 py-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"小程序名称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"例如:Soul 创业派对",value:u.name,onChange:k=>h(C=>({...C,name:k.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"AppID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono h-8 text-sm",placeholder:"例如:wxb8bbb2b10dec74aa",value:u.appId,onChange:k=>h(C=>({...C,appId:k.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"路径(可选)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"例如:pages/index/index",value:u.path,onChange:k=>h(C=>({...C,path:k.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"排序"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm w-20",value:u.sort,onChange:k=>h(C=>({...C,sort:parseInt(k.target.value,10)||0}))})]})]}),s.jsxs(on,{className:"gap-2 pt-1",children:[s.jsx(ee,{variant:"outline",onClick:()=>i(!1),className:"border-gray-600",children:"取消"}),s.jsx(ee,{onClick:w,disabled:f,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:f?"保存中...":"保存"})]})]})})]})}const rV=["一","二","三","四","五","六","七","八","九","十"];function vg(t){return t.startsWith("part:")?{type:"part",id:t.slice(5)}:t.startsWith("chapter:")?{type:"chapter",id:t.slice(8)}:t.startsWith("section:")?{type:"section",id:t.slice(8)}:null}function sV({parts:t,expandedParts:e,onTogglePart:n,onReorder:r,onReadSection:a,onDeleteSection:i,onAddSectionInPart:o,onAddChapterInPart:c,onDeleteChapter:u,onEditPart:h,onDeletePart:f,onEditChapter:m,selectedSectionIds:g=[],onToggleSectionSelect:y,onShowSectionOrders:N,pinnedSectionIds:w=[]}){const[v,k]=b.useState(null),[C,E]=b.useState(null),T=(F,X)=>(v==null?void 0:v.type)===F&&(v==null?void 0:v.id)===X,R=(F,X)=>(C==null?void 0:C.type)===F&&(C==null?void 0:C.id)===X,D=b.useCallback(()=>{const F=[];for(const X of t)for(const te of X.chapters)for(const ue of te.sections)F.push({id:ue.id,partId:X.id,partTitle:X.title,chapterId:te.id,chapterTitle:te.title});return F},[t]),_=b.useCallback(async(F,X,te,ue)=>{var z;F.preventDefault(),F.stopPropagation();const ae=F.dataTransfer.getData("text/plain"),I=vg(ae);if(!I||I.type===X&&I.id===te)return;const O=D(),G=new Map(O.map(re=>[re.id,re]));if(I.type==="part"&&X==="part"){const re=t.map(q=>q.id),K=re.indexOf(I.id),$=re.indexOf(te);if(K===-1||$===-1)return;const H=[...re];H.splice(K,1),H.splice(K<$?$-1:$,0,I.id);const oe=[];for(const q of H){const me=t.find(Z=>Z.id===q);if(me)for(const Z of me.chapters)for(const ce of Z.sections){const he=G.get(ce.id);he&&oe.push(he)}}await r(oe);return}if(I.type==="chapter"&&(X==="chapter"||X==="section"||X==="part")){const re=t.find(he=>he.chapters.some(ve=>ve.id===I.id)),K=re==null?void 0:re.chapters.find(he=>he.id===I.id);if(!re||!K)return;let $,H,oe=null;if(X==="section"){const he=G.get(te);if(!he)return;$=he.partId,H=he.partTitle,oe=te}else if(X==="chapter"){const he=t.find(Be=>Be.chapters.some($e=>$e.id===te)),ve=he==null?void 0:he.chapters.find(Be=>Be.id===te);if(!he||!ve)return;$=he.id,H=he.title;const Ae=O.filter(Be=>Be.chapterId===te).pop();oe=(Ae==null?void 0:Ae.id)??null}else{const he=t.find(Ae=>Ae.id===te);if(!he||!he.chapters[0])return;$=he.id,H=he.title;const ve=O.filter(Ae=>Ae.partId===he.id&&Ae.chapterId===he.chapters[0].id);oe=((z=ve[ve.length-1])==null?void 0:z.id)??null}const q=K.sections.map(he=>he.id),me=O.filter(he=>!q.includes(he.id));let Z=me.length;if(oe){const he=me.findIndex(ve=>ve.id===oe);he>=0&&(Z=he+1)}const ce=q.map(he=>({...G.get(he),partId:$,partTitle:H,chapterId:K.id,chapterTitle:K.title}));await r([...me.slice(0,Z),...ce,...me.slice(Z)]);return}if(I.type==="section"&&(X==="section"||X==="chapter"||X==="part")){if(!ue)return;const{partId:re,partTitle:K,chapterId:$,chapterTitle:H}=ue;let oe;if(X==="section")oe=O.findIndex(ve=>ve.id===te);else if(X==="chapter"){const ve=O.filter(Ae=>Ae.chapterId===te).pop();oe=ve?O.findIndex(Ae=>Ae.id===ve.id)+1:O.length}else{const ve=t.find($e=>$e.id===te);if(!(ve!=null&&ve.chapters[0]))return;const Ae=O.filter($e=>$e.partId===ve.id&&$e.chapterId===ve.chapters[0].id),Be=Ae[Ae.length-1];oe=Be?O.findIndex($e=>$e.id===Be.id)+1:0}const q=O.findIndex(ve=>ve.id===I.id);if(q===-1)return;const me=O.filter(ve=>ve.id!==I.id),Z=q({onDragEnter:ue=>{ue.preventDefault(),ue.stopPropagation(),ue.dataTransfer.dropEffect="move",E({type:F,id:X})},onDragOver:ue=>{ue.preventDefault(),ue.stopPropagation(),ue.dataTransfer.dropEffect="move",E({type:F,id:X})},onDragLeave:()=>E(null),onDrop:ue=>{E(null);const ae=vg(ue.dataTransfer.getData("text/plain"));if(ae&&!(F==="section"&&ae.type==="section"&&ae.id===X))if(F==="part")if(ae.type==="part")_(ue,"part",X);else{const I=t.find(G=>G.id===X);(I==null?void 0:I.chapters[0])&&te&&_(ue,"part",X,te)}else F==="chapter"&&te?(ae.type==="section"||ae.type==="chapter")&&_(ue,"chapter",X,te):F==="section"&&te&&_(ue,"section",X,te)}}),L=F=>rV[F]??String(F+1);return s.jsx("div",{className:"space-y-3",children:t.map((F,X)=>{var K,$,H,oe;const te=F.title==="序言"||F.title.includes("序言"),ue=F.title==="尾声"||F.title.includes("尾声"),ae=F.title==="附录"||F.title.includes("附录"),I=R("part",F.id),O=e.includes(F.id),G=F.chapters.length,z=F.chapters.reduce((q,me)=>q+me.sections.length,0);if(te&&F.chapters.length===1&&F.chapters[0].sections.length===1){const q=F.chapters[0].sections[0],me=R("section",q.id),Z={partId:F.id,partTitle:F.title,chapterId:F.chapters[0].id,chapterTitle:F.chapters[0].title};return s.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+q.id),ce.dataTransfer.effectAllowed="move",k({type:"section",id:q.id})},onDragEnd:()=>{k(null),E(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${me?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${T("section",q.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",q.id,Z),children:[s.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[s.jsx(ua,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(q.id),onChange:()=>y(q.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:s.jsx(Br,{className:"w-4 h-4 text-gray-400"})}),s.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[F.chapters[0].title," | ",q.title]}),w.includes(q.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(gl,{className:"w-3.5 h-3.5 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ce=>ce.stopPropagation(),onClick:ce=>ce.stopPropagation(),children:[q.price===0||q.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",q.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",q.clickCount??0," · 付款 ",q.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(q.hotScore??0).toFixed(1)," · 第",q.hotRank&&q.hotRank>0?q.hotRank:"-","名"]}),N&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(q),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(q),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(q),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]})]},F.id)}if(F.title==="2026每日派对干货"||F.title.includes("2026每日派对干货")){const q=R("part",F.id);return s.jsxs("div",{className:`rounded-xl border overflow-hidden transition-all duration-200 ${q?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50 bg-[#1C1C1E]"}`,...P("part",F.id,{partId:F.id,partTitle:F.title,chapterId:((K=F.chapters[0])==null?void 0:K.id)??"",chapterTitle:(($=F.chapters[0])==null?void 0:$.title)??""}),children:[s.jsxs("div",{draggable:!0,onDragStart:me=>{me.stopPropagation(),me.dataTransfer.setData("text/plain","part:"+F.id),me.dataTransfer.effectAllowed="move",k({type:"part",id:F.id})},onDragEnd:()=>{k(null),E(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${T("part",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/50"}`,onClick:()=>n(F.id),children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(ua,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),s.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac]/80 flex items-center justify-center text-white font-bold shrink-0",children:"派"}),s.jsxs("div",{children:[s.jsx("h3",{className:"font-bold text-white text-base",children:F.title}),s.jsxs("p",{className:"text-xs text-gray-500 mt-0.5",children:["共 ",z," 节"]})]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:me=>me.stopPropagation(),onClick:me=>me.stopPropagation(),children:[o&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:s.jsx(hn,{className:"w-3.5 h-3.5"})}),h&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),f&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(F),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})}),s.jsxs("span",{className:"text-xs text-gray-500",children:[G,"章"]}),O?s.jsx(Xc,{className:"w-5 h-5 text-gray-500"}):s.jsx(pl,{className:"w-5 h-5 text-gray-500"})]})]}),O&&F.chapters.length>0&&s.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:F.chapters.map(me=>s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:me.title}),s.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:Z=>Z.stopPropagation(),children:[m&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>m(F,me),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),c&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>c(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:s.jsx(hn,{className:"w-3.5 h-3.5"})}),u&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>u(F,me),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]}),s.jsx("div",{className:"space-y-1 pl-2",children:me.sections.map(Z=>{const ce=R("section",Z.id);return s.jsxs("div",{draggable:!0,onDragStart:he=>{he.stopPropagation(),he.dataTransfer.setData("text/plain","section:"+Z.id),he.dataTransfer.effectAllowed="move",k({type:"section",id:Z.id})},onDragEnd:()=>{k(null),E(null)},className:`flex items-center justify-between py-2 px-3 rounded-lg min-h-[40px] cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${T("section",Z.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",Z.id,{partId:F.id,partTitle:F.title,chapterId:me.id,chapterTitle:me.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:he=>he.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(Z.id),onChange:()=>y(Z.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-200 truncate",children:[Z.id," ",Z.title]}),w.includes(Z.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(gl,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",Z.clickCount??0," · 付款 ",Z.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Z.hotScore??0).toFixed(1)," · 第",Z.hotRank&&Z.hotRank>0?Z.hotRank:"-","名"]}),N&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>N(Z),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(Z),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(Z),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]},Z.id)})})]},me.id))})]},F.id)}if(ae)return s.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[s.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"附录"}),s.jsx("div",{className:"space-y-3",children:F.chapters.map((q,me)=>q.sections.length>0?q.sections.map(Z=>{const ce=R("section",Z.id);return s.jsxs("div",{draggable:!0,onDragStart:he=>{he.stopPropagation(),he.dataTransfer.setData("text/plain","section:"+Z.id),he.dataTransfer.effectAllowed="move",k({type:"section",id:Z.id})},onDragEnd:()=>{k(null),E(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 group cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${T("section",Z.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",Z.id,{partId:F.id,partTitle:F.title,chapterId:q.id,chapterTitle:q.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:he=>he.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(Z.id),onChange:()=>y(Z.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-300 truncate",children:["附录",me+1," | ",q.title," | ",Z.title]}),w.includes(Z.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(gl,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",Z.clickCount??0," · 付款 ",Z.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Z.hotScore??0).toFixed(1)," · 第",Z.hotRank&&Z.hotRank>0?Z.hotRank:"-","名"]}),N&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>N(Z),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>a(Z),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>i(Z),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]}),s.jsx(pl,{className:"w-4 h-4 text-gray-500 shrink-0"})]},Z.id)}):s.jsxs("div",{className:"flex justify-between items-center py-2 select-none hover:bg-[#162840]/50 rounded px-2 -mx-2",children:[s.jsxs("span",{className:"text-sm text-gray-500",children:["附录",me+1," | ",q.title,"(空)"]}),s.jsx(pl,{className:"w-4 h-4 text-gray-500 shrink-0"})]},q.id))})]},F.id);if(ue&&F.chapters.length===1&&F.chapters[0].sections.length===1){const q=F.chapters[0].sections[0],me=R("section",q.id),Z={partId:F.id,partTitle:F.title,chapterId:F.chapters[0].id,chapterTitle:F.chapters[0].title};return s.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+q.id),ce.dataTransfer.effectAllowed="move",k({type:"section",id:q.id})},onDragEnd:()=>{k(null),E(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${me?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${T("section",q.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",q.id,Z),children:[s.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[s.jsx(ua,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(q.id),onChange:()=>y(q.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:s.jsx(Br,{className:"w-4 h-4 text-gray-400"})}),s.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[F.chapters[0].title," | ",q.title]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ce=>ce.stopPropagation(),onClick:ce=>ce.stopPropagation(),children:[q.price===0||q.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",q.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",q.clickCount??0," · 付款 ",q.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(q.hotScore??0).toFixed(1)," · 第",q.hotRank&&q.hotRank>0?q.hotRank:"-","名"]}),N&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(q),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(q),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(q),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]})]},F.id)}return ue?s.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[s.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"尾声"}),s.jsx("div",{className:"space-y-3",children:F.chapters.map(q=>q.sections.map(me=>{const Z=R("section",me.id);return s.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+me.id),ce.dataTransfer.effectAllowed="move",k({type:"section",id:me.id})},onDragEnd:()=>{k(null),E(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${Z?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${T("section",me.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",me.id,{partId:F.id,partTitle:F.title,chapterId:q.id,chapterTitle:q.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(me.id),onChange:()=>y(me.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-300",children:[q.title," | ",me.title]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",me.clickCount??0," · 付款 ",me.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(me.hotScore??0).toFixed(1)," · 第",me.hotRank&&me.hotRank>0?me.hotRank:"-","名"]}),N&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(me),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(me),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(me),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]})]},me.id)}))})]},F.id):s.jsxs("div",{className:`rounded-xl border bg-[#1C1C1E] overflow-hidden transition-all duration-200 ${I?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50"}`,...P("part",F.id,{partId:F.id,partTitle:F.title,chapterId:((H=F.chapters[0])==null?void 0:H.id)??"",chapterTitle:((oe=F.chapters[0])==null?void 0:oe.title)??""}),children:[s.jsxs("div",{draggable:!0,onDragStart:q=>{q.stopPropagation(),q.dataTransfer.setData("text/plain","part:"+F.id),q.dataTransfer.effectAllowed="move",k({type:"part",id:F.id})},onDragEnd:()=>{k(null),E(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${T("part",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] rounded-xl shadow-xl shadow-[#38bdac]/20":"hover:bg-[#162840]/50"}`,onClick:()=>n(F.id),children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(ua,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),s.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac] flex items-center justify-center text-white font-bold shadow-lg shadow-[#38bdac]/30 shrink-0",children:L(X)}),s.jsxs("div",{children:[s.jsx("h3",{className:"font-bold text-white text-base",children:F.title}),s.jsxs("p",{className:"text-xs text-gray-500 mt-0.5",children:["共 ",z," 节"]})]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:q=>q.stopPropagation(),onClick:q=>q.stopPropagation(),children:[o&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:s.jsx(hn,{className:"w-3.5 h-3.5"})}),h&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),f&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(F),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})}),s.jsxs("span",{className:"text-xs text-gray-500",children:[G,"章"]}),O?s.jsx(Xc,{className:"w-5 h-5 text-gray-500"}):s.jsx(pl,{className:"w-5 h-5 text-gray-500"})]})]}),O&&s.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:F.chapters.map(q=>{const me=R("chapter",q.id);return s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s.jsxs("div",{draggable:!0,onDragStart:Z=>{Z.stopPropagation(),Z.dataTransfer.setData("text/plain","chapter:"+q.id),Z.dataTransfer.effectAllowed="move",k({type:"chapter",id:q.id})},onDragEnd:()=>{k(null),E(null)},onDragEnter:Z=>{Z.preventDefault(),Z.stopPropagation(),Z.dataTransfer.dropEffect="move",E({type:"chapter",id:q.id})},onDragOver:Z=>{Z.preventDefault(),Z.stopPropagation(),Z.dataTransfer.dropEffect="move",E({type:"chapter",id:q.id})},onDragLeave:()=>E(null),onDrop:Z=>{E(null);const ce=vg(Z.dataTransfer.getData("text/plain"));if(!ce)return;const he={partId:F.id,partTitle:F.title,chapterId:q.id,chapterTitle:q.title};(ce.type==="section"||ce.type==="chapter")&&_(Z,"chapter",q.id,he)},className:`flex-1 min-w-0 py-2 px-2 rounded cursor-grab active:cursor-grabbing select-none -mx-2 transition-all duration-200 flex items-center gap-2 ${me?"bg-[#38bdac]/15 ring-1 ring-[#38bdac]/50":""} ${T("chapter",q.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/30"}`,children:[s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),s.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:q.title})]}),s.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:Z=>Z.stopPropagation(),children:[m&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>m(F,q),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),c&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>c(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:s.jsx(hn,{className:"w-3.5 h-3.5"})}),u&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>u(F,q),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]}),s.jsx("div",{className:"space-y-1 pl-2",children:q.sections.map(Z=>{const ce=R("section",Z.id);return s.jsxs("div",{draggable:!0,onDragStart:he=>{he.stopPropagation(),he.dataTransfer.setData("text/plain","section:"+Z.id),he.dataTransfer.effectAllowed="move",k({type:"section",id:Z.id})},onDragEnd:()=>{k(null),E(null)},className:`flex items-center justify-between py-2 px-3 rounded-lg group cursor-grab active:cursor-grabbing select-none min-h-[40px] transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${T("section",Z.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] shadow-lg":"hover:bg-[#162840]/50"}`,...P("section",Z.id,{partId:F.id,partTitle:F.title,chapterId:q.id,chapterTitle:q.title}),children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0 flex-1",children:[y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:he=>he.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(Z.id),onChange:()=>y(Z.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),s.jsx("div",{className:`w-2 h-2 rounded-full shrink-0 ${Z.price===0||Z.isFree?"border-2 border-[#38bdac] bg-transparent":"bg-gray-500"}`}),s.jsxs("span",{className:"text-sm text-gray-200 truncate",children:[Z.id," ",Z.title]}),w.includes(Z.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(gl,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:he=>he.stopPropagation(),onClick:he=>he.stopPropagation(),children:[Z.isNew&&s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"NEW"}),Z.price===0||Z.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",Z.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",title:"点击次数 · 付款笔数",children:["点击 ",Z.clickCount??0," · 付款 ",Z.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Z.hotScore??0).toFixed(1)," · 第",Z.hotRank&&Z.hotRank>0?Z.hotRank:"-","名"]}),N&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>N(Z),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5 shrink-0",children:"付款记录"}),s.jsxs("div",{className:"flex gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(Z),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(Z),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]})]},Z.id)})})]},q.id)})})]},F.id)})})}function aV(t){var a;const e=new URLSearchParams;e.set("page",String(t.page)),e.set("limit",String(t.limit)),(a=t==null?void 0:t.keyword)!=null&&a.trim()&&e.set("keyword",t.keyword.trim());const n=e.toString(),r=n?`/api/admin/ckb/devices?${n}`:"/api/admin/ckb/devices";return Oe(r)}function iV(t){return Oe(`/api/db/person?personId=${encodeURIComponent(t)}`)}const _4=11,xw={personId:"",name:"",label:"",sceneId:_4,ckbApiKey:"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:"phone",remarkFormat:"",addFriendInterval:1,startTime:"09:00",endTime:"18:00",deviceGroups:""};function oV({open:t,onOpenChange:e,editingPerson:n,onSubmit:r}){const a=!!n,[i,o]=b.useState(xw),[c,u]=b.useState(!1),[h,f]=b.useState(!1),[m,g]=b.useState([]),[y,N]=b.useState(!1),[w,v]=b.useState(""),[k,C]=b.useState({});b.useEffect(()=>{t&&(v(""),o(n?{personId:n.personId??n.name??"",name:n.name??"",label:n.label??"",sceneId:_4,ckbApiKey:n.ckbApiKey??"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:n.remarkType??"phone",remarkFormat:n.remarkFormat??"",addFriendInterval:n.addFriendInterval??1,startTime:n.startTime??"09:00",endTime:n.endTime??"18:00",deviceGroups:n.deviceGroups??""}:{...xw}),C({}),m.length===0&&E(""))},[t,n]);const E=async R=>{N(!0);try{const D=await aV({page:1,limit:50,keyword:R});D!=null&&D.success&&Array.isArray(D.devices)?g(D.devices):D!=null&&D.error&&ie.error(D.error)}catch(D){ie.error(D instanceof Error?D.message:"加载设备列表失败")}finally{N(!1)}},T=async()=>{var P;const R={};(!i.name||!String(i.name).trim())&&(R.name="请填写名称");const D=i.addFriendInterval;if((typeof D!="number"||D<1)&&(R.addFriendInterval="添加间隔至少为 1 分钟"),(((P=i.deviceGroups)==null?void 0:P.split(",").map(L=>L.trim()).filter(Boolean))??[]).length===0&&(R.deviceGroups="请至少选择 1 台设备"),C(R),Object.keys(R).length>0){ie.error(R.name||R.addFriendInterval||R.deviceGroups||"请完善必填项");return}u(!0);try{await r(i),e(!1)}catch(L){ie.error(L instanceof Error?L.message:"保存失败")}finally{u(!1)}};return s.jsx(Ot,{open:t,onOpenChange:e,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[90vh] overflow-y-auto",children:[s.jsxs(Dt,{children:[s.jsx(Lt,{className:"text-[#38bdac]",children:a?"编辑人物":"添加人物 — 存客宝 API 获客"}),s.jsx(xf,{className:"text-gray-400 text-sm",children:a?"修改后同步到存客宝计划":"添加时自动生成 token,并同步创建存客宝场景获客计划"})]}),s.jsxs("div",{className:"space-y-6 py-2",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-3",children:"基础信息"}),s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsxs(Y,{className:"text-gray-400 text-xs",children:["名称 ",s.jsx("span",{className:"text-red-400",children:"*"})]}),s.jsx(ne,{className:`bg-[#0a1628] text-white ${k.name?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,placeholder:"如 卡若",value:i.name,onChange:R=>{o(D=>({...D,name:R.target.value})),k.name&&C(D=>({...D,name:void 0}))}}),k.name&&s.jsx("p",{className:"text-xs text-red-400",children:k.name})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"人物ID(可选)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"自动生成",value:i.personId,onChange:R=>o(D=>({...D,personId:R.target.value})),disabled:a})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"标签(身份/角色)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 超级个体",value:i.label,onChange:R=>o(D=>({...D,label:R.target.value}))})]})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-5",children:[s.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-4",children:"存客宝 API 获客配置"}),s.jsxs("div",{className:"grid grid-cols-2 gap-x-8 gap-y-4",children:[s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"存客宝密钥(计划 apiKey)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"创建计划成功后自动回填,不可手动修改",value:i.ckbApiKey,readOnly:!0}),s.jsx("p",{className:"text-xs text-gray-500",children:"由存客宝计划详情接口返回的 apiKey,用于小程序 @人物 时推送到对应获客计划。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsxs(Y,{className:"text-gray-400 text-xs",children:["选择设备 ",s.jsx("span",{className:"text-red-400",children:"*"})]}),s.jsxs("div",{className:`flex gap-2 rounded-md border ${k.deviceGroups?"border-red-500":"border-gray-700"}`,children:[s.jsx(ne,{className:"bg-[#0a1628] border-0 text-white focus-visible:ring-0 focus-visible:ring-offset-0",placeholder:"未选择设备",readOnly:!0,value:i.deviceGroups?`已选择 ${i.deviceGroups.split(",").filter(Boolean).length} 个设备`:"",onClick:()=>f(!0)}),s.jsx(ee,{type:"button",variant:"outline",className:"border-0 border-l border-inherit rounded-r-md text-gray-200",onClick:()=>f(!0),children:"选择"})]}),k.deviceGroups?s.jsx("p",{className:"text-xs text-red-400",children:k.deviceGroups}):s.jsx("p",{className:"text-xs text-gray-500",children:"从存客宝设备列表中选择,至少选择 1 台设备参与获客计划。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"好友备注"}),s.jsxs(hl,{value:i.remarkType,onValueChange:R=>o(D=>({...D,remarkType:R})),children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(fl,{placeholder:"选择备注类型"})}),s.jsxs(ro,{children:[s.jsx(_r,{value:"phone",children:"手机号"}),s.jsx(_r,{value:"nickname",children:"昵称"}),s.jsx(_r,{value:"source",children:"来源"})]})]})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"备注格式"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 手机号+SOUL链接人与事-{名称},留空用默认",value:i.remarkFormat,onChange:R=>o(D=>({...D,remarkFormat:R.target.value}))})]})]}),s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"打招呼语"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"你好,请通过",value:i.greeting,onChange:R=>o(D=>({...D,greeting:R.target.value}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"添加间隔(分钟)"}),s.jsx(ne,{type:"number",min:1,className:`bg-[#0a1628] text-white ${k.addFriendInterval?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,value:i.addFriendInterval,onChange:R=>{o(D=>({...D,addFriendInterval:Number(R.target.value)||1})),k.addFriendInterval&&C(D=>({...D,addFriendInterval:void 0}))}}),k.addFriendInterval&&s.jsx("p",{className:"text-xs text-red-400",children:k.addFriendInterval})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"允许加人时间段"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ne,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.startTime,onChange:R=>o(D=>({...D,startTime:R.target.value}))}),s.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"至"}),s.jsx(ne,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.endTime,onChange:R=>o(D=>({...D,endTime:R.target.value}))})]})]})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"获客成功提示"}),s.jsx(_l,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[72px] resize-none",placeholder:"请注意消息,稍后加你微信",value:i.tips,onChange:R=>o(D=>({...D,tips:R.target.value}))})]})]})]})]})]}),s.jsxs(on,{className:"gap-3 pt-2",children:[s.jsx(ee,{variant:"outline",onClick:()=>e(!1),className:"border-gray-600 text-gray-300",children:"取消"}),s.jsx(ee,{onClick:T,disabled:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:c?"保存中...":a?"保存":"添加"})]}),h&&s.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",children:s.jsxs("div",{className:"w-full max-w-3xl max-h-[80vh] bg-[#0b1828] border border-gray-700 rounded-xl shadow-xl flex flex-col",children:[s.jsxs("div",{className:"flex items-center justify-between px-5 py-3 border-b border-gray-700/60",children:[s.jsxs("div",{children:[s.jsx("h3",{className:"text-sm font-medium text-white",children:"选择设备"}),s.jsx("p",{className:"text-xs text-gray-400 mt-0.5",children:"勾选需要参与本计划的设备,可多选"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ne,{className:"bg-[#050c18] border-gray-700 text-white h-8 w-52",placeholder:"搜索备注/微信号/IMEI",value:w,onChange:R=>v(R.target.value),onKeyDown:R=>{R.key==="Enter"&&E(w)}}),s.jsx(ee,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-200 h-8",onClick:()=>E(w),disabled:y,children:"刷新"}),s.jsx(ee,{type:"button",size:"icon",variant:"outline",className:"border-gray-600 text-gray-300 h-8 w-8",onClick:()=>f(!1),children:"✕"})]})]}),s.jsx("div",{className:"flex-1 overflow-y-auto",children:y?s.jsx("div",{className:"flex h-full items-center justify-center text-gray-400 text-sm",children:"正在加载设备列表…"}):m.length===0?s.jsx("div",{className:"flex h-full items-center justify-center text-gray-500 text-sm",children:"暂无设备数据,请检查存客宝账号与开放 API 配置"}):s.jsx("div",{className:"p-4 space-y-2",children:m.map(R=>{const D=String(R.id??""),_=i.deviceGroups?i.deviceGroups.split(",").map(F=>F.trim()).filter(Boolean):[],P=_.includes(D),L=()=>{let F;P?F=_.filter(X=>X!==D):F=[..._,D],o(X=>({...X,deviceGroups:F.join(",")})),F.length>0&&C(X=>({...X,deviceGroups:void 0}))};return s.jsxs("label",{className:"flex items-center gap-3 rounded-lg border border-gray-700/60 bg-[#050c18] px-3 py-2 cursor-pointer hover:border-[#38bdac]/70",children:[s.jsx("input",{type:"checkbox",className:"h-4 w-4 accent-[#38bdac]",checked:P,onChange:L}),s.jsxs("div",{className:"flex flex-col min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"text-sm text-white truncate max-w-xs",children:R.memo||R.wechatId||`设备 ${D}`}),R.status==="online"&&s.jsx("span",{className:"rounded-full bg-emerald-500/20 text-emerald-400 text-[11px] px-2 py-0.5",children:"在线"}),R.status==="offline"&&s.jsx("span",{className:"rounded-full bg-gray-600/20 text-gray-400 text-[11px] px-2 py-0.5",children:"离线"})]}),s.jsxs("div",{className:"text-[11px] text-gray-400 mt-0.5",children:[s.jsxs("span",{className:"mr-3",children:["ID: ",D]}),R.wechatId&&s.jsxs("span",{className:"mr-3",children:["微信号: ",R.wechatId]}),typeof R.totalFriend=="number"&&s.jsxs("span",{children:["好友数: ",R.totalFriend]})]})]})]},D)})})}),s.jsxs("div",{className:"flex justify-between items-center px-5 py-3 border-t border-gray-700/60",children:[s.jsxs("span",{className:"text-xs text-gray-400",children:["已选择"," ",i.deviceGroups?i.deviceGroups.split(",").filter(Boolean).length:0," ","台设备"]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ee,{type:"button",variant:"outline",className:"border-gray-600 text-gray-200 h-8 px-4",onClick:()=>f(!1),children:"取消"}),s.jsx(ee,{type:"button",className:"bg-[#38bdac] hover:bg-[#2da396] text-white h-8 px-4",onClick:()=>f(!1),children:"确定"})]})]})]})})]})})}function lV(t){const e=new Map;for(const c of t){const u=c.partId||"part-1",h=c.partTitle||"未分类",f=c.chapterId||"chapter-1",m=c.chapterTitle||"未分类";e.has(u)||e.set(u,{id:u,title:h,chapters:new Map});const g=e.get(u);g.chapters.has(f)||g.chapters.set(f,{id:f,title:m,sections:[]}),g.chapters.get(f).sections.push({id:c.id,mid:c.mid,title:c.title,price:c.price??1,filePath:c.filePath,isFree:c.isFree,isNew:c.isNew,clickCount:c.clickCount??0,payCount:c.payCount??0,hotScore:c.hotScore??0,hotRank:c.hotRank??0})}const n="part-2026-daily",r="2026每日派对干货";Array.from(e.values()).some(c=>c.title===r||c.title.includes(r))||e.set(n,{id:n,title:r,chapters:new Map([["chapter-2026-daily",{id:"chapter-2026-daily",title:r,sections:[]}]])});const i=Array.from(e.values()).map(c=>({...c,chapters:Array.from(c.chapters.values())})),o=c=>c.includes("序言")?0:c.includes(r)?1.5:c.includes("附录")?2:c.includes("尾声")?3:1;return i.sort((c,u)=>{const h=o(c.title),f=o(u.title);return h!==f?h-f:0})}function cV(){var Kl,ql,Oo;const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState([]),[o,c]=b.useState(null),[u,h]=b.useState(!1),[f,m]=b.useState(!1),[g,y]=b.useState(!1),[N,w]=b.useState(""),[v,k]=b.useState([]),[C,E]=b.useState(!1),[T,R]=b.useState({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),[D,_]=b.useState(null),[P,L]=b.useState(!1),[F,X]=b.useState(!1),[te,ue]=b.useState(null),[ae,I]=b.useState(!1),[O,G]=b.useState([]),[z,re]=b.useState(!1),[K,$]=b.useState(""),[H,oe]=b.useState(""),[q,me]=b.useState(!1),[Z,ce]=b.useState(""),[he,ve]=b.useState(!1),[Ae,Be]=b.useState(null),[$e,pt]=b.useState(!1),[Tt,ln]=b.useState(!1),[yt,nn]=b.useState({readWeight:.5,recencyWeight:.3,payWeight:.2}),[An,Mt]=b.useState(!1),[Yt,rn]=b.useState(!1),[In,pr]=b.useState(1),[Rn,Hn]=b.useState([]),[W,He]=b.useState(!1),[qe,xt]=b.useState([]),[lt,nt]=b.useState(!1),[gt,It]=b.useState(20),[gn,mr]=b.useState(!1),[wr,As]=b.useState(!1),[Wr,Is]=b.useState([]),[fe,ge]=b.useState([]),[Rt,Pn]=b.useState(!1),[Qs,Xs]=b.useState(null),[Wn,Zs]=b.useState(null),[ht,xn]=b.useState({tagId:"",label:"",url:"",type:"url",appId:"",pagePath:""}),[Ur,Ir]=b.useState(null),ds=b.useRef(null),On=lV(t),us=t.length,hs=10,Rs=Math.max(1,Math.ceil(Rn.length/hs)),Ma=Rn.slice((In-1)*hs,In*hs),er=async()=>{r(!0);try{const M=await Oe("/api/db/book?action=list",{cache:"no-store"});e(Array.isArray(M==null?void 0:M.sections)?M.sections:[])}catch(M){console.error(M),e([])}finally{r(!1)}},Kr=async()=>{He(!0);try{const M=await Oe("/api/db/book?action=ranking",{cache:"no-store"}),J=Array.isArray(M==null?void 0:M.sections)?M.sections:[];Hn(J);const pe=J.filter(be=>be.isPinned).map(be=>be.id);xt(pe)}catch(M){console.error(M),Hn([])}finally{He(!1)}};b.useEffect(()=>{er(),Kr()},[]);const ea=M=>{i(J=>J.includes(M)?J.filter(pe=>pe!==M):[...J,M])},Rr=b.useCallback(M=>{const J=t,pe=M.flatMap(be=>{const st=J.find(mt=>mt.id===be.id);return st?[{...st,partId:be.partId,partTitle:be.partTitle,chapterId:be.chapterId,chapterTitle:be.chapterTitle}]:[]});return e(pe),_t("/api/db/book",{action:"reorder",items:M}).then(be=>{be&&be.success===!1&&(e(J),ie.error("排序失败: "+(be&&typeof be=="object"&&"error"in be?be.error:"未知错误")))}).catch(be=>{e(J),console.error("排序失败:",be),ie.error("排序失败: "+(be instanceof Error?be.message:"网络或服务异常"))}),Promise.resolve()},[t]),Pi=async M=>{if(confirm(`确定要删除章节「${M.title}」吗?此操作不可恢复。`))try{const J=await Bs(`/api/db/book?id=${encodeURIComponent(M.id)}`);J&&J.success!==!1?(ie.success("已删除"),er(),Kr()):ie.error("删除失败: "+(J&&typeof J=="object"&&"error"in J?J.error:"未知错误"))}catch(J){console.error(J),ie.error("删除失败")}},Aa=b.useCallback(async()=>{Mt(!0);try{const M=await Oe("/api/db/config/full?key=article_ranking_weights",{cache:"no-store"}),J=M&&M.data;J&&typeof J.readWeight=="number"&&typeof J.recencyWeight=="number"&&typeof J.payWeight=="number"&&nn({readWeight:Math.max(0,Math.min(1,J.readWeight)),recencyWeight:Math.max(0,Math.min(1,J.recencyWeight)),payWeight:Math.max(0,Math.min(1,J.payWeight))})}catch{}finally{Mt(!1)}},[]);b.useEffect(()=>{Tt&&Aa()},[Tt,Aa]);const Ro=async()=>{const{readWeight:M,recencyWeight:J,payWeight:pe}=yt,be=M+J+pe;if(Math.abs(be-1)>.001){ie.error("三个权重之和必须等于 1");return}rn(!0);try{const st=await wt("/api/db/config",{key:"article_ranking_weights",value:{readWeight:M,recencyWeight:J,payWeight:pe},description:"文章排名算法权重"});st&&st.success!==!1?(ie.success("排名权重已保存"),ln(!1),er(),Kr()):ie.error("保存失败: "+(st&&typeof st=="object"&&"error"in st?st.error:""))}catch(st){console.error(st),ie.error("保存失败")}finally{rn(!1)}},Ia=b.useCallback(async()=>{nt(!0);try{const M=await Oe("/api/db/config/full?key=pinned_section_ids",{cache:"no-store"}),J=M&&M.data;Array.isArray(J)&&xt(J)}catch{}finally{nt(!1)}},[]),qr=b.useCallback(async()=>{try{const M=await Oe("/api/db/persons");M!=null&&M.success&&M.persons&&Is(M.persons.map(J=>{const pe=J.deviceGroups,be=Array.isArray(pe)?pe.join(","):pe??"";return{id:J.token??J.personId??"",personId:J.personId,name:J.name,label:J.label??"",ckbApiKey:J.ckbApiKey??"",ckbPlanId:J.ckbPlanId,remarkType:J.remarkType,remarkFormat:J.remarkFormat,addFriendInterval:J.addFriendInterval,startTime:J.startTime,endTime:J.endTime,deviceGroups:be}}))}catch{}},[]),Gr=b.useCallback(async()=>{try{const M=await Oe("/api/db/link-tags");M!=null&&M.success&&M.linkTags&&ge(M.linkTags.map(J=>({id:J.tagId,label:J.label,url:J.url,type:J.type||"url",appId:J.appId||"",pagePath:J.pagePath||""})))}catch{}},[]),[Ra,Hl]=b.useState([]),[ta,Pt]=b.useState(""),[Oi,fs]=b.useState(!1),Di=b.useRef(null),Ps=b.useCallback(async()=>{try{const M=await Oe("/api/admin/linked-miniprograms");M!=null&&M.success&&Array.isArray(M.data)&&Hl(M.data.map(J=>({...J,key:J.key})))}catch{}},[]),Li=Ra.filter(M=>!ta.trim()||M.name.toLowerCase().includes(ta.toLowerCase())||M.key&&M.key.toLowerCase().includes(ta.toLowerCase())||M.appId.toLowerCase().includes(ta.toLowerCase())),Pa=async M=>{const J=qe.includes(M)?qe.filter(pe=>pe!==M):[...qe,M];xt(J);try{await wt("/api/db/config",{key:"pinned_section_ids",value:J,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"}),Kr()}catch{xt(qe)}},V=b.useCallback(async()=>{mr(!0);try{const M=await Oe("/api/db/config/full?key=unpaid_preview_percent",{cache:"no-store"}),J=M&&M.data;typeof J=="number"&&J>0&&J<=100&&It(J)}catch{}finally{mr(!1)}},[]),Re=async()=>{if(gt<1||gt>100){ie.error("预览比例需在 1~100 之间");return}As(!0);try{const M=await wt("/api/db/config",{key:"unpaid_preview_percent",value:gt,description:"小程序未付费内容默认预览比例(%)"});M&&M.success!==!1?ie.success("预览比例已保存"):ie.error("保存失败: "+(M.error||""))}catch{ie.error("保存失败")}finally{As(!1)}};b.useEffect(()=>{Ia(),V(),qr(),Gr(),Ps()},[Ia,V,qr,Gr,Ps]);const et=async M=>{Be({section:M,orders:[]}),pt(!0);try{const J=await Oe(`/api/db/book?action=section-orders&id=${encodeURIComponent(M.id)}`),pe=J!=null&&J.success&&Array.isArray(J.orders)?J.orders:[];Be(be=>be?{...be,orders:pe}:null)}catch(J){console.error(J),Be(pe=>pe?{...pe,orders:[]}:null)}finally{pt(!1)}},tt=async M=>{m(!0);try{const J=M.mid!=null&&M.mid>0?`/api/db/book?action=read&mid=${M.mid}`:`/api/db/book?action=read&id=${encodeURIComponent(M.id)}`,pe=await Oe(J);if(pe!=null&&pe.success&&pe.section){const be=pe.section,st=be.editionPremium===!0;c({id:M.id,originalId:M.id,title:pe.section.title??M.title,price:pe.section.price??M.price,content:pe.section.content??"",filePath:M.filePath,isFree:M.isFree||M.price===0,isNew:be.isNew??M.isNew,isPinned:qe.includes(M.id),hotScore:M.hotScore??0,editionStandard:st?!1:be.editionStandard??!0,editionPremium:st})}else c({id:M.id,originalId:M.id,title:M.title,price:M.price,content:"",filePath:M.filePath,isFree:M.isFree,isNew:M.isNew,isPinned:qe.includes(M.id),hotScore:M.hotScore??0,editionStandard:!0,editionPremium:!1}),pe&&!pe.success&&ie.error("无法读取文件内容: "+(pe.error||"未知错误"))}catch(J){console.error(J),c({id:M.id,title:M.title,price:M.price,content:"",filePath:M.filePath,isFree:M.isFree})}finally{m(!1)}},Dn=async()=>{var M;if(o){y(!0);try{let J=o.content||"";const pe=[new RegExp(`^#+\\s*${o.id.replace(".","\\.")}\\s+.*$`,"gm"),new RegExp(`^#+\\s*${o.id.replace(".","\\.")}[::].*$`,"gm"),new RegExp(`^#\\s+.*${(M=o.title)==null?void 0:M.slice(0,10).replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}.*$`,"gm")];for(const cn of pe)J=J.replace(cn,"");J=J.replace(/^\s*\n+/,"").trim();const be=o.originalId||o.id,st=o.id!==be,mt=await _t("/api/db/book",{id:be,...st?{newId:o.id}:{},title:o.title,price:o.isFree?0:o.price,content:J,isFree:o.isFree||o.price===0,isNew:o.isNew,hotScore:o.hotScore,editionStandard:o.editionPremium?!1:o.editionStandard??!0,editionPremium:o.editionPremium??!1,saveToFile:!0},{timeout:Vv}),Bt=st?o.id:be;o.isPinned!==qe.includes(Bt)&&await Pa(Bt),mt&&mt.success!==!1?(ie.success(`已保存:${o.title}`),c(null),er(),qr(),Gr()):ie.error("保存失败: "+(mt&&typeof mt=="object"&&"error"in mt?mt.error:"未知错误"))}catch(J){console.error(J);const pe=J instanceof Error&&J.name==="AbortError"?"保存超时,请检查网络或稍后重试":"保存失败";ie.error(pe)}finally{y(!1)}}},gr=async()=>{if(!T.id||!T.title){ie.error("请填写章节ID和标题");return}y(!0);try{const M=On.find(be=>be.id===T.partId),J=M==null?void 0:M.chapters.find(be=>be.id===T.chapterId),pe=await _t("/api/db/book",{id:T.id,title:T.title,price:T.isFree?0:T.price,content:T.content||"",partId:T.partId,partTitle:(M==null?void 0:M.title)??"",chapterId:T.chapterId,chapterTitle:(J==null?void 0:J.title)??"",isFree:T.isFree,isNew:T.isNew,editionStandard:T.editionPremium?!1:T.editionStandard??!0,editionPremium:T.editionPremium??!1,hotScore:T.hotScore??0,saveToFile:!1},{timeout:Vv});if(pe&&pe.success!==!1){if(T.isPinned){const be=[...qe,T.id];xt(be);try{await wt("/api/db/config",{key:"pinned_section_ids",value:be,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"})}catch{}}ie.success(`章节创建成功:${T.title}`),h(!1),R({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),er(),qr(),Gr()}else ie.error("创建失败: "+(pe&&typeof pe=="object"&&"error"in pe?pe.error:"未知错误"))}catch(M){console.error(M),ie.error("创建失败")}finally{y(!1)}},Po=M=>{R(J=>{var pe;return{...J,partId:M.id,chapterId:((pe=M.chapters[0])==null?void 0:pe.id)??"chapter-1"}}),h(!0)},Qt=M=>{_({id:M.id,title:M.title})},Un=async()=>{var M;if((M=D==null?void 0:D.title)!=null&&M.trim()){L(!0);try{const J=t.map(be=>({id:be.id,partId:be.partId||"part-1",partTitle:be.partId===D.id?D.title.trim():be.partTitle||"",chapterId:be.chapterId||"chapter-1",chapterTitle:be.chapterTitle||""})),pe=await _t("/api/db/book",{action:"reorder",items:J});if(pe&&pe.success!==!1){const be=D.title.trim();e(st=>st.map(mt=>mt.partId===D.id?{...mt,partTitle:be}:mt)),_(null),er()}else ie.error("更新篇名失败: "+(pe&&typeof pe=="object"&&"error"in pe?pe.error:"未知错误"))}catch(J){console.error(J),ie.error("更新篇名失败")}finally{L(!1)}}},ps=M=>{const J=M.chapters.length+1,pe=`chapter-${M.id}-${J}-${Date.now()}`;R({id:`${J}.1`,title:"新章节",price:1,partId:M.id,chapterId:pe,content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),h(!0)},Os=(M,J)=>{ue({part:M,chapter:J,title:J.title})},na=async()=>{var M;if((M=te==null?void 0:te.title)!=null&&M.trim()){I(!0);try{const J=t.map(be=>({id:be.id,partId:be.partId||te.part.id,partTitle:be.partId===te.part.id?te.part.title:be.partTitle||"",chapterId:be.chapterId||te.chapter.id,chapterTitle:be.partId===te.part.id&&be.chapterId===te.chapter.id?te.title.trim():be.chapterTitle||""})),pe=await _t("/api/db/book",{action:"reorder",items:J});if(pe&&pe.success!==!1){const be=te.title.trim(),st=te.part.id,mt=te.chapter.id;e(Bt=>Bt.map(cn=>cn.partId===st&&cn.chapterId===mt?{...cn,chapterTitle:be}:cn)),ue(null),er()}else ie.error("保存失败: "+(pe&&typeof pe=="object"&&"error"in pe?pe.error:"未知错误"))}catch(J){console.error(J),ie.error("保存失败")}finally{I(!1)}}},Wl=async(M,J)=>{const pe=J.sections.map(be=>be.id);if(pe.length===0){ie.info("该章下无小节,无需删除");return}if(confirm(`确定要删除「第${M.chapters.indexOf(J)+1}章 | ${J.title}」吗?将删除共 ${pe.length} 节,此操作不可恢复。`))try{for(const be of pe)await Bs(`/api/db/book?id=${encodeURIComponent(be)}`);er()}catch(be){console.error(be),ie.error("删除失败")}},_i=async()=>{if(!Z.trim()){ie.error("请输入篇名");return}ve(!0);try{const M=`part-new-${Date.now()}`,J="chapter-1",pe=`part-placeholder-${Date.now()}`,be=await _t("/api/db/book",{id:pe,title:"占位节(可编辑)",price:0,content:"",partId:M,partTitle:Z.trim(),chapterId:J,chapterTitle:"第1章 | 待编辑",saveToFile:!1});be&&be.success!==!1?(ie.success(`篇「${Z}」创建成功`),X(!1),ce(""),er()):ie.error("创建失败: "+(be&&typeof be=="object"&&"error"in be?be.error:"未知错误"))}catch(M){console.error(M),ie.error("创建失败")}finally{ve(!1)}},Oa=async()=>{if(O.length===0){ie.error("请先勾选要移动的章节");return}const M=On.find(pe=>pe.id===K),J=M==null?void 0:M.chapters.find(pe=>pe.id===H);if(!M||!J||!K||!H){ie.error("请选择目标篇和章");return}me(!0);try{const pe=()=>{const Bt=new Set(O),cn=t.map(Ln=>({id:Ln.id,partId:Ln.partId||"",partTitle:Ln.partTitle||"",chapterId:Ln.chapterId||"",chapterTitle:Ln.chapterTitle||""})),$i=cn.filter(Ln=>Bt.has(Ln.id)).map(Ln=>({...Ln,partId:K,partTitle:M.title||K,chapterId:H,chapterTitle:J.title||H})),ms=cn.filter(Ln=>!Bt.has(Ln.id));let Jr=ms.length;for(let Ln=ms.length-1;Ln>=0;Ln-=1){const Gl=ms[Ln];if(Gl.partId===K&&Gl.chapterId===H){Jr=Ln+1;break}}return[...ms.slice(0,Jr),...$i,...ms.slice(Jr)]},be=async()=>{const Bt=pe(),cn=await _t("/api/db/book",{action:"reorder",items:Bt});return cn&&cn.success!==!1?(ie.success(`已移动 ${O.length} 节到「${M.title}」-「${J.title}」`),re(!1),G([]),await er(),!0):!1},st={action:"move-sections",sectionIds:O,targetPartId:K,targetChapterId:H,targetPartTitle:M.title||K,targetChapterTitle:J.title||H},mt=await _t("/api/db/book",st);if(mt&&mt.success!==!1)ie.success(`已移动 ${mt.count??O.length} 节到「${M.title}」-「${J.title}」`),re(!1),G([]),await er();else{const Bt=mt&&typeof mt=="object"&&"error"in mt?mt.error||"":"未知错误";if((Bt.includes("缺少 id")||Bt.includes("无效的 action"))&&await be())return;ie.error("移动失败: "+Bt)}}catch(pe){console.error(pe),ie.error("移动失败: "+(pe instanceof Error?pe.message:"网络或服务异常"))}finally{me(!1)}},Ul=M=>{G(J=>J.includes(M)?J.filter(pe=>pe!==M):[...J,M])},zi=async M=>{const J=t.filter(pe=>pe.partId===M.id).map(pe=>pe.id);if(J.length===0){ie.info("该篇下暂无小节可删除");return}if(confirm(`确定要删除「${M.title}」整篇吗?将删除共 ${J.length} 节内容,此操作不可恢复。`))try{for(const pe of J)await Bs(`/api/db/book?id=${encodeURIComponent(pe)}`);er()}catch(pe){console.error(pe),ie.error("删除失败")}},jd=async()=>{var M;if(N.trim()){E(!0);try{const J=await Oe(`/api/search?q=${encodeURIComponent(N)}`);J!=null&&J.success&&((M=J.data)!=null&&M.results)?k(J.data.results):(k([]),J&&!J.success&&ie.error("搜索失败: "+J.error))}catch(J){console.error(J),k([]),ie.error("搜索失败")}finally{E(!1)}}},Fi=On.find(M=>M.id===T.partId),vt=(Fi==null?void 0:Fi.chapters)??[];return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"内容管理"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",On.length," 篇 · ",us," 节内容"]})]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsxs(ee,{onClick:()=>ln(!0),variant:"outline",className:"border-amber-500/50 text-amber-400 hover:bg-amber-500/10 bg-transparent",children:[s.jsx(Su,{className:"w-4 h-4 mr-2"}),"排名算法"]}),s.jsxs(ee,{onClick:()=>{const M=typeof window<"u"?`${window.location.origin}/api-doc`:"";M&&window.open(M,"_blank","noopener,noreferrer")},variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ss,{className:"w-4 h-4 mr-2"}),"API 接口"]})]})]}),s.jsx(Ot,{open:u,onOpenChange:h,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[s.jsx(Dt,{className:"shrink-0 px-6 pt-6 pb-2",children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(hn,{className:"w-5 h-5 text-[#38bdac]"}),"新建章节"]})}),s.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节ID *"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 9.15",value:T.id,onChange:M=>R({...T,id:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"价格 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:T.isFree?0:T.price,onChange:M=>R({...T,price:Number(M.target.value),isFree:Number(M.target.value)===0}),disabled:T.isFree})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"免费"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:T.isFree,onChange:M=>R({...T,isFree:M.target.checked,price:M.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"最新新增"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:T.isNew,onChange:M=>R({...T,isNew:M.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"小程序直推"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:T.isPinned,onChange:M=>R({...T,isPinned:M.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"文章类型"}),s.jsxs("div",{className:"flex items-center gap-4 h-10",children:[s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"new-edition-type",checked:T.editionPremium!==!0,onChange:()=>R({...T,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"new-edition-type",checked:T.editionPremium===!0,onChange:()=>R({...T,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"热度分"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:T.hotScore??0,onChange:M=>R({...T,hotScore:Math.max(0,parseFloat(M.target.value)||0)})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节标题 *"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入章节标题",value:T.title,onChange:M=>R({...T,title:M.target.value})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"所属篇"}),s.jsxs(hl,{value:T.partId,onValueChange:M=>{var pe;const J=On.find(be=>be.id===M);R({...T,partId:M,chapterId:((pe=J==null?void 0:J.chapters[0])==null?void 0:pe.id)??"chapter-1"})},children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(fl,{})}),s.jsxs(ro,{className:"bg-[#0f2137] border-gray-700",children:[On.map(M=>s.jsx(_r,{value:M.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:M.title},M.id)),On.length===0&&s.jsx(_r,{value:"part-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认篇"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"所属章"}),s.jsxs(hl,{value:T.chapterId,onValueChange:M=>R({...T,chapterId:M}),children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(fl,{})}),s.jsxs(ro,{className:"bg-[#0f2137] border-gray-700",children:[vt.map(M=>s.jsx(_r,{value:M.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:M.title},M.id)),vt.length===0&&s.jsx(_r,{value:"chapter-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认章"})]})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),s.jsx(Sx,{content:T.content||"",onChange:M=>R({...T,content:M}),onImageUpload:async M=>{var st;const J=new FormData;J.append("file",M),J.append("folder","book-images");const be=await(await fetch(go("/api/upload"),{method:"POST",body:J,headers:{Authorization:`Bearer ${localStorage.getItem("admin_token")||""}`}})).json();return((st=be==null?void 0:be.data)==null?void 0:st.url)||(be==null?void 0:be.url)||""},persons:Wr,linkTags:fe,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),s.jsxs(on,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[s.jsx(ee,{variant:"outline",onClick:()=>h(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:gr,disabled:g||!T.id||!T.title,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:g?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"创建章节"]})})]})]})}),s.jsx(Ot,{open:!!D,onOpenChange:M=>!M&&_(null),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑篇名"]})}),D&&s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"篇名"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:D.title,onChange:M=>_({...D,title:M.target.value}),placeholder:"输入篇名"})]})}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>_(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:Un,disabled:P||!((Kl=D==null?void 0:D.title)!=null&&Kl.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:P?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),s.jsx(Ot,{open:!!te,onOpenChange:M=>!M&&ue(null),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑章节名称"]})}),te&&s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节名称(如:第8章|底层结构)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:te.title,onChange:M=>ue({...te,title:M.target.value}),placeholder:"输入章节名称"})]})}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>ue(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:na,disabled:ae||!((ql=te==null?void 0:te.title)!=null&&ql.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:ae?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),s.jsx(Ot,{open:z,onOpenChange:M=>{var J;if(re(M),M&&On.length>0){const pe=On[0];$(pe.id),oe(((J=pe.chapters[0])==null?void 0:J.id)??"")}},children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"批量移动至指定目录"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["已选 ",s.jsx("span",{className:"text-[#38bdac] font-medium",children:O.length})," 节,请选择目标篇与章。"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"目标篇"}),s.jsxs(hl,{value:K,onValueChange:M=>{var pe;$(M);const J=On.find(be=>be.id===M);oe(((pe=J==null?void 0:J.chapters[0])==null?void 0:pe.id)??"")},children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(fl,{placeholder:"选择篇"})}),s.jsx(ro,{className:"bg-[#0f2137] border-gray-700",children:On.map(M=>s.jsx(_r,{value:M.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:M.title},M.id))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"目标章"}),s.jsxs(hl,{value:H,onValueChange:oe,children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(fl,{placeholder:"选择章"})}),s.jsx(ro,{className:"bg-[#0f2137] border-gray-700",children:(((Oo=On.find(M=>M.id===K))==null?void 0:Oo.chapters)??[]).map(M=>s.jsx(_r,{value:M.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:M.title},M.id))})]})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>re(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:Oa,disabled:q||O.length===0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:q?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"移动中..."]}):"确认移动"})]})]})}),s.jsx(Ot,{open:!!Ae,onOpenChange:M=>!M&&Be(null),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-3xl max-h-[85vh] overflow-hidden flex flex-col",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white",children:["付款记录 — ",(Ae==null?void 0:Ae.section.title)??""]})}),s.jsx("div",{className:"flex-1 overflow-y-auto py-2",children:$e?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):Ae&&Ae.orders.length===0?s.jsx("p",{className:"text-gray-500 text-center py-6",children:"暂无付款记录"}):Ae?s.jsxs("table",{className:"w-full text-sm border-collapse",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700 text-left text-gray-400",children:[s.jsx("th",{className:"py-2 pr-2",children:"订单号"}),s.jsx("th",{className:"py-2 pr-2",children:"用户ID"}),s.jsx("th",{className:"py-2 pr-2",children:"金额"}),s.jsx("th",{className:"py-2 pr-2",children:"状态"}),s.jsx("th",{className:"py-2 pr-2",children:"支付时间"})]})}),s.jsx("tbody",{children:Ae.orders.map(M=>s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("td",{className:"py-2 pr-2",children:s.jsx("button",{className:"text-blue-400 hover:text-blue-300 hover:underline text-left truncate max-w-[180px] block",title:`查看订单 ${M.orderSn}`,onClick:()=>window.open(`/orders?search=${M.orderSn??M.id??""}`,"_blank"),children:M.orderSn?M.orderSn.length>16?M.orderSn.slice(0,8)+"..."+M.orderSn.slice(-6):M.orderSn:"-"})}),s.jsx("td",{className:"py-2 pr-2",children:s.jsx("button",{className:"text-[#38bdac] hover:text-[#2da396] hover:underline text-left truncate max-w-[140px] block",title:`查看用户 ${M.userId??M.openId??""}`,onClick:()=>window.open(`/users?search=${M.userId??M.openId??""}`,"_blank"),children:(()=>{const J=M.userId??M.openId??"-";return J.length>12?J.slice(0,6)+"..."+J.slice(-4):J})()})}),s.jsxs("td",{className:"py-2 pr-2 text-gray-300",children:["¥",M.amount??0]}),s.jsx("td",{className:"py-2 pr-2 text-gray-300",children:M.status??"-"}),s.jsx("td",{className:"py-2 pr-2 text-gray-500",children:M.payTime??M.createdAt??"-"})]},M.id??M.orderSn??""))})]}):null})]})}),s.jsx(Ot,{open:Tt,onOpenChange:ln,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Su,{className:"w-5 h-5 text-amber-400"}),"文章排名算法"]})}),s.jsxs("div",{className:"space-y-4 py-2",children:[s.jsx("p",{className:"text-sm text-gray-400",children:"热度积分 = 阅读权重×阅读排名分 + 新度权重×新度排名分 + 付款权重×付款排名分(三权重之和须为 1)"}),An?s.jsx("p",{className:"text-gray-500",children:"加载中..."}):s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"grid grid-cols-3 gap-3",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"阅读权重"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:yt.readWeight,onChange:M=>nn(J=>({...J,readWeight:Math.max(0,Math.min(1,parseFloat(M.target.value)||0))}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"新度权重"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:yt.recencyWeight,onChange:M=>nn(J=>({...J,recencyWeight:Math.max(0,Math.min(1,parseFloat(M.target.value)||0))}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"付款权重"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:yt.payWeight,onChange:M=>nn(J=>({...J,payWeight:Math.max(0,Math.min(1,parseFloat(M.target.value)||0))}))})]})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["当前之和: ",(yt.readWeight+yt.recencyWeight+yt.payWeight).toFixed(1)]}),s.jsxs("ul",{className:"list-disc list-inside space-y-1 text-xs text-gray-400",children:[s.jsx("li",{children:"阅读量前 20 名:第1名=20分、第2名=19分...第20名=1分"}),s.jsx("li",{children:"最近更新前 30 篇:第1名=30分、第2名=29分...第30名=1分"}),s.jsx("li",{children:"付款数前 20 名:第1名=20分、第2名=19分...第20名=1分"}),s.jsx("li",{children:"热度分可在编辑章节中手动覆盖"})]}),s.jsx(ee,{onClick:Ro,disabled:Yt||Math.abs(yt.readWeight+yt.recencyWeight+yt.payWeight-1)>.001,className:"w-full bg-amber-500 hover:bg-amber-600 text-white",children:Yt?"保存中...":"保存权重"})]})]})]})}),s.jsx(Ot,{open:F,onOpenChange:X,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(hn,{className:"w-5 h-5 text-amber-400"}),"新建篇"]})}),s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"篇名(如:第六篇|真实的社会)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:Z,onChange:M=>ce(M.target.value),placeholder:"输入篇名"})]})}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>{X(!1),ce("")},className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:_i,disabled:he||!Z.trim(),className:"bg-amber-500 hover:bg-amber-600 text-white",children:he?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"创建篇"]})})]})]})}),s.jsx(Ot,{open:!!o,onOpenChange:()=>c(null),children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[s.jsx(Dt,{className:"shrink-0 px-6 pt-6 pb-2",children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑章节"]})}),o&&s.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节ID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:o.id,onChange:M=>c({...o,id:M.target.value}),placeholder:"如: 9.15"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"价格 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:o.isFree?0:o.price,onChange:M=>c({...o,price:Number(M.target.value),isFree:Number(M.target.value)===0}),disabled:o.isFree})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"免费"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:o.isFree||o.price===0,onChange:M=>c({...o,isFree:M.target.checked,price:M.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"最新新增"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:o.isNew??!1,onChange:M=>c({...o,isNew:M.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"小程序直推"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:o.isPinned??!1,onChange:M=>c({...o,isPinned:M.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"文章类型"}),s.jsxs("div",{className:"flex items-center gap-4 h-10",children:[s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"edition-type",checked:o.editionPremium!==!0,onChange:()=>c({...o,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"edition-type",checked:o.editionPremium===!0,onChange:()=>c({...o,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"热度分"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:o.hotScore??0,onChange:M=>c({...o,hotScore:Math.max(0,parseFloat(M.target.value)||0)})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:o.title,onChange:M=>c({...o,title:M.target.value})})]}),o.filePath&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"文件路径"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-gray-400 text-sm",value:o.filePath,disabled:!0})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),f?s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700 rounded-md min-h-[400px] flex items-center justify-center",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsx(Sx,{ref:ds,content:o.content||"",onChange:M=>c({...o,content:M}),onImageUpload:async M=>{var st;const J=new FormData;J.append("file",M),J.append("folder","book-images");const be=await(await fetch(go("/api/upload"),{method:"POST",body:J,headers:{Authorization:`Bearer ${localStorage.getItem("admin_token")||""}`}})).json();return((st=be==null?void 0:be.data)==null?void 0:st.url)||(be==null?void 0:be.url)||""},persons:Wr,linkTags:fe,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),s.jsxs(on,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[o&&s.jsxs(ee,{variant:"outline",onClick:()=>et({id:o.id,title:o.title,price:o.price}),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent mr-auto",children:[s.jsx(Br,{className:"w-4 h-4 mr-2"}),"付款记录"]}),s.jsxs(ee,{variant:"outline",onClick:()=>c(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsx(ee,{onClick:Dn,disabled:g,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:g?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存修改"]})})]})]})}),s.jsxs(xd,{defaultValue:"chapters",className:"space-y-6",children:[s.jsxs(Ll,{className:"bg-[#0f2137] border border-gray-700/50 p-1",children:[s.jsxs(Zt,{value:"chapters",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(Br,{className:"w-4 h-4 mr-2"}),"章节管理"]}),s.jsxs(Zt,{value:"ranking",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[s.jsx(Pg,{className:"w-4 h-4 mr-2"}),"内容排行榜"]}),s.jsxs(Zt,{value:"search",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(Na,{className:"w-4 h-4 mr-2"}),"内容搜索"]}),s.jsxs(Zt,{value:"link-person",className:"data-[state=active]:bg-purple-500/20 data-[state=active]:text-purple-400 text-gray-400",children:[s.jsx(Ss,{className:"w-4 h-4 mr-2"}),"链接人与事"]}),s.jsxs(Zt,{value:"link-tag",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[s.jsx($v,{className:"w-4 h-4 mr-2"}),"链接标签"]}),s.jsxs(Zt,{value:"linkedmp",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(yi,{className:"w-4 h-4 mr-2"}),"关联小程序"]})]}),s.jsxs(en,{value:"chapters",className:"space-y-4",children:[s.jsxs("div",{className:"rounded-2xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between shadow-sm",children:[s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx("div",{className:"w-12 h-12 rounded-xl bg-[#38bdac] flex items-center justify-center text-white shadow-lg shadow-[#38bdac]/20 shrink-0",children:s.jsx(Br,{className:"w-6 h-6"})}),s.jsxs("div",{children:[s.jsx("h2",{className:"font-bold text-base text-white leading-tight mb-1",children:"一场SOUL的创业实验场"}),s.jsx("p",{className:"text-xs text-gray-500",children:"来自Soul派对房的真实商业故事"})]})]}),s.jsxs("div",{className:"text-center shrink-0",children:[s.jsx("span",{className:"block text-2xl font-bold text-[#38bdac]",children:us}),s.jsx("span",{className:"text-xs text-gray-500",children:"章节"})]})]}),s.jsxs("div",{className:"flex flex-wrap gap-2",children:[s.jsxs(ee,{onClick:()=>h(!0),className:"flex-1 min-w-[120px] bg-[#38bdac]/10 hover:bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/30",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"新建章节"]}),s.jsxs(ee,{onClick:()=>X(!0),className:"flex-1 min-w-[120px] bg-amber-500/10 hover:bg-amber-500/20 text-amber-400 border border-amber-500/30",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"新建篇"]}),s.jsxs(ee,{variant:"outline",onClick:()=>re(!0),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:["批量移动(已选 ",O.length," 节)"]})]}),n?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsx(sV,{parts:On,expandedParts:a,onTogglePart:ea,onReorder:Rr,onReadSection:tt,onDeleteSection:Pi,onAddSectionInPart:Po,onAddChapterInPart:ps,onDeleteChapter:Wl,onEditPart:Qt,onDeletePart:zi,onEditChapter:Os,selectedSectionIds:O,onToggleSectionSelect:Ul,onShowSectionOrders:et,pinnedSectionIds:qe})]}),s.jsx(en,{value:"search",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"内容搜索"})}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",placeholder:"搜索标题或内容...",value:N,onChange:M=>w(M.target.value),onKeyDown:M=>M.key==="Enter"&&jd()}),s.jsx(ee,{onClick:jd,disabled:C||!N.trim(),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:C?s.jsx(Ke,{className:"w-4 h-4 animate-spin"}):s.jsx(Na,{className:"w-4 h-4"})})]}),v.length>0&&s.jsxs("div",{className:"space-y-2 mt-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["找到 ",v.length," 个结果"]}),v.map(M=>s.jsxs("div",{className:"p-3 rounded-lg bg-[#162840] hover:bg-[#1a3050] cursor-pointer transition-colors",onClick:()=>tt({id:M.id,mid:M.mid,title:M.title,price:M.price??1,filePath:""}),children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"text-[#38bdac] font-mono text-xs",children:M.id}),s.jsx("span",{className:"text-white",children:M.title}),qe.includes(M.id)&&s.jsx(gl,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})]}),s.jsx(Ue,{variant:"outline",className:"text-gray-400 border-gray-600 text-xs",children:M.matchType==="title"?"标题匹配":"内容匹配"})]}),M.snippet&&s.jsx("p",{className:"text-gray-500 text-xs mt-2 line-clamp-2",children:M.snippet}),(M.partTitle||M.chapterTitle)&&s.jsxs("p",{className:"text-gray-600 text-xs mt-1",children:[M.partTitle," · ",M.chapterTitle]})]},M.id))]})]})]})}),s.jsxs(en,{value:"ranking",className:"space-y-4",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(Je,{className:"pb-3",children:s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(Su,{className:"w-4 h-4 text-[#38bdac]"}),"内容显示规则"]})}),s.jsx(Ee,{children:s.jsxs("div",{className:"flex items-center gap-4 flex-wrap",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Y,{className:"text-gray-400 text-sm whitespace-nowrap",children:"未付费预览比例"}),s.jsx(ne,{type:"number",min:"1",max:"100",className:"bg-[#0a1628] border-gray-700 text-white w-20",value:gt,onChange:M=>It(Math.max(1,Math.min(100,Number(M.target.value)||20))),disabled:gn}),s.jsx("span",{className:"text-gray-500 text-sm",children:"%"})]}),s.jsx(ee,{size:"sm",onClick:Re,disabled:wr,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:wr?"保存中...":"保存"}),s.jsxs("span",{className:"text-xs text-gray-500",children:["小程序未付费用户默认显示文章前 ",gt,"% 内容"]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(Je,{className:"pb-3",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(Pg,{className:"w-4 h-4 text-amber-400"}),"内容排行榜",s.jsxs("span",{className:"text-xs text-gray-500 font-normal ml-2",children:["按热度排行 · 共 ",Rn.length," 节"]})]}),s.jsxs("div",{className:"flex items-center gap-1 text-sm",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>Kr(),disabled:W,className:"text-gray-400 hover:text-white h-7 w-7 p-0",title:"刷新排行榜",children:s.jsx(Ke,{className:`w-4 h-4 ${W?"animate-spin":""}`})}),s.jsx(ee,{variant:"ghost",size:"sm",disabled:In<=1||W,onClick:()=>pr(M=>Math.max(1,M-1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:s.jsx(GT,{className:"w-4 h-4"})}),s.jsxs("span",{className:"text-gray-400 min-w-[60px] text-center",children:[In," / ",Rs]}),s.jsx(ee,{variant:"ghost",size:"sm",disabled:In>=Rs||W,onClick:()=>pr(M=>Math.min(Rs,M+1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:s.jsx(pl,{className:"w-4 h-4"})})]})]})}),s.jsx(Ee,{children:s.jsxs("div",{className:"space-y-0",children:[s.jsxs("div",{className:"grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2 text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("span",{children:"排名"}),s.jsx("span",{children:"置顶"}),s.jsx("span",{children:"标题"}),s.jsx("span",{className:"text-right",children:"点击量"}),s.jsx("span",{className:"text-right",children:"付款数"}),s.jsx("span",{className:"text-right",children:"热度"}),s.jsx("span",{className:"text-right",children:"编辑"})]}),Ma.map((M,J)=>{const pe=(In-1)*hs+J+1,be=M.isPinned??qe.includes(M.id);return s.jsxs("div",{className:`grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2.5 items-center border-b border-gray-700/30 hover:bg-[#162840] transition-colors ${be?"bg-amber-500/5":""}`,children:[s.jsx("span",{className:`text-sm font-bold ${pe<=3?"text-amber-400":"text-gray-500"}`,children:pe<=3?["🥇","🥈","🥉"][pe-1]:`#${pe}`}),s.jsx(ee,{variant:"ghost",size:"sm",className:`h-6 w-6 p-0 ${be?"text-amber-400":"text-gray-600 hover:text-amber-400"}`,onClick:()=>Pa(M.id),disabled:lt,title:be?"取消置顶":"强制置顶(精选推荐/首页最新更新)",children:be?s.jsx(gl,{className:"w-3.5 h-3.5 fill-current"}):s.jsx(gA,{className:"w-3.5 h-3.5"})}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("span",{className:"text-white text-sm truncate block",children:M.title}),s.jsxs("span",{className:"text-gray-600 text-xs",children:[M.partTitle," · ",M.chapterTitle]})]}),s.jsx("span",{className:"text-right text-sm text-blue-400 font-mono",children:M.clickCount??0}),s.jsx("span",{className:"text-right text-sm text-green-400 font-mono",children:M.payCount??0}),s.jsx("span",{className:"text-right text-sm text-amber-400 font-mono",children:(M.hotScore??0).toFixed(1)}),s.jsx("div",{className:"text-right",children:s.jsx(ee,{variant:"ghost",size:"sm",className:"text-gray-500 hover:text-[#38bdac] h-6 px-1",onClick:()=>tt({id:M.id,mid:M.mid,title:M.title,price:M.price,filePath:""}),title:"编辑文章",children:s.jsx(Wt,{className:"w-3 h-3"})})})]},M.id)}),Ma.length===0&&s.jsx("div",{className:"py-8 text-center text-gray-500",children:"暂无数据"})]})})]})]}),s.jsxs(en,{value:"link-person",className:"space-y-4",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"pb-3",children:[s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx("span",{className:"text-[#38bdac] text-lg font-bold",children:"@"}),"AI列表 — 链接人与事(编辑器内输入 @ 可链接)"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"添加时自动生成 32 位 token,文章 @ 时存 token;小程序点击 @ 时用 token 兑换真实密钥后加好友"})]}),s.jsxs(Ee,{className:"space-y-3",children:[s.jsxs("div",{className:"flex justify-between items-center",children:[s.jsx("p",{className:"text-xs text-gray-500",children:"添加人物时同步创建存客宝场景获客计划,配置与存客宝 API 获客一致"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ee,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50",onClick:()=>qr(),title:"刷新",children:s.jsx(Ke,{className:"w-4 h-4"})}),s.jsxs(ee,{size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",onClick:()=>{Xs(null),Pn(!0)},children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"添加"]})]})]}),s.jsx("div",{className:"max-h-[400px] overflow-y-auto",children:Wr.length>0?s.jsxs("table",{className:"w-full text-sm border-collapse",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("th",{className:"text-left py-1.5 px-3 w-[280px] font-normal",children:"token"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-24 font-normal",children:"@的人"}),s.jsx("th",{className:"text-left py-1.5 px-3 font-normal",children:"获客计划活动名"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-20 font-normal",children:"planId"}),s.jsx("th",{className:"text-left py-1.5 px-3 font-normal",children:"apiKey"}),s.jsx("th",{className:"text-left py-1.5 px-2 w-24 font-normal",children:"操作"})]})}),s.jsx("tbody",{children:Wr.map(M=>s.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-[#0a1628]/80",children:[s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono",title:"32位token",children:M.id}),s.jsx("td",{className:"py-2 px-3 text-amber-400 truncate max-w-[96px]",title:"@的人",children:M.name}),s.jsxs("td",{className:"py-2 px-3 text-white truncate max-w-[200px]",title:"获客计划活动名",children:["SOUL链接人与事-",M.name]}),s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono",title:"存客宝计划ID",children:M.ckbPlanId??"-"}),s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono whitespace-nowrap",children:s.jsxs("div",{className:"flex items-center gap-1.5",children:[M.ckbApiKey?s.jsx(ee,{variant:"ghost",size:"sm",className:"h-6 w-6 p-0 text-gray-500 hover:text-[#38bdac] shrink-0",title:"复制 apiKey",onClick:async()=>{await navigator.clipboard.writeText(M.ckbApiKey??""),ie.success("已复制到剪贴板")},children:s.jsx(Fx,{className:"w-3.5 h-3.5"})}):null,s.jsx("span",{title:M.ckbApiKey??"",children:M.ckbApiKey??"-"})]})}),s.jsx("td",{className:"py-2 px-2",children:s.jsxs("div",{className:"flex items-center gap-0",children:[s.jsx(ee,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-[#38bdac] h-6 px-2",title:"编辑",onClick:async()=>{try{const J=await iV(M.personId||"");if(J!=null&&J.success&&J.person){const pe=J.person;Xs({id:pe.token??pe.personId,personId:pe.personId,name:pe.name,label:pe.label??"",ckbApiKey:pe.ckbApiKey??"",remarkType:pe.remarkType,remarkFormat:pe.remarkFormat,addFriendInterval:pe.addFriendInterval,startTime:pe.startTime,endTime:pe.endTime,deviceGroups:pe.deviceGroups})}else Xs(M),J!=null&&J.error&&ie.error(J.error)}catch(J){console.error(J),Xs(M),ie.error(J instanceof Error?J.message:"加载人物详情失败")}Pn(!0)},children:s.jsx(ej,{className:"w-3 h-3"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-amber-400 h-6 px-2",title:"编辑计划(跳转存客宝)",onClick:()=>{const J=M.ckbPlanId;J?window.open(`https://h5.ckb.quwanzhi.com/#/scenarios/edit/${J}`,"_blank"):ie.info("该人物尚未同步存客宝计划,请先保存后等待同步完成")},children:s.jsx(Us,{className:"w-3 h-3"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-6 px-2",title:"删除(同时删除存客宝对应获客计划)",onClick:()=>Zs(M),children:s.jsx(ir,{className:"w-3 h-3"})})]})})]},M.id))})]}):s.jsx("div",{className:"text-gray-500 text-sm py-4 text-center",children:"暂无AI人物,添加后可在编辑器中 @链接"})})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"pb-3",children:[s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(Su,{className:"w-4 h-4 text-green-400"}),"存客宝绑定"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"配置存客宝 API 后,文章中 @人物 或 #标签 点击可自动进入存客宝流量池"})]}),s.jsxs(Ee,{className:"space-y-3",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"存客宝 API 地址"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"https://ckbapi.quwanzhi.com",defaultValue:"https://ckbapi.quwanzhi.com",readOnly:!0})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"绑定计划"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"创业实验-内容引流",defaultValue:"创业实验-内容引流",readOnly:!0})]})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["具体存客宝场景配置与接口测试请前往"," ",s.jsx("button",{className:"text-[#38bdac] hover:underline",onClick:()=>window.open("/match","_blank"),children:"找伙伴 → 存客宝工作台"})]})]})]})]}),s.jsx(en,{value:"link-tag",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"pb-3",children:[s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx($v,{className:"w-4 h-4 text-amber-400"}),"链接标签 — 链接事与物(编辑器内 #标签 可跳转链接/小程序/存客宝)"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"小程序端点击 #标签 可直接跳转对应链接,进入流量池"})]}),s.jsxs(Ee,{className:"space-y-3",children:[s.jsxs("div",{className:"flex gap-2 items-end flex-wrap justify-between",children:[s.jsxs("div",{className:"flex gap-2 items-end flex-wrap",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"标签ID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-24",placeholder:"如 team01",value:ht.tagId,onChange:M=>xn({...ht,tagId:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"显示文字"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-28",placeholder:"如 神仙团队",value:ht.label,onChange:M=>xn({...ht,label:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"类型"}),s.jsxs(hl,{value:ht.type,onValueChange:M=>xn({...ht,type:M}),children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-24",children:s.jsx(fl,{})}),s.jsxs(ro,{children:[s.jsx(_r,{value:"url",children:"网页链接"}),s.jsx(_r,{value:"miniprogram",children:"小程序"}),s.jsx(_r,{value:"ckb",children:"存客宝"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:ht.type==="url"?"URL地址":ht.type==="ckb"?"存客宝计划URL":"小程序(选密钥)"}),ht.type==="miniprogram"&&Ra.length>0?s.jsxs("div",{ref:Di,className:"relative w-44",children:[s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-44",placeholder:"搜索名称或密钥",value:Oi?ta:ht.appId,onChange:M=>{const J=M.target.value;Pt(J),fs(!0),Ra.some(pe=>pe.key===J)||xn({...ht,appId:J})},onFocus:()=>{Pt(ht.appId),fs(!0)},onBlur:()=>setTimeout(()=>fs(!1),150)}),Oi&&s.jsx("div",{className:"absolute top-full left-0 right-0 mt-1 max-h-48 overflow-y-auto rounded-md border border-gray-700 bg-[#0a1628] shadow-lg z-50",children:Li.length===0?s.jsx("div",{className:"px-3 py-2 text-gray-500 text-xs",children:"无匹配,可手动输入密钥"}):Li.map(M=>s.jsxs("button",{type:"button",className:"w-full px-3 py-2 text-left text-sm text-white hover:bg-[#38bdac]/20 flex flex-col gap-0.5",onMouseDown:J=>{J.preventDefault(),xn({...ht,appId:M.key,pagePath:M.path||""}),Pt(""),fs(!1)},children:[s.jsx("span",{children:M.name}),s.jsx("span",{className:"text-xs text-gray-400 font-mono",children:M.key})]},M.key))})]}):s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-44",placeholder:ht.type==="url"?"https://...":ht.type==="ckb"?"https://ckbapi.quwanzhi.com/...":"关联小程序的32位密钥",value:ht.type==="url"||ht.type==="ckb"?ht.url:ht.appId,onChange:M=>{ht.type==="url"||ht.type==="ckb"?xn({...ht,url:M.target.value}):xn({...ht,appId:M.target.value})}})]}),ht.type==="miniprogram"&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"页面路径"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-36",placeholder:"pages/index/index",value:ht.pagePath,onChange:M=>xn({...ht,pagePath:M.target.value})})]}),s.jsxs(ee,{size:"sm",className:"bg-amber-500 hover:bg-amber-600 text-white h-8",onClick:async()=>{if(!ht.tagId||!ht.label){ie.error("标签ID和显示文字必填");return}const M={...ht};M.type==="miniprogram"&&(M.url=""),await wt("/api/db/link-tags",M),xn({tagId:"",label:"",url:"",type:"url",appId:"",pagePath:""}),Ir(null),Gr()},children:[s.jsx(hn,{className:"w-3 h-3 mr-1"}),Ur?"保存":"添加"]})]}),s.jsx(ee,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50 h-8",onClick:()=>Gr(),title:"刷新",children:s.jsx(Ke,{className:"w-4 h-4"})})]}),s.jsxs("div",{className:"space-y-1 max-h-[400px] overflow-y-auto",children:[fe.map(M=>s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded px-3 py-2",children:[s.jsxs("div",{className:"flex items-center gap-3 text-sm",children:[s.jsxs("button",{type:"button",className:"text-amber-400 font-bold text-base hover:underline",onClick:()=>{xn({tagId:M.id,label:M.label,url:M.url,type:M.type,appId:M.appId??"",pagePath:M.pagePath??""}),Ir(M.id)},children:["#",M.label]}),s.jsx(Ue,{variant:"secondary",className:`text-[10px] ${M.type==="ckb"?"bg-green-500/20 text-green-300 border-green-500/30":"bg-gray-700 text-gray-300"}`,children:M.type==="url"?"网页":M.type==="ckb"?"存客宝":"小程序"}),M.type==="miniprogram"?s.jsxs("span",{className:"text-gray-400 text-xs font-mono",children:[M.appId," ",M.pagePath?`· ${M.pagePath}`:""]}):M.url?s.jsxs("a",{href:M.url,target:"_blank",rel:"noreferrer",className:"text-blue-400 text-xs truncate max-w-[250px] hover:underline flex items-center gap-1",children:[M.url," ",s.jsx(Us,{className:"w-3 h-3 shrink-0"})]}):null]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ee,{variant:"ghost",size:"sm",className:"text-gray-300 hover:text-white h-6 px-2",onClick:()=>{xn({tagId:M.id,label:M.label,url:M.url,type:M.type,appId:M.appId??"",pagePath:M.pagePath??""}),Ir(M.id)},children:"编辑"}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-6 px-2",onClick:async()=>{await Bs(`/api/db/link-tags?tagId=${M.id}`),Ur===M.id&&(Ir(null),xn({tagId:"",label:"",url:"",type:"url",appId:"",pagePath:""})),Gr()},children:s.jsx(ir,{className:"w-3 h-3"})})]})]},M.id)),fe.length===0&&s.jsx("div",{className:"text-gray-500 text-sm py-4 text-center",children:"暂无链接标签,添加后可在编辑器中使用 #标签 跳转"})]})]})]})}),s.jsx(en,{value:"linkedmp",className:"space-y-4",children:s.jsx(nV,{})})]}),s.jsx(oV,{open:Rt,onOpenChange:Pn,editingPerson:Qs,onSubmit:async M=>{var be;const J={personId:M.personId||M.name.toLowerCase().replace(/\s+/g,"_")+"_"+Date.now().toString(36),name:M.name,label:M.label,ckbApiKey:M.ckbApiKey||void 0,greeting:M.greeting||void 0,tips:M.tips||void 0,remarkType:M.remarkType||void 0,remarkFormat:M.remarkFormat||void 0,addFriendInterval:M.addFriendInterval,startTime:M.startTime||void 0,endTime:M.endTime||void 0,deviceGroups:(be=M.deviceGroups)!=null&&be.trim()?M.deviceGroups.split(",").map(st=>parseInt(st.trim(),10)).filter(st=>!Number.isNaN(st)):void 0},pe=await wt("/api/db/persons",J);if(pe&&pe.success===!1){const st=pe;st.ckbResponse&&console.log("存客宝返回",st.ckbResponse);const mt=st.error||"操作失败";throw new Error(mt)}if(qr(),ie.success(Qs?"已保存":"已添加"),pe!=null&&pe.ckbCreateResult&&Object.keys(pe.ckbCreateResult).length>0){const st=pe.ckbCreateResult;console.log("存客宝创建结果",st);const mt=st.planId??st.id,Bt=mt!=null?[`planId: ${mt}`]:[];st.apiKey!=null&&Bt.push("apiKey: ***"),ie.info(Bt.length?`存客宝创建结果:${Bt.join(",")}`:"存客宝创建结果见控制台")}}}),s.jsx(Ot,{open:!!Wn,onOpenChange:M=>{M||Zs(null)},children:s.jsxs(At,{showCloseButton:!0,className:"bg-[#0f2137] border-gray-700 text-white max-w-md p-4 gap-3",children:[s.jsxs(Dt,{className:"gap-1",children:[s.jsx(Lt,{className:"text-white text-base",children:"确认删除"}),s.jsx(xf,{className:"text-gray-400 text-sm leading-relaxed break-words",children:Wn&&s.jsxs(s.Fragment,{children:[s.jsxs("p",{children:["确定删除「SOUL链接人与事-",Wn.name,"」?将同时删除存客宝对应获客计划。"]}),s.jsxs("p",{className:"mt-1.5",children:["二次确认:删除后无法恢复,文章中的 @",Wn.name," 将无法正常跳转。"]})]})})]}),s.jsxs(on,{className:"gap-2 sm:gap-2 pt-1",children:[s.jsx(ee,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-300",onClick:()=>Zs(null),children:"取消"}),s.jsx(ee,{variant:"destructive",size:"sm",className:"bg-red-600 hover:bg-red-700",onClick:async()=>{Wn&&(await Bs(`/api/db/persons?personId=${Wn.personId}`),Zs(null),qr(),ie.success("已删除"))},children:"确定删除"})]})]})})]})}const ba={name:"卡若",avatar:"K",avatarImg:"",title:"Soul派对房主理人 · 私域运营专家",bio:'每天早上6点到9点,在Soul派对房分享真实的创业故事。专注私域运营与项目变现,用"云阿米巴"模式帮助创业者构建可持续的商业体系。',stats:[{label:"商业案例",value:"62"},{label:"连续直播",value:"365天"},{label:"派对分享",value:"1000+"}],highlights:["5年私域运营经验","帮助100+品牌从0到1增长","连续创业者,擅长商业模式设计"]};function yw(t){return Array.isArray(t)?t.map(e=>e&&typeof e=="object"&&"label"in e&&"value"in e?{label:String(e.label),value:String(e.value)}:{label:"",value:""}).filter(e=>e.label||e.value):ba.stats}function bw(t){return Array.isArray(t)?t.map(e=>typeof e=="string"?e:String(e??"")).filter(Boolean):ba.highlights}function dV(){const[t,e]=b.useState(ba),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),u=b.useRef(null);b.useEffect(()=>{Oe("/api/admin/author-settings").then(k=>{const C=k==null?void 0:k.data;C&&typeof C=="object"&&e({name:String(C.name??ba.name),avatar:String(C.avatar??ba.avatar),avatarImg:String(C.avatarImg??""),title:String(C.title??ba.title),bio:String(C.bio??ba.bio),stats:yw(C.stats).length?yw(C.stats):ba.stats,highlights:bw(C.highlights).length?bw(C.highlights):ba.highlights})}).catch(console.error).finally(()=>r(!1))},[]);const h=async()=>{i(!0);try{const k={name:t.name,avatar:t.avatar||"K",avatarImg:t.avatarImg,title:t.title,bio:t.bio,stats:t.stats.filter(T=>T.label||T.value),highlights:t.highlights.filter(Boolean)},C=await wt("/api/admin/author-settings",k);if(!C||C.success===!1){ie.error("保存失败: "+(C&&typeof C=="object"&&"error"in C?C.error:""));return}i(!1);const E=document.createElement("div");E.className="fixed top-4 right-4 z-50 px-4 py-2 rounded-lg bg-[#38bdac] text-white text-sm shadow-lg",E.textContent="作者设置已保存",document.body.appendChild(E),setTimeout(()=>E.remove(),2e3)}catch(k){console.error(k),ie.error("保存失败: "+(k instanceof Error?k.message:String(k)))}finally{i(!1)}},f=async k=>{var E;const C=(E=k.target.files)==null?void 0:E[0];if(C){c(!0);try{const T=new FormData;T.append("file",C),T.append("folder","avatars");const R=ff(),D={};R&&(D.Authorization=`Bearer ${R}`);const P=await(await fetch(go("/api/upload"),{method:"POST",body:T,credentials:"include",headers:D})).json();P!=null&&P.success&&(P!=null&&P.url)?e(L=>({...L,avatarImg:P.url})):ie.error("上传失败: "+((P==null?void 0:P.error)||"未知错误"))}catch(T){console.error(T),ie.error("上传失败")}finally{c(!1),u.current&&(u.current.value="")}}},m=()=>e(k=>({...k,stats:[...k.stats,{label:"",value:""}]})),g=k=>e(C=>({...C,stats:C.stats.filter((E,T)=>T!==k)})),y=(k,C,E)=>e(T=>({...T,stats:T.stats.map((R,D)=>D===k?{...R,[C]:E}:R)})),N=()=>e(k=>({...k,highlights:[...k.highlights,""]})),w=k=>e(C=>({...C,highlights:C.highlights.filter((E,T)=>T!==k)})),v=(k,C)=>e(E=>({...E,highlights:E.highlights.map((T,R)=>R===k?C:T)}));return n?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(co,{className:"w-5 h-5 text-[#38bdac]"}),"作者详情"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置小程序「关于作者」页展示的作者信息,包括头像、简介、统计数据与亮点标签。"})]}),s.jsxs(ee,{onClick:h,disabled:a||n,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"flex items-center gap-2 text-white",children:[s.jsx(co,{className:"w-4 h-4 text-[#38bdac]"}),"基本信息"]}),s.jsx(Ft,{className:"text-gray-400",children:"作者姓名、头像、头衔与个人简介,将展示在「关于作者」页顶部。"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"姓名"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.name,onChange:k=>e(C=>({...C,name:k.target.value})),placeholder:"卡若"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"首字母占位(无头像时显示)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white w-20",value:t.avatar,onChange:k=>e(C=>({...C,avatar:k.target.value.slice(0,1)||"K"})),placeholder:"K"})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Qw,{className:"w-3 h-3 text-[#38bdac]"}),"头像图片"]}),s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:t.avatarImg,onChange:k=>e(C=>({...C,avatarImg:k.target.value})),placeholder:"上传或粘贴 URL,如 /uploads/avatars/xxx.png"}),s.jsx("input",{ref:u,type:"file",accept:"image/*",className:"hidden",onChange:f}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:o,onClick:()=>{var k;return(k=u.current)==null?void 0:k.click()},children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),o?"上传中...":"上传"]})]}),t.avatarImg&&s.jsx("div",{className:"mt-2",children:s.jsx("img",{src:t.avatarImg.startsWith("http")?t.avatarImg:go(t.avatarImg),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"头衔"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.title,onChange:k=>e(C=>({...C,title:k.target.value})),placeholder:"Soul派对房主理人 · 私域运营专家"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"个人简介"}),s.jsx(_l,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[120px]",value:t.bio,onChange:k=>e(C=>({...C,bio:k.target.value})),placeholder:"每天早上6点到9点..."})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsx(Ye,{className:"text-white",children:"统计数据"}),s.jsx(Ft,{className:"text-gray-400",children:"展示在作者卡片中的数字指标,如「商业案例 62」「连续直播 365天」。第一个「商业案例」的值可由书籍统计自动更新。"})]}),s.jsxs(Ee,{className:"space-y-3",children:[t.stats.map((k,C)=>s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k.label,onChange:E=>y(C,"label",E.target.value),placeholder:"标签"}),s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k.value,onChange:E=>y(C,"value",E.target.value),placeholder:"数值"}),s.jsx(ee,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>g(C),children:s.jsx(ir,{className:"w-4 h-4"})})]},C)),s.jsxs(ee,{variant:"outline",size:"sm",onClick:m,className:"border-gray-600 text-gray-400",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"添加统计项"]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsx(Ye,{className:"text-white",children:"亮点标签"}),s.jsx(Ft,{className:"text-gray-400",children:"作者优势或成就的简短描述,以标签形式展示。"})]}),s.jsxs(Ee,{className:"space-y-3",children:[t.highlights.map((k,C)=>s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k,onChange:E=>v(C,E.target.value),placeholder:"5年私域运营经验"}),s.jsx(ee,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>w(C),children:s.jsx(ir,{className:"w-4 h-4"})})]},C)),s.jsxs(ee,{variant:"outline",size:"sm",onClick:N,className:"border-gray-600 text-gray-400",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"添加亮点"]})]})]})]})]})}function uV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o]=b.useState(10),[c,u]=b.useState(0),[h,f]=b.useState(""),m=n0(h,300),[g,y]=b.useState(!0),[N,w]=b.useState(null),[v,k]=b.useState(!1),[C,E]=b.useState(null),[T,R]=b.useState(""),[D,_]=b.useState(""),[P,L]=b.useState(""),[F,X]=b.useState("admin"),[te,ue]=b.useState("active"),[ae,I]=b.useState(!1);async function O(){var H;y(!0),w(null);try{const oe=new URLSearchParams({page:String(a),pageSize:String(o)});m.trim()&&oe.set("search",m.trim());const q=await Oe(`/api/admin/users?${oe}`);q!=null&&q.success?(e(q.records||[]),r(q.total??0),u(q.totalPages??0)):w(q.error||"加载失败")}catch(oe){const q=oe;w(q.status===403?"无权限访问":((H=q==null?void 0:q.data)==null?void 0:H.error)||"加载失败"),e([])}finally{y(!1)}}b.useEffect(()=>{O()},[a,o,m]);const G=()=>{E(null),R(""),_(""),L(""),X("admin"),ue("active"),k(!0)},z=H=>{E(H),R(H.username),_(""),L(H.name||""),X(H.role==="super_admin"?"super_admin":"admin"),ue(H.status==="disabled"?"disabled":"active"),k(!0)},re=async()=>{var H;if(!T.trim()){w("用户名不能为空");return}if(!C&&!D){w("新建时密码必填,至少 6 位");return}if(D&&D.length<6){w("密码至少 6 位");return}w(null),I(!0);try{if(C){const oe=await _t("/api/admin/users",{id:C.id,password:D||void 0,name:P.trim(),role:F,status:te});oe!=null&&oe.success?(k(!1),O()):w((oe==null?void 0:oe.error)||"保存失败")}else{const oe=await wt("/api/admin/users",{username:T.trim(),password:D,name:P.trim(),role:F});oe!=null&&oe.success?(k(!1),O()):w((oe==null?void 0:oe.error)||"保存失败")}}catch(oe){const q=oe;w(((H=q==null?void 0:q.data)==null?void 0:H.error)||"保存失败")}finally{I(!1)}},K=async H=>{var oe;if(confirm("确定删除该管理员?"))try{const q=await Bs(`/api/admin/users?id=${H}`);q!=null&&q.success?O():w((q==null?void 0:q.error)||"删除失败")}catch(q){const me=q;w(((oe=me==null?void 0:me.data)==null?void 0:oe.error)||"删除失败")}},$=H=>{if(!H)return"-";try{const oe=new Date(H);return isNaN(oe.getTime())?H:oe.toLocaleString("zh-CN")}catch{return H}};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-6",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx($x,{className:"w-5 h-5 text-[#38bdac]"}),"管理员用户"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"后台登录账号管理,仅超级管理员可操作"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ne,{placeholder:"搜索用户名/昵称",value:h,onChange:H=>f(H.target.value),className:"w-48 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500"}),s.jsx(ee,{variant:"outline",size:"sm",onClick:O,disabled:g,className:"border-gray-600 text-gray-300",children:s.jsx(Ke,{className:`w-4 h-4 ${g?"animate-spin":""}`})}),s.jsxs(ee,{onClick:G,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"新增管理员"]})]})]}),N&&s.jsxs("div",{className:"mb-4 p-3 rounded-lg bg-red-500/10 border border-red-500/20 text-red-400 text-sm flex justify-between items-center",children:[s.jsx("span",{children:N}),s.jsx("button",{type:"button",onClick:()=>w(null),className:"text-red-400 hover:text-red-300",children:"×"})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:g?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户名"}),s.jsx(je,{className:"text-gray-400",children:"昵称"}),s.jsx(je,{className:"text-gray-400",children:"角色"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(dr,{children:[t.map(H=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:H.id}),s.jsx(ye,{className:"text-white font-medium",children:H.username}),s.jsx(ye,{className:"text-gray-400",children:H.name||"-"}),s.jsx(ye,{children:s.jsx(Ue,{variant:"outline",className:H.role==="super_admin"?"border-amber-500/50 text-amber-400":"border-gray-600 text-gray-400",children:H.role==="super_admin"?"超级管理员":"管理员"})}),s.jsx(ye,{children:s.jsx(Ue,{variant:"outline",className:H.status==="active"?"border-[#38bdac]/50 text-[#38bdac]":"border-gray-500 text-gray-500",children:H.status==="active"?"正常":"已禁用"})}),s.jsx(ye,{className:"text-gray-500 text-sm",children:$(H.createdAt)}),s.jsxs(ye,{className:"text-right",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>z(H),className:"text-gray-400 hover:text-[#38bdac]",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>K(H.id),className:"text-gray-400 hover:text-red-400",children:s.jsx(Jn,{className:"w-4 h-4"})})]})]},H.id)),t.length===0&&!g&&s.jsx(it,{children:s.jsx(ye,{colSpan:7,className:"text-center py-12 text-gray-500",children:N==="无权限访问"?"仅超级管理员可查看":"暂无管理员"})})]})]}),c>1&&s.jsx("div",{className:"p-4 border-t border-gray-700/50",children:s.jsx(is,{page:a,pageSize:o,total:n,totalPages:c,onPageChange:i})})]})})}),s.jsx(Ot,{open:v,onOpenChange:k,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:C?"编辑管理员":"新增管理员"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"用户名"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"登录用户名",value:T,onChange:H=>R(H.target.value),disabled:!!C}),C&&s.jsx("p",{className:"text-xs text-gray-500",children:"用户名不可修改"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:C?"新密码(留空不改)":"密码"}),s.jsx(ne,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:C?"留空表示不修改":"至少 6 位",value:D,onChange:H=>_(H.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"昵称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"显示名称",value:P,onChange:H=>L(H.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"角色"}),s.jsxs("select",{value:F,onChange:H=>X(H.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[s.jsx("option",{value:"admin",children:"管理员"}),s.jsx("option",{value:"super_admin",children:"超级管理员"})]})]}),C&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"状态"}),s.jsxs("select",{value:te,onChange:H=>ue(H.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[s.jsx("option",{value:"active",children:"正常"}),s.jsx("option",{value:"disabled",children:"禁用"})]})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>k(!1),className:"border-gray-600 text-gray-300",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:re,disabled:ae,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),ae?"保存中...":"保存"]})]})]})})]})}function wn({method:t,url:e,desc:n,headers:r,body:a,response:i}){const o=t==="GET"?"text-emerald-400":t==="POST"?"text-amber-400":t==="PUT"?"text-blue-400":t==="DELETE"?"text-rose-400":"text-gray-400";return s.jsxs("div",{className:"rounded-lg bg-[#0a1628]/60 border border-gray-700/50 p-4 space-y-3",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[s.jsx("span",{className:`font-mono font-semibold ${o}`,children:t}),s.jsx("code",{className:"text-sm text-[#38bdac] break-all",children:e})]}),n&&s.jsx("p",{className:"text-gray-400 text-sm",children:n}),r&&r.length>0&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Headers"}),s.jsx("pre",{className:"text-xs text-gray-300 font-mono overflow-x-auto p-2 rounded bg-black/30",children:r.join(` -`)})]}),a&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Request Body (JSON)"}),s.jsx("pre",{className:"text-xs text-green-400/90 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:a})]}),i&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Response Example"}),s.jsx("pre",{className:"text-xs text-amber-200/80 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:i})]})]})}function z4(){const t=["Authorization: Bearer {token}","Content-Type: application/json"];return s.jsxs("div",{className:"p-8 w-full bg-[#0a1628] text-white",children:[s.jsxs("div",{className:"mb-8",children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"API 接口文档"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"内容管理相关接口 · RESTful · 基础路径 /api · 管理端需 Bearer Token"})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{className:"pb-3",children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Xw,{className:"w-5 h-5 text-[#38bdac]"}),"1. Authentication"]})}),s.jsx(Ee,{className:"space-y-4",children:s.jsx(wn,{method:"POST",url:"/api/admin",desc:"登录,返回 JWT token",headers:["Content-Type: application/json"],body:`{ +`),r=[];for(const a of n){const i=a.trim();i&&(/^<(?:h[1-6]|blockquote|hr|li|ul|ol|table|img)/.test(i)?r.push(i):r.push(`

    ${i}

    `))}return r.join("")}const GF=Sn.create({name:"linkTag",group:"inline",inline:!0,selectable:!0,atom:!0,addAttributes(){return{label:{default:""},url:{default:""},tagType:{default:"url",parseHTML:t=>t.getAttribute("data-tag-type")||"url"},tagId:{default:"",parseHTML:t=>t.getAttribute("data-tag-id")||""},pagePath:{default:"",parseHTML:t=>t.getAttribute("data-page-path")||""},appId:{default:"",parseHTML:t=>t.getAttribute("data-app-id")||""},mpKey:{default:"",parseHTML:t=>t.getAttribute("data-mp-key")||""}}},parseHTML(){return[{tag:'span[data-type="linkTag"]',getAttrs:t=>{var e;return{label:((e=t.textContent)==null?void 0:e.replace(/^#/,"").trim())||"",url:t.getAttribute("data-url")||"",tagType:t.getAttribute("data-tag-type")||"url",tagId:t.getAttribute("data-tag-id")||"",pagePath:t.getAttribute("data-page-path")||"",appId:t.getAttribute("data-app-id")||"",mpKey:t.getAttribute("data-mp-key")||""}}}]},renderHTML({node:t,HTMLAttributes:e}){return["span",kt(e,{"data-type":"linkTag","data-url":t.attrs.url,"data-tag-type":t.attrs.tagType,"data-tag-id":t.attrs.tagId,"data-page-path":t.attrs.pagePath,"data-app-id":t.attrs.appId||"","data-mp-key":t.attrs.mpKey||t.attrs.appId||"",class:"link-tag-node"}),`#${t.attrs.label}`]}});function iw(t){const e=document.createElement("div");return e.textContent=t,e.innerHTML}const JF=t=>({items:({query:e})=>t.filter(n=>n.name.toLowerCase().includes(e.toLowerCase())||n.id.includes(e)).slice(0,8),render:()=>{let e=null,n=0,r=[],a=null;const i=()=>{e&&(e.innerHTML=r.map((o,c)=>`
    + @${iw(o.name)} + ${iw(o.label||o.id)} +
    `).join(""),e.querySelectorAll(".mention-item").forEach(o=>{o.addEventListener("click",()=>{const c=parseInt(o.getAttribute("data-index")||"0");a&&r[c]&&a({id:r[c].id,label:r[c].name})})}))};return{onStart:o=>{if(e=document.createElement("div"),e.className="mention-popup",document.body.appendChild(e),r=o.items,a=o.command,n=0,i(),o.clientRect){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onUpdate:o=>{if(r=o.items,a=o.command,n=0,i(),o.clientRect&&e){const c=o.clientRect();c&&(e.style.top=`${c.bottom+4}px`,e.style.left=`${c.left}px`)}},onKeyDown:o=>o.event.key==="ArrowUp"?(n=Math.max(0,n-1),i(),!0):o.event.key==="ArrowDown"?(n=Math.min(r.length-1,n+1),i(),!0):o.event.key==="Enter"?(a&&r[n]&&a({id:r[n].id,label:r[n].name}),!0):o.event.key==="Escape"?(e==null||e.remove(),e=null,!0):!1,onExit:()=>{e==null||e.remove(),e=null}}}});function YF(t){var r;const e=[],n=(r=t.clipboardData)==null?void 0:r.items;if(!n)return e;for(let a=0;a{const u=b.useRef(null),h=b.useRef(null),[f,m]=b.useState(""),[g,y]=b.useState(!1),N=b.useRef(aw(t)),w=b.useCallback((T,R)=>{var L;const D=h.current;if(!D||!n)return!1;const _=YF(R);if(_.length>0)return R.preventDefault(),(async()=>{for(const F of _)try{const X=await n(F);X&&D.chain().focus().setImage({src:X}).run()}catch(X){console.error("粘贴图片上传失败",X)}})(),!0;const P=(L=R.clipboardData)==null?void 0:L.getData("text/html");if(P&&/data:image\/[^;"']+;base64,/i.test(P)){R.preventDefault();const{from:F,to:X}=D.state.selection;return(async()=>{try{const te=await ZF(P,n);D.chain().focus().insertContentAt({from:F,to:X},te).run()}catch(te){console.error("粘贴 HTML 内 base64 转换失败",te)}})(),!0}return!1},[n]),v=H_({extensions:[Az.configure({link:{openOnClick:!1,HTMLAttributes:{class:"rich-link"}}}),Pz.configure({inline:!0,allowBase64:!0}),Fz.configure({HTMLAttributes:{class:"mention-tag"},suggestion:JF(r)}),GF,$z.configure({placeholder:i}),FC.configure({resizable:!0}),zC,LC,_C],content:N.current,onUpdate:({editor:T})=>{e(T.getHTML())},editorProps:{attributes:{class:"rich-editor-content"},handlePaste:w}});b.useEffect(()=>{h.current=v??null},[v]),b.useImperativeHandle(c,()=>({getHTML:()=>(v==null?void 0:v.getHTML())||"",getMarkdown:()=>qF((v==null?void 0:v.getHTML())||"")})),b.useEffect(()=>{if(v&&t!==v.getHTML()){const T=aw(t);T!==v.getHTML()&&v.commands.setContent(T)}},[t]);const k=b.useCallback(async T=>{var D;const R=(D=T.target.files)==null?void 0:D[0];if(!(!R||!v)){if(n){const _=await n(R);_&&v.chain().focus().setImage({src:_}).run()}else{const _=new FileReader;_.onload=()=>{typeof _.result=="string"&&v.chain().focus().setImage({src:_.result}).run()},_.readAsDataURL(R)}T.target.value=""}},[v,n]),C=b.useCallback(T=>{v&&v.chain().focus().insertContent({type:"linkTag",attrs:{label:T.label,url:T.url||"",tagType:T.type||"url",tagId:T.id||"",pagePath:T.pagePath||"",appId:T.appId||"",mpKey:T.type==="miniprogram"&&T.appId||""}}).run()},[v]),E=b.useCallback(()=>{!v||!f||(v.chain().focus().setLink({href:f}).run(),m(""),y(!1))},[v,f]);return v?s.jsxs("div",{className:`rich-editor-wrapper ${o||""}`,children:[s.jsxs("div",{className:"rich-editor-toolbar",children:[s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>v.chain().focus().toggleBold().run(),className:v.isActive("bold")?"is-active":"",type:"button",children:s.jsx(BT,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleItalic().run(),className:v.isActive("italic")?"is-active":"",type:"button",children:s.jsx($M,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleStrike().run(),className:v.isActive("strike")?"is-active":"",type:"button",children:s.jsx(LA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleCode().run(),className:v.isActive("code")?"is-active":"",type:"button",children:s.jsx(lM,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:1}).run(),className:v.isActive("heading",{level:1})?"is-active":"",type:"button",children:s.jsx(AM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:2}).run(),className:v.isActive("heading",{level:2})?"is-active":"",type:"button",children:s.jsx(RM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleHeading({level:3}).run(),className:v.isActive("heading",{level:3})?"is-active":"",type:"button",children:s.jsx(OM,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>v.chain().focus().toggleBulletList().run(),className:v.isActive("bulletList")?"is-active":"",type:"button",children:s.jsx(JM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleOrderedList().run(),className:v.isActive("orderedList")?"is-active":"",type:"button",children:s.jsx(qM,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().toggleBlockquote().run(),className:v.isActive("blockquote")?"is-active":"",type:"button",children:s.jsx(NA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().setHorizontalRule().run(),type:"button",children:s.jsx(iA,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("input",{ref:u,type:"file",accept:"image/*",onChange:k,className:"hidden"}),s.jsx("button",{onClick:()=>{var T;return(T=u.current)==null?void 0:T.click()},type:"button",children:s.jsx(Xw,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>y(!g),className:v.isActive("link")?"is-active":"",type:"button",children:s.jsx(Ig,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run(),type:"button",children:s.jsx(zA,{className:"w-4 h-4"})})]}),s.jsx("div",{className:"toolbar-divider"}),s.jsxs("div",{className:"toolbar-group",children:[s.jsx("button",{onClick:()=>v.chain().focus().undo().run(),disabled:!v.can().undo(),type:"button",children:s.jsx(UA,{className:"w-4 h-4"})}),s.jsx("button",{onClick:()=>v.chain().focus().redo().run(),disabled:!v.can().redo(),type:"button",children:s.jsx(jA,{className:"w-4 h-4"})})]}),a.length>0&&s.jsxs(s.Fragment,{children:[s.jsx("div",{className:"toolbar-divider"}),s.jsx("div",{className:"toolbar-group",children:s.jsxs("select",{className:"link-tag-select",onChange:T=>{const R=a.find(D=>D.id===T.target.value);R&&C(R),T.target.value=""},defaultValue:"",children:[s.jsx("option",{value:"",disabled:!0,children:"# 插入链接标签"}),a.map(T=>s.jsx("option",{value:T.id,children:T.label},T.id))]})})]})]}),g&&s.jsxs("div",{className:"link-input-bar",children:[s.jsx("input",{type:"url",placeholder:"输入链接地址...",value:f,onChange:T=>m(T.target.value),onKeyDown:T=>T.key==="Enter"&&E(),className:"link-input"}),s.jsx("button",{onClick:E,className:"link-confirm",type:"button",children:"确定"}),s.jsx("button",{onClick:()=>{v.chain().focus().unsetLink().run(),y(!1)},className:"link-remove",type:"button",children:"移除"})]}),s.jsx(Y2,{editor:v})]}):null});Sx.displayName="RichEditor";const e$=["top","right","bottom","left"],wi=Math.min,zr=Math.max,sf=Math.round,Yu=Math.floor,Ws=t=>({x:t,y:t}),t$={left:"right",right:"left",bottom:"top",top:"bottom"},n$={start:"end",end:"start"};function Cx(t,e,n){return zr(t,wi(e,n))}function Sa(t,e){return typeof t=="function"?t(e):t}function Ca(t){return t.split("-")[0]}function $l(t){return t.split("-")[1]}function q0(t){return t==="x"?"y":"x"}function G0(t){return t==="y"?"height":"width"}const r$=new Set(["top","bottom"]);function Hs(t){return r$.has(Ca(t))?"y":"x"}function J0(t){return q0(Hs(t))}function s$(t,e,n){n===void 0&&(n=!1);const r=$l(t),a=J0(t),i=G0(a);let o=a==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(o=af(o)),[o,af(o)]}function a$(t){const e=af(t);return[Ex(t),e,Ex(e)]}function Ex(t){return t.replace(/start|end/g,e=>n$[e])}const ow=["left","right"],lw=["right","left"],i$=["top","bottom"],o$=["bottom","top"];function l$(t,e,n){switch(t){case"top":case"bottom":return n?e?lw:ow:e?ow:lw;case"left":case"right":return e?i$:o$;default:return[]}}function c$(t,e,n,r){const a=$l(t);let i=l$(Ca(t),n==="start",r);return a&&(i=i.map(o=>o+"-"+a),e&&(i=i.concat(i.map(Ex)))),i}function af(t){return t.replace(/left|right|bottom|top/g,e=>t$[e])}function d$(t){return{top:0,right:0,bottom:0,left:0,...t}}function $C(t){return typeof t!="number"?d$(t):{top:t,right:t,bottom:t,left:t}}function of(t){const{x:e,y:n,width:r,height:a}=t;return{width:r,height:a,top:n,left:e,right:e+r,bottom:n+a,x:e,y:n}}function cw(t,e,n){let{reference:r,floating:a}=t;const i=Hs(e),o=J0(e),c=G0(o),u=Ca(e),h=i==="y",f=r.x+r.width/2-a.width/2,m=r.y+r.height/2-a.height/2,g=r[c]/2-a[c]/2;let y;switch(u){case"top":y={x:f,y:r.y-a.height};break;case"bottom":y={x:f,y:r.y+r.height};break;case"right":y={x:r.x+r.width,y:m};break;case"left":y={x:r.x-a.width,y:m};break;default:y={x:r.x,y:r.y}}switch($l(e)){case"start":y[o]-=g*(n&&h?-1:1);break;case"end":y[o]+=g*(n&&h?-1:1);break}return y}async function u$(t,e){var n;e===void 0&&(e={});const{x:r,y:a,platform:i,rects:o,elements:c,strategy:u}=t,{boundary:h="clippingAncestors",rootBoundary:f="viewport",elementContext:m="floating",altBoundary:g=!1,padding:y=0}=Sa(e,t),N=$C(y),v=c[g?m==="floating"?"reference":"floating":m],k=of(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(v)))==null||n?v:v.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:h,rootBoundary:f,strategy:u})),C=m==="floating"?{x:r,y:a,width:o.floating.width,height:o.floating.height}:o.reference,E=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),T=await(i.isElement==null?void 0:i.isElement(E))?await(i.getScale==null?void 0:i.getScale(E))||{x:1,y:1}:{x:1,y:1},R=of(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:C,offsetParent:E,strategy:u}):C);return{top:(k.top-R.top+N.top)/T.y,bottom:(R.bottom-k.bottom+N.bottom)/T.y,left:(k.left-R.left+N.left)/T.x,right:(R.right-k.right+N.right)/T.x}}const h$=async(t,e,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:o}=n,c=i.filter(Boolean),u=await(o.isRTL==null?void 0:o.isRTL(e));let h=await o.getElementRects({reference:t,floating:e,strategy:a}),{x:f,y:m}=cw(h,r,u),g=r,y={},N=0;for(let v=0;v({name:"arrow",options:t,async fn(e){const{x:n,y:r,placement:a,rects:i,platform:o,elements:c,middlewareData:u}=e,{element:h,padding:f=0}=Sa(t,e)||{};if(h==null)return{};const m=$C(f),g={x:n,y:r},y=J0(a),N=G0(y),w=await o.getDimensions(h),v=y==="y",k=v?"top":"left",C=v?"bottom":"right",E=v?"clientHeight":"clientWidth",T=i.reference[N]+i.reference[y]-g[y]-i.floating[N],R=g[y]-i.reference[y],D=await(o.getOffsetParent==null?void 0:o.getOffsetParent(h));let _=D?D[E]:0;(!_||!await(o.isElement==null?void 0:o.isElement(D)))&&(_=c.floating[E]||i.floating[N]);const P=T/2-R/2,L=_/2-w[N]/2-1,F=wi(m[k],L),X=wi(m[C],L),te=F,ue=_-w[N]-X,ae=_/2-w[N]/2+P,I=Cx(te,ae,ue),O=!u.arrow&&$l(a)!=null&&ae!==I&&i.reference[N]/2-(aeae<=0)){var X,te;const ae=(((X=i.flip)==null?void 0:X.index)||0)+1,I=_[ae];if(I&&(!(m==="alignment"?C!==Hs(I):!1)||F.every(z=>Hs(z.placement)===C?z.overflows[0]>0:!0)))return{data:{index:ae,overflows:F},reset:{placement:I}};let O=(te=F.filter(G=>G.overflows[0]<=0).sort((G,z)=>G.overflows[1]-z.overflows[1])[0])==null?void 0:te.placement;if(!O)switch(y){case"bestFit":{var ue;const G=(ue=F.filter(z=>{if(D){const re=Hs(z.placement);return re===C||re==="y"}return!0}).map(z=>[z.placement,z.overflows.filter(re=>re>0).reduce((re,K)=>re+K,0)]).sort((z,re)=>z[1]-re[1])[0])==null?void 0:ue[0];G&&(O=G);break}case"initialPlacement":O=c;break}if(a!==O)return{reset:{placement:O}}}return{}}}};function dw(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function uw(t){return e$.some(e=>t[e]>=0)}const m$=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n,platform:r}=e,{strategy:a="referenceHidden",...i}=Sa(t,e);switch(a){case"referenceHidden":{const o=await r.detectOverflow(e,{...i,elementContext:"reference"}),c=dw(o,n.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:uw(c)}}}case"escaped":{const o=await r.detectOverflow(e,{...i,altBoundary:!0}),c=dw(o,n.floating);return{data:{escapedOffsets:c,escaped:uw(c)}}}default:return{}}}}},BC=new Set(["left","top"]);async function g$(t,e){const{placement:n,platform:r,elements:a}=t,i=await(r.isRTL==null?void 0:r.isRTL(a.floating)),o=Ca(n),c=$l(n),u=Hs(n)==="y",h=BC.has(o)?-1:1,f=i&&u?-1:1,m=Sa(e,t);let{mainAxis:g,crossAxis:y,alignmentAxis:N}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return c&&typeof N=="number"&&(y=c==="end"?N*-1:N),u?{x:y*f,y:g*h}:{x:g*h,y:y*f}}const x$=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:a,y:i,placement:o,middlewareData:c}=e,u=await g$(e,t);return o===((n=c.offset)==null?void 0:n.placement)&&(r=c.arrow)!=null&&r.alignmentOffset?{}:{x:a+u.x,y:i+u.y,data:{...u,placement:o}}}}},y$=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:a,platform:i}=e,{mainAxis:o=!0,crossAxis:c=!1,limiter:u={fn:k=>{let{x:C,y:E}=k;return{x:C,y:E}}},...h}=Sa(t,e),f={x:n,y:r},m=await i.detectOverflow(e,h),g=Hs(Ca(a)),y=q0(g);let N=f[y],w=f[g];if(o){const k=y==="y"?"top":"left",C=y==="y"?"bottom":"right",E=N+m[k],T=N-m[C];N=Cx(E,N,T)}if(c){const k=g==="y"?"top":"left",C=g==="y"?"bottom":"right",E=w+m[k],T=w-m[C];w=Cx(E,w,T)}const v=u.fn({...e,[y]:N,[g]:w});return{...v,data:{x:v.x-n,y:v.y-r,enabled:{[y]:o,[g]:c}}}}}},b$=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:n,y:r,placement:a,rects:i,middlewareData:o}=e,{offset:c=0,mainAxis:u=!0,crossAxis:h=!0}=Sa(t,e),f={x:n,y:r},m=Hs(a),g=q0(m);let y=f[g],N=f[m];const w=Sa(c,e),v=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(u){const E=g==="y"?"height":"width",T=i.reference[g]-i.floating[E]+v.mainAxis,R=i.reference[g]+i.reference[E]-v.mainAxis;yR&&(y=R)}if(h){var k,C;const E=g==="y"?"width":"height",T=BC.has(Ca(a)),R=i.reference[m]-i.floating[E]+(T&&((k=o.offset)==null?void 0:k[m])||0)+(T?0:v.crossAxis),D=i.reference[m]+i.reference[E]+(T?0:((C=o.offset)==null?void 0:C[m])||0)-(T?v.crossAxis:0);ND&&(N=D)}return{[g]:y,[m]:N}}}},v$=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var n,r;const{placement:a,rects:i,platform:o,elements:c}=e,{apply:u=()=>{},...h}=Sa(t,e),f=await o.detectOverflow(e,h),m=Ca(a),g=$l(a),y=Hs(a)==="y",{width:N,height:w}=i.floating;let v,k;m==="top"||m==="bottom"?(v=m,k=g===(await(o.isRTL==null?void 0:o.isRTL(c.floating))?"start":"end")?"left":"right"):(k=m,v=g==="end"?"top":"bottom");const C=w-f.top-f.bottom,E=N-f.left-f.right,T=wi(w-f[v],C),R=wi(N-f[k],E),D=!e.middlewareData.shift;let _=T,P=R;if((n=e.middlewareData.shift)!=null&&n.enabled.x&&(P=E),(r=e.middlewareData.shift)!=null&&r.enabled.y&&(_=C),D&&!g){const F=zr(f.left,0),X=zr(f.right,0),te=zr(f.top,0),ue=zr(f.bottom,0);y?P=N-2*(F!==0||X!==0?F+X:zr(f.left,f.right)):_=w-2*(te!==0||ue!==0?te+ue:zr(f.top,f.bottom))}await u({...e,availableWidth:P,availableHeight:_});const L=await o.getDimensions(c.floating);return N!==L.width||w!==L.height?{reset:{rects:!0}}:{}}}};function zf(){return typeof window<"u"}function Bl(t){return VC(t)?(t.nodeName||"").toLowerCase():"#document"}function Hr(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Ys(t){var e;return(e=(VC(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function VC(t){return zf()?t instanceof Node||t instanceof Hr(t).Node:!1}function Cs(t){return zf()?t instanceof Element||t instanceof Hr(t).Element:!1}function Gs(t){return zf()?t instanceof HTMLElement||t instanceof Hr(t).HTMLElement:!1}function hw(t){return!zf()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Hr(t).ShadowRoot}const N$=new Set(["inline","contents"]);function wd(t){const{overflow:e,overflowX:n,overflowY:r,display:a}=Es(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!N$.has(a)}const w$=new Set(["table","td","th"]);function j$(t){return w$.has(Bl(t))}const k$=[":popover-open",":modal"];function Ff(t){return k$.some(e=>{try{return t.matches(e)}catch{return!1}})}const S$=["transform","translate","scale","rotate","perspective"],C$=["transform","translate","scale","rotate","perspective","filter"],E$=["paint","layout","strict","content"];function Y0(t){const e=Q0(),n=Cs(t)?Es(t):t;return S$.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||C$.some(r=>(n.willChange||"").includes(r))||E$.some(r=>(n.contain||"").includes(r))}function T$(t){let e=ji(t);for(;Gs(e)&&!Il(e);){if(Y0(e))return e;if(Ff(e))return null;e=ji(e)}return null}function Q0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const M$=new Set(["html","body","#document"]);function Il(t){return M$.has(Bl(t))}function Es(t){return Hr(t).getComputedStyle(t)}function $f(t){return Cs(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function ji(t){if(Bl(t)==="html")return t;const e=t.assignedSlot||t.parentNode||hw(t)&&t.host||Ys(t);return hw(e)?e.host:e}function HC(t){const e=ji(t);return Il(e)?t.ownerDocument?t.ownerDocument.body:t.body:Gs(e)&&wd(e)?e:HC(e)}function hd(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);const a=HC(t),i=a===((r=t.ownerDocument)==null?void 0:r.body),o=Hr(a);if(i){const c=Tx(o);return e.concat(o,o.visualViewport||[],wd(a)?a:[],c&&n?hd(c):[])}return e.concat(a,hd(a,[],n))}function Tx(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function WC(t){const e=Es(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const a=Gs(t),i=a?t.offsetWidth:n,o=a?t.offsetHeight:r,c=sf(n)!==i||sf(r)!==o;return c&&(n=i,r=o),{width:n,height:r,$:c}}function X0(t){return Cs(t)?t:t.contextElement}function Nl(t){const e=X0(t);if(!Gs(e))return Ws(1);const n=e.getBoundingClientRect(),{width:r,height:a,$:i}=WC(e);let o=(i?sf(n.width):n.width)/r,c=(i?sf(n.height):n.height)/a;return(!o||!Number.isFinite(o))&&(o=1),(!c||!Number.isFinite(c))&&(c=1),{x:o,y:c}}const A$=Ws(0);function UC(t){const e=Hr(t);return!Q0()||!e.visualViewport?A$:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function I$(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==Hr(t)?!1:e}function So(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);const a=t.getBoundingClientRect(),i=X0(t);let o=Ws(1);e&&(r?Cs(r)&&(o=Nl(r)):o=Nl(t));const c=I$(i,n,r)?UC(i):Ws(0);let u=(a.left+c.x)/o.x,h=(a.top+c.y)/o.y,f=a.width/o.x,m=a.height/o.y;if(i){const g=Hr(i),y=r&&Cs(r)?Hr(r):r;let N=g,w=Tx(N);for(;w&&r&&y!==N;){const v=Nl(w),k=w.getBoundingClientRect(),C=Es(w),E=k.left+(w.clientLeft+parseFloat(C.paddingLeft))*v.x,T=k.top+(w.clientTop+parseFloat(C.paddingTop))*v.y;u*=v.x,h*=v.y,f*=v.x,m*=v.y,u+=E,h+=T,N=Hr(w),w=Tx(N)}}return of({width:f,height:m,x:u,y:h})}function Bf(t,e){const n=$f(t).scrollLeft;return e?e.left+n:So(Ys(t)).left+n}function KC(t,e){const n=t.getBoundingClientRect(),r=n.left+e.scrollLeft-Bf(t,n),a=n.top+e.scrollTop;return{x:r,y:a}}function R$(t){let{elements:e,rect:n,offsetParent:r,strategy:a}=t;const i=a==="fixed",o=Ys(r),c=e?Ff(e.floating):!1;if(r===o||c&&i)return n;let u={scrollLeft:0,scrollTop:0},h=Ws(1);const f=Ws(0),m=Gs(r);if((m||!m&&!i)&&((Bl(r)!=="body"||wd(o))&&(u=$f(r)),Gs(r))){const y=So(r);h=Nl(r),f.x=y.x+r.clientLeft,f.y=y.y+r.clientTop}const g=o&&!m&&!i?KC(o,u):Ws(0);return{width:n.width*h.x,height:n.height*h.y,x:n.x*h.x-u.scrollLeft*h.x+f.x+g.x,y:n.y*h.y-u.scrollTop*h.y+f.y+g.y}}function P$(t){return Array.from(t.getClientRects())}function O$(t){const e=Ys(t),n=$f(t),r=t.ownerDocument.body,a=zr(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),i=zr(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let o=-n.scrollLeft+Bf(t);const c=-n.scrollTop;return Es(r).direction==="rtl"&&(o+=zr(e.clientWidth,r.clientWidth)-a),{width:a,height:i,x:o,y:c}}const fw=25;function D$(t,e){const n=Hr(t),r=Ys(t),a=n.visualViewport;let i=r.clientWidth,o=r.clientHeight,c=0,u=0;if(a){i=a.width,o=a.height;const f=Q0();(!f||f&&e==="fixed")&&(c=a.offsetLeft,u=a.offsetTop)}const h=Bf(r);if(h<=0){const f=r.ownerDocument,m=f.body,g=getComputedStyle(m),y=f.compatMode==="CSS1Compat"&&parseFloat(g.marginLeft)+parseFloat(g.marginRight)||0,N=Math.abs(r.clientWidth-m.clientWidth-y);N<=fw&&(i-=N)}else h<=fw&&(i+=h);return{width:i,height:o,x:c,y:u}}const L$=new Set(["absolute","fixed"]);function _$(t,e){const n=So(t,!0,e==="fixed"),r=n.top+t.clientTop,a=n.left+t.clientLeft,i=Gs(t)?Nl(t):Ws(1),o=t.clientWidth*i.x,c=t.clientHeight*i.y,u=a*i.x,h=r*i.y;return{width:o,height:c,x:u,y:h}}function pw(t,e,n){let r;if(e==="viewport")r=D$(t,n);else if(e==="document")r=O$(Ys(t));else if(Cs(e))r=_$(e,n);else{const a=UC(t);r={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return of(r)}function qC(t,e){const n=ji(t);return n===e||!Cs(n)||Il(n)?!1:Es(n).position==="fixed"||qC(n,e)}function z$(t,e){const n=e.get(t);if(n)return n;let r=hd(t,[],!1).filter(c=>Cs(c)&&Bl(c)!=="body"),a=null;const i=Es(t).position==="fixed";let o=i?ji(t):t;for(;Cs(o)&&!Il(o);){const c=Es(o),u=Y0(o);!u&&c.position==="fixed"&&(a=null),(i?!u&&!a:!u&&c.position==="static"&&!!a&&L$.has(a.position)||wd(o)&&!u&&qC(t,o))?r=r.filter(f=>f!==o):a=c,o=ji(o)}return e.set(t,r),r}function F$(t){let{element:e,boundary:n,rootBoundary:r,strategy:a}=t;const o=[...n==="clippingAncestors"?Ff(e)?[]:z$(e,this._c):[].concat(n),r],c=o[0],u=o.reduce((h,f)=>{const m=pw(e,f,a);return h.top=zr(m.top,h.top),h.right=wi(m.right,h.right),h.bottom=wi(m.bottom,h.bottom),h.left=zr(m.left,h.left),h},pw(e,c,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function $$(t){const{width:e,height:n}=WC(t);return{width:e,height:n}}function B$(t,e,n){const r=Gs(e),a=Ys(e),i=n==="fixed",o=So(t,!0,i,e);let c={scrollLeft:0,scrollTop:0};const u=Ws(0);function h(){u.x=Bf(a)}if(r||!r&&!i)if((Bl(e)!=="body"||wd(a))&&(c=$f(e)),r){const y=So(e,!0,i,e);u.x=y.x+e.clientLeft,u.y=y.y+e.clientTop}else a&&h();i&&!r&&a&&h();const f=a&&!r&&!i?KC(a,c):Ws(0),m=o.left+c.scrollLeft-u.x-f.x,g=o.top+c.scrollTop-u.y-f.y;return{x:m,y:g,width:o.width,height:o.height}}function yg(t){return Es(t).position==="static"}function mw(t,e){if(!Gs(t)||Es(t).position==="fixed")return null;if(e)return e(t);let n=t.offsetParent;return Ys(t)===n&&(n=n.ownerDocument.body),n}function GC(t,e){const n=Hr(t);if(Ff(t))return n;if(!Gs(t)){let a=ji(t);for(;a&&!Il(a);){if(Cs(a)&&!yg(a))return a;a=ji(a)}return n}let r=mw(t,e);for(;r&&j$(r)&&yg(r);)r=mw(r,e);return r&&Il(r)&&yg(r)&&!Y0(r)?n:r||T$(t)||n}const V$=async function(t){const e=this.getOffsetParent||GC,n=this.getDimensions,r=await n(t.floating);return{reference:B$(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function H$(t){return Es(t).direction==="rtl"}const W$={convertOffsetParentRelativeRectToViewportRelativeRect:R$,getDocumentElement:Ys,getClippingRect:F$,getOffsetParent:GC,getElementRects:V$,getClientRects:P$,getDimensions:$$,getScale:Nl,isElement:Cs,isRTL:H$};function JC(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function U$(t,e){let n=null,r;const a=Ys(t);function i(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function o(c,u){c===void 0&&(c=!1),u===void 0&&(u=1),i();const h=t.getBoundingClientRect(),{left:f,top:m,width:g,height:y}=h;if(c||e(),!g||!y)return;const N=Yu(m),w=Yu(a.clientWidth-(f+g)),v=Yu(a.clientHeight-(m+y)),k=Yu(f),E={rootMargin:-N+"px "+-w+"px "+-v+"px "+-k+"px",threshold:zr(0,wi(1,u))||1};let T=!0;function R(D){const _=D[0].intersectionRatio;if(_!==u){if(!T)return o();_?o(!1,_):r=setTimeout(()=>{o(!1,1e-7)},1e3)}_===1&&!JC(h,t.getBoundingClientRect())&&o(),T=!1}try{n=new IntersectionObserver(R,{...E,root:a.ownerDocument})}catch{n=new IntersectionObserver(R,E)}n.observe(t)}return o(!0),i}function K$(t,e,n,r){r===void 0&&(r={});const{ancestorScroll:a=!0,ancestorResize:i=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:u=!1}=r,h=X0(t),f=a||i?[...h?hd(h):[],...hd(e)]:[];f.forEach(k=>{a&&k.addEventListener("scroll",n,{passive:!0}),i&&k.addEventListener("resize",n)});const m=h&&c?U$(h,n):null;let g=-1,y=null;o&&(y=new ResizeObserver(k=>{let[C]=k;C&&C.target===h&&y&&(y.unobserve(e),cancelAnimationFrame(g),g=requestAnimationFrame(()=>{var E;(E=y)==null||E.observe(e)})),n()}),h&&!u&&y.observe(h),y.observe(e));let N,w=u?So(t):null;u&&v();function v(){const k=So(t);w&&!JC(w,k)&&n(),w=k,N=requestAnimationFrame(v)}return n(),()=>{var k;f.forEach(C=>{a&&C.removeEventListener("scroll",n),i&&C.removeEventListener("resize",n)}),m==null||m(),(k=y)==null||k.disconnect(),y=null,u&&cancelAnimationFrame(N)}}const q$=x$,G$=y$,J$=p$,Y$=v$,Q$=m$,gw=f$,X$=b$,Z$=(t,e,n)=>{const r=new Map,a={platform:W$,...n},i={...a.platform,_c:r};return h$(t,e,{...a,platform:i})};var eB=typeof document<"u",tB=function(){},ih=eB?b.useLayoutEffect:tB;function lf(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,r,a;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(r=n;r--!==0;)if(!lf(t[r],e[r]))return!1;return!0}if(a=Object.keys(t),n=a.length,n!==Object.keys(e).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(e,a[r]))return!1;for(r=n;r--!==0;){const i=a[r];if(!(i==="_owner"&&t.$$typeof)&&!lf(t[i],e[i]))return!1}return!0}return t!==t&&e!==e}function YC(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function xw(t,e){const n=YC(t);return Math.round(e*n)/n}function bg(t){const e=b.useRef(t);return ih(()=>{e.current=t}),e}function nB(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:r=[],platform:a,elements:{reference:i,floating:o}={},transform:c=!0,whileElementsMounted:u,open:h}=t,[f,m]=b.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[g,y]=b.useState(r);lf(g,r)||y(r);const[N,w]=b.useState(null),[v,k]=b.useState(null),C=b.useCallback(z=>{z!==D.current&&(D.current=z,w(z))},[]),E=b.useCallback(z=>{z!==_.current&&(_.current=z,k(z))},[]),T=i||N,R=o||v,D=b.useRef(null),_=b.useRef(null),P=b.useRef(f),L=u!=null,F=bg(u),X=bg(a),te=bg(h),ue=b.useCallback(()=>{if(!D.current||!_.current)return;const z={placement:e,strategy:n,middleware:g};X.current&&(z.platform=X.current),Z$(D.current,_.current,z).then(re=>{const K={...re,isPositioned:te.current!==!1};ae.current&&!lf(P.current,K)&&(P.current=K,pd.flushSync(()=>{m(K)}))})},[g,e,n,X,te]);ih(()=>{h===!1&&P.current.isPositioned&&(P.current.isPositioned=!1,m(z=>({...z,isPositioned:!1})))},[h]);const ae=b.useRef(!1);ih(()=>(ae.current=!0,()=>{ae.current=!1}),[]),ih(()=>{if(T&&(D.current=T),R&&(_.current=R),T&&R){if(F.current)return F.current(T,R,ue);ue()}},[T,R,ue,F,L]);const I=b.useMemo(()=>({reference:D,floating:_,setReference:C,setFloating:E}),[C,E]),O=b.useMemo(()=>({reference:T,floating:R}),[T,R]),G=b.useMemo(()=>{const z={position:n,left:0,top:0};if(!O.floating)return z;const re=xw(O.floating,f.x),K=xw(O.floating,f.y);return c?{...z,transform:"translate("+re+"px, "+K+"px)",...YC(O.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:re,top:K}},[n,c,O.floating,f.x,f.y]);return b.useMemo(()=>({...f,update:ue,refs:I,elements:O,floatingStyles:G}),[f,ue,I,O,G])}const rB=t=>{function e(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:t,fn(n){const{element:r,padding:a}=typeof t=="function"?t(n):t;return r&&e(r)?r.current!=null?gw({element:r.current,padding:a}).fn(n):{}:r?gw({element:r,padding:a}).fn(n):{}}}},sB=(t,e)=>({...q$(t),options:[t,e]}),aB=(t,e)=>({...G$(t),options:[t,e]}),iB=(t,e)=>({...X$(t),options:[t,e]}),oB=(t,e)=>({...J$(t),options:[t,e]}),lB=(t,e)=>({...Y$(t),options:[t,e]}),cB=(t,e)=>({...Q$(t),options:[t,e]}),dB=(t,e)=>({...rB(t),options:[t,e]});var uB="Arrow",QC=b.forwardRef((t,e)=>{const{children:n,width:r=10,height:a=5,...i}=t;return s.jsx(ut.svg,{...i,ref:e,width:r,height:a,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:t.asChild?n:s.jsx("polygon",{points:"0,0 30,0 15,10"})})});QC.displayName=uB;var hB=QC,Z0="Popper",[XC,ZC]=Ei(Z0),[fB,e4]=XC(Z0),t4=t=>{const{__scopePopper:e,children:n}=t,[r,a]=b.useState(null);return s.jsx(fB,{scope:e,anchor:r,onAnchorChange:a,children:n})};t4.displayName=Z0;var n4="PopperAnchor",r4=b.forwardRef((t,e)=>{const{__scopePopper:n,virtualRef:r,...a}=t,i=e4(n4,n),o=b.useRef(null),c=St(e,o),u=b.useRef(null);return b.useEffect(()=>{const h=u.current;u.current=(r==null?void 0:r.current)||o.current,h!==u.current&&i.onAnchorChange(u.current)}),r?null:s.jsx(ut.div,{...a,ref:c})});r4.displayName=n4;var ey="PopperContent",[pB,mB]=XC(ey),s4=b.forwardRef((t,e)=>{var ce,he,ve,Ae,Be,$e;const{__scopePopper:n,side:r="bottom",sideOffset:a=0,align:i="center",alignOffset:o=0,arrowPadding:c=0,avoidCollisions:u=!0,collisionBoundary:h=[],collisionPadding:f=0,sticky:m="partial",hideWhenDetached:g=!1,updatePositionStrategy:y="optimized",onPlaced:N,...w}=t,v=e4(ey,n),[k,C]=b.useState(null),E=St(e,pt=>C(pt)),[T,R]=b.useState(null),D=e0(T),_=(D==null?void 0:D.width)??0,P=(D==null?void 0:D.height)??0,L=r+(i!=="center"?"-"+i:""),F=typeof f=="number"?f:{top:0,right:0,bottom:0,left:0,...f},X=Array.isArray(h)?h:[h],te=X.length>0,ue={padding:F,boundary:X.filter(xB),altBoundary:te},{refs:ae,floatingStyles:I,placement:O,isPositioned:G,middlewareData:z}=nB({strategy:"fixed",placement:L,whileElementsMounted:(...pt)=>K$(...pt,{animationFrame:y==="always"}),elements:{reference:v.anchor},middleware:[sB({mainAxis:a+P,alignmentAxis:o}),u&&aB({mainAxis:!0,crossAxis:!1,limiter:m==="partial"?iB():void 0,...ue}),u&&oB({...ue}),lB({...ue,apply:({elements:pt,rects:Et,availableWidth:ln,availableHeight:yt})=>{const{width:nn,height:An}=Et.reference,Tt=pt.floating.style;Tt.setProperty("--radix-popper-available-width",`${ln}px`),Tt.setProperty("--radix-popper-available-height",`${yt}px`),Tt.setProperty("--radix-popper-anchor-width",`${nn}px`),Tt.setProperty("--radix-popper-anchor-height",`${An}px`)}}),T&&dB({element:T,padding:c}),yB({arrowWidth:_,arrowHeight:P}),g&&cB({strategy:"referenceHidden",...ue})]}),[re,K]=o4(O),$=bi(N);or(()=>{G&&($==null||$())},[G,$]);const H=(ce=z.arrow)==null?void 0:ce.x,oe=(he=z.arrow)==null?void 0:he.y,q=((ve=z.arrow)==null?void 0:ve.centerOffset)!==0,[me,Z]=b.useState();return or(()=>{k&&Z(window.getComputedStyle(k).zIndex)},[k]),s.jsx("div",{ref:ae.setFloating,"data-radix-popper-content-wrapper":"",style:{...I,transform:G?I.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:me,"--radix-popper-transform-origin":[(Ae=z.transformOrigin)==null?void 0:Ae.x,(Be=z.transformOrigin)==null?void 0:Be.y].join(" "),...(($e=z.hide)==null?void 0:$e.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:s.jsx(pB,{scope:n,placedSide:re,onArrowChange:R,arrowX:H,arrowY:oe,shouldHideArrow:q,children:s.jsx(ut.div,{"data-side":re,"data-align":K,...w,ref:E,style:{...w.style,animation:G?void 0:"none"}})})})});s4.displayName=ey;var a4="PopperArrow",gB={top:"bottom",right:"left",bottom:"top",left:"right"},i4=b.forwardRef(function(e,n){const{__scopePopper:r,...a}=e,i=mB(a4,r),o=gB[i.placedSide];return s.jsx("span",{ref:i.onArrowChange,style:{position:"absolute",left:i.arrowX,top:i.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[i.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[i.placedSide],visibility:i.shouldHideArrow?"hidden":void 0},children:s.jsx(hB,{...a,ref:n,style:{...a.style,display:"block"}})})});i4.displayName=a4;function xB(t){return t!==null}var yB=t=>({name:"transformOrigin",options:t,fn(e){var v,k,C;const{placement:n,rects:r,middlewareData:a}=e,o=((v=a.arrow)==null?void 0:v.centerOffset)!==0,c=o?0:t.arrowWidth,u=o?0:t.arrowHeight,[h,f]=o4(n),m={start:"0%",center:"50%",end:"100%"}[f],g=(((k=a.arrow)==null?void 0:k.x)??0)+c/2,y=(((C=a.arrow)==null?void 0:C.y)??0)+u/2;let N="",w="";return h==="bottom"?(N=o?m:`${g}px`,w=`${-u}px`):h==="top"?(N=o?m:`${g}px`,w=`${r.floating.height+u}px`):h==="right"?(N=`${-u}px`,w=o?m:`${y}px`):h==="left"&&(N=`${r.floating.width+u}px`,w=o?m:`${y}px`),{data:{x:N,y:w}}}});function o4(t){const[e,n="center"]=t.split("-");return[e,n]}var bB=t4,vB=r4,NB=s4,wB=i4,l4=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),jB="VisuallyHidden",kB=b.forwardRef((t,e)=>s.jsx(ut.span,{...t,ref:e,style:{...l4,...t.style}}));kB.displayName=jB;var SB=[" ","Enter","ArrowUp","ArrowDown"],CB=[" ","Enter"],Co="Select",[Vf,Hf,EB]=Qx(Co),[Vl]=Ei(Co,[EB,ZC]),Wf=ZC(),[TB,Ii]=Vl(Co),[MB,AB]=Vl(Co),c4=t=>{const{__scopeSelect:e,children:n,open:r,defaultOpen:a,onOpenChange:i,value:o,defaultValue:c,onValueChange:u,dir:h,name:f,autoComplete:m,disabled:g,required:y,form:N}=t,w=Wf(e),[v,k]=b.useState(null),[C,E]=b.useState(null),[T,R]=b.useState(!1),D=yf(h),[_,P]=go({prop:r,defaultProp:a??!1,onChange:i,caller:Co}),[L,F]=go({prop:o,defaultProp:c,onChange:u,caller:Co}),X=b.useRef(null),te=v?N||!!v.closest("form"):!0,[ue,ae]=b.useState(new Set),I=Array.from(ue).map(O=>O.props.value).join(";");return s.jsx(bB,{...w,children:s.jsxs(TB,{required:y,scope:e,trigger:v,onTriggerChange:k,valueNode:C,onValueNodeChange:E,valueNodeHasChildren:T,onValueNodeHasChildrenChange:R,contentId:fi(),value:L,onValueChange:F,open:_,onOpenChange:P,dir:D,triggerPointerDownPosRef:X,disabled:g,children:[s.jsx(Vf.Provider,{scope:e,children:s.jsx(MB,{scope:t.__scopeSelect,onNativeOptionAdd:b.useCallback(O=>{ae(G=>new Set(G).add(O))},[]),onNativeOptionRemove:b.useCallback(O=>{ae(G=>{const z=new Set(G);return z.delete(O),z})},[]),children:n})}),te?s.jsxs(I4,{"aria-hidden":!0,required:y,tabIndex:-1,name:f,autoComplete:m,value:L,onChange:O=>F(O.target.value),disabled:g,form:N,children:[L===void 0?s.jsx("option",{value:""}):null,Array.from(ue)]},I):null]})})};c4.displayName=Co;var d4="SelectTrigger",u4=b.forwardRef((t,e)=>{const{__scopeSelect:n,disabled:r=!1,...a}=t,i=Wf(n),o=Ii(d4,n),c=o.disabled||r,u=St(e,o.onTriggerChange),h=Hf(n),f=b.useRef("touch"),[m,g,y]=P4(w=>{const v=h().filter(E=>!E.disabled),k=v.find(E=>E.value===o.value),C=O4(v,w,k);C!==void 0&&o.onValueChange(C.value)}),N=w=>{c||(o.onOpenChange(!0),y()),w&&(o.triggerPointerDownPosRef.current={x:Math.round(w.pageX),y:Math.round(w.pageY)})};return s.jsx(vB,{asChild:!0,...i,children:s.jsx(ut.button,{type:"button",role:"combobox","aria-controls":o.contentId,"aria-expanded":o.open,"aria-required":o.required,"aria-autocomplete":"none",dir:o.dir,"data-state":o.open?"open":"closed",disabled:c,"data-disabled":c?"":void 0,"data-placeholder":R4(o.value)?"":void 0,...a,ref:u,onClick:ot(a.onClick,w=>{w.currentTarget.focus(),f.current!=="mouse"&&N(w)}),onPointerDown:ot(a.onPointerDown,w=>{f.current=w.pointerType;const v=w.target;v.hasPointerCapture(w.pointerId)&&v.releasePointerCapture(w.pointerId),w.button===0&&w.ctrlKey===!1&&w.pointerType==="mouse"&&(N(w),w.preventDefault())}),onKeyDown:ot(a.onKeyDown,w=>{const v=m.current!=="";!(w.ctrlKey||w.altKey||w.metaKey)&&w.key.length===1&&g(w.key),!(v&&w.key===" ")&&SB.includes(w.key)&&(N(),w.preventDefault())})})})});u4.displayName=d4;var h4="SelectValue",f4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:r,style:a,children:i,placeholder:o="",...c}=t,u=Ii(h4,n),{onValueNodeHasChildrenChange:h}=u,f=i!==void 0,m=St(e,u.onValueNodeChange);return or(()=>{h(f)},[h,f]),s.jsx(ut.span,{...c,ref:m,style:{pointerEvents:"none"},children:R4(u.value)?s.jsx(s.Fragment,{children:o}):i})});f4.displayName=h4;var IB="SelectIcon",p4=b.forwardRef((t,e)=>{const{__scopeSelect:n,children:r,...a}=t;return s.jsx(ut.span,{"aria-hidden":!0,...a,ref:e,children:r||"▼"})});p4.displayName=IB;var RB="SelectPortal",m4=t=>s.jsx(Kx,{asChild:!0,...t});m4.displayName=RB;var Eo="SelectContent",g4=b.forwardRef((t,e)=>{const n=Ii(Eo,t.__scopeSelect),[r,a]=b.useState();if(or(()=>{a(new DocumentFragment)},[]),!n.open){const i=r;return i?pd.createPortal(s.jsx(x4,{scope:t.__scopeSelect,children:s.jsx(Vf.Slot,{scope:t.__scopeSelect,children:s.jsx("div",{children:t.children})})}),i):null}return s.jsx(y4,{...t,ref:e})});g4.displayName=Eo;var ws=10,[x4,Ri]=Vl(Eo),PB="SelectContentImpl",OB=Zc("SelectContent.RemoveScroll"),y4=b.forwardRef((t,e)=>{const{__scopeSelect:n,position:r="item-aligned",onCloseAutoFocus:a,onEscapeKeyDown:i,onPointerDownOutside:o,side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:g,collisionPadding:y,sticky:N,hideWhenDetached:w,avoidCollisions:v,...k}=t,C=Ii(Eo,n),[E,T]=b.useState(null),[R,D]=b.useState(null),_=St(e,ce=>T(ce)),[P,L]=b.useState(null),[F,X]=b.useState(null),te=Hf(n),[ue,ae]=b.useState(!1),I=b.useRef(!1);b.useEffect(()=>{if(E)return Pj(E)},[E]),kj();const O=b.useCallback(ce=>{const[he,...ve]=te().map($e=>$e.ref.current),[Ae]=ve.slice(-1),Be=document.activeElement;for(const $e of ce)if($e===Be||($e==null||$e.scrollIntoView({block:"nearest"}),$e===he&&R&&(R.scrollTop=0),$e===Ae&&R&&(R.scrollTop=R.scrollHeight),$e==null||$e.focus(),document.activeElement!==Be))return},[te,R]),G=b.useCallback(()=>O([P,E]),[O,P,E]);b.useEffect(()=>{ue&&G()},[ue,G]);const{onOpenChange:z,triggerPointerDownPosRef:re}=C;b.useEffect(()=>{if(E){let ce={x:0,y:0};const he=Ae=>{var Be,$e;ce={x:Math.abs(Math.round(Ae.pageX)-(((Be=re.current)==null?void 0:Be.x)??0)),y:Math.abs(Math.round(Ae.pageY)-((($e=re.current)==null?void 0:$e.y)??0))}},ve=Ae=>{ce.x<=10&&ce.y<=10?Ae.preventDefault():E.contains(Ae.target)||z(!1),document.removeEventListener("pointermove",he),re.current=null};return re.current!==null&&(document.addEventListener("pointermove",he),document.addEventListener("pointerup",ve,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",he),document.removeEventListener("pointerup",ve,{capture:!0})}}},[E,z,re]),b.useEffect(()=>{const ce=()=>z(!1);return window.addEventListener("blur",ce),window.addEventListener("resize",ce),()=>{window.removeEventListener("blur",ce),window.removeEventListener("resize",ce)}},[z]);const[K,$]=P4(ce=>{const he=te().filter(Be=>!Be.disabled),ve=he.find(Be=>Be.ref.current===document.activeElement),Ae=O4(he,ce,ve);Ae&&setTimeout(()=>Ae.ref.current.focus())}),H=b.useCallback((ce,he,ve)=>{const Ae=!I.current&&!ve;(C.value!==void 0&&C.value===he||Ae)&&(L(ce),Ae&&(I.current=!0))},[C.value]),oe=b.useCallback(()=>E==null?void 0:E.focus(),[E]),q=b.useCallback((ce,he,ve)=>{const Ae=!I.current&&!ve;(C.value!==void 0&&C.value===he||Ae)&&X(ce)},[C.value]),me=r==="popper"?Mx:b4,Z=me===Mx?{side:c,sideOffset:u,align:h,alignOffset:f,arrowPadding:m,collisionBoundary:g,collisionPadding:y,sticky:N,hideWhenDetached:w,avoidCollisions:v}:{};return s.jsx(x4,{scope:n,content:E,viewport:R,onViewportChange:D,itemRefCallback:H,selectedItem:P,onItemLeave:oe,itemTextRefCallback:q,focusSelectedItem:G,selectedItemText:F,position:r,isPositioned:ue,searchRef:K,children:s.jsx(qx,{as:OB,allowPinchZoom:!0,children:s.jsx(Ux,{asChild:!0,trapped:C.open,onMountAutoFocus:ce=>{ce.preventDefault()},onUnmountAutoFocus:ot(a,ce=>{var he;(he=C.trigger)==null||he.focus({preventScroll:!0}),ce.preventDefault()}),children:s.jsx(Wx,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:i,onPointerDownOutside:o,onFocusOutside:ce=>ce.preventDefault(),onDismiss:()=>C.onOpenChange(!1),children:s.jsx(me,{role:"listbox",id:C.contentId,"data-state":C.open?"open":"closed",dir:C.dir,onContextMenu:ce=>ce.preventDefault(),...k,...Z,onPlaced:()=>ae(!0),ref:_,style:{display:"flex",flexDirection:"column",outline:"none",...k.style},onKeyDown:ot(k.onKeyDown,ce=>{const he=ce.ctrlKey||ce.altKey||ce.metaKey;if(ce.key==="Tab"&&ce.preventDefault(),!he&&ce.key.length===1&&$(ce.key),["ArrowUp","ArrowDown","Home","End"].includes(ce.key)){let Ae=te().filter(Be=>!Be.disabled).map(Be=>Be.ref.current);if(["ArrowUp","End"].includes(ce.key)&&(Ae=Ae.slice().reverse()),["ArrowUp","ArrowDown"].includes(ce.key)){const Be=ce.target,$e=Ae.indexOf(Be);Ae=Ae.slice($e+1)}setTimeout(()=>O(Ae)),ce.preventDefault()}})})})})})})});y4.displayName=PB;var DB="SelectItemAlignedPosition",b4=b.forwardRef((t,e)=>{const{__scopeSelect:n,onPlaced:r,...a}=t,i=Ii(Eo,n),o=Ri(Eo,n),[c,u]=b.useState(null),[h,f]=b.useState(null),m=St(e,_=>f(_)),g=Hf(n),y=b.useRef(!1),N=b.useRef(!0),{viewport:w,selectedItem:v,selectedItemText:k,focusSelectedItem:C}=o,E=b.useCallback(()=>{if(i.trigger&&i.valueNode&&c&&h&&w&&v&&k){const _=i.trigger.getBoundingClientRect(),P=h.getBoundingClientRect(),L=i.valueNode.getBoundingClientRect(),F=k.getBoundingClientRect();if(i.dir!=="rtl"){const Be=F.left-P.left,$e=L.left-Be,pt=_.left-$e,Et=_.width+pt,ln=Math.max(Et,P.width),yt=window.innerWidth-ws,nn=ph($e,[ws,Math.max(ws,yt-ln)]);c.style.minWidth=Et+"px",c.style.left=nn+"px"}else{const Be=P.right-F.right,$e=window.innerWidth-L.right-Be,pt=window.innerWidth-_.right-$e,Et=_.width+pt,ln=Math.max(Et,P.width),yt=window.innerWidth-ws,nn=ph($e,[ws,Math.max(ws,yt-ln)]);c.style.minWidth=Et+"px",c.style.right=nn+"px"}const X=g(),te=window.innerHeight-ws*2,ue=w.scrollHeight,ae=window.getComputedStyle(h),I=parseInt(ae.borderTopWidth,10),O=parseInt(ae.paddingTop,10),G=parseInt(ae.borderBottomWidth,10),z=parseInt(ae.paddingBottom,10),re=I+O+ue+z+G,K=Math.min(v.offsetHeight*5,re),$=window.getComputedStyle(w),H=parseInt($.paddingTop,10),oe=parseInt($.paddingBottom,10),q=_.top+_.height/2-ws,me=te-q,Z=v.offsetHeight/2,ce=v.offsetTop+Z,he=I+O+ce,ve=re-he;if(he<=q){const Be=X.length>0&&v===X[X.length-1].ref.current;c.style.bottom="0px";const $e=h.clientHeight-w.offsetTop-w.offsetHeight,pt=Math.max(me,Z+(Be?oe:0)+$e+G),Et=he+pt;c.style.height=Et+"px"}else{const Be=X.length>0&&v===X[0].ref.current;c.style.top="0px";const pt=Math.max(q,I+w.offsetTop+(Be?H:0)+Z)+ve;c.style.height=pt+"px",w.scrollTop=he-q+w.offsetTop}c.style.margin=`${ws}px 0`,c.style.minHeight=K+"px",c.style.maxHeight=te+"px",r==null||r(),requestAnimationFrame(()=>y.current=!0)}},[g,i.trigger,i.valueNode,c,h,w,v,k,i.dir,r]);or(()=>E(),[E]);const[T,R]=b.useState();or(()=>{h&&R(window.getComputedStyle(h).zIndex)},[h]);const D=b.useCallback(_=>{_&&N.current===!0&&(E(),C==null||C(),N.current=!1)},[E,C]);return s.jsx(_B,{scope:n,contentWrapper:c,shouldExpandOnScrollRef:y,onScrollButtonChange:D,children:s.jsx("div",{ref:u,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:T},children:s.jsx(ut.div,{...a,ref:m,style:{boxSizing:"border-box",maxHeight:"100%",...a.style}})})})});b4.displayName=DB;var LB="SelectPopperPosition",Mx=b.forwardRef((t,e)=>{const{__scopeSelect:n,align:r="start",collisionPadding:a=ws,...i}=t,o=Wf(n);return s.jsx(NB,{...o,...i,ref:e,align:r,collisionPadding:a,style:{boxSizing:"border-box",...i.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Mx.displayName=LB;var[_B,ty]=Vl(Eo,{}),Ax="SelectViewport",v4=b.forwardRef((t,e)=>{const{__scopeSelect:n,nonce:r,...a}=t,i=Ri(Ax,n),o=ty(Ax,n),c=St(e,i.onViewportChange),u=b.useRef(0);return s.jsxs(s.Fragment,{children:[s.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),s.jsx(Vf.Slot,{scope:n,children:s.jsx(ut.div,{"data-radix-select-viewport":"",role:"presentation",...a,ref:c,style:{position:"relative",flex:1,overflow:"hidden auto",...a.style},onScroll:ot(a.onScroll,h=>{const f=h.currentTarget,{contentWrapper:m,shouldExpandOnScrollRef:g}=o;if(g!=null&&g.current&&m){const y=Math.abs(u.current-f.scrollTop);if(y>0){const N=window.innerHeight-ws*2,w=parseFloat(m.style.minHeight),v=parseFloat(m.style.height),k=Math.max(w,v);if(k0?T:0,m.style.justifyContent="flex-end")}}}u.current=f.scrollTop})})})]})});v4.displayName=Ax;var N4="SelectGroup",[zB,FB]=Vl(N4),$B=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=fi();return s.jsx(zB,{scope:n,id:a,children:s.jsx(ut.div,{role:"group","aria-labelledby":a,...r,ref:e})})});$B.displayName=N4;var w4="SelectLabel",BB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=FB(w4,n);return s.jsx(ut.div,{id:a.id,...r,ref:e})});BB.displayName=w4;var cf="SelectItem",[VB,j4]=Vl(cf),k4=b.forwardRef((t,e)=>{const{__scopeSelect:n,value:r,disabled:a=!1,textValue:i,...o}=t,c=Ii(cf,n),u=Ri(cf,n),h=c.value===r,[f,m]=b.useState(i??""),[g,y]=b.useState(!1),N=St(e,C=>{var E;return(E=u.itemRefCallback)==null?void 0:E.call(u,C,r,a)}),w=fi(),v=b.useRef("touch"),k=()=>{a||(c.onValueChange(r),c.onOpenChange(!1))};if(r==="")throw new Error("A must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return s.jsx(VB,{scope:n,value:r,disabled:a,textId:w,isSelected:h,onItemTextChange:b.useCallback(C=>{m(E=>E||((C==null?void 0:C.textContent)??"").trim())},[]),children:s.jsx(Vf.ItemSlot,{scope:n,value:r,disabled:a,textValue:f,children:s.jsx(ut.div,{role:"option","aria-labelledby":w,"data-highlighted":g?"":void 0,"aria-selected":h&&g,"data-state":h?"checked":"unchecked","aria-disabled":a||void 0,"data-disabled":a?"":void 0,tabIndex:a?void 0:-1,...o,ref:N,onFocus:ot(o.onFocus,()=>y(!0)),onBlur:ot(o.onBlur,()=>y(!1)),onClick:ot(o.onClick,()=>{v.current!=="mouse"&&k()}),onPointerUp:ot(o.onPointerUp,()=>{v.current==="mouse"&&k()}),onPointerDown:ot(o.onPointerDown,C=>{v.current=C.pointerType}),onPointerMove:ot(o.onPointerMove,C=>{var E;v.current=C.pointerType,a?(E=u.onItemLeave)==null||E.call(u):v.current==="mouse"&&C.currentTarget.focus({preventScroll:!0})}),onPointerLeave:ot(o.onPointerLeave,C=>{var E;C.currentTarget===document.activeElement&&((E=u.onItemLeave)==null||E.call(u))}),onKeyDown:ot(o.onKeyDown,C=>{var T;((T=u.searchRef)==null?void 0:T.current)!==""&&C.key===" "||(CB.includes(C.key)&&k(),C.key===" "&&C.preventDefault())})})})})});k4.displayName=cf;var Dc="SelectItemText",S4=b.forwardRef((t,e)=>{const{__scopeSelect:n,className:r,style:a,...i}=t,o=Ii(Dc,n),c=Ri(Dc,n),u=j4(Dc,n),h=AB(Dc,n),[f,m]=b.useState(null),g=St(e,k=>m(k),u.onItemTextChange,k=>{var C;return(C=c.itemTextRefCallback)==null?void 0:C.call(c,k,u.value,u.disabled)}),y=f==null?void 0:f.textContent,N=b.useMemo(()=>s.jsx("option",{value:u.value,disabled:u.disabled,children:y},u.value),[u.disabled,u.value,y]),{onNativeOptionAdd:w,onNativeOptionRemove:v}=h;return or(()=>(w(N),()=>v(N)),[w,v,N]),s.jsxs(s.Fragment,{children:[s.jsx(ut.span,{id:u.textId,...i,ref:g}),u.isSelected&&o.valueNode&&!o.valueNodeHasChildren?pd.createPortal(i.children,o.valueNode):null]})});S4.displayName=Dc;var C4="SelectItemIndicator",E4=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t;return j4(C4,n).isSelected?s.jsx(ut.span,{"aria-hidden":!0,...r,ref:e}):null});E4.displayName=C4;var Ix="SelectScrollUpButton",T4=b.forwardRef((t,e)=>{const n=Ri(Ix,t.__scopeSelect),r=ty(Ix,t.__scopeSelect),[a,i]=b.useState(!1),o=St(e,r.onScrollButtonChange);return or(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollTop>0;i(h)};const u=n.viewport;return c(),u.addEventListener("scroll",c),()=>u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?s.jsx(A4,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop-u.offsetHeight)}}):null});T4.displayName=Ix;var Rx="SelectScrollDownButton",M4=b.forwardRef((t,e)=>{const n=Ri(Rx,t.__scopeSelect),r=ty(Rx,t.__scopeSelect),[a,i]=b.useState(!1),o=St(e,r.onScrollButtonChange);return or(()=>{if(n.viewport&&n.isPositioned){let c=function(){const h=u.scrollHeight-u.clientHeight,f=Math.ceil(u.scrollTop)u.removeEventListener("scroll",c)}},[n.viewport,n.isPositioned]),a?s.jsx(A4,{...t,ref:o,onAutoScroll:()=>{const{viewport:c,selectedItem:u}=n;c&&u&&(c.scrollTop=c.scrollTop+u.offsetHeight)}}):null});M4.displayName=Rx;var A4=b.forwardRef((t,e)=>{const{__scopeSelect:n,onAutoScroll:r,...a}=t,i=Ri("SelectScrollButton",n),o=b.useRef(null),c=Hf(n),u=b.useCallback(()=>{o.current!==null&&(window.clearInterval(o.current),o.current=null)},[]);return b.useEffect(()=>()=>u(),[u]),or(()=>{var f;const h=c().find(m=>m.ref.current===document.activeElement);(f=h==null?void 0:h.ref.current)==null||f.scrollIntoView({block:"nearest"})},[c]),s.jsx(ut.div,{"aria-hidden":!0,...a,ref:e,style:{flexShrink:0,...a.style},onPointerDown:ot(a.onPointerDown,()=>{o.current===null&&(o.current=window.setInterval(r,50))}),onPointerMove:ot(a.onPointerMove,()=>{var h;(h=i.onItemLeave)==null||h.call(i),o.current===null&&(o.current=window.setInterval(r,50))}),onPointerLeave:ot(a.onPointerLeave,()=>{u()})})}),HB="SelectSeparator",WB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t;return s.jsx(ut.div,{"aria-hidden":!0,...r,ref:e})});WB.displayName=HB;var Px="SelectArrow",UB=b.forwardRef((t,e)=>{const{__scopeSelect:n,...r}=t,a=Wf(n),i=Ii(Px,n),o=Ri(Px,n);return i.open&&o.position==="popper"?s.jsx(wB,{...a,...r,ref:e}):null});UB.displayName=Px;var KB="SelectBubbleInput",I4=b.forwardRef(({__scopeSelect:t,value:e,...n},r)=>{const a=b.useRef(null),i=St(r,a),o=Zx(e);return b.useEffect(()=>{const c=a.current;if(!c)return;const u=window.HTMLSelectElement.prototype,f=Object.getOwnPropertyDescriptor(u,"value").set;if(o!==e&&f){const m=new Event("change",{bubbles:!0});f.call(c,e),c.dispatchEvent(m)}},[o,e]),s.jsx(ut.select,{...n,style:{...l4,...n.style},ref:i,defaultValue:e})});I4.displayName=KB;function R4(t){return t===""||t===void 0}function P4(t){const e=bi(t),n=b.useRef(""),r=b.useRef(0),a=b.useCallback(o=>{const c=n.current+o;e(c),(function u(h){n.current=h,window.clearTimeout(r.current),h!==""&&(r.current=window.setTimeout(()=>u(""),1e3))})(c)},[e]),i=b.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return b.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,a,i]}function O4(t,e,n){const a=e.length>1&&Array.from(e).every(h=>h===e[0])?e[0]:e,i=n?t.indexOf(n):-1;let o=qB(t,Math.max(i,0));a.length===1&&(o=o.filter(h=>h!==n));const u=o.find(h=>h.textValue.toLowerCase().startsWith(a.toLowerCase()));return u!==n?u:void 0}function qB(t,e){return t.map((n,r)=>t[(e+r)%t.length])}var GB=c4,D4=u4,JB=f4,YB=p4,QB=m4,L4=g4,XB=v4,_4=k4,ZB=S4,eV=E4,tV=T4,nV=M4;const ul=GB,hl=JB,no=b.forwardRef(({className:t,children:e,...n},r)=>s.jsxs(D4,{ref:r,className:Ct("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",t),...n,children:[e,s.jsx(YB,{asChild:!0,children:s.jsx(Xc,{className:"h-4 w-4 opacity-50"})})]}));no.displayName=D4.displayName;const ro=b.forwardRef(({className:t,children:e,position:n="popper",...r},a)=>s.jsx(QB,{children:s.jsxs(L4,{ref:a,className:Ct("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md",n==="popper"&&"data-[side=bottom]:translate-y-1",t),position:n,...r,children:[s.jsx(tV,{className:"flex cursor-default items-center justify-center py-1",children:s.jsx(Uw,{className:"h-4 w-4"})}),s.jsx(XB,{className:"p-1",children:e}),s.jsx(nV,{className:"flex cursor-default items-center justify-center py-1",children:s.jsx(Xc,{className:"h-4 w-4"})})]})}));ro.displayName=L4.displayName;const _r=b.forwardRef(({className:t,children:e,...n},r)=>s.jsxs(_4,{ref:r,className:Ct("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t),...n,children:[s.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:s.jsx(eV,{children:s.jsx(hf,{className:"h-4 w-4"})})}),s.jsx(ZB,{children:e})]}));_r.displayName=_4.displayName;function rV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(null),[u,h]=b.useState({name:"",appId:"",path:"",sort:0}),[f,m]=b.useState(!1);async function g(){r(!0);try{const k=await Oe("/api/admin/linked-miniprograms");if(k!=null&&k.success&&Array.isArray(k.data)){const C=[...k.data].sort((E,T)=>(E.sort??0)-(T.sort??0));e(C)}}catch(k){console.error("Load linked miniprograms error:",k),ie.error("加载失败")}finally{r(!1)}}b.useEffect(()=>{g()},[]);function y(){c(null),h({name:"",appId:"",path:"",sort:t.length}),i(!0)}function N(k){c(k),h({name:k.name,appId:k.appId,path:k.path??"",sort:k.sort??0}),i(!0)}async function w(){const k=u.name.trim(),C=u.appId.trim();if(!k||!C){ie.error("请填写小程序名称和 AppID");return}m(!0);try{if(o){const E=await _t("/api/admin/linked-miniprograms",{key:o.key,name:k,appId:C,path:u.path.trim(),sort:u.sort});E!=null&&E.success?(ie.success("已更新"),i(!1),g()):ie.error((E==null?void 0:E.error)??"更新失败")}else{const E=await wt("/api/admin/linked-miniprograms",{name:k,appId:C,path:u.path.trim(),sort:u.sort});E!=null&&E.success?(ie.success("已添加"),i(!1),g()):ie.error((E==null?void 0:E.error)??"添加失败")}}catch{ie.error("操作失败")}finally{m(!1)}}async function v(k){if(confirm(`确定要删除「${k.name}」吗?`))try{const C=await Bs(`/api/admin/linked-miniprograms/${k.key}`);C!=null&&C.success?(ie.success("已删除"),g()):ie.error((C==null?void 0:C.error)??"删除失败")}catch{ie.error("删除失败")}}return s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(yi,{className:"w-5 h-5 text-[#38bdac]"}),"关联小程序管理"]}),s.jsx(Ft,{className:"text-gray-400",children:"添加后生成 32 位密钥,链接标签选择小程序时存密钥;小程序端点击 #标签 时用密钥查 appId 再跳转。需在 app.json 的 navigateToMiniProgramAppIdList 中配置目标 AppID。"})]}),s.jsxs(Ee,{children:[s.jsxs("div",{className:"flex justify-end gap-2 mb-4",children:[s.jsx(ee,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50",onClick:()=>g(),title:"刷新",children:s.jsx(Ke,{className:"w-4 h-4"})}),s.jsxs(ee,{onClick:y,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"添加关联小程序"]})]}),n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"名称"}),s.jsx(je,{className:"text-gray-400",children:"密钥"}),s.jsx(je,{className:"text-gray-400",children:"AppID"}),s.jsx(je,{className:"text-gray-400",children:"路径"}),s.jsx(je,{className:"text-gray-400 w-24",children:"排序"}),s.jsx(je,{className:"text-gray-400 w-32",children:"操作"})]})}),s.jsxs(dr,{children:[t.map(k=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-white",children:k.name}),s.jsx(ye,{className:"text-gray-300 font-mono text-xs",children:k.key}),s.jsx(ye,{className:"text-gray-300 font-mono text-sm",children:k.appId}),s.jsx(ye,{className:"text-gray-400 text-sm",children:k.path||"—"}),s.jsx(ye,{className:"text-gray-300",children:k.sort??0}),s.jsx(ye,{children:s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ee,{variant:"ghost",size:"sm",className:"text-[#38bdac] hover:bg-[#38bdac]/20",onClick:()=>N(k),children:s.jsx(tj,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-red-400 hover:bg-red-500/20",onClick:()=>v(k),children:s.jsx(Jn,{className:"w-4 h-4"})})]})})]},k.key)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:6,className:"text-center py-12 text-gray-500",children:"暂无关联小程序,点击「添加关联小程序」开始配置"})})]})]})]})]}),s.jsx(Ot,{open:a,onOpenChange:i,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md p-4 gap-3",children:[s.jsxs(Dt,{className:"gap-1",children:[s.jsx(Lt,{className:"text-base",children:o?"编辑关联小程序":"添加关联小程序"}),s.jsx(xf,{className:"text-gray-400 text-xs",children:"填写目标小程序的名称和 AppID,路径可选(为空则打开首页)"})]}),s.jsxs("div",{className:"space-y-3 py-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"小程序名称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"例如:Soul 创业派对",value:u.name,onChange:k=>h(C=>({...C,name:k.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"AppID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono h-8 text-sm",placeholder:"例如:wxb8bbb2b10dec74aa",value:u.appId,onChange:k=>h(C=>({...C,appId:k.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"路径(可选)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm",placeholder:"例如:pages/index/index",value:u.path,onChange:k=>h(C=>({...C,path:k.target.value}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-300 text-sm",children:"排序"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm w-20",value:u.sort,onChange:k=>h(C=>({...C,sort:parseInt(k.target.value,10)||0}))})]})]}),s.jsxs(on,{className:"gap-2 pt-1",children:[s.jsx(ee,{variant:"outline",onClick:()=>i(!1),className:"border-gray-600",children:"取消"}),s.jsx(ee,{onClick:w,disabled:f,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:f?"保存中...":"保存"})]})]})})]})}const sV=["一","二","三","四","五","六","七","八","九","十"];function vg(t){return t.startsWith("part:")?{type:"part",id:t.slice(5)}:t.startsWith("chapter:")?{type:"chapter",id:t.slice(8)}:t.startsWith("section:")?{type:"section",id:t.slice(8)}:null}function aV({parts:t,expandedParts:e,onTogglePart:n,onReorder:r,onReadSection:a,onDeleteSection:i,onAddSectionInPart:o,onAddChapterInPart:c,onDeleteChapter:u,onEditPart:h,onDeletePart:f,onEditChapter:m,selectedSectionIds:g=[],onToggleSectionSelect:y,onShowSectionOrders:N,pinnedSectionIds:w=[]}){const[v,k]=b.useState(null),[C,E]=b.useState(null),T=(F,X)=>(v==null?void 0:v.type)===F&&(v==null?void 0:v.id)===X,R=(F,X)=>(C==null?void 0:C.type)===F&&(C==null?void 0:C.id)===X,D=b.useCallback(()=>{const F=[];for(const X of t)for(const te of X.chapters)for(const ue of te.sections)F.push({id:ue.id,partId:X.id,partTitle:X.title,chapterId:te.id,chapterTitle:te.title});return F},[t]),_=b.useCallback(async(F,X,te,ue)=>{var z;F.preventDefault(),F.stopPropagation();const ae=F.dataTransfer.getData("text/plain"),I=vg(ae);if(!I||I.type===X&&I.id===te)return;const O=D(),G=new Map(O.map(re=>[re.id,re]));if(I.type==="part"&&X==="part"){const re=t.map(q=>q.id),K=re.indexOf(I.id),$=re.indexOf(te);if(K===-1||$===-1)return;const H=[...re];H.splice(K,1),H.splice(K<$?$-1:$,0,I.id);const oe=[];for(const q of H){const me=t.find(Z=>Z.id===q);if(me)for(const Z of me.chapters)for(const ce of Z.sections){const he=G.get(ce.id);he&&oe.push(he)}}await r(oe);return}if(I.type==="chapter"&&(X==="chapter"||X==="section"||X==="part")){const re=t.find(he=>he.chapters.some(ve=>ve.id===I.id)),K=re==null?void 0:re.chapters.find(he=>he.id===I.id);if(!re||!K)return;let $,H,oe=null;if(X==="section"){const he=G.get(te);if(!he)return;$=he.partId,H=he.partTitle,oe=te}else if(X==="chapter"){const he=t.find(Be=>Be.chapters.some($e=>$e.id===te)),ve=he==null?void 0:he.chapters.find(Be=>Be.id===te);if(!he||!ve)return;$=he.id,H=he.title;const Ae=O.filter(Be=>Be.chapterId===te).pop();oe=(Ae==null?void 0:Ae.id)??null}else{const he=t.find(Ae=>Ae.id===te);if(!he||!he.chapters[0])return;$=he.id,H=he.title;const ve=O.filter(Ae=>Ae.partId===he.id&&Ae.chapterId===he.chapters[0].id);oe=((z=ve[ve.length-1])==null?void 0:z.id)??null}const q=K.sections.map(he=>he.id),me=O.filter(he=>!q.includes(he.id));let Z=me.length;if(oe){const he=me.findIndex(ve=>ve.id===oe);he>=0&&(Z=he+1)}const ce=q.map(he=>({...G.get(he),partId:$,partTitle:H,chapterId:K.id,chapterTitle:K.title}));await r([...me.slice(0,Z),...ce,...me.slice(Z)]);return}if(I.type==="section"&&(X==="section"||X==="chapter"||X==="part")){if(!ue)return;const{partId:re,partTitle:K,chapterId:$,chapterTitle:H}=ue;let oe;if(X==="section")oe=O.findIndex(ve=>ve.id===te);else if(X==="chapter"){const ve=O.filter(Ae=>Ae.chapterId===te).pop();oe=ve?O.findIndex(Ae=>Ae.id===ve.id)+1:O.length}else{const ve=t.find($e=>$e.id===te);if(!(ve!=null&&ve.chapters[0]))return;const Ae=O.filter($e=>$e.partId===ve.id&&$e.chapterId===ve.chapters[0].id),Be=Ae[Ae.length-1];oe=Be?O.findIndex($e=>$e.id===Be.id)+1:0}const q=O.findIndex(ve=>ve.id===I.id);if(q===-1)return;const me=O.filter(ve=>ve.id!==I.id),Z=q({onDragEnter:ue=>{ue.preventDefault(),ue.stopPropagation(),ue.dataTransfer.dropEffect="move",E({type:F,id:X})},onDragOver:ue=>{ue.preventDefault(),ue.stopPropagation(),ue.dataTransfer.dropEffect="move",E({type:F,id:X})},onDragLeave:()=>E(null),onDrop:ue=>{E(null);const ae=vg(ue.dataTransfer.getData("text/plain"));if(ae&&!(F==="section"&&ae.type==="section"&&ae.id===X))if(F==="part")if(ae.type==="part")_(ue,"part",X);else{const I=t.find(G=>G.id===X);(I==null?void 0:I.chapters[0])&&te&&_(ue,"part",X,te)}else F==="chapter"&&te?(ae.type==="section"||ae.type==="chapter")&&_(ue,"chapter",X,te):F==="section"&&te&&_(ue,"section",X,te)}}),L=F=>sV[F]??String(F+1);return s.jsx("div",{className:"space-y-3",children:t.map((F,X)=>{var K,$,H,oe;const te=F.title==="序言"||F.title.includes("序言"),ue=F.title==="尾声"||F.title.includes("尾声"),ae=F.title==="附录"||F.title.includes("附录"),I=R("part",F.id),O=e.includes(F.id),G=F.chapters.length,z=F.chapters.reduce((q,me)=>q+me.sections.length,0);if(te&&F.chapters.length===1&&F.chapters[0].sections.length===1){const q=F.chapters[0].sections[0],me=R("section",q.id),Z={partId:F.id,partTitle:F.title,chapterId:F.chapters[0].id,chapterTitle:F.chapters[0].title};return s.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+q.id),ce.dataTransfer.effectAllowed="move",k({type:"section",id:q.id})},onDragEnd:()=>{k(null),E(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${me?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${T("section",q.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",q.id,Z),children:[s.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[s.jsx(ua,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(q.id),onChange:()=>y(q.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:s.jsx(Br,{className:"w-4 h-4 text-gray-400"})}),s.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[F.chapters[0].title," | ",q.title]}),w.includes(q.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(ml,{className:"w-3.5 h-3.5 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ce=>ce.stopPropagation(),onClick:ce=>ce.stopPropagation(),children:[q.price===0||q.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",q.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",q.clickCount??0," · 付款 ",q.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(q.hotScore??0).toFixed(1)," · 第",q.hotRank&&q.hotRank>0?q.hotRank:"-","名"]}),N&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(q),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(q),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(q),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]})]},F.id)}if(F.title==="2026每日派对干货"||F.title.includes("2026每日派对干货")){const q=R("part",F.id);return s.jsxs("div",{className:`rounded-xl border overflow-hidden transition-all duration-200 ${q?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50 bg-[#1C1C1E]"}`,...P("part",F.id,{partId:F.id,partTitle:F.title,chapterId:((K=F.chapters[0])==null?void 0:K.id)??"",chapterTitle:(($=F.chapters[0])==null?void 0:$.title)??""}),children:[s.jsxs("div",{draggable:!0,onDragStart:me=>{me.stopPropagation(),me.dataTransfer.setData("text/plain","part:"+F.id),me.dataTransfer.effectAllowed="move",k({type:"part",id:F.id})},onDragEnd:()=>{k(null),E(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${T("part",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/50"}`,onClick:()=>n(F.id),children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(ua,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),s.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac]/80 flex items-center justify-center text-white font-bold shrink-0",children:"派"}),s.jsxs("div",{children:[s.jsx("h3",{className:"font-bold text-white text-base",children:F.title}),s.jsxs("p",{className:"text-xs text-gray-500 mt-0.5",children:["共 ",z," 节"]})]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:me=>me.stopPropagation(),onClick:me=>me.stopPropagation(),children:[o&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:s.jsx(hn,{className:"w-3.5 h-3.5"})}),h&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),f&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(F),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})}),s.jsxs("span",{className:"text-xs text-gray-500",children:[G,"章"]}),O?s.jsx(Xc,{className:"w-5 h-5 text-gray-500"}):s.jsx(fl,{className:"w-5 h-5 text-gray-500"})]})]}),O&&F.chapters.length>0&&s.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:F.chapters.map(me=>s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:me.title}),s.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:Z=>Z.stopPropagation(),children:[m&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>m(F,me),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),c&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>c(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:s.jsx(hn,{className:"w-3.5 h-3.5"})}),u&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>u(F,me),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]}),s.jsx("div",{className:"space-y-1 pl-2",children:me.sections.map(Z=>{const ce=R("section",Z.id);return s.jsxs("div",{draggable:!0,onDragStart:he=>{he.stopPropagation(),he.dataTransfer.setData("text/plain","section:"+Z.id),he.dataTransfer.effectAllowed="move",k({type:"section",id:Z.id})},onDragEnd:()=>{k(null),E(null)},className:`flex items-center justify-between py-2 px-3 rounded-lg min-h-[40px] cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${T("section",Z.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",Z.id,{partId:F.id,partTitle:F.title,chapterId:me.id,chapterTitle:me.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:he=>he.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(Z.id),onChange:()=>y(Z.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-200 truncate",children:[Z.id," ",Z.title]}),w.includes(Z.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(ml,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",Z.clickCount??0," · 付款 ",Z.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Z.hotScore??0).toFixed(1)," · 第",Z.hotRank&&Z.hotRank>0?Z.hotRank:"-","名"]}),N&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>N(Z),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(Z),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(Z),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]},Z.id)})})]},me.id))})]},F.id)}if(ae)return s.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[s.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"附录"}),s.jsx("div",{className:"space-y-3",children:F.chapters.map((q,me)=>q.sections.length>0?q.sections.map(Z=>{const ce=R("section",Z.id);return s.jsxs("div",{draggable:!0,onDragStart:he=>{he.stopPropagation(),he.dataTransfer.setData("text/plain","section:"+Z.id),he.dataTransfer.effectAllowed="move",k({type:"section",id:Z.id})},onDragEnd:()=>{k(null),E(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 group cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${T("section",Z.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",Z.id,{partId:F.id,partTitle:F.title,chapterId:q.id,chapterTitle:q.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:he=>he.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(Z.id),onChange:()=>y(Z.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-300 truncate",children:["附录",me+1," | ",q.title," | ",Z.title]}),w.includes(Z.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(ml,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",Z.clickCount??0," · 付款 ",Z.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Z.hotScore??0).toFixed(1)," · 第",Z.hotRank&&Z.hotRank>0?Z.hotRank:"-","名"]}),N&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>N(Z),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>a(Z),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>i(Z),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]}),s.jsx(fl,{className:"w-4 h-4 text-gray-500 shrink-0"})]},Z.id)}):s.jsxs("div",{className:"flex justify-between items-center py-2 select-none hover:bg-[#162840]/50 rounded px-2 -mx-2",children:[s.jsxs("span",{className:"text-sm text-gray-500",children:["附录",me+1," | ",q.title,"(空)"]}),s.jsx(fl,{className:"w-4 h-4 text-gray-500 shrink-0"})]},q.id))})]},F.id);if(ue&&F.chapters.length===1&&F.chapters[0].sections.length===1){const q=F.chapters[0].sections[0],me=R("section",q.id),Z={partId:F.id,partTitle:F.title,chapterId:F.chapters[0].id,chapterTitle:F.chapters[0].title};return s.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+q.id),ce.dataTransfer.effectAllowed="move",k({type:"section",id:q.id})},onDragEnd:()=>{k(null),E(null)},className:`rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between hover:border-[#38bdac]/30 transition-colors cursor-grab active:cursor-grabbing select-none min-h-[40px] ${me?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${T("section",q.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",q.id,Z),children:[s.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0 select-none",children:[s.jsx(ua,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(q.id),onChange:()=>y(q.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx("div",{className:"w-8 h-8 rounded-lg bg-gray-600/50 flex items-center justify-center shrink-0",children:s.jsx(Br,{className:"w-4 h-4 text-gray-400"})}),s.jsxs("span",{className:"font-medium text-gray-200 truncate",children:[F.chapters[0].title," | ",q.title]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:ce=>ce.stopPropagation(),onClick:ce=>ce.stopPropagation(),children:[q.price===0||q.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",q.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",q.clickCount??0," · 付款 ",q.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(q.hotScore??0).toFixed(1)," · 第",q.hotRank&&q.hotRank>0?q.hotRank:"-","名"]}),N&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(q),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(q),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(q),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]})]},F.id)}return ue?s.jsxs("div",{className:"rounded-xl border border-gray-700/50 bg-[#1C1C1E] p-5",children:[s.jsx("h3",{className:"text-sm font-medium text-gray-400 mb-4",children:"尾声"}),s.jsx("div",{className:"space-y-3",children:F.chapters.map(q=>q.sections.map(me=>{const Z=R("section",me.id);return s.jsxs("div",{draggable:!0,onDragStart:ce=>{ce.stopPropagation(),ce.dataTransfer.setData("text/plain","section:"+me.id),ce.dataTransfer.effectAllowed="move",k({type:"section",id:me.id})},onDragEnd:()=>{k(null),E(null)},className:`flex justify-between items-center py-2 select-none rounded px-2 -mx-2 cursor-grab active:cursor-grabbing min-h-[40px] transition-all duration-200 ${Z?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":"hover:bg-[#162840]/50"} ${T("section",me.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":""}`,...P("section",me.id,{partId:F.id,partTitle:F.title,chapterId:q.id,chapterTitle:q.title}),children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0 flex-1",children:[s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:ce=>ce.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(me.id),onChange:()=>y(me.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsxs("span",{className:"text-sm text-gray-300",children:[q.title," | ",me.title]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",children:[s.jsxs("span",{className:"text-[10px] text-gray-500",children:["点击 ",me.clickCount??0," · 付款 ",me.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(me.hotScore??0).toFixed(1)," · 第",me.hotRank&&me.hotRank>0?me.hotRank:"-","名"]}),N&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>N(me),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5",children:"付款记录"}),s.jsxs("div",{className:"flex gap-1",children:[s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(me),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(me),className:"text-gray-500 hover:text-red-400 h-7 px-2",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]})]},me.id)}))})]},F.id):s.jsxs("div",{className:`rounded-xl border bg-[#1C1C1E] overflow-hidden transition-all duration-200 ${I?"border-[#38bdac] ring-2 ring-[#38bdac]/40 bg-[#38bdac]/5":"border-gray-700/50"}`,...P("part",F.id,{partId:F.id,partTitle:F.title,chapterId:((H=F.chapters[0])==null?void 0:H.id)??"",chapterTitle:((oe=F.chapters[0])==null?void 0:oe.title)??""}),children:[s.jsxs("div",{draggable:!0,onDragStart:q=>{q.stopPropagation(),q.dataTransfer.setData("text/plain","part:"+F.id),q.dataTransfer.effectAllowed="move",k({type:"part",id:F.id})},onDragEnd:()=>{k(null),E(null)},className:`flex items-center justify-between p-4 cursor-grab active:cursor-grabbing select-none transition-all duration-200 ${T("part",F.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] rounded-xl shadow-xl shadow-[#38bdac]/20":"hover:bg-[#162840]/50"}`,onClick:()=>n(F.id),children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0",children:[s.jsx(ua,{className:"w-5 h-5 text-gray-500 shrink-0 opacity-60"}),s.jsx("div",{className:"w-10 h-10 rounded-xl bg-[#38bdac] flex items-center justify-center text-white font-bold shadow-lg shadow-[#38bdac]/30 shrink-0",children:L(X)}),s.jsxs("div",{children:[s.jsx("h3",{className:"font-bold text-white text-base",children:F.title}),s.jsxs("p",{className:"text-xs text-gray-500 mt-0.5",children:["共 ",z," 节"]})]})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:q=>q.stopPropagation(),onClick:q=>q.stopPropagation(),children:[o&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>o(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"在本篇下新增章节",children:s.jsx(hn,{className:"w-3.5 h-3.5"})}),h&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>h(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-2",title:"编辑篇名",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),f&&s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>f(F),className:"text-gray-500 hover:text-red-400 h-7 px-2",title:"删除本篇",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})}),s.jsxs("span",{className:"text-xs text-gray-500",children:[G,"章"]}),O?s.jsx(Xc,{className:"w-5 h-5 text-gray-500"}):s.jsx(fl,{className:"w-5 h-5 text-gray-500"})]})]}),O&&s.jsx("div",{className:"border-t border-gray-700/50 pl-4 pr-4 pb-4 pt-3 space-y-4",children:F.chapters.map(q=>{const me=R("chapter",q.id);return s.jsxs("div",{className:"space-y-2",children:[s.jsxs("div",{className:"flex items-center gap-2 w-full",children:[s.jsxs("div",{draggable:!0,onDragStart:Z=>{Z.stopPropagation(),Z.dataTransfer.setData("text/plain","chapter:"+q.id),Z.dataTransfer.effectAllowed="move",k({type:"chapter",id:q.id})},onDragEnd:()=>{k(null),E(null)},onDragEnter:Z=>{Z.preventDefault(),Z.stopPropagation(),Z.dataTransfer.dropEffect="move",E({type:"chapter",id:q.id})},onDragOver:Z=>{Z.preventDefault(),Z.stopPropagation(),Z.dataTransfer.dropEffect="move",E({type:"chapter",id:q.id})},onDragLeave:()=>E(null),onDrop:Z=>{E(null);const ce=vg(Z.dataTransfer.getData("text/plain"));if(!ce)return;const he={partId:F.id,partTitle:F.title,chapterId:q.id,chapterTitle:q.title};(ce.type==="section"||ce.type==="chapter")&&_(Z,"chapter",q.id,he)},className:`flex-1 min-w-0 py-2 px-2 rounded cursor-grab active:cursor-grabbing select-none -mx-2 transition-all duration-200 flex items-center gap-2 ${me?"bg-[#38bdac]/15 ring-1 ring-[#38bdac]/50":""} ${T("chapter",q.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac]":"hover:bg-[#162840]/30"}`,children:[s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),s.jsx("p",{className:"text-xs text-gray-500 pb-1 flex-1",children:q.title})]}),s.jsxs("div",{className:"flex gap-0.5 shrink-0",onClick:Z=>Z.stopPropagation(),children:[m&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>m(F,q),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑章节名称",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),c&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>c(F),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"新增第X章",children:s.jsx(hn,{className:"w-3.5 h-3.5"})}),u&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>u(F,q),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",title:"删除本章",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]}),s.jsx("div",{className:"space-y-1 pl-2",children:q.sections.map(Z=>{const ce=R("section",Z.id);return s.jsxs("div",{draggable:!0,onDragStart:he=>{he.stopPropagation(),he.dataTransfer.setData("text/plain","section:"+Z.id),he.dataTransfer.effectAllowed="move",k({type:"section",id:Z.id})},onDragEnd:()=>{k(null),E(null)},className:`flex items-center justify-between py-2 px-3 rounded-lg group cursor-grab active:cursor-grabbing select-none min-h-[40px] transition-all duration-200 ${ce?"bg-[#38bdac]/15 ring-2 ring-[#38bdac]/50":""} ${T("section",Z.id)?"opacity-60 scale-[0.98] ring-2 ring-[#38bdac] shadow-lg":"hover:bg-[#162840]/50"}`,...P("section",Z.id,{partId:F.id,partTitle:F.title,chapterId:q.id,chapterTitle:q.title}),children:[s.jsxs("div",{className:"flex items-center gap-3 min-w-0 flex-1",children:[y&&s.jsx("label",{className:"shrink-0 flex items-center",onClick:he=>he.stopPropagation(),children:s.jsx("input",{type:"checkbox",checked:g.includes(Z.id),onChange:()=>y(Z.id),className:"w-4 h-4 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"})}),s.jsx(ua,{className:"w-4 h-4 text-gray-500 shrink-0 opacity-50"}),s.jsx("div",{className:`w-2 h-2 rounded-full shrink-0 ${Z.price===0||Z.isFree?"border-2 border-[#38bdac] bg-transparent":"bg-gray-500"}`}),s.jsxs("span",{className:"text-sm text-gray-200 truncate",children:[Z.id," ",Z.title]}),w.includes(Z.id)&&s.jsx("span",{title:"已置顶",children:s.jsx(ml,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})})]}),s.jsxs("div",{className:"flex items-center gap-2 shrink-0",onMouseDown:he=>he.stopPropagation(),onClick:he=>he.stopPropagation(),children:[Z.isNew&&s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"NEW"}),Z.price===0||Z.isFree?s.jsx("span",{className:"px-2 py-1 bg-[#38bdac]/20 text-[#38bdac] text-[10px] font-medium rounded",children:"免费"}):s.jsxs("span",{className:"text-xs text-gray-500",children:["¥",Z.price]}),s.jsxs("span",{className:"text-[10px] text-gray-500",title:"点击次数 · 付款笔数",children:["点击 ",Z.clickCount??0," · 付款 ",Z.payCount??0]}),s.jsxs("span",{className:"text-[10px] text-amber-400/90",title:"热度积分与排名",children:["热度 ",(Z.hotScore??0).toFixed(1)," · 第",Z.hotRank&&Z.hotRank>0?Z.hotRank:"-","名"]}),N&&s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>N(Z),className:"text-[10px] text-gray-500 hover:text-[#38bdac] h-7 px-1.5 shrink-0",children:"付款记录"}),s.jsxs("div",{className:"flex gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity",children:[s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>a(Z),className:"text-gray-500 hover:text-[#38bdac] h-7 px-1.5",title:"编辑",children:s.jsx(Wt,{className:"w-3.5 h-3.5"})}),s.jsx(ee,{draggable:!1,variant:"ghost",size:"sm",onClick:()=>i(Z),className:"text-gray-500 hover:text-red-400 h-7 px-1.5",children:s.jsx(Jn,{className:"w-3.5 h-3.5"})})]})]})]},Z.id)})})]},q.id)})})]},F.id)})})}function iV(t){var a;const e=new URLSearchParams;e.set("page",String(t.page)),e.set("limit",String(t.limit)),(a=t==null?void 0:t.keyword)!=null&&a.trim()&&e.set("keyword",t.keyword.trim());const n=e.toString(),r=n?`/api/admin/ckb/devices?${n}`:"/api/admin/ckb/devices";return Oe(r)}function oV(t){return Oe(`/api/db/person?personId=${encodeURIComponent(t)}`)}const z4=11,yw={personId:"",name:"",label:"",sceneId:z4,ckbApiKey:"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:"phone",remarkFormat:"",addFriendInterval:1,startTime:"09:00",endTime:"18:00",deviceGroups:""};function lV({open:t,onOpenChange:e,editingPerson:n,onSubmit:r}){const a=!!n,[i,o]=b.useState(yw),[c,u]=b.useState(!1),[h,f]=b.useState(!1),[m,g]=b.useState([]),[y,N]=b.useState(!1),[w,v]=b.useState(""),[k,C]=b.useState({});b.useEffect(()=>{t&&(v(""),o(n?{personId:n.personId??n.name??"",name:n.name??"",label:n.label??"",sceneId:z4,ckbApiKey:n.ckbApiKey??"",greeting:"你好,请通过",tips:"请注意消息,稍后加你微信",remarkType:n.remarkType??"phone",remarkFormat:n.remarkFormat??"",addFriendInterval:n.addFriendInterval??1,startTime:n.startTime??"09:00",endTime:n.endTime??"18:00",deviceGroups:n.deviceGroups??""}:{...yw}),C({}),m.length===0&&E(""))},[t,n]);const E=async R=>{N(!0);try{const D=await iV({page:1,limit:50,keyword:R});D!=null&&D.success&&Array.isArray(D.devices)?g(D.devices):D!=null&&D.error&&ie.error(D.error)}catch(D){ie.error(D instanceof Error?D.message:"加载设备列表失败")}finally{N(!1)}},T=async()=>{var P;const R={};(!i.name||!String(i.name).trim())&&(R.name="请填写名称");const D=i.addFriendInterval;if((typeof D!="number"||D<1)&&(R.addFriendInterval="添加间隔至少为 1 分钟"),(((P=i.deviceGroups)==null?void 0:P.split(",").map(L=>L.trim()).filter(Boolean))??[]).length===0&&(R.deviceGroups="请至少选择 1 台设备"),C(R),Object.keys(R).length>0){ie.error(R.name||R.addFriendInterval||R.deviceGroups||"请完善必填项");return}u(!0);try{await r(i),e(!1)}catch(L){ie.error(L instanceof Error?L.message:"保存失败")}finally{u(!1)}};return s.jsx(Ot,{open:t,onOpenChange:e,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-4xl max-h-[90vh] overflow-y-auto",children:[s.jsxs(Dt,{children:[s.jsx(Lt,{className:"text-[#38bdac]",children:a?"编辑人物":"添加人物 — 存客宝 API 获客"}),s.jsx(xf,{className:"text-gray-400 text-sm",children:a?"修改后同步到存客宝计划":"添加时自动生成 token,并同步创建存客宝场景获客计划"})]}),s.jsxs("div",{className:"space-y-6 py-2",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-3",children:"基础信息"}),s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsxs(Y,{className:"text-gray-400 text-xs",children:["名称 ",s.jsx("span",{className:"text-red-400",children:"*"})]}),s.jsx(ne,{className:`bg-[#0a1628] text-white ${k.name?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,placeholder:"如 卡若",value:i.name,onChange:R=>{o(D=>({...D,name:R.target.value})),k.name&&C(D=>({...D,name:void 0}))}}),k.name&&s.jsx("p",{className:"text-xs text-red-400",children:k.name})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"人物ID(可选)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"自动生成",value:i.personId,onChange:R=>o(D=>({...D,personId:R.target.value})),disabled:a})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"标签(身份/角色)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 超级个体",value:i.label,onChange:R=>o(D=>({...D,label:R.target.value}))})]})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-5",children:[s.jsx("p",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider mb-4",children:"存客宝 API 获客配置"}),s.jsxs("div",{className:"grid grid-cols-2 gap-x-8 gap-y-4",children:[s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"存客宝密钥(计划 apiKey)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"创建计划成功后自动回填,不可手动修改",value:i.ckbApiKey,readOnly:!0}),s.jsx("p",{className:"text-xs text-gray-500",children:"由存客宝计划详情接口返回的 apiKey,用于小程序 @人物 时推送到对应获客计划。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsxs(Y,{className:"text-gray-400 text-xs",children:["选择设备 ",s.jsx("span",{className:"text-red-400",children:"*"})]}),s.jsxs("div",{className:`flex gap-2 rounded-md border ${k.deviceGroups?"border-red-500":"border-gray-700"}`,children:[s.jsx(ne,{className:"bg-[#0a1628] border-0 text-white focus-visible:ring-0 focus-visible:ring-offset-0",placeholder:"未选择设备",readOnly:!0,value:i.deviceGroups?`已选择 ${i.deviceGroups.split(",").filter(Boolean).length} 个设备`:"",onClick:()=>f(!0)}),s.jsx(ee,{type:"button",variant:"outline",className:"border-0 border-l border-inherit rounded-r-md text-gray-200",onClick:()=>f(!0),children:"选择"})]}),k.deviceGroups?s.jsx("p",{className:"text-xs text-red-400",children:k.deviceGroups}):s.jsx("p",{className:"text-xs text-gray-500",children:"从存客宝设备列表中选择,至少选择 1 台设备参与获客计划。"})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"好友备注"}),s.jsxs(ul,{value:i.remarkType,onValueChange:R=>o(D=>({...D,remarkType:R})),children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(hl,{placeholder:"选择备注类型"})}),s.jsxs(ro,{children:[s.jsx(_r,{value:"phone",children:"手机号"}),s.jsx(_r,{value:"nickname",children:"昵称"}),s.jsx(_r,{value:"source",children:"来源"})]})]})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"备注格式"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 手机号+SOUL链接人与事-{名称},留空用默认",value:i.remarkFormat,onChange:R=>o(D=>({...D,remarkFormat:R.target.value}))})]})]}),s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"打招呼语"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"你好,请通过",value:i.greeting,onChange:R=>o(D=>({...D,greeting:R.target.value}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"添加间隔(分钟)"}),s.jsx(ne,{type:"number",min:1,className:`bg-[#0a1628] text-white ${k.addFriendInterval?"border-red-500 focus-visible:ring-red-500":"border-gray-700"}`,value:i.addFriendInterval,onChange:R=>{o(D=>({...D,addFriendInterval:Number(R.target.value)||1})),k.addFriendInterval&&C(D=>({...D,addFriendInterval:void 0}))}}),k.addFriendInterval&&s.jsx("p",{className:"text-xs text-red-400",children:k.addFriendInterval})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"允许加人时间段"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ne,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.startTime,onChange:R=>o(D=>({...D,startTime:R.target.value}))}),s.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"至"}),s.jsx(ne,{type:"time",className:"bg-[#0a1628] border-gray-700 text-white w-24",value:i.endTime,onChange:R=>o(D=>({...D,endTime:R.target.value}))})]})]})]}),s.jsxs("div",{className:"space-y-1.5",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"获客成功提示"}),s.jsx(_l,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[72px] resize-none",placeholder:"请注意消息,稍后加你微信",value:i.tips,onChange:R=>o(D=>({...D,tips:R.target.value}))})]})]})]})]})]}),s.jsxs(on,{className:"gap-3 pt-2",children:[s.jsx(ee,{variant:"outline",onClick:()=>e(!1),className:"border-gray-600 text-gray-300",children:"取消"}),s.jsx(ee,{onClick:T,disabled:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:c?"保存中...":a?"保存":"添加"})]}),h&&s.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/60",children:s.jsxs("div",{className:"w-full max-w-3xl max-h-[80vh] bg-[#0b1828] border border-gray-700 rounded-xl shadow-xl flex flex-col",children:[s.jsxs("div",{className:"flex items-center justify-between px-5 py-3 border-b border-gray-700/60",children:[s.jsxs("div",{children:[s.jsx("h3",{className:"text-sm font-medium text-white",children:"选择设备"}),s.jsx("p",{className:"text-xs text-gray-400 mt-0.5",children:"勾选需要参与本计划的设备,可多选"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ne,{className:"bg-[#050c18] border-gray-700 text-white h-8 w-52",placeholder:"搜索备注/微信号/IMEI",value:w,onChange:R=>v(R.target.value),onKeyDown:R=>{R.key==="Enter"&&E(w)}}),s.jsx(ee,{type:"button",size:"sm",variant:"outline",className:"border-gray-600 text-gray-200 h-8",onClick:()=>E(w),disabled:y,children:"刷新"}),s.jsx(ee,{type:"button",size:"icon",variant:"outline",className:"border-gray-600 text-gray-300 h-8 w-8",onClick:()=>f(!1),children:"✕"})]})]}),s.jsx("div",{className:"flex-1 overflow-y-auto",children:y?s.jsx("div",{className:"flex h-full items-center justify-center text-gray-400 text-sm",children:"正在加载设备列表…"}):m.length===0?s.jsx("div",{className:"flex h-full items-center justify-center text-gray-500 text-sm",children:"暂无设备数据,请检查存客宝账号与开放 API 配置"}):s.jsx("div",{className:"p-4 space-y-2",children:m.map(R=>{const D=String(R.id??""),_=i.deviceGroups?i.deviceGroups.split(",").map(F=>F.trim()).filter(Boolean):[],P=_.includes(D),L=()=>{let F;P?F=_.filter(X=>X!==D):F=[..._,D],o(X=>({...X,deviceGroups:F.join(",")})),F.length>0&&C(X=>({...X,deviceGroups:void 0}))};return s.jsxs("label",{className:"flex items-center gap-3 rounded-lg border border-gray-700/60 bg-[#050c18] px-3 py-2 cursor-pointer hover:border-[#38bdac]/70",children:[s.jsx("input",{type:"checkbox",className:"h-4 w-4 accent-[#38bdac]",checked:P,onChange:L}),s.jsxs("div",{className:"flex flex-col min-w-0",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"text-sm text-white truncate max-w-xs",children:R.memo||R.wechatId||`设备 ${D}`}),R.status==="online"&&s.jsx("span",{className:"rounded-full bg-emerald-500/20 text-emerald-400 text-[11px] px-2 py-0.5",children:"在线"}),R.status==="offline"&&s.jsx("span",{className:"rounded-full bg-gray-600/20 text-gray-400 text-[11px] px-2 py-0.5",children:"离线"})]}),s.jsxs("div",{className:"text-[11px] text-gray-400 mt-0.5",children:[s.jsxs("span",{className:"mr-3",children:["ID: ",D]}),R.wechatId&&s.jsxs("span",{className:"mr-3",children:["微信号: ",R.wechatId]}),typeof R.totalFriend=="number"&&s.jsxs("span",{children:["好友数: ",R.totalFriend]})]})]})]},D)})})}),s.jsxs("div",{className:"flex justify-between items-center px-5 py-3 border-t border-gray-700/60",children:[s.jsxs("span",{className:"text-xs text-gray-400",children:["已选择"," ",i.deviceGroups?i.deviceGroups.split(",").filter(Boolean).length:0," ","台设备"]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ee,{type:"button",variant:"outline",className:"border-gray-600 text-gray-200 h-8 px-4",onClick:()=>f(!1),children:"取消"}),s.jsx(ee,{type:"button",className:"bg-[#38bdac] hover:bg-[#2da396] text-white h-8 px-4",onClick:()=>f(!1),children:"确定"})]})]})]})})]})})}function cV(t){const e=new Map;for(const c of t){const u=c.partId||"part-1",h=c.partTitle||"未分类",f=c.chapterId||"chapter-1",m=c.chapterTitle||"未分类";e.has(u)||e.set(u,{id:u,title:h,chapters:new Map});const g=e.get(u);g.chapters.has(f)||g.chapters.set(f,{id:f,title:m,sections:[]}),g.chapters.get(f).sections.push({id:c.id,mid:c.mid,title:c.title,price:c.price??1,filePath:c.filePath,isFree:c.isFree,isNew:c.isNew,clickCount:c.clickCount??0,payCount:c.payCount??0,hotScore:c.hotScore??0,hotRank:c.hotRank??0})}const n="part-2026-daily",r="2026每日派对干货";Array.from(e.values()).some(c=>c.title===r||c.title.includes(r))||e.set(n,{id:n,title:r,chapters:new Map([["chapter-2026-daily",{id:"chapter-2026-daily",title:r,sections:[]}]])});const i=Array.from(e.values()).map(c=>({...c,chapters:Array.from(c.chapters.values())})),o=c=>c.includes("序言")?0:c.includes(r)?1.5:c.includes("附录")?2:c.includes("尾声")?3:1;return i.sort((c,u)=>{const h=o(c.title),f=o(u.title);return h!==f?h-f:0})}function dV(){var Kl,ql,Po;const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState([]),[o,c]=b.useState(null),[u,h]=b.useState(!1),[f,m]=b.useState(!1),[g,y]=b.useState(!1),[N,w]=b.useState(""),[v,k]=b.useState([]),[C,E]=b.useState(!1),[T,R]=b.useState({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),[D,_]=b.useState(null),[P,L]=b.useState(!1),[F,X]=b.useState(!1),[te,ue]=b.useState(null),[ae,I]=b.useState(!1),[O,G]=b.useState([]),[z,re]=b.useState(!1),[K,$]=b.useState(""),[H,oe]=b.useState(""),[q,me]=b.useState(!1),[Z,ce]=b.useState(""),[he,ve]=b.useState(!1),[Ae,Be]=b.useState(null),[$e,pt]=b.useState(!1),[Et,ln]=b.useState(!1),[yt,nn]=b.useState({readWeight:.5,recencyWeight:.3,payWeight:.2}),[An,Tt]=b.useState(!1),[Yt,rn]=b.useState(!1),[In,pr]=b.useState(1),[Rn,Hn]=b.useState([]),[W,He]=b.useState(!1),[qe,xt]=b.useState([]),[lt,nt]=b.useState(!1),[gt,It]=b.useState(20),[gn,mr]=b.useState(!1),[wr,As]=b.useState(!1),[Wr,Is]=b.useState([]),[fe,ge]=b.useState([]),[Rt,Pn]=b.useState(!1),[Qs,Xs]=b.useState(null),[Wn,Zs]=b.useState(null),[ht,xn]=b.useState({tagId:"",label:"",url:"",type:"url",appId:"",pagePath:""}),[Ur,Ir]=b.useState(null),ds=b.useRef(null),On=cV(t),us=t.length,hs=10,Rs=Math.max(1,Math.ceil(Rn.length/hs)),Ma=Rn.slice((In-1)*hs,In*hs),er=async()=>{r(!0);try{const M=await Oe("/api/db/book?action=list",{cache:"no-store"});e(Array.isArray(M==null?void 0:M.sections)?M.sections:[])}catch(M){console.error(M),e([])}finally{r(!1)}},Kr=async()=>{He(!0);try{const M=await Oe("/api/db/book?action=ranking",{cache:"no-store"}),J=Array.isArray(M==null?void 0:M.sections)?M.sections:[];Hn(J);const pe=J.filter(be=>be.isPinned).map(be=>be.id);xt(pe)}catch(M){console.error(M),Hn([])}finally{He(!1)}};b.useEffect(()=>{er(),Kr()},[]);const ea=M=>{i(J=>J.includes(M)?J.filter(pe=>pe!==M):[...J,M])},Rr=b.useCallback(M=>{const J=t,pe=M.flatMap(be=>{const st=J.find(mt=>mt.id===be.id);return st?[{...st,partId:be.partId,partTitle:be.partTitle,chapterId:be.chapterId,chapterTitle:be.chapterTitle}]:[]});return e(pe),_t("/api/db/book",{action:"reorder",items:M}).then(be=>{be&&be.success===!1&&(e(J),ie.error("排序失败: "+(be&&typeof be=="object"&&"error"in be?be.error:"未知错误")))}).catch(be=>{e(J),console.error("排序失败:",be),ie.error("排序失败: "+(be instanceof Error?be.message:"网络或服务异常"))}),Promise.resolve()},[t]),Pi=async M=>{if(confirm(`确定要删除章节「${M.title}」吗?此操作不可恢复。`))try{const J=await Bs(`/api/db/book?id=${encodeURIComponent(M.id)}`);J&&J.success!==!1?(ie.success("已删除"),er(),Kr()):ie.error("删除失败: "+(J&&typeof J=="object"&&"error"in J?J.error:"未知错误"))}catch(J){console.error(J),ie.error("删除失败")}},Aa=b.useCallback(async()=>{Tt(!0);try{const M=await Oe("/api/db/config/full?key=article_ranking_weights",{cache:"no-store"}),J=M&&M.data;J&&typeof J.readWeight=="number"&&typeof J.recencyWeight=="number"&&typeof J.payWeight=="number"&&nn({readWeight:Math.max(0,Math.min(1,J.readWeight)),recencyWeight:Math.max(0,Math.min(1,J.recencyWeight)),payWeight:Math.max(0,Math.min(1,J.payWeight))})}catch{}finally{Tt(!1)}},[]);b.useEffect(()=>{Et&&Aa()},[Et,Aa]);const Io=async()=>{const{readWeight:M,recencyWeight:J,payWeight:pe}=yt,be=M+J+pe;if(Math.abs(be-1)>.001){ie.error("三个权重之和必须等于 1");return}rn(!0);try{const st=await wt("/api/db/config",{key:"article_ranking_weights",value:{readWeight:M,recencyWeight:J,payWeight:pe},description:"文章排名算法权重"});st&&st.success!==!1?(ie.success("排名权重已保存"),ln(!1),er(),Kr()):ie.error("保存失败: "+(st&&typeof st=="object"&&"error"in st?st.error:""))}catch(st){console.error(st),ie.error("保存失败")}finally{rn(!1)}},Ia=b.useCallback(async()=>{nt(!0);try{const M=await Oe("/api/db/config/full?key=pinned_section_ids",{cache:"no-store"}),J=M&&M.data;Array.isArray(J)&&xt(J)}catch{}finally{nt(!1)}},[]),qr=b.useCallback(async()=>{try{const M=await Oe("/api/db/persons");M!=null&&M.success&&M.persons&&Is(M.persons.map(J=>{const pe=J.deviceGroups,be=Array.isArray(pe)?pe.join(","):pe??"";return{id:J.token??J.personId??"",personId:J.personId,name:J.name,label:J.label??"",ckbApiKey:J.ckbApiKey??"",ckbPlanId:J.ckbPlanId,remarkType:J.remarkType,remarkFormat:J.remarkFormat,addFriendInterval:J.addFriendInterval,startTime:J.startTime,endTime:J.endTime,deviceGroups:be}}))}catch{}},[]),Gr=b.useCallback(async()=>{try{const M=await Oe("/api/db/link-tags");M!=null&&M.success&&M.linkTags&&ge(M.linkTags.map(J=>({id:J.tagId,label:J.label,url:J.url,type:J.type||"url",appId:J.appId||"",pagePath:J.pagePath||""})))}catch{}},[]),[Ra,Hl]=b.useState([]),[ta,Pt]=b.useState(""),[Oi,fs]=b.useState(!1),Di=b.useRef(null),Ps=b.useCallback(async()=>{try{const M=await Oe("/api/admin/linked-miniprograms");M!=null&&M.success&&Array.isArray(M.data)&&Hl(M.data.map(J=>({...J,key:J.key})))}catch{}},[]),Li=Ra.filter(M=>!ta.trim()||M.name.toLowerCase().includes(ta.toLowerCase())||M.key&&M.key.toLowerCase().includes(ta.toLowerCase())||M.appId.toLowerCase().includes(ta.toLowerCase())),Pa=async M=>{const J=qe.includes(M)?qe.filter(pe=>pe!==M):[...qe,M];xt(J);try{await wt("/api/db/config",{key:"pinned_section_ids",value:J,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"}),Kr()}catch{xt(qe)}},V=b.useCallback(async()=>{mr(!0);try{const M=await Oe("/api/db/config/full?key=unpaid_preview_percent",{cache:"no-store"}),J=M&&M.data;typeof J=="number"&&J>0&&J<=100&&It(J)}catch{}finally{mr(!1)}},[]),Re=async()=>{if(gt<1||gt>100){ie.error("预览比例需在 1~100 之间");return}As(!0);try{const M=await wt("/api/db/config",{key:"unpaid_preview_percent",value:gt,description:"小程序未付费内容默认预览比例(%)"});M&&M.success!==!1?ie.success("预览比例已保存"):ie.error("保存失败: "+(M.error||""))}catch{ie.error("保存失败")}finally{As(!1)}};b.useEffect(()=>{Ia(),V(),qr(),Gr(),Ps()},[Ia,V,qr,Gr,Ps]);const et=async M=>{Be({section:M,orders:[]}),pt(!0);try{const J=await Oe(`/api/db/book?action=section-orders&id=${encodeURIComponent(M.id)}`),pe=J!=null&&J.success&&Array.isArray(J.orders)?J.orders:[];Be(be=>be?{...be,orders:pe}:null)}catch(J){console.error(J),Be(pe=>pe?{...pe,orders:[]}:null)}finally{pt(!1)}},tt=async M=>{m(!0);try{const J=M.mid!=null&&M.mid>0?`/api/db/book?action=read&mid=${M.mid}`:`/api/db/book?action=read&id=${encodeURIComponent(M.id)}`,pe=await Oe(J);if(pe!=null&&pe.success&&pe.section){const be=pe.section,st=be.editionPremium===!0;c({id:M.id,originalId:M.id,title:pe.section.title??M.title,price:pe.section.price??M.price,content:pe.section.content??"",filePath:M.filePath,isFree:M.isFree||M.price===0,isNew:be.isNew??M.isNew,isPinned:qe.includes(M.id),hotScore:M.hotScore??0,editionStandard:st?!1:be.editionStandard??!0,editionPremium:st})}else c({id:M.id,originalId:M.id,title:M.title,price:M.price,content:"",filePath:M.filePath,isFree:M.isFree,isNew:M.isNew,isPinned:qe.includes(M.id),hotScore:M.hotScore??0,editionStandard:!0,editionPremium:!1}),pe&&!pe.success&&ie.error("无法读取文件内容: "+(pe.error||"未知错误"))}catch(J){console.error(J),c({id:M.id,title:M.title,price:M.price,content:"",filePath:M.filePath,isFree:M.isFree})}finally{m(!1)}},Dn=async()=>{var M;if(o){y(!0);try{let J=o.content||"";const pe=[new RegExp(`^#+\\s*${o.id.replace(".","\\.")}\\s+.*$`,"gm"),new RegExp(`^#+\\s*${o.id.replace(".","\\.")}[::].*$`,"gm"),new RegExp(`^#\\s+.*${(M=o.title)==null?void 0:M.slice(0,10).replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}.*$`,"gm")];for(const cn of pe)J=J.replace(cn,"");J=J.replace(/^\s*\n+/,"").trim();const be=o.originalId||o.id,st=o.id!==be,mt=await _t("/api/db/book",{id:be,...st?{newId:o.id}:{},title:o.title,price:o.isFree?0:o.price,content:J,isFree:o.isFree||o.price===0,isNew:o.isNew,hotScore:o.hotScore,editionStandard:o.editionPremium?!1:o.editionStandard??!0,editionPremium:o.editionPremium??!1,saveToFile:!0},{timeout:Vv}),Bt=st?o.id:be;o.isPinned!==qe.includes(Bt)&&await Pa(Bt),mt&&mt.success!==!1?(ie.success(`已保存:${o.title}`),c(null),er(),qr(),Gr()):ie.error("保存失败: "+(mt&&typeof mt=="object"&&"error"in mt?mt.error:"未知错误"))}catch(J){console.error(J);const pe=J instanceof Error&&J.name==="AbortError"?"保存超时,请检查网络或稍后重试":"保存失败";ie.error(pe)}finally{y(!1)}}},gr=async()=>{if(!T.id||!T.title){ie.error("请填写章节ID和标题");return}y(!0);try{const M=On.find(be=>be.id===T.partId),J=M==null?void 0:M.chapters.find(be=>be.id===T.chapterId),pe=await _t("/api/db/book",{id:T.id,title:T.title,price:T.isFree?0:T.price,content:T.content||"",partId:T.partId,partTitle:(M==null?void 0:M.title)??"",chapterId:T.chapterId,chapterTitle:(J==null?void 0:J.title)??"",isFree:T.isFree,isNew:T.isNew,editionStandard:T.editionPremium?!1:T.editionStandard??!0,editionPremium:T.editionPremium??!1,hotScore:T.hotScore??0,saveToFile:!1},{timeout:Vv});if(pe&&pe.success!==!1){if(T.isPinned){const be=[...qe,T.id];xt(be);try{await wt("/api/db/config",{key:"pinned_section_ids",value:be,description:"强制置顶章节ID列表(精选推荐/首页最新更新)"})}catch{}}ie.success(`章节创建成功:${T.title}`),h(!1),R({id:"",title:"",price:1,partId:"part-1",chapterId:"chapter-1",content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),er(),qr(),Gr()}else ie.error("创建失败: "+(pe&&typeof pe=="object"&&"error"in pe?pe.error:"未知错误"))}catch(M){console.error(M),ie.error("创建失败")}finally{y(!1)}},Ro=M=>{R(J=>{var pe;return{...J,partId:M.id,chapterId:((pe=M.chapters[0])==null?void 0:pe.id)??"chapter-1"}}),h(!0)},Qt=M=>{_({id:M.id,title:M.title})},Un=async()=>{var M;if((M=D==null?void 0:D.title)!=null&&M.trim()){L(!0);try{const J=t.map(be=>({id:be.id,partId:be.partId||"part-1",partTitle:be.partId===D.id?D.title.trim():be.partTitle||"",chapterId:be.chapterId||"chapter-1",chapterTitle:be.chapterTitle||""})),pe=await _t("/api/db/book",{action:"reorder",items:J});if(pe&&pe.success!==!1){const be=D.title.trim();e(st=>st.map(mt=>mt.partId===D.id?{...mt,partTitle:be}:mt)),_(null),er()}else ie.error("更新篇名失败: "+(pe&&typeof pe=="object"&&"error"in pe?pe.error:"未知错误"))}catch(J){console.error(J),ie.error("更新篇名失败")}finally{L(!1)}}},ps=M=>{const J=M.chapters.length+1,pe=`chapter-${M.id}-${J}-${Date.now()}`;R({id:`${J}.1`,title:"新章节",price:1,partId:M.id,chapterId:pe,content:"",editionStandard:!0,editionPremium:!1,isFree:!1,isNew:!1,isPinned:!1,hotScore:0}),h(!0)},Os=(M,J)=>{ue({part:M,chapter:J,title:J.title})},na=async()=>{var M;if((M=te==null?void 0:te.title)!=null&&M.trim()){I(!0);try{const J=t.map(be=>({id:be.id,partId:be.partId||te.part.id,partTitle:be.partId===te.part.id?te.part.title:be.partTitle||"",chapterId:be.chapterId||te.chapter.id,chapterTitle:be.partId===te.part.id&&be.chapterId===te.chapter.id?te.title.trim():be.chapterTitle||""})),pe=await _t("/api/db/book",{action:"reorder",items:J});if(pe&&pe.success!==!1){const be=te.title.trim(),st=te.part.id,mt=te.chapter.id;e(Bt=>Bt.map(cn=>cn.partId===st&&cn.chapterId===mt?{...cn,chapterTitle:be}:cn)),ue(null),er()}else ie.error("保存失败: "+(pe&&typeof pe=="object"&&"error"in pe?pe.error:"未知错误"))}catch(J){console.error(J),ie.error("保存失败")}finally{I(!1)}}},Wl=async(M,J)=>{const pe=J.sections.map(be=>be.id);if(pe.length===0){ie.info("该章下无小节,无需删除");return}if(confirm(`确定要删除「第${M.chapters.indexOf(J)+1}章 | ${J.title}」吗?将删除共 ${pe.length} 节,此操作不可恢复。`))try{for(const be of pe)await Bs(`/api/db/book?id=${encodeURIComponent(be)}`);er()}catch(be){console.error(be),ie.error("删除失败")}},_i=async()=>{if(!Z.trim()){ie.error("请输入篇名");return}ve(!0);try{const M=`part-new-${Date.now()}`,J="chapter-1",pe=`part-placeholder-${Date.now()}`,be=await _t("/api/db/book",{id:pe,title:"占位节(可编辑)",price:0,content:"",partId:M,partTitle:Z.trim(),chapterId:J,chapterTitle:"第1章 | 待编辑",saveToFile:!1});be&&be.success!==!1?(ie.success(`篇「${Z}」创建成功`),X(!1),ce(""),er()):ie.error("创建失败: "+(be&&typeof be=="object"&&"error"in be?be.error:"未知错误"))}catch(M){console.error(M),ie.error("创建失败")}finally{ve(!1)}},Oa=async()=>{if(O.length===0){ie.error("请先勾选要移动的章节");return}const M=On.find(pe=>pe.id===K),J=M==null?void 0:M.chapters.find(pe=>pe.id===H);if(!M||!J||!K||!H){ie.error("请选择目标篇和章");return}me(!0);try{const pe=()=>{const Bt=new Set(O),cn=t.map(Ln=>({id:Ln.id,partId:Ln.partId||"",partTitle:Ln.partTitle||"",chapterId:Ln.chapterId||"",chapterTitle:Ln.chapterTitle||""})),$i=cn.filter(Ln=>Bt.has(Ln.id)).map(Ln=>({...Ln,partId:K,partTitle:M.title||K,chapterId:H,chapterTitle:J.title||H})),ms=cn.filter(Ln=>!Bt.has(Ln.id));let Jr=ms.length;for(let Ln=ms.length-1;Ln>=0;Ln-=1){const Gl=ms[Ln];if(Gl.partId===K&&Gl.chapterId===H){Jr=Ln+1;break}}return[...ms.slice(0,Jr),...$i,...ms.slice(Jr)]},be=async()=>{const Bt=pe(),cn=await _t("/api/db/book",{action:"reorder",items:Bt});return cn&&cn.success!==!1?(ie.success(`已移动 ${O.length} 节到「${M.title}」-「${J.title}」`),re(!1),G([]),await er(),!0):!1},st={action:"move-sections",sectionIds:O,targetPartId:K,targetChapterId:H,targetPartTitle:M.title||K,targetChapterTitle:J.title||H},mt=await _t("/api/db/book",st);if(mt&&mt.success!==!1)ie.success(`已移动 ${mt.count??O.length} 节到「${M.title}」-「${J.title}」`),re(!1),G([]),await er();else{const Bt=mt&&typeof mt=="object"&&"error"in mt?mt.error||"":"未知错误";if((Bt.includes("缺少 id")||Bt.includes("无效的 action"))&&await be())return;ie.error("移动失败: "+Bt)}}catch(pe){console.error(pe),ie.error("移动失败: "+(pe instanceof Error?pe.message:"网络或服务异常"))}finally{me(!1)}},Ul=M=>{G(J=>J.includes(M)?J.filter(pe=>pe!==M):[...J,M])},zi=async M=>{const J=t.filter(pe=>pe.partId===M.id).map(pe=>pe.id);if(J.length===0){ie.info("该篇下暂无小节可删除");return}if(confirm(`确定要删除「${M.title}」整篇吗?将删除共 ${J.length} 节内容,此操作不可恢复。`))try{for(const pe of J)await Bs(`/api/db/book?id=${encodeURIComponent(pe)}`);er()}catch(pe){console.error(pe),ie.error("删除失败")}},jd=async()=>{var M;if(N.trim()){E(!0);try{const J=await Oe(`/api/search?q=${encodeURIComponent(N)}`);J!=null&&J.success&&((M=J.data)!=null&&M.results)?k(J.data.results):(k([]),J&&!J.success&&ie.error("搜索失败: "+J.error))}catch(J){console.error(J),k([]),ie.error("搜索失败")}finally{E(!1)}}},Fi=On.find(M=>M.id===T.partId),vt=(Fi==null?void 0:Fi.chapters)??[];return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"内容管理"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["共 ",On.length," 篇 · ",us," 节内容"]})]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsxs(ee,{onClick:()=>ln(!0),variant:"outline",className:"border-amber-500/50 text-amber-400 hover:bg-amber-500/10 bg-transparent",children:[s.jsx(Su,{className:"w-4 h-4 mr-2"}),"排名算法"]}),s.jsxs(ee,{onClick:()=>{const M=typeof window<"u"?`${window.location.origin}/api-doc`:"";M&&window.open(M,"_blank","noopener,noreferrer")},variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ss,{className:"w-4 h-4 mr-2"}),"API 接口"]})]})]}),s.jsx(Ot,{open:u,onOpenChange:h,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[s.jsx(Dt,{className:"shrink-0 px-6 pt-6 pb-2",children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(hn,{className:"w-5 h-5 text-[#38bdac]"}),"新建章节"]})}),s.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节ID *"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 9.15",value:T.id,onChange:M=>R({...T,id:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"价格 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:T.isFree?0:T.price,onChange:M=>R({...T,price:Number(M.target.value),isFree:Number(M.target.value)===0}),disabled:T.isFree})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"免费"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:T.isFree,onChange:M=>R({...T,isFree:M.target.checked,price:M.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"最新新增"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:T.isNew,onChange:M=>R({...T,isNew:M.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"小程序直推"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:T.isPinned,onChange:M=>R({...T,isPinned:M.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"文章类型"}),s.jsxs("div",{className:"flex items-center gap-4 h-10",children:[s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"new-edition-type",checked:T.editionPremium!==!0,onChange:()=>R({...T,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"new-edition-type",checked:T.editionPremium===!0,onChange:()=>R({...T,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"热度分"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:T.hotScore??0,onChange:M=>R({...T,hotScore:Math.max(0,parseFloat(M.target.value)||0)})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节标题 *"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"输入章节标题",value:T.title,onChange:M=>R({...T,title:M.target.value})})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"所属篇"}),s.jsxs(ul,{value:T.partId,onValueChange:M=>{var pe;const J=On.find(be=>be.id===M);R({...T,partId:M,chapterId:((pe=J==null?void 0:J.chapters[0])==null?void 0:pe.id)??"chapter-1"})},children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(hl,{})}),s.jsxs(ro,{className:"bg-[#0f2137] border-gray-700",children:[On.map(M=>s.jsx(_r,{value:M.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:M.title},M.id)),On.length===0&&s.jsx(_r,{value:"part-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认篇"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"所属章"}),s.jsxs(ul,{value:T.chapterId,onValueChange:M=>R({...T,chapterId:M}),children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(hl,{})}),s.jsxs(ro,{className:"bg-[#0f2137] border-gray-700",children:[vt.map(M=>s.jsx(_r,{value:M.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:M.title},M.id)),vt.length===0&&s.jsx(_r,{value:"chapter-1",className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:"默认章"})]})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),s.jsx(Sx,{content:T.content||"",onChange:M=>R({...T,content:M}),onImageUpload:async M=>{var st;const J=new FormData;J.append("file",M),J.append("folder","book-images");const be=await(await fetch(mo("/api/upload"),{method:"POST",body:J,headers:{Authorization:`Bearer ${localStorage.getItem("admin_token")||""}`}})).json();return((st=be==null?void 0:be.data)==null?void 0:st.url)||(be==null?void 0:be.url)||""},persons:Wr,linkTags:fe,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),s.jsxs(on,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[s.jsx(ee,{variant:"outline",onClick:()=>h(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:gr,disabled:g||!T.id||!T.title,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:g?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"创建章节"]})})]})]})}),s.jsx(Ot,{open:!!D,onOpenChange:M=>!M&&_(null),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑篇名"]})}),D&&s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"篇名"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:D.title,onChange:M=>_({...D,title:M.target.value}),placeholder:"输入篇名"})]})}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>_(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:Un,disabled:P||!((Kl=D==null?void 0:D.title)!=null&&Kl.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:P?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),s.jsx(Ot,{open:!!te,onOpenChange:M=>!M&&ue(null),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑章节名称"]})}),te&&s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节名称(如:第8章|底层结构)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:te.title,onChange:M=>ue({...te,title:M.target.value}),placeholder:"输入章节名称"})]})}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>ue(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:na,disabled:ae||!((ql=te==null?void 0:te.title)!=null&&ql.trim()),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:ae?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})})]})]})}),s.jsx(Ot,{open:z,onOpenChange:M=>{var J;if(re(M),M&&On.length>0){const pe=On[0];$(pe.id),oe(((J=pe.chapters[0])==null?void 0:J.id)??"")}},children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:"批量移动至指定目录"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["已选 ",s.jsx("span",{className:"text-[#38bdac] font-medium",children:O.length})," 节,请选择目标篇与章。"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"目标篇"}),s.jsxs(ul,{value:K,onValueChange:M=>{var pe;$(M);const J=On.find(be=>be.id===M);oe(((pe=J==null?void 0:J.chapters[0])==null?void 0:pe.id)??"")},children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(hl,{placeholder:"选择篇"})}),s.jsx(ro,{className:"bg-[#0f2137] border-gray-700",children:On.map(M=>s.jsx(_r,{value:M.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:M.title},M.id))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"目标章"}),s.jsxs(ul,{value:H,onValueChange:oe,children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white",children:s.jsx(hl,{placeholder:"选择章"})}),s.jsx(ro,{className:"bg-[#0f2137] border-gray-700",children:(((Po=On.find(M=>M.id===K))==null?void 0:Po.chapters)??[]).map(M=>s.jsx(_r,{value:M.id,className:"text-white hover:bg-[#38bdac]/20 focus:bg-[#38bdac]/20",children:M.title},M.id))})]})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>re(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:Oa,disabled:q||O.length===0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:q?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"移动中..."]}):"确认移动"})]})]})}),s.jsx(Ot,{open:!!Ae,onOpenChange:M=>!M&&Be(null),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-3xl max-h-[85vh] overflow-hidden flex flex-col",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white",children:["付款记录 — ",(Ae==null?void 0:Ae.section.title)??""]})}),s.jsx("div",{className:"flex-1 overflow-y-auto py-2",children:$e?s.jsxs("div",{className:"flex items-center justify-center py-8",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):Ae&&Ae.orders.length===0?s.jsx("p",{className:"text-gray-500 text-center py-6",children:"暂无付款记录"}):Ae?s.jsxs("table",{className:"w-full text-sm border-collapse",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"border-b border-gray-700 text-left text-gray-400",children:[s.jsx("th",{className:"py-2 pr-2",children:"订单号"}),s.jsx("th",{className:"py-2 pr-2",children:"用户ID"}),s.jsx("th",{className:"py-2 pr-2",children:"金额"}),s.jsx("th",{className:"py-2 pr-2",children:"状态"}),s.jsx("th",{className:"py-2 pr-2",children:"支付时间"})]})}),s.jsx("tbody",{children:Ae.orders.map(M=>s.jsxs("tr",{className:"border-b border-gray-700/50",children:[s.jsx("td",{className:"py-2 pr-2",children:s.jsx("button",{className:"text-blue-400 hover:text-blue-300 hover:underline text-left truncate max-w-[180px] block",title:`查看订单 ${M.orderSn}`,onClick:()=>window.open(`/orders?search=${M.orderSn??M.id??""}`,"_blank"),children:M.orderSn?M.orderSn.length>16?M.orderSn.slice(0,8)+"..."+M.orderSn.slice(-6):M.orderSn:"-"})}),s.jsx("td",{className:"py-2 pr-2",children:s.jsx("button",{className:"text-[#38bdac] hover:text-[#2da396] hover:underline text-left truncate max-w-[140px] block",title:`查看用户 ${M.userId??M.openId??""}`,onClick:()=>window.open(`/users?search=${M.userId??M.openId??""}`,"_blank"),children:(()=>{const J=M.userId??M.openId??"-";return J.length>12?J.slice(0,6)+"..."+J.slice(-4):J})()})}),s.jsxs("td",{className:"py-2 pr-2 text-gray-300",children:["¥",M.amount??0]}),s.jsx("td",{className:"py-2 pr-2 text-gray-300",children:M.status??"-"}),s.jsx("td",{className:"py-2 pr-2 text-gray-500",children:M.payTime??M.createdAt??"-"})]},M.id??M.orderSn??""))})]}):null})]})}),s.jsx(Ot,{open:Et,onOpenChange:ln,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Su,{className:"w-5 h-5 text-amber-400"}),"文章排名算法"]})}),s.jsxs("div",{className:"space-y-4 py-2",children:[s.jsx("p",{className:"text-sm text-gray-400",children:"热度积分 = 阅读权重×阅读排名分 + 新度权重×新度排名分 + 付款权重×付款排名分(三权重之和须为 1)"}),An?s.jsx("p",{className:"text-gray-500",children:"加载中..."}):s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"grid grid-cols-3 gap-3",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"阅读权重"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:yt.readWeight,onChange:M=>nn(J=>({...J,readWeight:Math.max(0,Math.min(1,parseFloat(M.target.value)||0))}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"新度权重"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:yt.recencyWeight,onChange:M=>nn(J=>({...J,recencyWeight:Math.max(0,Math.min(1,parseFloat(M.target.value)||0))}))})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"付款权重"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",max:"1",className:"bg-[#0a1628] border-gray-700 text-white",value:yt.payWeight,onChange:M=>nn(J=>({...J,payWeight:Math.max(0,Math.min(1,parseFloat(M.target.value)||0))}))})]})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["当前之和: ",(yt.readWeight+yt.recencyWeight+yt.payWeight).toFixed(1)]}),s.jsxs("ul",{className:"list-disc list-inside space-y-1 text-xs text-gray-400",children:[s.jsx("li",{children:"阅读量前 20 名:第1名=20分、第2名=19分...第20名=1分"}),s.jsx("li",{children:"最近更新前 30 篇:第1名=30分、第2名=29分...第30名=1分"}),s.jsx("li",{children:"付款数前 20 名:第1名=20分、第2名=19分...第20名=1分"}),s.jsx("li",{children:"热度分可在编辑章节中手动覆盖"})]}),s.jsx(ee,{onClick:Io,disabled:Yt||Math.abs(yt.readWeight+yt.recencyWeight+yt.payWeight-1)>.001,className:"w-full bg-amber-500 hover:bg-amber-600 text-white",children:Yt?"保存中...":"保存权重"})]})]})]})}),s.jsx(Ot,{open:F,onOpenChange:X,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-md",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(hn,{className:"w-5 h-5 text-amber-400"}),"新建篇"]})}),s.jsx("div",{className:"space-y-4 py-4",children:s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"篇名(如:第六篇|真实的社会)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:Z,onChange:M=>ce(M.target.value),placeholder:"输入篇名"})]})}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>{X(!1),ce("")},className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsx(ee,{onClick:_i,disabled:he||!Z.trim(),className:"bg-amber-500 hover:bg-amber-600 text-white",children:he?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"创建中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"创建篇"]})})]})]})}),s.jsx(Ot,{open:!!o,onOpenChange:()=>c(null),children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white inset-0 translate-x-0 translate-y-0 w-screen h-screen max-w-none max-h-none rounded-none flex flex-col p-0 gap-0",showCloseButton:!0,children:[s.jsx(Dt,{className:"shrink-0 px-6 pt-6 pb-2",children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}),"编辑章节"]})}),o&&s.jsxs("div",{className:"flex-1 overflow-y-auto min-h-0 px-6 space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节ID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:o.id,onChange:M=>c({...o,id:M.target.value}),placeholder:"如: 9.15"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"价格 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:o.isFree?0:o.price,onChange:M=>c({...o,price:Number(M.target.value),isFree:Number(M.target.value)===0}),disabled:o.isFree})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"免费"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:o.isFree||o.price===0,onChange:M=>c({...o,isFree:M.target.checked,price:M.target.checked?0:1}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"设为免费"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"最新新增"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:o.isNew??!1,onChange:M=>c({...o,isNew:M.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"标记 NEW"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"小程序直推"}),s.jsx("div",{className:"flex items-center h-10",children:s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"checkbox",checked:o.isPinned??!1,onChange:M=>c({...o,isPinned:M.target.checked}),className:"w-5 h-5 rounded border-gray-600 bg-[#0a1628] text-amber-400 focus:ring-amber-400"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"强制置顶到小程序首页"})]})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"文章类型"}),s.jsxs("div",{className:"flex items-center gap-4 h-10",children:[s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"edition-type",checked:o.editionPremium!==!0,onChange:()=>c({...o,editionStandard:!0,editionPremium:!1}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"普通版"})]}),s.jsxs("label",{className:"flex items-center cursor-pointer",children:[s.jsx("input",{type:"radio",name:"edition-type",checked:o.editionPremium===!0,onChange:()=>c({...o,editionStandard:!1,editionPremium:!0}),className:"w-4 h-4 border-gray-600 bg-[#0a1628] text-[#38bdac] focus:ring-[#38bdac]"}),s.jsx("span",{className:"ml-2 text-gray-400 text-sm",children:"增值版"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"热度分"}),s.jsx(ne,{type:"number",step:"0.1",min:"0",className:"bg-[#0a1628] border-gray-700 text-white",value:o.hotScore??0,onChange:M=>c({...o,hotScore:Math.max(0,parseFloat(M.target.value)||0)})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"章节标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:o.title,onChange:M=>c({...o,title:M.target.value})})]}),o.filePath&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"文件路径"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-gray-400 text-sm",value:o.filePath,disabled:!0})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"内容(富文本编辑器,支持 @链接AI人物 和 #链接标签)"}),f?s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700 rounded-md min-h-[400px] flex items-center justify-center",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsx(Sx,{ref:ds,content:o.content||"",onChange:M=>c({...o,content:M}),onImageUpload:async M=>{var st;const J=new FormData;J.append("file",M),J.append("folder","book-images");const be=await(await fetch(mo("/api/upload"),{method:"POST",body:J,headers:{Authorization:`Bearer ${localStorage.getItem("admin_token")||""}`}})).json();return((st=be==null?void 0:be.data)==null?void 0:st.url)||(be==null?void 0:be.url)||""},persons:Wr,linkTags:fe,placeholder:"开始编辑内容... 输入 @ 可链接AI人物,工具栏可插入 #链接标签"})]})]}),s.jsxs(on,{className:"shrink-0 px-6 py-4 border-t border-gray-700/50",children:[o&&s.jsxs(ee,{variant:"outline",onClick:()=>et({id:o.id,title:o.title,price:o.price}),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent mr-auto",children:[s.jsx(Br,{className:"w-4 h-4 mr-2"}),"付款记录"]}),s.jsxs(ee,{variant:"outline",onClick:()=>c(null),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsx(ee,{onClick:Dn,disabled:g,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:g?s.jsxs(s.Fragment,{children:[s.jsx(Ke,{className:"w-4 h-4 mr-2 animate-spin"}),"保存中..."]}):s.jsxs(s.Fragment,{children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存修改"]})})]})]})}),s.jsxs(xd,{defaultValue:"chapters",className:"space-y-6",children:[s.jsxs(Ll,{className:"bg-[#0f2137] border border-gray-700/50 p-1",children:[s.jsxs(Zt,{value:"chapters",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(Br,{className:"w-4 h-4 mr-2"}),"章节管理"]}),s.jsxs(Zt,{value:"ranking",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[s.jsx(Pg,{className:"w-4 h-4 mr-2"}),"内容排行榜"]}),s.jsxs(Zt,{value:"search",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(Na,{className:"w-4 h-4 mr-2"}),"内容搜索"]}),s.jsxs(Zt,{value:"link-person",className:"data-[state=active]:bg-purple-500/20 data-[state=active]:text-purple-400 text-gray-400",children:[s.jsx(Ss,{className:"w-4 h-4 mr-2"}),"链接人与事"]}),s.jsxs(Zt,{value:"link-tag",className:"data-[state=active]:bg-amber-500/20 data-[state=active]:text-amber-400 text-gray-400",children:[s.jsx($v,{className:"w-4 h-4 mr-2"}),"链接标签"]}),s.jsxs(Zt,{value:"linkedmp",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400",children:[s.jsx(yi,{className:"w-4 h-4 mr-2"}),"关联小程序"]})]}),s.jsxs(en,{value:"chapters",className:"space-y-4",children:[s.jsxs("div",{className:"rounded-2xl border border-gray-700/50 bg-[#1C1C1E] p-4 flex items-center justify-between shadow-sm",children:[s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsx("div",{className:"w-12 h-12 rounded-xl bg-[#38bdac] flex items-center justify-center text-white shadow-lg shadow-[#38bdac]/20 shrink-0",children:s.jsx(Br,{className:"w-6 h-6"})}),s.jsxs("div",{children:[s.jsx("h2",{className:"font-bold text-base text-white leading-tight mb-1",children:"一场SOUL的创业实验场"}),s.jsx("p",{className:"text-xs text-gray-500",children:"来自Soul派对房的真实商业故事"})]})]}),s.jsxs("div",{className:"text-center shrink-0",children:[s.jsx("span",{className:"block text-2xl font-bold text-[#38bdac]",children:us}),s.jsx("span",{className:"text-xs text-gray-500",children:"章节"})]})]}),s.jsxs("div",{className:"flex flex-wrap gap-2",children:[s.jsxs(ee,{onClick:()=>h(!0),className:"flex-1 min-w-[120px] bg-[#38bdac]/10 hover:bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/30",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"新建章节"]}),s.jsxs(ee,{onClick:()=>X(!0),className:"flex-1 min-w-[120px] bg-amber-500/10 hover:bg-amber-500/20 text-amber-400 border border-amber-500/30",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"新建篇"]}),s.jsxs(ee,{variant:"outline",onClick:()=>re(!0),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:["批量移动(已选 ",O.length," 节)"]})]}),n?s.jsxs("div",{className:"flex items-center justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsx(aV,{parts:On,expandedParts:a,onTogglePart:ea,onReorder:Rr,onReadSection:tt,onDeleteSection:Pi,onAddSectionInPart:Ro,onAddChapterInPart:ps,onDeleteChapter:Wl,onEditPart:Qt,onDeletePart:zi,onEditChapter:Os,selectedSectionIds:O,onToggleSectionSelect:Ul,onShowSectionOrders:et,pinnedSectionIds:qe})]}),s.jsx(en,{value:"search",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"内容搜索"})}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",placeholder:"搜索标题或内容...",value:N,onChange:M=>w(M.target.value),onKeyDown:M=>M.key==="Enter"&&jd()}),s.jsx(ee,{onClick:jd,disabled:C||!N.trim(),className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:C?s.jsx(Ke,{className:"w-4 h-4 animate-spin"}):s.jsx(Na,{className:"w-4 h-4"})})]}),v.length>0&&s.jsxs("div",{className:"space-y-2 mt-4",children:[s.jsxs("p",{className:"text-gray-400 text-sm",children:["找到 ",v.length," 个结果"]}),v.map(M=>s.jsxs("div",{className:"p-3 rounded-lg bg-[#162840] hover:bg-[#1a3050] cursor-pointer transition-colors",onClick:()=>tt({id:M.id,mid:M.mid,title:M.title,price:M.price??1,filePath:""}),children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("span",{className:"text-[#38bdac] font-mono text-xs",children:M.id}),s.jsx("span",{className:"text-white",children:M.title}),qe.includes(M.id)&&s.jsx(ml,{className:"w-3 h-3 text-amber-400 fill-amber-400 shrink-0"})]}),s.jsx(Ue,{variant:"outline",className:"text-gray-400 border-gray-600 text-xs",children:M.matchType==="title"?"标题匹配":"内容匹配"})]}),M.snippet&&s.jsx("p",{className:"text-gray-500 text-xs mt-2 line-clamp-2",children:M.snippet}),(M.partTitle||M.chapterTitle)&&s.jsxs("p",{className:"text-gray-600 text-xs mt-1",children:[M.partTitle," · ",M.chapterTitle]})]},M.id))]})]})]})}),s.jsxs(en,{value:"ranking",className:"space-y-4",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(Je,{className:"pb-3",children:s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(Su,{className:"w-4 h-4 text-[#38bdac]"}),"内容显示规则"]})}),s.jsx(Ee,{children:s.jsxs("div",{className:"flex items-center gap-4 flex-wrap",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Y,{className:"text-gray-400 text-sm whitespace-nowrap",children:"未付费预览比例"}),s.jsx(ne,{type:"number",min:"1",max:"100",className:"bg-[#0a1628] border-gray-700 text-white w-20",value:gt,onChange:M=>It(Math.max(1,Math.min(100,Number(M.target.value)||20))),disabled:gn}),s.jsx("span",{className:"text-gray-500 text-sm",children:"%"})]}),s.jsx(ee,{size:"sm",onClick:Re,disabled:wr,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:wr?"保存中...":"保存"}),s.jsxs("span",{className:"text-xs text-gray-500",children:["小程序未付费用户默认显示文章前 ",gt,"% 内容"]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsx(Je,{className:"pb-3",children:s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(Pg,{className:"w-4 h-4 text-amber-400"}),"内容排行榜",s.jsxs("span",{className:"text-xs text-gray-500 font-normal ml-2",children:["按热度排行 · 共 ",Rn.length," 节"]})]}),s.jsxs("div",{className:"flex items-center gap-1 text-sm",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>Kr(),disabled:W,className:"text-gray-400 hover:text-white h-7 w-7 p-0",title:"刷新排行榜",children:s.jsx(Ke,{className:`w-4 h-4 ${W?"animate-spin":""}`})}),s.jsx(ee,{variant:"ghost",size:"sm",disabled:In<=1||W,onClick:()=>pr(M=>Math.max(1,M-1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:s.jsx(JT,{className:"w-4 h-4"})}),s.jsxs("span",{className:"text-gray-400 min-w-[60px] text-center",children:[In," / ",Rs]}),s.jsx(ee,{variant:"ghost",size:"sm",disabled:In>=Rs||W,onClick:()=>pr(M=>Math.min(Rs,M+1)),className:"text-gray-400 hover:text-white h-7 w-7 p-0",children:s.jsx(fl,{className:"w-4 h-4"})})]})]})}),s.jsx(Ee,{children:s.jsxs("div",{className:"space-y-0",children:[s.jsxs("div",{className:"grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2 text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("span",{children:"排名"}),s.jsx("span",{children:"置顶"}),s.jsx("span",{children:"标题"}),s.jsx("span",{className:"text-right",children:"点击量"}),s.jsx("span",{className:"text-right",children:"付款数"}),s.jsx("span",{className:"text-right",children:"热度"}),s.jsx("span",{className:"text-right",children:"编辑"})]}),Ma.map((M,J)=>{const pe=(In-1)*hs+J+1,be=M.isPinned??qe.includes(M.id);return s.jsxs("div",{className:`grid grid-cols-[40px_40px_1fr_80px_80px_80px_60px] gap-2 px-3 py-2.5 items-center border-b border-gray-700/30 hover:bg-[#162840] transition-colors ${be?"bg-amber-500/5":""}`,children:[s.jsx("span",{className:`text-sm font-bold ${pe<=3?"text-amber-400":"text-gray-500"}`,children:pe<=3?["🥇","🥈","🥉"][pe-1]:`#${pe}`}),s.jsx(ee,{variant:"ghost",size:"sm",className:`h-6 w-6 p-0 ${be?"text-amber-400":"text-gray-600 hover:text-amber-400"}`,onClick:()=>Pa(M.id),disabled:lt,title:be?"取消置顶":"强制置顶(精选推荐/首页最新更新)",children:be?s.jsx(ml,{className:"w-3.5 h-3.5 fill-current"}):s.jsx(xA,{className:"w-3.5 h-3.5"})}),s.jsxs("div",{className:"min-w-0",children:[s.jsx("span",{className:"text-white text-sm truncate block",children:M.title}),s.jsxs("span",{className:"text-gray-600 text-xs",children:[M.partTitle," · ",M.chapterTitle]})]}),s.jsx("span",{className:"text-right text-sm text-blue-400 font-mono",children:M.clickCount??0}),s.jsx("span",{className:"text-right text-sm text-green-400 font-mono",children:M.payCount??0}),s.jsx("span",{className:"text-right text-sm text-amber-400 font-mono",children:(M.hotScore??0).toFixed(1)}),s.jsx("div",{className:"text-right",children:s.jsx(ee,{variant:"ghost",size:"sm",className:"text-gray-500 hover:text-[#38bdac] h-6 px-1",onClick:()=>tt({id:M.id,mid:M.mid,title:M.title,price:M.price,filePath:""}),title:"编辑文章",children:s.jsx(Wt,{className:"w-3 h-3"})})})]},M.id)}),Ma.length===0&&s.jsx("div",{className:"py-8 text-center text-gray-500",children:"暂无数据"})]})})]})]}),s.jsxs(en,{value:"link-person",className:"space-y-4",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"pb-3",children:[s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx("span",{className:"text-[#38bdac] text-lg font-bold",children:"@"}),"AI列表 — 链接人与事(编辑器内输入 @ 可链接)"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"添加时自动生成 32 位 token,文章 @ 时存 token;小程序点击 @ 时用 token 兑换真实密钥后加好友"})]}),s.jsxs(Ee,{className:"space-y-3",children:[s.jsxs("div",{className:"flex justify-between items-center",children:[s.jsx("p",{className:"text-xs text-gray-500",children:"添加人物时同步创建存客宝场景获客计划,配置与存客宝 API 获客一致"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ee,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50",onClick:()=>qr(),title:"刷新",children:s.jsx(Ke,{className:"w-4 h-4"})}),s.jsxs(ee,{size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",onClick:()=>{Xs(null),Pn(!0)},children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"添加"]})]})]}),s.jsx("div",{className:"max-h-[400px] overflow-y-auto",children:Wr.length>0?s.jsxs("table",{className:"w-full text-sm border-collapse",children:[s.jsx("thead",{children:s.jsxs("tr",{className:"text-xs text-gray-500 border-b border-gray-700/50",children:[s.jsx("th",{className:"text-left py-1.5 px-3 w-[280px] font-normal",children:"token"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-24 font-normal",children:"@的人"}),s.jsx("th",{className:"text-left py-1.5 px-3 font-normal",children:"获客计划活动名"}),s.jsx("th",{className:"text-left py-1.5 px-3 w-20 font-normal",children:"planId"}),s.jsx("th",{className:"text-left py-1.5 px-3 font-normal",children:"apiKey"}),s.jsx("th",{className:"text-left py-1.5 px-2 w-24 font-normal",children:"操作"})]})}),s.jsx("tbody",{children:Wr.map(M=>s.jsxs("tr",{className:"border-b border-gray-700/30 hover:bg-[#0a1628]/80",children:[s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono",title:"32位token",children:M.id}),s.jsx("td",{className:"py-2 px-3 text-amber-400 truncate max-w-[96px]",title:"@的人",children:M.name}),s.jsxs("td",{className:"py-2 px-3 text-white truncate max-w-[200px]",title:"获客计划活动名",children:["SOUL链接人与事-",M.name]}),s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono",title:"存客宝计划ID",children:M.ckbPlanId??"-"}),s.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs font-mono whitespace-nowrap",children:s.jsxs("div",{className:"flex items-center gap-1.5",children:[M.ckbApiKey?s.jsx(ee,{variant:"ghost",size:"sm",className:"h-6 w-6 p-0 text-gray-500 hover:text-[#38bdac] shrink-0",title:"复制 apiKey",onClick:async()=>{await navigator.clipboard.writeText(M.ckbApiKey??""),ie.success("已复制到剪贴板")},children:s.jsx(Fx,{className:"w-3.5 h-3.5"})}):null,s.jsx("span",{title:M.ckbApiKey??"",children:M.ckbApiKey??"-"})]})}),s.jsx("td",{className:"py-2 px-2",children:s.jsxs("div",{className:"flex items-center gap-0",children:[s.jsx(ee,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-[#38bdac] h-6 px-2",title:"编辑",onClick:async()=>{try{const J=await oV(M.personId||"");if(J!=null&&J.success&&J.person){const pe=J.person;Xs({id:pe.token??pe.personId,personId:pe.personId,name:pe.name,label:pe.label??"",ckbApiKey:pe.ckbApiKey??"",remarkType:pe.remarkType,remarkFormat:pe.remarkFormat,addFriendInterval:pe.addFriendInterval,startTime:pe.startTime,endTime:pe.endTime,deviceGroups:pe.deviceGroups})}else Xs(M),J!=null&&J.error&&ie.error(J.error)}catch(J){console.error(J),Xs(M),ie.error(J instanceof Error?J.message:"加载人物详情失败")}Pn(!0)},children:s.jsx(tj,{className:"w-3 h-3"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-gray-400 hover:text-amber-400 h-6 px-2",title:"编辑计划(跳转存客宝)",onClick:()=>{const J=M.ckbPlanId;J?window.open(`https://h5.ckb.quwanzhi.com/#/scenarios/edit/${J}`,"_blank"):ie.info("该人物尚未同步存客宝计划,请先保存后等待同步完成")},children:s.jsx(Us,{className:"w-3 h-3"})}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-6 px-2",title:"删除(同时删除存客宝对应获客计划)",onClick:()=>Zs(M),children:s.jsx(ir,{className:"w-3 h-3"})})]})})]},M.id))})]}):s.jsx("div",{className:"text-gray-500 text-sm py-4 text-center",children:"暂无AI人物,添加后可在编辑器中 @链接"})})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"pb-3",children:[s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx(Su,{className:"w-4 h-4 text-green-400"}),"存客宝绑定"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"配置存客宝 API 后,文章中 @人物 或 #标签 点击可自动进入存客宝流量池"})]}),s.jsxs(Ee,{className:"space-y-3",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"存客宝 API 地址"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"https://ckbapi.quwanzhi.com",defaultValue:"https://ckbapi.quwanzhi.com",readOnly:!0})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"绑定计划"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8",placeholder:"创业实验-内容引流",defaultValue:"创业实验-内容引流",readOnly:!0})]})]}),s.jsxs("p",{className:"text-xs text-gray-500",children:["具体存客宝场景配置与接口测试请前往"," ",s.jsx("button",{className:"text-[#38bdac] hover:underline",onClick:()=>window.open("/match","_blank"),children:"找伙伴 → 存客宝工作台"})]})]})]})]}),s.jsx(en,{value:"link-tag",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"pb-3",children:[s.jsxs(Ye,{className:"text-white text-base flex items-center gap-2",children:[s.jsx($v,{className:"w-4 h-4 text-amber-400"}),"链接标签 — 链接事与物(编辑器内 #标签 可跳转链接/小程序/存客宝)"]}),s.jsx("p",{className:"text-xs text-gray-500 mt-1",children:"小程序端点击 #标签 可直接跳转对应链接,进入流量池"})]}),s.jsxs(Ee,{className:"space-y-3",children:[s.jsxs("div",{className:"flex gap-2 items-end flex-wrap justify-between",children:[s.jsxs("div",{className:"flex gap-2 items-end flex-wrap",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"标签ID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-24",placeholder:"如 team01",value:ht.tagId,onChange:M=>xn({...ht,tagId:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"显示文字"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-28",placeholder:"如 神仙团队",value:ht.label,onChange:M=>xn({...ht,label:M.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"类型"}),s.jsxs(ul,{value:ht.type,onValueChange:M=>xn({...ht,type:M}),children:[s.jsx(no,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-24",children:s.jsx(hl,{})}),s.jsxs(ro,{children:[s.jsx(_r,{value:"url",children:"网页链接"}),s.jsx(_r,{value:"miniprogram",children:"小程序"}),s.jsx(_r,{value:"ckb",children:"存客宝"})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:ht.type==="url"?"URL地址":ht.type==="ckb"?"存客宝计划URL":"小程序(选密钥)"}),ht.type==="miniprogram"&&Ra.length>0?s.jsxs("div",{ref:Di,className:"relative w-44",children:[s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-44",placeholder:"搜索名称或密钥",value:Oi?ta:ht.appId,onChange:M=>{const J=M.target.value;Pt(J),fs(!0),Ra.some(pe=>pe.key===J)||xn({...ht,appId:J})},onFocus:()=>{Pt(ht.appId),fs(!0)},onBlur:()=>setTimeout(()=>fs(!1),150)}),Oi&&s.jsx("div",{className:"absolute top-full left-0 right-0 mt-1 max-h-48 overflow-y-auto rounded-md border border-gray-700 bg-[#0a1628] shadow-lg z-50",children:Li.length===0?s.jsx("div",{className:"px-3 py-2 text-gray-500 text-xs",children:"无匹配,可手动输入密钥"}):Li.map(M=>s.jsxs("button",{type:"button",className:"w-full px-3 py-2 text-left text-sm text-white hover:bg-[#38bdac]/20 flex flex-col gap-0.5",onMouseDown:J=>{J.preventDefault(),xn({...ht,appId:M.key,pagePath:M.path||""}),Pt(""),fs(!1)},children:[s.jsx("span",{children:M.name}),s.jsx("span",{className:"text-xs text-gray-400 font-mono",children:M.key})]},M.key))})]}):s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-44",placeholder:ht.type==="url"?"https://...":ht.type==="ckb"?"https://ckbapi.quwanzhi.com/...":"关联小程序的32位密钥",value:ht.type==="url"||ht.type==="ckb"?ht.url:ht.appId,onChange:M=>{ht.type==="url"||ht.type==="ckb"?xn({...ht,url:M.target.value}):xn({...ht,appId:M.target.value})}})]}),ht.type==="miniprogram"&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-400 text-xs",children:"页面路径"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 w-36",placeholder:"pages/index/index",value:ht.pagePath,onChange:M=>xn({...ht,pagePath:M.target.value})})]}),s.jsxs(ee,{size:"sm",className:"bg-amber-500 hover:bg-amber-600 text-white h-8",onClick:async()=>{if(!ht.tagId||!ht.label){ie.error("标签ID和显示文字必填");return}const M={...ht};M.type==="miniprogram"&&(M.url=""),await wt("/api/db/link-tags",M),xn({tagId:"",label:"",url:"",type:"url",appId:"",pagePath:""}),Ir(null),Gr()},children:[s.jsx(hn,{className:"w-3 h-3 mr-1"}),Ur?"保存":"添加"]})]}),s.jsx(ee,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 hover:bg-gray-700/50 h-8",onClick:()=>Gr(),title:"刷新",children:s.jsx(Ke,{className:"w-4 h-4"})})]}),s.jsxs("div",{className:"space-y-1 max-h-[400px] overflow-y-auto",children:[fe.map(M=>s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded px-3 py-2",children:[s.jsxs("div",{className:"flex items-center gap-3 text-sm",children:[s.jsxs("button",{type:"button",className:"text-amber-400 font-bold text-base hover:underline",onClick:()=>{xn({tagId:M.id,label:M.label,url:M.url,type:M.type,appId:M.appId??"",pagePath:M.pagePath??""}),Ir(M.id)},children:["#",M.label]}),s.jsx(Ue,{variant:"secondary",className:`text-[10px] ${M.type==="ckb"?"bg-green-500/20 text-green-300 border-green-500/30":"bg-gray-700 text-gray-300"}`,children:M.type==="url"?"网页":M.type==="ckb"?"存客宝":"小程序"}),M.type==="miniprogram"?s.jsxs("span",{className:"text-gray-400 text-xs font-mono",children:[M.appId," ",M.pagePath?`· ${M.pagePath}`:""]}):M.url?s.jsxs("a",{href:M.url,target:"_blank",rel:"noreferrer",className:"text-blue-400 text-xs truncate max-w-[250px] hover:underline flex items-center gap-1",children:[M.url," ",s.jsx(Us,{className:"w-3 h-3 shrink-0"})]}):null]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ee,{variant:"ghost",size:"sm",className:"text-gray-300 hover:text-white h-6 px-2",onClick:()=>{xn({tagId:M.id,label:M.label,url:M.url,type:M.type,appId:M.appId??"",pagePath:M.pagePath??""}),Ir(M.id)},children:"编辑"}),s.jsx(ee,{variant:"ghost",size:"sm",className:"text-red-400 hover:text-red-300 h-6 px-2",onClick:async()=>{await Bs(`/api/db/link-tags?tagId=${M.id}`),Ur===M.id&&(Ir(null),xn({tagId:"",label:"",url:"",type:"url",appId:"",pagePath:""})),Gr()},children:s.jsx(ir,{className:"w-3 h-3"})})]})]},M.id)),fe.length===0&&s.jsx("div",{className:"text-gray-500 text-sm py-4 text-center",children:"暂无链接标签,添加后可在编辑器中使用 #标签 跳转"})]})]})]})}),s.jsx(en,{value:"linkedmp",className:"space-y-4",children:s.jsx(rV,{})})]}),s.jsx(lV,{open:Rt,onOpenChange:Pn,editingPerson:Qs,onSubmit:async M=>{var be;const J={personId:M.personId||M.name.toLowerCase().replace(/\s+/g,"_")+"_"+Date.now().toString(36),name:M.name,label:M.label,ckbApiKey:M.ckbApiKey||void 0,greeting:M.greeting||void 0,tips:M.tips||void 0,remarkType:M.remarkType||void 0,remarkFormat:M.remarkFormat||void 0,addFriendInterval:M.addFriendInterval,startTime:M.startTime||void 0,endTime:M.endTime||void 0,deviceGroups:(be=M.deviceGroups)!=null&&be.trim()?M.deviceGroups.split(",").map(st=>parseInt(st.trim(),10)).filter(st=>!Number.isNaN(st)):void 0},pe=await wt("/api/db/persons",J);if(pe&&pe.success===!1){const st=pe;st.ckbResponse&&console.log("存客宝返回",st.ckbResponse);const mt=st.error||"操作失败";throw new Error(mt)}if(qr(),ie.success(Qs?"已保存":"已添加"),pe!=null&&pe.ckbCreateResult&&Object.keys(pe.ckbCreateResult).length>0){const st=pe.ckbCreateResult;console.log("存客宝创建结果",st);const mt=st.planId??st.id,Bt=mt!=null?[`planId: ${mt}`]:[];st.apiKey!=null&&Bt.push("apiKey: ***"),ie.info(Bt.length?`存客宝创建结果:${Bt.join(",")}`:"存客宝创建结果见控制台")}}}),s.jsx(Ot,{open:!!Wn,onOpenChange:M=>{M||Zs(null)},children:s.jsxs(Mt,{showCloseButton:!0,className:"bg-[#0f2137] border-gray-700 text-white max-w-md p-4 gap-3",children:[s.jsxs(Dt,{className:"gap-1",children:[s.jsx(Lt,{className:"text-white text-base",children:"确认删除"}),s.jsx(xf,{className:"text-gray-400 text-sm leading-relaxed break-words",children:Wn&&s.jsxs(s.Fragment,{children:[s.jsxs("p",{children:["确定删除「SOUL链接人与事-",Wn.name,"」?将同时删除存客宝对应获客计划。"]}),s.jsxs("p",{className:"mt-1.5",children:["二次确认:删除后无法恢复,文章中的 @",Wn.name," 将无法正常跳转。"]})]})})]}),s.jsxs(on,{className:"gap-2 sm:gap-2 pt-1",children:[s.jsx(ee,{variant:"outline",size:"sm",className:"border-gray-600 text-gray-300",onClick:()=>Zs(null),children:"取消"}),s.jsx(ee,{variant:"destructive",size:"sm",className:"bg-red-600 hover:bg-red-700",onClick:async()=>{Wn&&(await Bs(`/api/db/persons?personId=${Wn.personId}`),Zs(null),qr(),ie.success("已删除"))},children:"确定删除"})]})]})})]})}const ba={name:"卡若",avatar:"K",avatarImg:"",title:"Soul派对房主理人 · 私域运营专家",bio:'每天早上6点到9点,在Soul派对房分享真实的创业故事。专注私域运营与项目变现,用"云阿米巴"模式帮助创业者构建可持续的商业体系。',stats:[{label:"商业案例",value:"62"},{label:"连续直播",value:"365天"},{label:"派对分享",value:"1000+"}],highlights:["5年私域运营经验","帮助100+品牌从0到1增长","连续创业者,擅长商业模式设计"]};function bw(t){return Array.isArray(t)?t.map(e=>e&&typeof e=="object"&&"label"in e&&"value"in e?{label:String(e.label),value:String(e.value)}:{label:"",value:""}).filter(e=>e.label||e.value):ba.stats}function vw(t){return Array.isArray(t)?t.map(e=>typeof e=="string"?e:String(e??"")).filter(Boolean):ba.highlights}function uV(){const[t,e]=b.useState(ba),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),u=b.useRef(null);b.useEffect(()=>{Oe("/api/admin/author-settings").then(k=>{const C=k==null?void 0:k.data;C&&typeof C=="object"&&e({name:String(C.name??ba.name),avatar:String(C.avatar??ba.avatar),avatarImg:String(C.avatarImg??""),title:String(C.title??ba.title),bio:String(C.bio??ba.bio),stats:bw(C.stats).length?bw(C.stats):ba.stats,highlights:vw(C.highlights).length?vw(C.highlights):ba.highlights})}).catch(console.error).finally(()=>r(!1))},[]);const h=async()=>{i(!0);try{const k={name:t.name,avatar:t.avatar||"K",avatarImg:t.avatarImg,title:t.title,bio:t.bio,stats:t.stats.filter(T=>T.label||T.value),highlights:t.highlights.filter(Boolean)},C=await wt("/api/admin/author-settings",k);if(!C||C.success===!1){ie.error("保存失败: "+(C&&typeof C=="object"&&"error"in C?C.error:""));return}i(!1);const E=document.createElement("div");E.className="fixed top-4 right-4 z-50 px-4 py-2 rounded-lg bg-[#38bdac] text-white text-sm shadow-lg",E.textContent="作者设置已保存",document.body.appendChild(E),setTimeout(()=>E.remove(),2e3)}catch(k){console.error(k),ie.error("保存失败: "+(k instanceof Error?k.message:String(k)))}finally{i(!1)}},f=async k=>{var E;const C=(E=k.target.files)==null?void 0:E[0];if(C){c(!0);try{const T=new FormData;T.append("file",C),T.append("folder","avatars");const R=ff(),D={};R&&(D.Authorization=`Bearer ${R}`);const P=await(await fetch(mo("/api/upload"),{method:"POST",body:T,credentials:"include",headers:D})).json();P!=null&&P.success&&(P!=null&&P.url)?e(L=>({...L,avatarImg:P.url})):ie.error("上传失败: "+((P==null?void 0:P.error)||"未知错误"))}catch(T){console.error(T),ie.error("上传失败")}finally{c(!1),u.current&&(u.current.value="")}}},m=()=>e(k=>({...k,stats:[...k.stats,{label:"",value:""}]})),g=k=>e(C=>({...C,stats:C.stats.filter((E,T)=>T!==k)})),y=(k,C,E)=>e(T=>({...T,stats:T.stats.map((R,D)=>D===k?{...R,[C]:E}:R)})),N=()=>e(k=>({...k,highlights:[...k.highlights,""]})),w=k=>e(C=>({...C,highlights:C.highlights.filter((E,T)=>T!==k)})),v=(k,C)=>e(E=>({...E,highlights:E.highlights.map((T,R)=>R===k?C:T)}));return n?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(lo,{className:"w-5 h-5 text-[#38bdac]"}),"作者详情"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置小程序「关于作者」页展示的作者信息,包括头像、简介、统计数据与亮点标签。"})]}),s.jsxs(ee,{onClick:h,disabled:a||n,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"flex items-center gap-2 text-white",children:[s.jsx(lo,{className:"w-4 h-4 text-[#38bdac]"}),"基本信息"]}),s.jsx(Ft,{className:"text-gray-400",children:"作者姓名、头像、头衔与个人简介,将展示在「关于作者」页顶部。"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"姓名"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.name,onChange:k=>e(C=>({...C,name:k.target.value})),placeholder:"卡若"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"首字母占位(无头像时显示)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white w-20",value:t.avatar,onChange:k=>e(C=>({...C,avatar:k.target.value.slice(0,1)||"K"})),placeholder:"K"})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Xw,{className:"w-3 h-3 text-[#38bdac]"}),"头像图片"]}),s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:t.avatarImg,onChange:k=>e(C=>({...C,avatarImg:k.target.value})),placeholder:"上传或粘贴 URL,如 /uploads/avatars/xxx.png"}),s.jsx("input",{ref:u,type:"file",accept:"image/*",className:"hidden",onChange:f}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:o,onClick:()=>{var k;return(k=u.current)==null?void 0:k.click()},children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),o?"上传中...":"上传"]})]}),t.avatarImg&&s.jsx("div",{className:"mt-2",children:s.jsx("img",{src:t.avatarImg.startsWith("http")?t.avatarImg:mo(t.avatarImg),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"头衔"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:t.title,onChange:k=>e(C=>({...C,title:k.target.value})),placeholder:"Soul派对房主理人 · 私域运营专家"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"个人简介"}),s.jsx(_l,{className:"bg-[#0a1628] border-gray-700 text-white min-h-[120px]",value:t.bio,onChange:k=>e(C=>({...C,bio:k.target.value})),placeholder:"每天早上6点到9点..."})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsx(Ye,{className:"text-white",children:"统计数据"}),s.jsx(Ft,{className:"text-gray-400",children:"展示在作者卡片中的数字指标,如「商业案例 62」「连续直播 365天」。第一个「商业案例」的值可由书籍统计自动更新。"})]}),s.jsxs(Ee,{className:"space-y-3",children:[t.stats.map((k,C)=>s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k.label,onChange:E=>y(C,"label",E.target.value),placeholder:"标签"}),s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k.value,onChange:E=>y(C,"value",E.target.value),placeholder:"数值"}),s.jsx(ee,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>g(C),children:s.jsx(ir,{className:"w-4 h-4"})})]},C)),s.jsxs(ee,{variant:"outline",size:"sm",onClick:m,className:"border-gray-600 text-gray-400",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"添加统计项"]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsx(Ye,{className:"text-white",children:"亮点标签"}),s.jsx(Ft,{className:"text-gray-400",children:"作者优势或成就的简短描述,以标签形式展示。"})]}),s.jsxs(Ee,{className:"space-y-3",children:[t.highlights.map((k,C)=>s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:k,onChange:E=>v(C,E.target.value),placeholder:"5年私域运营经验"}),s.jsx(ee,{variant:"ghost",size:"icon",className:"text-gray-400 hover:text-red-400",onClick:()=>w(C),children:s.jsx(ir,{className:"w-4 h-4"})})]},C)),s.jsxs(ee,{variant:"outline",size:"sm",onClick:N,className:"border-gray-600 text-gray-400",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"添加亮点"]})]})]})]})]})}function hV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o]=b.useState(10),[c,u]=b.useState(0),[h,f]=b.useState(""),m=n0(h,300),[g,y]=b.useState(!0),[N,w]=b.useState(null),[v,k]=b.useState(!1),[C,E]=b.useState(null),[T,R]=b.useState(""),[D,_]=b.useState(""),[P,L]=b.useState(""),[F,X]=b.useState("admin"),[te,ue]=b.useState("active"),[ae,I]=b.useState(!1);async function O(){var H;y(!0),w(null);try{const oe=new URLSearchParams({page:String(a),pageSize:String(o)});m.trim()&&oe.set("search",m.trim());const q=await Oe(`/api/admin/users?${oe}`);q!=null&&q.success?(e(q.records||[]),r(q.total??0),u(q.totalPages??0)):w(q.error||"加载失败")}catch(oe){const q=oe;w(q.status===403?"无权限访问":((H=q==null?void 0:q.data)==null?void 0:H.error)||"加载失败"),e([])}finally{y(!1)}}b.useEffect(()=>{O()},[a,o,m]);const G=()=>{E(null),R(""),_(""),L(""),X("admin"),ue("active"),k(!0)},z=H=>{E(H),R(H.username),_(""),L(H.name||""),X(H.role==="super_admin"?"super_admin":"admin"),ue(H.status==="disabled"?"disabled":"active"),k(!0)},re=async()=>{var H;if(!T.trim()){w("用户名不能为空");return}if(!C&&!D){w("新建时密码必填,至少 6 位");return}if(D&&D.length<6){w("密码至少 6 位");return}w(null),I(!0);try{if(C){const oe=await _t("/api/admin/users",{id:C.id,password:D||void 0,name:P.trim(),role:F,status:te});oe!=null&&oe.success?(k(!1),O()):w((oe==null?void 0:oe.error)||"保存失败")}else{const oe=await wt("/api/admin/users",{username:T.trim(),password:D,name:P.trim(),role:F});oe!=null&&oe.success?(k(!1),O()):w((oe==null?void 0:oe.error)||"保存失败")}}catch(oe){const q=oe;w(((H=q==null?void 0:q.data)==null?void 0:H.error)||"保存失败")}finally{I(!1)}},K=async H=>{var oe;if(confirm("确定删除该管理员?"))try{const q=await Bs(`/api/admin/users?id=${H}`);q!=null&&q.success?O():w((q==null?void 0:q.error)||"删除失败")}catch(q){const me=q;w(((oe=me==null?void 0:me.data)==null?void 0:oe.error)||"删除失败")}},$=H=>{if(!H)return"-";try{const oe=new Date(H);return isNaN(oe.getTime())?H:oe.toLocaleString("zh-CN")}catch{return H}};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-6",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx($x,{className:"w-5 h-5 text-[#38bdac]"}),"管理员用户"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"后台登录账号管理,仅超级管理员可操作"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(ne,{placeholder:"搜索用户名/昵称",value:h,onChange:H=>f(H.target.value),className:"w-48 bg-[#0f2137] border-gray-700 text-white placeholder:text-gray-500"}),s.jsx(ee,{variant:"outline",size:"sm",onClick:O,disabled:g,className:"border-gray-600 text-gray-300",children:s.jsx(Ke,{className:`w-4 h-4 ${g?"animate-spin":""}`})}),s.jsxs(ee,{onClick:G,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"新增管理员"]})]})]}),N&&s.jsxs("div",{className:"mb-4 p-3 rounded-lg bg-red-500/10 border border-red-500/20 text-red-400 text-sm flex justify-between items-center",children:[s.jsx("span",{children:N}),s.jsx("button",{type:"button",onClick:()=>w(null),className:"text-red-400 hover:text-red-300",children:"×"})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:g?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户名"}),s.jsx(je,{className:"text-gray-400",children:"昵称"}),s.jsx(je,{className:"text-gray-400",children:"角色"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(dr,{children:[t.map(H=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:H.id}),s.jsx(ye,{className:"text-white font-medium",children:H.username}),s.jsx(ye,{className:"text-gray-400",children:H.name||"-"}),s.jsx(ye,{children:s.jsx(Ue,{variant:"outline",className:H.role==="super_admin"?"border-amber-500/50 text-amber-400":"border-gray-600 text-gray-400",children:H.role==="super_admin"?"超级管理员":"管理员"})}),s.jsx(ye,{children:s.jsx(Ue,{variant:"outline",className:H.status==="active"?"border-[#38bdac]/50 text-[#38bdac]":"border-gray-500 text-gray-500",children:H.status==="active"?"正常":"已禁用"})}),s.jsx(ye,{className:"text-gray-500 text-sm",children:$(H.createdAt)}),s.jsxs(ye,{className:"text-right",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>z(H),className:"text-gray-400 hover:text-[#38bdac]",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>K(H.id),className:"text-gray-400 hover:text-red-400",children:s.jsx(Jn,{className:"w-4 h-4"})})]})]},H.id)),t.length===0&&!g&&s.jsx(it,{children:s.jsx(ye,{colSpan:7,className:"text-center py-12 text-gray-500",children:N==="无权限访问"?"仅超级管理员可查看":"暂无管理员"})})]})]}),c>1&&s.jsx("div",{className:"p-4 border-t border-gray-700/50",children:s.jsx(is,{page:a,pageSize:o,total:n,totalPages:c,onPageChange:i})})]})})}),s.jsx(Ot,{open:v,onOpenChange:k,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-sm",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:C?"编辑管理员":"新增管理员"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"用户名"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"登录用户名",value:T,onChange:H=>R(H.target.value),disabled:!!C}),C&&s.jsx("p",{className:"text-xs text-gray-500",children:"用户名不可修改"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:C?"新密码(留空不改)":"密码"}),s.jsx(ne,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:C?"留空表示不修改":"至少 6 位",value:D,onChange:H=>_(H.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"昵称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"显示名称",value:P,onChange:H=>L(H.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"角色"}),s.jsxs("select",{value:F,onChange:H=>X(H.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[s.jsx("option",{value:"admin",children:"管理员"}),s.jsx("option",{value:"super_admin",children:"超级管理员"})]})]}),C&&s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"状态"}),s.jsxs("select",{value:te,onChange:H=>ue(H.target.value),className:"w-full h-10 px-3 rounded-md bg-[#0a1628] border border-gray-700 text-white",children:[s.jsx("option",{value:"active",children:"正常"}),s.jsx("option",{value:"disabled",children:"禁用"})]})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>k(!1),className:"border-gray-600 text-gray-300",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:re,disabled:ae,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),ae?"保存中...":"保存"]})]})]})})]})}function wn({method:t,url:e,desc:n,headers:r,body:a,response:i}){const o=t==="GET"?"text-emerald-400":t==="POST"?"text-amber-400":t==="PUT"?"text-blue-400":t==="DELETE"?"text-rose-400":"text-gray-400";return s.jsxs("div",{className:"rounded-lg bg-[#0a1628]/60 border border-gray-700/50 p-4 space-y-3",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[s.jsx("span",{className:`font-mono font-semibold ${o}`,children:t}),s.jsx("code",{className:"text-sm text-[#38bdac] break-all",children:e})]}),n&&s.jsx("p",{className:"text-gray-400 text-sm",children:n}),r&&r.length>0&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Headers"}),s.jsx("pre",{className:"text-xs text-gray-300 font-mono overflow-x-auto p-2 rounded bg-black/30",children:r.join(` +`)})]}),a&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Request Body (JSON)"}),s.jsx("pre",{className:"text-xs text-green-400/90 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:a})]}),i&&s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-500 text-xs mb-1",children:"Response Example"}),s.jsx("pre",{className:"text-xs text-amber-200/80 font-mono overflow-x-auto p-2 rounded bg-black/30 whitespace-pre-wrap",children:i})]})]})}function F4(){const t=["Authorization: Bearer {token}","Content-Type: application/json"];return s.jsxs("div",{className:"p-8 w-full bg-[#0a1628] text-white",children:[s.jsxs("div",{className:"mb-8",children:[s.jsx("h1",{className:"text-2xl font-bold text-white",children:"API 接口文档"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"内容管理相关接口 · RESTful · 基础路径 /api · 管理端需 Bearer Token"})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{className:"pb-3",children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Zw,{className:"w-5 h-5 text-[#38bdac]"}),"1. Authentication"]})}),s.jsx(Ee,{className:"space-y-4",children:s.jsx(wn,{method:"POST",url:"/api/admin",desc:"登录,返回 JWT token",headers:["Content-Type: application/json"],body:`{ "username": "admin", "password": "your_password" }`,response:`{ @@ -830,7 +830,7 @@ ${y.slice(h+2)}`,m+=1;else break}e.push({indent:h,number:parseInt(c,10),content: "success": true, "url": "/uploads/images/xxx.jpg", "data": { "url", "fileName", "size", "type" } -}`})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{className:"pb-3",children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(co,{className:"w-5 h-5 text-[#38bdac]"}),"3. 人物管理 (@Mentions)"]})}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsx(wn,{method:"GET",url:"/api/db/persons",desc:"人物列表",headers:t,response:`{ +}`})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{className:"pb-3",children:s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(lo,{className:"w-5 h-5 text-[#38bdac]"}),"3. 人物管理 (@Mentions)"]})}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsx(wn,{method:"GET",url:"/api/db/persons",desc:"人物列表",headers:t,response:`{ "success": true, "data": [ { "personId": "p1", "label": "张三", "aliases": ["老张"], ... } @@ -902,13 +902,13 @@ ${y.slice(h+2)}`,m+=1;else break}e.push({indent:h,number:parseInt(c,10),content: }`,response:`{ "success": true, "data": { "amount": 10.00, "balance": 120.50 } -}`})]})]}),s.jsx("p",{className:"text-gray-500 text-xs mt-6",children:"管理端仅使用 /api/admin/*、/api/db/*;小程序使用 /api/miniprogram/*。完整实现见 soul-api 源码。"})]})}const hV={appId:"wxb8bbb2b10dec74aa",withdrawSubscribeTmplId:"u3MbZGPRkrZIk-I7QdpwzFxnO_CeQPaCWF2FkiIablE",mchId:"1318592501",minWithdraw:10},fV={name:"卡若",startDate:"2025年10月15日",bio:"连续创业者,私域运营专家,每天早上6-9点在Soul派对房分享真实商业故事",liveTime:"06:00-09:00",platform:"Soul派对房",description:"连续创业者,私域运营专家"},pV={sectionPrice:1,baseBookPrice:9.9,distributorShare:90,authorInfo:{...fV},ckbLeadApiKey:""},mV={matchEnabled:!0,referralEnabled:!0,searchEnabled:!0,aboutEnabled:!0},gV=["system","author","admin","api-docs"];function xV(){const[t,e]=Vw(),n=t.get("tab")??"system",r=gV.includes(n)?n:"system",[a,i]=b.useState(pV),[o,c]=b.useState(mV),[u,h]=b.useState(hV),[f,m]=b.useState({}),[g,y]=b.useState(!1),[N,w]=b.useState(!0),[v,k]=b.useState(!1),[C,E]=b.useState(""),[T,R]=b.useState(""),[D,_]=b.useState(!1),[P,L]=b.useState(!1),F=(I,O,G=!1)=>{E(I),R(O),_(G),k(!0)};b.useEffect(()=>{(async()=>{try{const O=await Oe("/api/admin/settings");if(!O||O.success===!1)return;if(O.featureConfig&&Object.keys(O.featureConfig).length&&c(G=>({...G,...O.featureConfig})),O.mpConfig&&typeof O.mpConfig=="object"&&h(G=>({...G,...O.mpConfig})),O.ossConfig&&typeof O.ossConfig=="object"&&m(G=>({...G,...O.ossConfig})),O.siteSettings&&typeof O.siteSettings=="object"){const G=O.siteSettings;i(z=>({...z,...typeof G.sectionPrice=="number"&&{sectionPrice:G.sectionPrice},...typeof G.baseBookPrice=="number"&&{baseBookPrice:G.baseBookPrice},...typeof G.distributorShare=="number"&&{distributorShare:G.distributorShare},...G.authorInfo&&typeof G.authorInfo=="object"&&{authorInfo:{...z.authorInfo,...G.authorInfo}},...typeof G.ckbLeadApiKey=="string"&&{ckbLeadApiKey:G.ckbLeadApiKey}}))}}catch(O){console.error("Load settings error:",O)}finally{w(!1)}})()},[]);const X=async(I,O)=>{L(!0);try{const G=await wt("/api/admin/settings",{featureConfig:I});if(!G||G.success===!1){O(),F("保存失败",(G==null?void 0:G.error)??"未知错误",!0);return}F("已保存","功能开关已更新,相关入口将随之显示或隐藏。")}catch(G){console.error("Save feature config error:",G),O(),F("保存失败",G instanceof Error?G.message:String(G),!0)}finally{L(!1)}},te=(I,O)=>{const G=o,z={...G,[I]:O};c(z),X(z,()=>c(G))},ue=async()=>{y(!0);try{const I=await wt("/api/admin/settings",{featureConfig:o,siteSettings:{sectionPrice:a.sectionPrice,baseBookPrice:a.baseBookPrice,distributorShare:a.distributorShare,authorInfo:a.authorInfo,ckbLeadApiKey:a.ckbLeadApiKey||void 0},mpConfig:{...u,appId:u.appId||"",withdrawSubscribeTmplId:u.withdrawSubscribeTmplId||"",mchId:u.mchId||"",minWithdraw:typeof u.minWithdraw=="number"?u.minWithdraw:10},ossConfig:Object.keys(f).length?{endpoint:f.endpoint??"",bucket:f.bucket??"",region:f.region??"",accessKeyId:f.accessKeyId??"",accessKeySecret:f.accessKeySecret??""}:void 0});if(!I||I.success===!1){F("保存失败",(I==null?void 0:I.error)??"未知错误",!0);return}F("已保存","设置已保存成功。")}catch(I){console.error("Save settings error:",I),F("保存失败",I instanceof Error?I.message:String(I),!0)}finally{y(!1)}},ae=I=>{e(I==="system"?{}:{tab:I})};return N?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-6",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"系统设置"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置全站基础参数与开关"})]}),r==="system"&&s.jsxs(ee,{onClick:ue,disabled:g,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),g?"保存中...":"保存设置"]})]}),s.jsxs(xd,{value:r,onValueChange:ae,className:"w-full",children:[s.jsxs(Ll,{className:"mb-6 bg-[#0f2137] border border-gray-700/50 p-1",children:[s.jsxs(Zt,{value:"system",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(lo,{className:"w-4 h-4 mr-2"}),"系统设置"]}),s.jsxs(Zt,{value:"author",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(Em,{className:"w-4 h-4 mr-2"}),"作者详情"]}),s.jsxs(Zt,{value:"admin",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx($x,{className:"w-4 h-4 mr-2"}),"管理员"]}),s.jsxs(Zt,{value:"api-docs",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(Gw,{className:"w-4 h-4 mr-2"}),"API 文档"]})]}),s.jsx(en,{value:"system",className:"mt-0",children:s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Em,{className:"w-5 h-5 text-[#38bdac]"}),"关于作者"]}),s.jsx(Ft,{className:"text-gray-400",children:'配置作者信息,将在"关于作者"页面显示'})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"author-name",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Em,{className:"w-3 h-3"}),"主理人名称"]}),s.jsx(ne,{id:"author-name",className:"bg-[#0a1628] border-gray-700 text-white",value:a.authorInfo.name??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,name:I.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"start-date",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(lh,{className:"w-3 h-3"}),"开播日期"]}),s.jsx(ne,{id:"start-date",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 2025年10月15日",value:a.authorInfo.startDate??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,startDate:I.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"live-time",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(lh,{className:"w-3 h-3"}),"直播时间"]}),s.jsx(ne,{id:"live-time",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 06:00-09:00",value:a.authorInfo.liveTime??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,liveTime:I.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"platform",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Zw,{className:"w-3 h-3"}),"直播平台"]}),s.jsx(ne,{id:"platform",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: Soul派对房",value:a.authorInfo.platform??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,platform:I.target.value}}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"description",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Br,{className:"w-3 h-3"}),"简介描述"]}),s.jsx(ne,{id:"description",className:"bg-[#0a1628] border-gray-700 text-white",value:a.authorInfo.description??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,description:I.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"bio",className:"text-gray-300",children:"详细介绍"}),s.jsx(_l,{id:"bio",className:"bg-[#0a1628] border-gray-700 text-white min-h-[100px]",placeholder:"输入作者详细介绍...",value:a.authorInfo.bio??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,bio:I.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"ckb-lead-api-key",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Ss,{className:"w-3 h-3"}),"链接卡若存客宝密钥"]}),s.jsx(ne,{id:"ckb-lead-api-key",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 xxxxx-xxxxx-xxxxx-xxxxx(留空则用 .env 默认)",value:a.ckbLeadApiKey??"",onChange:I=>i(O=>({...O,ckbLeadApiKey:I.target.value}))}),s.jsx("p",{className:"text-xs text-gray-500",children:"小程序首页「链接卡若」留资接口使用的存客宝 API Key,优先于 .env 配置"})]}),s.jsxs("div",{className:"mt-4 p-4 rounded-xl bg-[#0a1628] border border-[#38bdac]/30",children:[s.jsx("p",{className:"text-xs text-gray-500 mb-2",children:"预览效果"}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-12 h-12 rounded-full bg-gradient-to-br from-[#00CED1] to-[#20B2AA] flex items-center justify-center text-xl font-bold text-white",children:(a.authorInfo.name??"K").charAt(0)}),s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-semibold",children:a.authorInfo.name}),s.jsx("p",{className:"text-gray-400 text-xs",children:a.authorInfo.description}),s.jsxs("p",{className:"text-[#38bdac] text-xs mt-1",children:["每日 ",a.authorInfo.liveTime," · ",a.authorInfo.platform]})]})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(ch,{className:"w-5 h-5 text-[#38bdac]"}),"价格设置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置书籍和章节的定价"})]}),s.jsx(Ee,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"单节价格 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:a.sectionPrice,onChange:I=>i(O=>({...O,sectionPrice:Number.parseFloat(I.target.value)||1}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"整本价格 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:a.baseBookPrice,onChange:I=>i(O=>({...O,baseBookPrice:Number.parseFloat(I.target.value)||9.9}))})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(yi,{className:"w-5 h-5 text-[#38bdac]"}),"小程序配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"订阅消息模板、支付商户号等,小程序从 /api/miniprogram/config 读取(API 地址由 app.js baseUrl 控制)"})]}),s.jsx(Ee,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"小程序 AppID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"wxb8bbb2b10dec74aa",value:u.appId??"",onChange:I=>h(O=>({...O,appId:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"提现订阅模板 ID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"用户申请提现时需授权",value:u.withdrawSubscribeTmplId??"",onChange:I=>h(O=>({...O,withdrawSubscribeTmplId:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"微信支付商户号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"1318592501",value:u.mchId??"",onChange:I=>h(O=>({...O,mchId:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"最低提现金额 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:u.minWithdraw??10,onChange:I=>h(O=>({...O,minWithdraw:Number.parseFloat(I.target.value)||10}))})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(lo,{className:"w-5 h-5 text-[#38bdac]"}),"功能开关"]}),s.jsx(Ft,{className:"text-gray-400",children:"控制各个功能模块的显示/隐藏"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Zn,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Y,{htmlFor:"match-enabled",className:"text-white font-medium cursor-pointer",children:"找伙伴功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制小程序和Web端的找伙伴功能显示"})]}),s.jsx(Et,{id:"match-enabled",checked:o.matchEnabled,disabled:P,onCheckedChange:I=>te("matchEnabled",I)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Yw,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Y,{htmlFor:"referral-enabled",className:"text-white font-medium cursor-pointer",children:"推广功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制推广中心的显示(我的页面入口)"})]}),s.jsx(Et,{id:"referral-enabled",checked:o.referralEnabled,disabled:P,onCheckedChange:I=>te("referralEnabled",I)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Br,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Y,{htmlFor:"search-enabled",className:"text-white font-medium cursor-pointer",children:"搜索功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制首页搜索栏的显示"})]}),s.jsx(Et,{id:"search-enabled",checked:o.searchEnabled,disabled:P,onCheckedChange:I=>te("searchEnabled",I)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(lo,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Y,{htmlFor:"about-enabled",className:"text-white font-medium cursor-pointer",children:"关于页面"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制关于页面的访问"})]}),s.jsx(Et,{id:"about-enabled",checked:o.aboutEnabled,disabled:P,onCheckedChange:I=>te("aboutEnabled",I)})]})]}),s.jsx("div",{className:"p-3 rounded-lg bg-blue-500/10 border border-blue-500/30",children:s.jsx("p",{className:"text-xs text-blue-300",children:"💡 关闭功能后,相关入口会自动隐藏。建议在功能开发完成后再开启。"})})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(aM,{className:"w-5 h-5 text-[#38bdac]"}),"OSS 配置(阿里云对象存储)"]}),s.jsx(Ft,{className:"text-gray-400",children:"endpoint、bucket、accessKey 等,用于图片/文件上传"})]}),s.jsx(Ee,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"Endpoint"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou.aliyuncs.com",value:f.endpoint??"",onChange:I=>m(O=>({...O,endpoint:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"Bucket"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"bucket 名称",value:f.bucket??"",onChange:I=>m(O=>({...O,bucket:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"Region"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou",value:f.region??"",onChange:I=>m(O=>({...O,region:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"AccessKey ID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey ID",value:f.accessKeyId??"",onChange:I=>m(O=>({...O,accessKeyId:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"AccessKey Secret"}),s.jsx(ne,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey Secret",value:f.accessKeySecret??"",onChange:I=>m(O=>({...O,accessKeySecret:I.target.value}))})]})]})})]})]})}),s.jsx(en,{value:"author",className:"mt-0",children:s.jsx(dV,{})}),s.jsx(en,{value:"admin",className:"mt-0",children:s.jsx(uV,{})}),s.jsx(en,{value:"api-docs",className:"mt-0",children:s.jsx(z4,{})})]}),s.jsx(Ot,{open:v,onOpenChange:k,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[s.jsxs(Dt,{children:[s.jsx(Lt,{className:D?"text-red-400":"text-[#38bdac]",children:C}),s.jsx(xf,{className:"text-gray-400 whitespace-pre-wrap pt-2",children:T})]}),s.jsx(on,{className:"mt-4",children:s.jsx(ee,{onClick:()=>k(!1),className:D?"bg-gray-600 hover:bg-gray-500":"bg-[#38bdac] hover:bg-[#2da396]",children:"确定"})})]})})]})}const vw={wechat:{enabled:!0,qrCode:"/images/wechat-pay.png",account:"卡若",websiteAppId:"",merchantId:"",groupQrCode:"/images/party-group-qr.png"},alipay:{enabled:!0,qrCode:"/images/alipay.png",account:"卡若",partnerId:"",securityKey:""},usdt:{enabled:!1,network:"TRC20",address:"",exchangeRate:7.2},paypal:{enabled:!1,email:"",exchangeRate:7.2}};function yV(){const[t,e]=b.useState(!1),[n,r]=b.useState(vw),[a,i]=b.useState(""),o=async()=>{e(!0);try{const k=await Oe("/api/config");k!=null&&k.paymentMethods&&r({...vw,...k.paymentMethods})}catch(k){console.error(k)}finally{e(!1)}};b.useEffect(()=>{o()},[]);const c=async()=>{e(!0);try{await wt("/api/db/config",{key:"payment_methods",value:n,description:"支付方式配置"}),ie.success("配置已保存!")}catch(k){console.error("保存失败:",k),ie.error("保存失败: "+(k instanceof Error?k.message:String(k)))}finally{e(!1)}},u=(k,C)=>{navigator.clipboard.writeText(k),i(C),setTimeout(()=>i(""),2e3)},h=(k,C)=>{r(E=>({...E,wechat:{...E.wechat,[k]:C}}))},f=(k,C)=>{r(E=>({...E,alipay:{...E.alipay,[k]:C}}))},m=(k,C)=>{r(E=>({...E,usdt:{...E.usdt,[k]:C}}))},g=(k,C)=>{r(E=>({...E,paypal:{...E.paypal,[k]:C}}))},y=n.wechat,N=n.alipay,w=n.usdt,v=n.paypal;return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold mb-2 text-white",children:"支付配置"}),s.jsx("p",{className:"text-gray-400",children:"配置微信、支付宝、USDT、PayPal等支付参数"})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(ee,{variant:"outline",onClick:o,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${t?"animate-spin":""}`}),"同步配置"]}),s.jsxs(ee,{onClick:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存配置"]})]})]}),s.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(Kw,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),s.jsxs("div",{className:"text-sm",children:[s.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"如何获取微信群跳转链接?"}),s.jsxs("ol",{className:"text-[#07C160]/80 space-y-1 list-decimal list-inside",children:[s.jsx("li",{children:"打开微信,进入目标微信群"}),s.jsx("li",{children:'点击右上角"..." → "群二维码"'}),s.jsx("li",{children:'点击右上角"..." → "发送到电脑"'}),s.jsx("li",{children:"在电脑上保存二维码图片,上传到图床获取URL"}),s.jsx("li",{children:"或使用草料二维码等工具解析二维码获取链接"})]}),s.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"提示:微信群二维码7天后失效,建议使用活码工具"})]})]})}),s.jsxs(xd,{defaultValue:"wechat",className:"space-y-6",children:[s.jsxs(Ll,{className:"bg-[#0f2137] border border-gray-700/50 p-1 grid grid-cols-4 w-full",children:[s.jsxs(Zt,{value:"wechat",className:"data-[state=active]:bg-[#07C160]/20 data-[state=active]:text-[#07C160] text-gray-400",children:[s.jsx(yi,{className:"w-4 h-4 mr-2"}),"微信"]}),s.jsxs(Zt,{value:"alipay",className:"data-[state=active]:bg-[#1677FF]/20 data-[state=active]:text-[#1677FF] text-gray-400",children:[s.jsx(Fv,{className:"w-4 h-4 mr-2"}),"支付宝"]}),s.jsxs(Zt,{value:"usdt",className:"data-[state=active]:bg-[#26A17B]/20 data-[state=active]:text-[#26A17B] text-gray-400",children:[s.jsx(_v,{className:"w-4 h-4 mr-2"}),"USDT"]}),s.jsxs(Zt,{value:"paypal",className:"data-[state=active]:bg-[#003087]/20 data-[state=active]:text-[#169BD7] text-gray-400",children:[s.jsx(Ag,{className:"w-4 h-4 mr-2"}),"PayPal"]})]}),s.jsx(en,{value:"wechat",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(Ye,{className:"text-[#07C160] flex items-center gap-2",children:[s.jsx(yi,{className:"w-5 h-5"}),"微信支付配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置微信支付参数和跳转链接"})]}),s.jsx(Et,{checked:!!y.enabled,onCheckedChange:k=>h("enabled",k)})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"网站AppID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.websiteAppId??""),onChange:k=>h("websiteAppId",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"商户号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.merchantId??""),onChange:k=>h("merchantId",k.target.value)})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[s.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[s.jsx(Us,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置(核心功能)"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"微信收款码/支付链接"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://收款码图片URL 或 weixin://支付链接",value:String(y.qrCode??""),onChange:k=>h("qrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户点击微信支付后显示的二维码图片URL"})]}),s.jsxs("div",{className:"space-y-2 bg-[#07C160]/5 p-4 rounded-xl border border-[#07C160]/20",children:[s.jsx(Y,{className:"text-[#07C160] font-medium",children:"微信群跳转链接(支付成功后跳转)"}),s.jsx(ne,{className:"bg-[#0a1628] border-[#07C160]/30 text-white placeholder:text-gray-500",placeholder:"https://weixin.qq.com/g/... 或微信群二维码图片URL",value:String(y.groupQrCode??""),onChange:k=>h("groupQrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-[#07C160]/70",children:"用户支付成功后将自动跳转到此链接,进入指定微信群"})]})]})]})]})}),s.jsx(en,{value:"alipay",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(Ye,{className:"text-[#1677FF] flex items-center gap-2",children:[s.jsx(Fv,{className:"w-5 h-5"}),"支付宝配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"已加载真实支付宝参数"})]}),s.jsx(Et,{checked:!!N.enabled,onCheckedChange:k=>f("enabled",k)})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"合作者身份 (PID)"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(N.partnerId??""),onChange:k=>f("partnerId",k.target.value)}),s.jsx(ee,{size:"icon",variant:"outline",className:"border-gray-700 bg-transparent",onClick:()=>u(String(N.partnerId??""),"pid"),children:a==="pid"?s.jsx(hf,{className:"w-4 h-4 text-green-500"}):s.jsx(Fx,{className:"w-4 h-4 text-gray-400"})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"安全校验码 (Key)"}),s.jsx(ne,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(N.securityKey??""),onChange:k=>f("securityKey",k.target.value)})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[s.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[s.jsx(Us,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"支付宝收款码/跳转链接"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://qr.alipay.com/... 或收款码图片URL",value:String(N.qrCode??""),onChange:k=>f("qrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户点击支付宝支付后显示的二维码"})]})]})]})]})}),s.jsx(en,{value:"usdt",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(Ye,{className:"text-[#26A17B] flex items-center gap-2",children:[s.jsx(_v,{className:"w-5 h-5"}),"USDT配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置加密货币收款地址"})]}),s.jsx(Et,{checked:!!w.enabled,onCheckedChange:k=>m("enabled",k)})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"网络类型"}),s.jsxs("select",{className:"w-full bg-[#0a1628] border border-gray-700 text-white rounded-md p-2",value:String(w.network??"TRC20"),onChange:k=>m("network",k.target.value),children:[s.jsx("option",{value:"TRC20",children:"TRC20 (波场)"}),s.jsx("option",{value:"ERC20",children:"ERC20 (以太坊)"}),s.jsx("option",{value:"BEP20",children:"BEP20 (币安链)"})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"收款地址"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",placeholder:"T... (TRC20地址)",value:String(w.address??""),onChange:k=>m("address",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(w.exchangeRate)??7.2,onChange:k=>m("exchangeRate",Number.parseFloat(k.target.value)||7.2)})]})]})]})}),s.jsx(en,{value:"paypal",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(Ye,{className:"text-[#169BD7] flex items-center gap-2",children:[s.jsx(Ag,{className:"w-5 h-5"}),"PayPal配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置PayPal收款账户"})]}),s.jsx(Et,{checked:!!v.enabled,onCheckedChange:k=>g("enabled",k)})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"PayPal邮箱"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"your@email.com",value:String(v.email??""),onChange:k=>g("email",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(v.exchangeRate)??7.2,onChange:k=>g("exchangeRate",Number(k.target.value)||7.2)})]})]})]})})]})]})}const bV={siteName:"卡若日记",siteTitle:"一场SOUL的创业实验场",siteDescription:"来自Soul派对房的真实商业故事",logo:"/logo.png",favicon:"/favicon.ico",primaryColor:"#00CED1"},vV={home:{enabled:!0,label:"首页"},chapters:{enabled:!0,label:"目录"},match:{enabled:!0,label:"匹配"},my:{enabled:!0,label:"我的"}},NV={homeTitle:"一场SOUL的创业实验场",homeSubtitle:"来自Soul派对房的真实商业故事",chaptersTitle:"我要看",matchTitle:"语音匹配",myTitle:"我的",aboutTitle:"关于作者"};function wV(){const[t,e]=b.useState({siteConfig:{...bV},menuConfig:{...vV},pageConfig:{...NV}}),[n,r]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{Oe("/api/config").then(f=>{f!=null&&f.siteConfig&&e(m=>({...m,siteConfig:{...m.siteConfig,...f.siteConfig}})),f!=null&&f.menuConfig&&e(m=>({...m,menuConfig:{...m.menuConfig,...f.menuConfig}})),f!=null&&f.pageConfig&&e(m=>({...m,pageConfig:{...m.pageConfig,...f.pageConfig}}))}).catch(console.error)},[]);const o=async()=>{i(!0);try{await wt("/api/db/config",{key:"site_config",value:t.siteConfig,description:"网站基础配置"}),await wt("/api/db/config",{key:"menu_config",value:t.menuConfig,description:"底部菜单配置"}),await wt("/api/db/config",{key:"page_config",value:t.pageConfig,description:"页面标题配置"}),r(!0),setTimeout(()=>r(!1),2e3),ie.success("配置已保存")}catch(f){console.error(f),ie.error("保存失败: "+(f instanceof Error?f.message:String(f)))}finally{i(!1)}},c=t.siteConfig,u=t.menuConfig,h=t.pageConfig;return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"网站配置"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置网站名称、图标、菜单和页面标题"})]}),s.jsxs(ee,{onClick:o,disabled:a,className:`${n?"bg-green-500":"bg-[#00CED1]"} hover:bg-[#20B2AA] text-white transition-colors`,children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":n?"已保存":"保存设置"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Ag,{className:"w-5 h-5 text-[#00CED1]"}),"网站基础信息"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置网站名称、标题和描述"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"site-name",className:"text-gray-300",children:"网站名称"}),s.jsx(ne,{id:"site-name",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteName??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteName:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"site-title",className:"text-gray-300",children:"网站标题"}),s.jsx(ne,{id:"site-title",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteTitle??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteTitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"site-desc",className:"text-gray-300",children:"网站描述"}),s.jsx(ne,{id:"site-desc",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteDescription??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteDescription:f.target.value}}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"logo",className:"text-gray-300",children:"Logo地址"}),s.jsx(ne,{id:"logo",className:"bg-[#0a1628] border-gray-700 text-white",value:c.logo??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,logo:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"favicon",className:"text-gray-300",children:"Favicon地址"}),s.jsx(ne,{id:"favicon",className:"bg-[#0a1628] border-gray-700 text-white",value:c.favicon??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,favicon:f.target.value}}))})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(lA,{className:"w-5 h-5 text-[#00CED1]"}),"主题颜色"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置网站主题色"})]}),s.jsx(Ee,{children:s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("div",{className:"space-y-2 flex-1",children:[s.jsx(Y,{htmlFor:"primary-color",className:"text-gray-300",children:"主色调"}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(ne,{id:"primary-color",type:"color",className:"w-16 h-10 bg-[#0a1628] border-gray-700 cursor-pointer p-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white flex-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))})]})]}),s.jsx("div",{className:"w-24 h-24 rounded-xl flex items-center justify-center text-white font-bold",style:{backgroundColor:c.primaryColor??"#00CED1"},children:"预览"})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(tA,{className:"w-5 h-5 text-[#00CED1]"}),"底部菜单配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"控制底部导航栏菜单的显示和名称"})]}),s.jsx(Ee,{className:"space-y-4",children:Object.entries(u).map(([f,m])=>s.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-4 flex-1",children:[s.jsx(Et,{checked:(m==null?void 0:m.enabled)??!0,onCheckedChange:g=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,enabled:g}}}))}),s.jsx("span",{className:"text-gray-300 w-16 capitalize",children:f}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white max-w-[200px]",value:(m==null?void 0:m.label)??"",onChange:g=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,label:g.target.value}}}))})]}),s.jsx("span",{className:`text-sm ${m!=null&&m.enabled?"text-green-400":"text-gray-500"}`,children:m!=null&&m.enabled?"显示":"隐藏"})]},f))})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Gw,{className:"w-5 h-5 text-[#00CED1]"}),"页面标题配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置各个页面的标题和副标题"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"首页标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"首页副标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeSubtitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeSubtitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"目录页标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.chaptersTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,chaptersTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"匹配页标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.matchTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,matchTitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"我的页标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.myTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,myTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"关于作者标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.aboutTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,aboutTitle:f.target.value}}))})]})]})]})]})]})]})}function jV(){const[t,e]=b.useState(""),[n,r]=b.useState(""),[a,i]=b.useState(""),[o,c]=b.useState({}),u=async()=>{var y,N,w,v;try{const k=await Oe("/api/config"),C=(N=(y=k==null?void 0:k.liveQRCodes)==null?void 0:y[0])==null?void 0:N.urls;Array.isArray(C)&&e(C.join(` +}`})]})]}),s.jsx("p",{className:"text-gray-500 text-xs mt-6",children:"管理端仅使用 /api/admin/*、/api/db/*;小程序使用 /api/miniprogram/*。完整实现见 soul-api 源码。"})]})}const fV={appId:"wxb8bbb2b10dec74aa",withdrawSubscribeTmplId:"u3MbZGPRkrZIk-I7QdpwzFxnO_CeQPaCWF2FkiIablE",mchId:"1318592501",minWithdraw:10},pV={name:"卡若",startDate:"2025年10月15日",bio:"连续创业者,私域运营专家,每天早上6-9点在Soul派对房分享真实商业故事",liveTime:"06:00-09:00",platform:"Soul派对房",description:"连续创业者,私域运营专家"},mV={sectionPrice:1,baseBookPrice:9.9,distributorShare:90,authorInfo:{...pV},ckbLeadApiKey:""},gV={matchEnabled:!0,referralEnabled:!0,searchEnabled:!0},xV=["system","author","admin","api-docs"];function yV(){const[t,e]=Hw(),n=t.get("tab")??"system",r=xV.includes(n)?n:"system",[a,i]=b.useState(mV),[o,c]=b.useState(gV),[u,h]=b.useState(fV),[f,m]=b.useState({}),[g,y]=b.useState(!1),[N,w]=b.useState(!0),[v,k]=b.useState(!1),[C,E]=b.useState(""),[T,R]=b.useState(""),[D,_]=b.useState(!1),[P,L]=b.useState(!1),F=(I,O,G=!1)=>{E(I),R(O),_(G),k(!0)};b.useEffect(()=>{(async()=>{try{const O=await Oe("/api/admin/settings");if(!O||O.success===!1)return;if(O.featureConfig&&Object.keys(O.featureConfig).length&&c(G=>({...G,...O.featureConfig})),O.mpConfig&&typeof O.mpConfig=="object"&&h(G=>({...G,...O.mpConfig})),O.ossConfig&&typeof O.ossConfig=="object"&&m(G=>({...G,...O.ossConfig})),O.siteSettings&&typeof O.siteSettings=="object"){const G=O.siteSettings;i(z=>({...z,...typeof G.sectionPrice=="number"&&{sectionPrice:G.sectionPrice},...typeof G.baseBookPrice=="number"&&{baseBookPrice:G.baseBookPrice},...typeof G.distributorShare=="number"&&{distributorShare:G.distributorShare},...G.authorInfo&&typeof G.authorInfo=="object"&&{authorInfo:{...z.authorInfo,...G.authorInfo}},...typeof G.ckbLeadApiKey=="string"&&{ckbLeadApiKey:G.ckbLeadApiKey}}))}}catch(O){console.error("Load settings error:",O)}finally{w(!1)}})()},[]);const X=async(I,O)=>{L(!0);try{const G=await wt("/api/admin/settings",{featureConfig:I});if(!G||G.success===!1){O(),F("保存失败",(G==null?void 0:G.error)??"未知错误",!0);return}F("已保存","功能开关已更新,相关入口将随之显示或隐藏。")}catch(G){console.error("Save feature config error:",G),O(),F("保存失败",G instanceof Error?G.message:String(G),!0)}finally{L(!1)}},te=(I,O)=>{const G=o,z={...G,[I]:O};c(z),X(z,()=>c(G))},ue=async()=>{y(!0);try{const I=await wt("/api/admin/settings",{featureConfig:o,siteSettings:{sectionPrice:a.sectionPrice,baseBookPrice:a.baseBookPrice,distributorShare:a.distributorShare,authorInfo:a.authorInfo,ckbLeadApiKey:a.ckbLeadApiKey||void 0},mpConfig:{...u,appId:u.appId||"",withdrawSubscribeTmplId:u.withdrawSubscribeTmplId||"",mchId:u.mchId||"",minWithdraw:typeof u.minWithdraw=="number"?u.minWithdraw:10},ossConfig:Object.keys(f).length?{endpoint:f.endpoint??"",bucket:f.bucket??"",region:f.region??"",accessKeyId:f.accessKeyId??"",accessKeySecret:f.accessKeySecret??""}:void 0});if(!I||I.success===!1){F("保存失败",(I==null?void 0:I.error)??"未知错误",!0);return}F("已保存","设置已保存成功。")}catch(I){console.error("Save settings error:",I),F("保存失败",I instanceof Error?I.message:String(I),!0)}finally{y(!1)}},ae=I=>{e(I==="system"?{}:{tab:I})};return N?s.jsx("div",{className:"p-8 text-gray-500",children:"加载中..."}):s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-6",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"系统设置"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置全站基础参数与开关"})]}),r==="system"&&s.jsxs(ee,{onClick:ue,disabled:g,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),g?"保存中...":"保存设置"]})]}),s.jsxs(xd,{value:r,onValueChange:ae,className:"w-full",children:[s.jsxs(Ll,{className:"mb-6 bg-[#0f2137] border border-gray-700/50 p-1",children:[s.jsxs(Zt,{value:"system",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(wl,{className:"w-4 h-4 mr-2"}),"系统设置"]}),s.jsxs(Zt,{value:"author",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(Em,{className:"w-4 h-4 mr-2"}),"作者详情"]}),s.jsxs(Zt,{value:"admin",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx($x,{className:"w-4 h-4 mr-2"}),"管理员"]}),s.jsxs(Zt,{value:"api-docs",className:"data-[state=active]:bg-[#38bdac]/20 data-[state=active]:text-[#38bdac] text-gray-400 data-[state=active]:font-medium",children:[s.jsx(Jw,{className:"w-4 h-4 mr-2"}),"API 文档"]})]}),s.jsx(en,{value:"system",className:"mt-0",children:s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Em,{className:"w-5 h-5 text-[#38bdac]"}),"关于作者"]}),s.jsx(Ft,{className:"text-gray-400",children:'配置作者信息,将在"关于作者"页面显示'})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"author-name",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Em,{className:"w-3 h-3"}),"主理人名称"]}),s.jsx(ne,{id:"author-name",className:"bg-[#0a1628] border-gray-700 text-white",value:a.authorInfo.name??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,name:I.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"start-date",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(lh,{className:"w-3 h-3"}),"开播日期"]}),s.jsx(ne,{id:"start-date",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 2025年10月15日",value:a.authorInfo.startDate??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,startDate:I.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"live-time",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(lh,{className:"w-3 h-3"}),"直播时间"]}),s.jsx(ne,{id:"live-time",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: 06:00-09:00",value:a.authorInfo.liveTime??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,liveTime:I.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"platform",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(ej,{className:"w-3 h-3"}),"直播平台"]}),s.jsx(ne,{id:"platform",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"例如: Soul派对房",value:a.authorInfo.platform??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,platform:I.target.value}}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"description",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Br,{className:"w-3 h-3"}),"简介描述"]}),s.jsx(ne,{id:"description",className:"bg-[#0a1628] border-gray-700 text-white",value:a.authorInfo.description??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,description:I.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"bio",className:"text-gray-300",children:"详细介绍"}),s.jsx(_l,{id:"bio",className:"bg-[#0a1628] border-gray-700 text-white min-h-[100px]",placeholder:"输入作者详细介绍...",value:a.authorInfo.bio??"",onChange:I=>i(O=>({...O,authorInfo:{...O.authorInfo,bio:I.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{htmlFor:"ckb-lead-api-key",className:"text-gray-300 flex items-center gap-1",children:[s.jsx(Ss,{className:"w-3 h-3"}),"链接卡若存客宝密钥"]}),s.jsx(ne,{id:"ckb-lead-api-key",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如 xxxxx-xxxxx-xxxxx-xxxxx(留空则用 .env 默认)",value:a.ckbLeadApiKey??"",onChange:I=>i(O=>({...O,ckbLeadApiKey:I.target.value}))}),s.jsx("p",{className:"text-xs text-gray-500",children:"小程序首页「链接卡若」留资接口使用的存客宝 API Key,优先于 .env 配置"})]}),s.jsxs("div",{className:"mt-4 p-4 rounded-xl bg-[#0a1628] border border-[#38bdac]/30",children:[s.jsx("p",{className:"text-xs text-gray-500 mb-2",children:"预览效果"}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("div",{className:"w-12 h-12 rounded-full bg-gradient-to-br from-[#00CED1] to-[#20B2AA] flex items-center justify-center text-xl font-bold text-white",children:(a.authorInfo.name??"K").charAt(0)}),s.jsxs("div",{children:[s.jsx("p",{className:"text-white font-semibold",children:a.authorInfo.name}),s.jsx("p",{className:"text-gray-400 text-xs",children:a.authorInfo.description}),s.jsxs("p",{className:"text-[#38bdac] text-xs mt-1",children:["每日 ",a.authorInfo.liveTime," · ",a.authorInfo.platform]})]})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(ch,{className:"w-5 h-5 text-[#38bdac]"}),"价格设置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置书籍和章节的定价"})]}),s.jsx(Ee,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"单节价格 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:a.sectionPrice,onChange:I=>i(O=>({...O,sectionPrice:Number.parseFloat(I.target.value)||1}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"整本价格 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:a.baseBookPrice,onChange:I=>i(O=>({...O,baseBookPrice:Number.parseFloat(I.target.value)||9.9}))})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(yi,{className:"w-5 h-5 text-[#38bdac]"}),"小程序配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"订阅消息模板、支付商户号等,小程序从 /api/miniprogram/config 读取(API 地址由 app.js baseUrl 控制)"})]}),s.jsx(Ee,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"小程序 AppID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"wxb8bbb2b10dec74aa",value:u.appId??"",onChange:I=>h(O=>({...O,appId:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"提现订阅模板 ID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"用户申请提现时需授权",value:u.withdrawSubscribeTmplId??"",onChange:I=>h(O=>({...O,withdrawSubscribeTmplId:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"微信支付商户号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"1318592501",value:u.mchId??"",onChange:I=>h(O=>({...O,mchId:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"最低提现金额 (元)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:u.minWithdraw??10,onChange:I=>h(O=>({...O,minWithdraw:Number.parseFloat(I.target.value)||10}))})]})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(wl,{className:"w-5 h-5 text-[#38bdac]"}),"功能开关"]}),s.jsx(Ft,{className:"text-gray-400",children:"控制各个功能模块的显示/隐藏"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Zn,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Y,{htmlFor:"match-enabled",className:"text-white font-medium cursor-pointer",children:"找伙伴功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制小程序和Web端的找伙伴功能显示"})]}),s.jsx(At,{id:"match-enabled",checked:o.matchEnabled,disabled:P,onCheckedChange:I=>te("matchEnabled",I)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Qw,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Y,{htmlFor:"referral-enabled",className:"text-white font-medium cursor-pointer",children:"推广功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制推广中心的显示(我的页面入口)"})]}),s.jsx(At,{id:"referral-enabled",checked:o.referralEnabled,disabled:P,onCheckedChange:I=>te("referralEnabled",I)})]}),s.jsxs("div",{className:"flex items-center justify-between p-4 rounded-lg bg-[#0a1628] border border-gray-700/50",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx(Br,{className:"w-4 h-4 text-[#38bdac]"}),s.jsx(Y,{htmlFor:"search-enabled",className:"text-white font-medium cursor-pointer",children:"搜索功能"})]}),s.jsx("p",{className:"text-xs text-gray-400 ml-6",children:"控制首页、目录页搜索栏的显示"})]}),s.jsx(At,{id:"search-enabled",checked:o.searchEnabled,disabled:P,onCheckedChange:I=>te("searchEnabled",I)})]})]}),s.jsx("div",{className:"p-3 rounded-lg bg-blue-500/10 border border-blue-500/30",children:s.jsx("p",{className:"text-xs text-blue-300",children:"💡 关闭功能后,相关入口会自动隐藏。建议在功能开发完成后再开启。"})})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(iM,{className:"w-5 h-5 text-[#38bdac]"}),"OSS 配置(阿里云对象存储)"]}),s.jsx(Ft,{className:"text-gray-400",children:"endpoint、bucket、accessKey 等,用于图片/文件上传"})]}),s.jsx(Ee,{className:"space-y-4",children:s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"Endpoint"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou.aliyuncs.com",value:f.endpoint??"",onChange:I=>m(O=>({...O,endpoint:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"Bucket"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"bucket 名称",value:f.bucket??"",onChange:I=>m(O=>({...O,bucket:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"Region"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"oss-cn-hangzhou",value:f.region??"",onChange:I=>m(O=>({...O,region:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"AccessKey ID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey ID",value:f.accessKeyId??"",onChange:I=>m(O=>({...O,accessKeyId:I.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"AccessKey Secret"}),s.jsx(ne,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"AccessKey Secret",value:f.accessKeySecret??"",onChange:I=>m(O=>({...O,accessKeySecret:I.target.value}))})]})]})})]})]})}),s.jsx(en,{value:"author",className:"mt-0",children:s.jsx(uV,{})}),s.jsx(en,{value:"admin",className:"mt-0",children:s.jsx(hV,{})}),s.jsx(en,{value:"api-docs",className:"mt-0",children:s.jsx(F4,{})})]}),s.jsx(Ot,{open:v,onOpenChange:k,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white",showCloseButton:!0,children:[s.jsxs(Dt,{children:[s.jsx(Lt,{className:D?"text-red-400":"text-[#38bdac]",children:C}),s.jsx(xf,{className:"text-gray-400 whitespace-pre-wrap pt-2",children:T})]}),s.jsx(on,{className:"mt-4",children:s.jsx(ee,{onClick:()=>k(!1),className:D?"bg-gray-600 hover:bg-gray-500":"bg-[#38bdac] hover:bg-[#2da396]",children:"确定"})})]})})]})}const Nw={wechat:{enabled:!0,qrCode:"/images/wechat-pay.png",account:"卡若",websiteAppId:"",merchantId:"",groupQrCode:"/images/party-group-qr.png"},alipay:{enabled:!0,qrCode:"/images/alipay.png",account:"卡若",partnerId:"",securityKey:""},usdt:{enabled:!1,network:"TRC20",address:"",exchangeRate:7.2},paypal:{enabled:!1,email:"",exchangeRate:7.2}};function bV(){const[t,e]=b.useState(!1),[n,r]=b.useState(Nw),[a,i]=b.useState(""),o=async()=>{e(!0);try{const k=await Oe("/api/config");k!=null&&k.paymentMethods&&r({...Nw,...k.paymentMethods})}catch(k){console.error(k)}finally{e(!1)}};b.useEffect(()=>{o()},[]);const c=async()=>{e(!0);try{await wt("/api/db/config",{key:"payment_methods",value:n,description:"支付方式配置"}),ie.success("配置已保存!")}catch(k){console.error("保存失败:",k),ie.error("保存失败: "+(k instanceof Error?k.message:String(k)))}finally{e(!1)}},u=(k,C)=>{navigator.clipboard.writeText(k),i(C),setTimeout(()=>i(""),2e3)},h=(k,C)=>{r(E=>({...E,wechat:{...E.wechat,[k]:C}}))},f=(k,C)=>{r(E=>({...E,alipay:{...E.alipay,[k]:C}}))},m=(k,C)=>{r(E=>({...E,usdt:{...E.usdt,[k]:C}}))},g=(k,C)=>{r(E=>({...E,paypal:{...E.paypal,[k]:C}}))},y=n.wechat,N=n.alipay,w=n.usdt,v=n.paypal;return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h1",{className:"text-2xl font-bold mb-2 text-white",children:"支付配置"}),s.jsx("p",{className:"text-gray-400",children:"配置微信、支付宝、USDT、PayPal等支付参数"})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(ee,{variant:"outline",onClick:o,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${t?"animate-spin":""}`}),"同步配置"]}),s.jsxs(ee,{onClick:c,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存配置"]})]})]}),s.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(qw,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),s.jsxs("div",{className:"text-sm",children:[s.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"如何获取微信群跳转链接?"}),s.jsxs("ol",{className:"text-[#07C160]/80 space-y-1 list-decimal list-inside",children:[s.jsx("li",{children:"打开微信,进入目标微信群"}),s.jsx("li",{children:'点击右上角"..." → "群二维码"'}),s.jsx("li",{children:'点击右上角"..." → "发送到电脑"'}),s.jsx("li",{children:"在电脑上保存二维码图片,上传到图床获取URL"}),s.jsx("li",{children:"或使用草料二维码等工具解析二维码获取链接"})]}),s.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"提示:微信群二维码7天后失效,建议使用活码工具"})]})]})}),s.jsxs(xd,{defaultValue:"wechat",className:"space-y-6",children:[s.jsxs(Ll,{className:"bg-[#0f2137] border border-gray-700/50 p-1 grid grid-cols-4 w-full",children:[s.jsxs(Zt,{value:"wechat",className:"data-[state=active]:bg-[#07C160]/20 data-[state=active]:text-[#07C160] text-gray-400",children:[s.jsx(yi,{className:"w-4 h-4 mr-2"}),"微信"]}),s.jsxs(Zt,{value:"alipay",className:"data-[state=active]:bg-[#1677FF]/20 data-[state=active]:text-[#1677FF] text-gray-400",children:[s.jsx(Fv,{className:"w-4 h-4 mr-2"}),"支付宝"]}),s.jsxs(Zt,{value:"usdt",className:"data-[state=active]:bg-[#26A17B]/20 data-[state=active]:text-[#26A17B] text-gray-400",children:[s.jsx(_v,{className:"w-4 h-4 mr-2"}),"USDT"]}),s.jsxs(Zt,{value:"paypal",className:"data-[state=active]:bg-[#003087]/20 data-[state=active]:text-[#169BD7] text-gray-400",children:[s.jsx(Ag,{className:"w-4 h-4 mr-2"}),"PayPal"]})]}),s.jsx(en,{value:"wechat",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(Ye,{className:"text-[#07C160] flex items-center gap-2",children:[s.jsx(yi,{className:"w-5 h-5"}),"微信支付配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置微信支付参数和跳转链接"})]}),s.jsx(At,{checked:!!y.enabled,onCheckedChange:k=>h("enabled",k)})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"网站AppID"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.websiteAppId??""),onChange:k=>h("websiteAppId",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"商户号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(y.merchantId??""),onChange:k=>h("merchantId",k.target.value)})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[s.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[s.jsx(Us,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置(核心功能)"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"微信收款码/支付链接"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://收款码图片URL 或 weixin://支付链接",value:String(y.qrCode??""),onChange:k=>h("qrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户点击微信支付后显示的二维码图片URL"})]}),s.jsxs("div",{className:"space-y-2 bg-[#07C160]/5 p-4 rounded-xl border border-[#07C160]/20",children:[s.jsx(Y,{className:"text-[#07C160] font-medium",children:"微信群跳转链接(支付成功后跳转)"}),s.jsx(ne,{className:"bg-[#0a1628] border-[#07C160]/30 text-white placeholder:text-gray-500",placeholder:"https://weixin.qq.com/g/... 或微信群二维码图片URL",value:String(y.groupQrCode??""),onChange:k=>h("groupQrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-[#07C160]/70",children:"用户支付成功后将自动跳转到此链接,进入指定微信群"})]})]})]})]})}),s.jsx(en,{value:"alipay",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(Ye,{className:"text-[#1677FF] flex items-center gap-2",children:[s.jsx(Fv,{className:"w-5 h-5"}),"支付宝配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"已加载真实支付宝参数"})]}),s.jsx(At,{checked:!!N.enabled,onCheckedChange:k=>f("enabled",k)})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"合作者身份 (PID)"}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(N.partnerId??""),onChange:k=>f("partnerId",k.target.value)}),s.jsx(ee,{size:"icon",variant:"outline",className:"border-gray-700 bg-transparent",onClick:()=>u(String(N.partnerId??""),"pid"),children:a==="pid"?s.jsx(hf,{className:"w-4 h-4 text-green-500"}):s.jsx(Fx,{className:"w-4 h-4 text-gray-400"})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"安全校验码 (Key)"}),s.jsx(ne,{type:"password",className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",value:String(N.securityKey??""),onChange:k=>f("securityKey",k.target.value)})]})]}),s.jsxs("div",{className:"border-t border-gray-700/50 pt-4 space-y-4",children:[s.jsxs("h4",{className:"text-white font-medium flex items-center gap-2",children:[s.jsx(Us,{className:"w-4 h-4 text-[#38bdac]"}),"跳转链接配置"]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"支付宝收款码/跳转链接"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500",placeholder:"https://qr.alipay.com/... 或收款码图片URL",value:String(N.qrCode??""),onChange:k=>f("qrCode",k.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户点击支付宝支付后显示的二维码"})]})]})]})]})}),s.jsx(en,{value:"usdt",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(Ye,{className:"text-[#26A17B] flex items-center gap-2",children:[s.jsx(_v,{className:"w-5 h-5"}),"USDT配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置加密货币收款地址"})]}),s.jsx(At,{checked:!!w.enabled,onCheckedChange:k=>m("enabled",k)})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"网络类型"}),s.jsxs("select",{className:"w-full bg-[#0a1628] border border-gray-700 text-white rounded-md p-2",value:String(w.network??"TRC20"),onChange:k=>m("network",k.target.value),children:[s.jsx("option",{value:"TRC20",children:"TRC20 (波场)"}),s.jsx("option",{value:"ERC20",children:"ERC20 (以太坊)"}),s.jsx("option",{value:"BEP20",children:"BEP20 (币安链)"})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"收款地址"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white font-mono text-sm",placeholder:"T... (TRC20地址)",value:String(w.address??""),onChange:k=>m("address",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(w.exchangeRate)??7.2,onChange:k=>m("exchangeRate",Number.parseFloat(k.target.value)||7.2)})]})]})]})}),s.jsx(en,{value:"paypal",className:"space-y-4",children:s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between pb-2",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsxs(Ye,{className:"text-[#169BD7] flex items-center gap-2",children:[s.jsx(Ag,{className:"w-5 h-5"}),"PayPal配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置PayPal收款账户"})]}),s.jsx(At,{checked:!!v.enabled,onCheckedChange:k=>g("enabled",k)})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"PayPal邮箱"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"your@email.com",value:String(v.email??""),onChange:k=>g("email",k.target.value)})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"汇率 (1 USD = ? CNY)"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:Number(v.exchangeRate)??7.2,onChange:k=>g("exchangeRate",Number(k.target.value)||7.2)})]})]})]})})]})]})}const vV={siteName:"卡若日记",siteTitle:"一场SOUL的创业实验场",siteDescription:"来自Soul派对房的真实商业故事",logo:"/logo.png",favicon:"/favicon.ico",primaryColor:"#00CED1"},NV={home:{enabled:!0,label:"首页"},chapters:{enabled:!0,label:"目录"},match:{enabled:!0,label:"匹配"},my:{enabled:!0,label:"我的"}},wV={homeTitle:"一场SOUL的创业实验场",homeSubtitle:"来自Soul派对房的真实商业故事",chaptersTitle:"我要看",matchTitle:"语音匹配",myTitle:"我的",aboutTitle:"关于作者"};function jV(){const[t,e]=b.useState({siteConfig:{...vV},menuConfig:{...NV},pageConfig:{...wV}}),[n,r]=b.useState(!1),[a,i]=b.useState(!1);b.useEffect(()=>{Oe("/api/config").then(f=>{f!=null&&f.siteConfig&&e(m=>({...m,siteConfig:{...m.siteConfig,...f.siteConfig}})),f!=null&&f.menuConfig&&e(m=>({...m,menuConfig:{...m.menuConfig,...f.menuConfig}})),f!=null&&f.pageConfig&&e(m=>({...m,pageConfig:{...m.pageConfig,...f.pageConfig}}))}).catch(console.error)},[]);const o=async()=>{i(!0);try{await wt("/api/db/config",{key:"site_config",value:t.siteConfig,description:"网站基础配置"}),await wt("/api/db/config",{key:"menu_config",value:t.menuConfig,description:"底部菜单配置"}),await wt("/api/db/config",{key:"page_config",value:t.pageConfig,description:"页面标题配置"}),r(!0),setTimeout(()=>r(!1),2e3),ie.success("配置已保存")}catch(f){console.error(f),ie.error("保存失败: "+(f instanceof Error?f.message:String(f)))}finally{i(!1)}},c=t.siteConfig,u=t.menuConfig,h=t.pageConfig;return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"网站配置"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置网站名称、图标、菜单和页面标题"})]}),s.jsxs(ee,{onClick:o,disabled:a,className:`${n?"bg-green-500":"bg-[#00CED1]"} hover:bg-[#20B2AA] text-white transition-colors`,children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":n?"已保存":"保存设置"]})]}),s.jsxs("div",{className:"space-y-6",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Ag,{className:"w-5 h-5 text-[#00CED1]"}),"网站基础信息"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置网站名称、标题和描述"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"site-name",className:"text-gray-300",children:"网站名称"}),s.jsx(ne,{id:"site-name",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteName??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteName:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"site-title",className:"text-gray-300",children:"网站标题"}),s.jsx(ne,{id:"site-title",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteTitle??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteTitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"site-desc",className:"text-gray-300",children:"网站描述"}),s.jsx(ne,{id:"site-desc",className:"bg-[#0a1628] border-gray-700 text-white",value:c.siteDescription??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,siteDescription:f.target.value}}))})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"logo",className:"text-gray-300",children:"Logo地址"}),s.jsx(ne,{id:"logo",className:"bg-[#0a1628] border-gray-700 text-white",value:c.logo??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,logo:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{htmlFor:"favicon",className:"text-gray-300",children:"Favicon地址"}),s.jsx(ne,{id:"favicon",className:"bg-[#0a1628] border-gray-700 text-white",value:c.favicon??"",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,favicon:f.target.value}}))})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(cA,{className:"w-5 h-5 text-[#00CED1]"}),"主题颜色"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置网站主题色"})]}),s.jsx(Ee,{children:s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("div",{className:"space-y-2 flex-1",children:[s.jsx(Y,{htmlFor:"primary-color",className:"text-gray-300",children:"主色调"}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(ne,{id:"primary-color",type:"color",className:"w-16 h-10 bg-[#0a1628] border-gray-700 cursor-pointer p-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white flex-1",value:c.primaryColor??"#00CED1",onChange:f=>e(m=>({...m,siteConfig:{...m.siteConfig,primaryColor:f.target.value}}))})]})]}),s.jsx("div",{className:"w-24 h-24 rounded-xl flex items-center justify-center text-white font-bold",style:{backgroundColor:c.primaryColor??"#00CED1"},children:"预览"})]})})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(nA,{className:"w-5 h-5 text-[#00CED1]"}),"底部菜单配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"控制底部导航栏菜单的显示和名称"})]}),s.jsx(Ee,{className:"space-y-4",children:Object.entries(u).map(([f,m])=>s.jsxs("div",{className:"flex items-center justify-between p-4 bg-[#0a1628] rounded-lg",children:[s.jsxs("div",{className:"flex items-center gap-4 flex-1",children:[s.jsx(At,{checked:(m==null?void 0:m.enabled)??!0,onCheckedChange:g=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,enabled:g}}}))}),s.jsx("span",{className:"text-gray-300 w-16 capitalize",children:f}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white max-w-[200px]",value:(m==null?void 0:m.label)??"",onChange:g=>e(y=>({...y,menuConfig:{...y.menuConfig,[f]:{...m,label:g.target.value}}}))})]}),s.jsx("span",{className:`text-sm ${m!=null&&m.enabled?"text-green-400":"text-gray-500"}`,children:m!=null&&m.enabled?"显示":"隐藏"})]},f))})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Jw,{className:"w-5 h-5 text-[#00CED1]"}),"页面标题配置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置各个页面的标题和副标题"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"首页标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"首页副标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.homeSubtitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,homeSubtitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"目录页标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.chaptersTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,chaptersTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"匹配页标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.matchTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,matchTitle:f.target.value}}))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"我的页标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.myTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,myTitle:f.target.value}}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"关于作者标题"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",value:h.aboutTitle??"",onChange:f=>e(m=>({...m,pageConfig:{...m.pageConfig,aboutTitle:f.target.value}}))})]})]})]})]})]})]})}function kV(){const[t,e]=b.useState(""),[n,r]=b.useState(""),[a,i]=b.useState(""),[o,c]=b.useState({}),u=async()=>{var y,N,w,v;try{const k=await Oe("/api/config"),C=(N=(y=k==null?void 0:k.liveQRCodes)==null?void 0:y[0])==null?void 0:N.urls;Array.isArray(C)&&e(C.join(` `));const E=(v=(w=k==null?void 0:k.paymentMethods)==null?void 0:w.wechat)==null?void 0:v.groupQrCode;E&&r(E),c({paymentMethods:k==null?void 0:k.paymentMethods,liveQRCodes:k==null?void 0:k.liveQRCodes})}catch(k){console.error(k)}};b.useEffect(()=>{u()},[]);const h=(y,N)=>{navigator.clipboard.writeText(y),i(N),setTimeout(()=>i(""),2e3)},f=async()=>{try{const y=t.split(` -`).map(w=>w.trim()).filter(Boolean),N=[...o.liveQRCodes||[]];N[0]?N[0].urls=y:N.push({id:"live-1",name:"微信群活码",urls:y,clickCount:0}),await wt("/api/db/config",{key:"live_qr_codes",value:N,description:"群活码配置"}),ie.success("群活码配置已保存!"),await u()}catch(y){console.error(y),ie.error("保存失败: "+(y instanceof Error?y.message:String(y)))}},m=async()=>{var y;try{await wt("/api/db/config",{key:"payment_methods",value:{...o.paymentMethods||{},wechat:{...((y=o.paymentMethods)==null?void 0:y.wechat)||{},groupQrCode:n}},description:"支付方式配置"}),ie.success("微信群链接已保存!用户支付成功后将自动跳转"),await u()}catch(N){console.error(N),ie.error("保存失败: "+(N instanceof Error?N.message:String(N)))}},g=()=>{n?window.open(n,"_blank"):ie.error("请先配置微信群链接")};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"mb-8",children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"微信群活码管理"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置微信群跳转链接,用户支付后自动跳转加群"})]}),s.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(Kw,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),s.jsxs("div",{className:"text-sm",children:[s.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"微信群活码配置指南"}),s.jsxs("div",{className:"text-[#07C160]/80 space-y-2",children:[s.jsx("p",{className:"font-medium",children:"方法一:使用草料活码(推荐)"}),s.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[s.jsx("li",{children:"访问草料二维码创建活码"}),s.jsx("li",{children:"上传微信群二维码图片,生成永久链接"}),s.jsx("li",{children:"复制生成的短链接填入下方配置"}),s.jsx("li",{children:"群满后可直接在草料后台更换新群码,链接不变"})]}),s.jsx("p",{className:"font-medium mt-3",children:"方法二:直接使用微信群链接"}),s.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[s.jsx("li",{children:'微信打开目标群 → 右上角"..." → 群二维码'}),s.jsx("li",{children:"长按二维码 → 识别二维码 → 复制链接"})]}),s.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"注意:微信原生群二维码7天后失效,建议使用草料活码"})]})]})]})}),s.jsxs("div",{className:"grid gap-6 md:grid-cols-2",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-[#07C160] flex items-center gap-2",children:[s.jsx(Bv,{className:"w-5 h-5"}),"支付成功跳转链接(核心配置)"]}),s.jsx(Ft,{className:"text-gray-400",children:"用户支付完成后自动跳转到此链接,进入指定微信群"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Ig,{className:"w-4 h-4"}),"微信群链接 / 活码链接"]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ne,{placeholder:"https://cli.im/xxxxx 或 https://weixin.qq.com/g/...",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",value:n,onChange:y=>r(y.target.value)}),s.jsx(ee,{variant:"outline",size:"icon",className:"border-gray-700 bg-transparent hover:bg-gray-700/50",onClick:()=>h(n,"group"),children:a==="group"?s.jsx(hf,{className:"w-4 h-4 text-green-500"}):s.jsx(Fx,{className:"w-4 h-4 text-gray-400"})})]}),s.jsxs("p",{className:"text-xs text-gray-500 flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"}),"支持格式:草料短链、微信群链接(https://weixin.qq.com/g/...)、企业微信链接等"]})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(ee,{onClick:m,className:"flex-1 bg-[#07C160] hover:bg-[#06AD51] text-white",children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),"保存配置"]}),s.jsxs(ee,{onClick:g,variant:"outline",className:"border-[#07C160] text-[#07C160] hover:bg-[#07C160]/10 bg-transparent",children:[s.jsx(Us,{className:"w-4 h-4 mr-2"}),"测试跳转"]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Bv,{className:"w-5 h-5 text-[#38bdac]"}),"多群轮换(高级配置)"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置多个群链接,系统自动轮换分配,避免单群满员"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Ig,{className:"w-4 h-4"}),"多个群链接(每行一个)"]}),s.jsx(_l,{placeholder:"https://cli.im/group1\\nhttps://cli.im/group2",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 min-h-[120px] font-mono text-sm",value:t,onChange:y=>e(y.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"每行填写一个群链接,系统将按顺序或随机分配"})]}),s.jsxs("div",{className:"flex items-center justify-between p-3 bg-[#0a1628] rounded-lg border border-gray-700/50",children:[s.jsx("span",{className:"text-sm text-gray-400",children:"已配置群数量"}),s.jsxs("span",{className:"font-bold text-[#38bdac]",children:[t.split(` -`).filter(Boolean).length," 个"]})]}),s.jsxs(ee,{onClick:f,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),"保存多群配置"]})]})]})]}),s.jsxs("div",{className:"mt-6 bg-[#0f2137] rounded-xl p-4 border border-gray-700/50",children:[s.jsx("h4",{className:"text-white font-medium mb-3",children:"常见问题"}),s.jsxs("div",{className:"space-y-3 text-sm",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-[#38bdac]",children:"Q: 为什么推荐使用草料活码?"}),s.jsx("p",{className:"text-gray-400",children:"A: 草料活码是永久链接,群满后可直接在后台更换新群码,无需修改网站配置。微信原生群码7天失效。"})]}),s.jsxs("div",{children:[s.jsx("p",{className:"text-[#38bdac]",children:"Q: 支付后没有跳转怎么办?"}),s.jsx("p",{className:"text-gray-400",children:"A: 1) 检查链接是否正确填写 2) 部分浏览器可能拦截弹窗,用户需手动允许 3) 建议使用https开头的链接"})]})]})]})]})}const Nw={matchTypes:[{id:"partner",label:"创业合伙",matchLabel:"创业伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10}},kV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function SV(){const[t,e]=b.useState(Nw),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),[u,h]=b.useState(null),[f,m]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),g=async()=>{r(!0);try{const E=await Oe("/api/db/config/full?key=match_config"),T=(E==null?void 0:E.data)??(E==null?void 0:E.config);T&&e({...Nw,...T})}catch(E){console.error("加载匹配配置失败:",E)}finally{r(!1)}};b.useEffect(()=>{g()},[]);const y=async()=>{i(!0);try{const E=await wt("/api/db/config",{key:"match_config",value:t,description:"匹配功能配置"});E&&E.success!==!1?ie.success("配置保存成功!"):ie.error("保存失败: "+(E&&typeof E=="object"&&"error"in E?E.error:"未知错误"))}catch(E){console.error("保存配置失败:",E),ie.error("保存失败")}finally{i(!1)}},N=E=>{h(E),m({id:E.id,label:E.label,matchLabel:E.matchLabel,icon:E.icon,matchFromDB:E.matchFromDB,showJoinAfterMatch:E.showJoinAfterMatch,price:E.price,enabled:E.enabled}),c(!0)},w=()=>{h(null),m({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),c(!0)},v=()=>{if(!f.id||!f.label){ie.error("请填写类型ID和名称");return}const E=[...t.matchTypes];if(u){const T=E.findIndex(R=>R.id===u.id);T!==-1&&(E[T]={...f})}else{if(E.some(T=>T.id===f.id)){ie.error("类型ID已存在");return}E.push({...f})}e({...t,matchTypes:E}),c(!1)},k=E=>{confirm("确定要删除这个匹配类型吗?")&&e({...t,matchTypes:t.matchTypes.filter(T=>T.id!==E)})},C=E=>{e({...t,matchTypes:t.matchTypes.map(T=>T.id===E?{...T,enabled:!T.enabled}:T)})};return s.jsxs("div",{className:"p-8 w-full space-y-6",children:[s.jsxs("div",{className:"flex justify-between items-center",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(lo,{className:"w-6 h-6 text-[#38bdac]"}),"匹配功能配置"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"管理找伙伴功能的匹配类型和价格"})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(ee,{variant:"outline",onClick:g,disabled:n,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]}),s.jsxs(ee,{onClick:y,disabled:a,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存配置"]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(li,{className:"w-5 h-5 text-yellow-400"}),"基础设置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),s.jsxs(Ee,{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"每日免费匹配次数"}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.freeMatchLimit,onChange:E=>e({...t,freeMatchLimit:parseInt(E.target.value,10)||0})}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户每天可免费匹配的次数"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"付费匹配价格(元)"}),s.jsx(ne,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:t.matchPrice,onChange:E=>e({...t,matchPrice:parseFloat(E.target.value)||1})}),s.jsx("p",{className:"text-xs text-gray-500",children:"免费次数用完后的单次匹配价格"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"每日最大匹配次数"}),s.jsx(ne,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.settings.maxMatchesPerDay,onChange:E=>e({...t,settings:{...t.settings,maxMatchesPerDay:parseInt(E.target.value,10)||10}})}),s.jsx("p",{className:"text-xs text-gray-500",children:"包含免费和付费的总次数"})]})]}),s.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:t.settings.enableFreeMatches,onCheckedChange:E=>e({...t,settings:{...t.settings,enableFreeMatches:E}})}),s.jsx(Y,{className:"text-gray-300",children:"启用免费匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:t.settings.enablePaidMatches,onCheckedChange:E=>e({...t,settings:{...t.settings,enablePaidMatches:E}})}),s.jsx(Y,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"}),"匹配类型管理"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),s.jsxs(ee,{onClick:w,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-1"}),"添加类型"]})]}),s.jsx(Ee,{children:s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"图标"}),s.jsx(je,{className:"text-gray-400",children:"类型ID"}),s.jsx(je,{className:"text-gray-400",children:"显示名称"}),s.jsx(je,{className:"text-gray-400",children:"匹配标签"}),s.jsx(je,{className:"text-gray-400",children:"价格"}),s.jsx(je,{className:"text-gray-400",children:"数据库匹配"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsx(dr,{children:t.matchTypes.map(E=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsx("span",{className:"text-2xl",children:E.icon})}),s.jsx(ye,{className:"font-mono text-gray-300",children:E.id}),s.jsx(ye,{className:"text-white font-medium",children:E.label}),s.jsx(ye,{className:"text-gray-300",children:E.matchLabel}),s.jsx(ye,{children:s.jsxs(Ue,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",E.price]})}),s.jsx(ye,{children:E.matchFromDB?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):s.jsx(Ue,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),s.jsx(ye,{children:s.jsx(Et,{checked:E.enabled,onCheckedChange:()=>C(E.id)})}),s.jsx(ye,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>N(E),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>k(E.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(Jn,{className:"w-4 h-4"})})]})})]},E.id))})]})})]}),s.jsx(Ot,{open:o,onOpenChange:c,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[u?s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(hn,{className:"w-5 h-5 text-[#38bdac]"}),u?"编辑匹配类型":"添加匹配类型"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"类型ID(英文)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:f.id,onChange:E=>m({...f,id:E.target.value}),disabled:!!u})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"图标"}),s.jsx("div",{className:"flex gap-1 flex-wrap",children:kV.map(E=>s.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${f.icon===E?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>m({...f,icon:E}),children:E},E))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"显示名称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业合伙",value:f.label,onChange:E=>m({...f,label:E.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"匹配标签"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业伙伴",value:f.matchLabel,onChange:E=>m({...f,matchLabel:E.target.value})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"单次匹配价格(元)"}),s.jsx(ne,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:f.price,onChange:E=>m({...f,price:parseFloat(E.target.value)||1})})]}),s.jsxs("div",{className:"flex gap-6 pt-2",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:f.matchFromDB,onCheckedChange:E=>m({...f,matchFromDB:E})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:f.showJoinAfterMatch,onCheckedChange:E=>m({...f,showJoinAfterMatch:E})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:f.enabled,onCheckedChange:E=>m({...f,enabled:E})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>c(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsxs(ee,{onClick:v,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})]})]})})]})}const ww={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function CV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[g,y]=b.useState(null);async function N(){m(!0),y(null);try{const v=new URLSearchParams({page:String(a),pageSize:String(o)});u&&v.set("matchType",u);const k=await Oe(`/api/db/match-records?${v}`);k!=null&&k.success?(e(k.records||[]),r(k.total??0)):y("加载匹配记录失败")}catch(v){console.error("加载匹配记录失败",v),y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{N()},[a,u]);const w=Math.ceil(n/o)||1;return s.jsxs("div",{className:"p-8 w-full",children:[g&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:g}),s.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"匹配记录"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["找伙伴匹配统计,共 ",n," 条记录"]})]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("select",{value:u,onChange:v=>{h(v.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部类型"}),Object.entries(ww).map(([v,k])=>s.jsx("option",{value:v,children:k},v))]}),s.jsxs("button",{type:"button",onClick:N,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Ke,{className:`w-4 h-4 ${f?"animate-spin":""}`}),"刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:f?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"匹配时间"})]})}),s.jsxs(dr,{children:[t.map(v=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[v.userAvatar?s.jsx("img",{src:v.userAvatar,alt:"",className:"w-full h-full object-cover",onError:k=>{k.currentTarget.style.display="none";const C=k.currentTarget.nextElementSibling;C&&C.classList.remove("hidden")}}):null,s.jsx("span",{className:v.userAvatar?"hidden":"",children:(v.userNickname||v.userId||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white",children:v.userNickname||v.userId}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[v.userId.slice(0,16),"..."]})]})]})}),s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[v.matchedUserAvatar?s.jsx("img",{src:v.matchedUserAvatar,alt:"",className:"w-full h-full object-cover",onError:k=>{k.currentTarget.style.display="none";const C=k.currentTarget.nextElementSibling;C&&C.classList.remove("hidden")}}):null,s.jsx("span",{className:v.matchedUserAvatar?"hidden":"",children:(v.matchedNickname||v.matchedUserId||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white",children:v.matchedNickname||v.matchedUserId}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[v.matchedUserId.slice(0,16),"..."]})]})]})}),s.jsx(ye,{children:s.jsx(Ue,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:ww[v.matchType]||v.matchType})}),s.jsxs(ye,{className:"text-gray-400 text-sm",children:[v.phone&&s.jsxs("div",{children:["📱 ",v.phone]}),v.wechatId&&s.jsxs("div",{children:["💬 ",v.wechatId]}),!v.phone&&!v.wechatId&&"-"]}),s.jsx(ye,{className:"text-gray-400",children:v.createdAt?new Date(v.createdAt).toLocaleString():"-"})]},v.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),s.jsx(is,{page:a,totalPages:w,total:n,pageSize:o,onPageChange:i,onPageSizeChange:v=>{c(v),i(1)}})]})})})]})}function EV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0);async function a(){r(!0);try{const i=await Oe("/api/db/vip-members?limit=100");if(i!=null&&i.success&&i.data){const o=[...i.data].map((c,u)=>({...c,vipSort:typeof c.vipSort=="number"?c.vipSort:u+1}));o.sort((c,u)=>(c.vipSort??999999)-(u.vipSort??999999)),e(o)}}catch(i){console.error("Load VIP members error:",i),ie.error("加载 VIP 成员失败")}finally{r(!1)}}return b.useEffect(()=>{a()},[]),s.jsxs("div",{className:"p-8 w-full",children:[s.jsx("div",{className:"flex justify-between items-center mb-8",children:s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(yl,{className:"w-5 h-5 text-amber-400"}),"用户管理 / 超级个体列表"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"这里展示所有有效超级个体用户,仅用于查看其基本信息与排序值。"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400 w-20",children:"序号"}),s.jsx(je,{className:"text-gray-400",children:"成员"}),s.jsx(je,{className:"text-gray-400 w-40",children:"超级个体"}),s.jsx(je,{className:"text-gray-400 w-28",children:"排序值"})]})}),s.jsxs(dr,{children:[t.map((i,o)=>{var c;return s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:o+1}),s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[i.avatar?s.jsx("img",{src:i.avatar,className:"w-8 h-8 rounded-full object-cover border border-amber-400/60"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((c=i.name)==null?void 0:c[0])||"创"}),s.jsx("div",{className:"min-w-0",children:s.jsx("div",{className:"text-white text-sm truncate",children:i.name})})]})}),s.jsx(ye,{className:"text-gray-300",children:i.vipRole||s.jsx("span",{className:"text-gray-500",children:"(未设置超级个体)"})}),s.jsx(ye,{className:"text-gray-300",children:i.vipSort??o+1})]},i.id)}),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:5,className:"text-center py-12 text-gray-500",children:"当前没有有效的超级个体用户。"})})]})]})})})]})}function F4(t){const[e,n]=b.useState([]),[r,a]=b.useState(!0),[i,o]=b.useState(!1),[c,u]=b.useState(null),[h,f]=b.useState({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:0,enabled:!0}),[m,g]=b.useState(!1),[y,N]=b.useState(!1),w=b.useRef(null),v=async P=>{var F;const L=(F=P.target.files)==null?void 0:F[0];if(L){N(!0);try{const X=new FormData;X.append("file",L),X.append("folder","mentors");const te=ff(),ue={};te&&(ue.Authorization=`Bearer ${te}`);const I=await(await fetch(go("/api/upload"),{method:"POST",body:X,credentials:"include",headers:ue})).json();I!=null&&I.success&&(I!=null&&I.url)?f(O=>({...O,avatar:I.url})):ie.error("上传失败: "+((I==null?void 0:I.error)||"未知错误"))}catch(X){console.error(X),ie.error("上传失败")}finally{N(!1),w.current&&(w.current.value="")}}};async function k(){a(!0);try{const P=await Oe("/api/db/mentors");P!=null&&P.success&&P.data&&n(P.data)}catch(P){console.error("Load mentors error:",P)}finally{a(!1)}}b.useEffect(()=>{k()},[]);const C=()=>{f({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:e.length>0?Math.max(...e.map(P=>P.sort))+1:0,enabled:!0})},E=()=>{u(null),C(),o(!0)},T=P=>{u(P),f({name:P.name,avatar:P.avatar||"",intro:P.intro||"",tags:P.tags||"",priceSingle:P.priceSingle!=null?String(P.priceSingle):"",priceHalfYear:P.priceHalfYear!=null?String(P.priceHalfYear):"",priceYear:P.priceYear!=null?String(P.priceYear):"",quote:P.quote||"",whyFind:P.whyFind||"",offering:P.offering||"",judgmentStyle:P.judgmentStyle||"",sort:P.sort,enabled:P.enabled??!0}),o(!0)},R=async()=>{if(!h.name.trim()){ie.error("导师姓名不能为空");return}g(!0);try{const P=F=>F===""?void 0:parseFloat(F),L={name:h.name.trim(),avatar:h.avatar.trim()||void 0,intro:h.intro.trim()||void 0,tags:h.tags.trim()||void 0,priceSingle:P(h.priceSingle),priceHalfYear:P(h.priceHalfYear),priceYear:P(h.priceYear),quote:h.quote.trim()||void 0,whyFind:h.whyFind.trim()||void 0,offering:h.offering.trim()||void 0,judgmentStyle:h.judgmentStyle.trim()||void 0,sort:h.sort,enabled:h.enabled};if(c){const F=await _t("/api/db/mentors",{id:c.id,...L});F!=null&&F.success?(o(!1),k()):ie.error("更新失败: "+(F==null?void 0:F.error))}else{const F=await wt("/api/db/mentors",L);F!=null&&F.success?(o(!1),k()):ie.error("新增失败: "+(F==null?void 0:F.error))}}catch(P){console.error("Save error:",P),ie.error("保存失败")}finally{g(!1)}},D=async P=>{if(confirm("确定删除该导师?"))try{const L=await Bs(`/api/db/mentors?id=${P}`);L!=null&&L.success?k():ie.error("删除失败: "+(L==null?void 0:L.error))}catch(L){console.error("Delete error:",L),ie.error("删除失败")}},_=P=>P!=null?`¥${P}`:"-";return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"}),"导师管理"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师列表,支持每个导师独立配置单次/半年/年度价格"})]}),s.jsxs(ee,{onClick:E,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"新增导师"]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:r?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"姓名"}),s.jsx(je,{className:"text-gray-400",children:"简介"}),s.jsx(je,{className:"text-gray-400",children:"单次"}),s.jsx(je,{className:"text-gray-400",children:"半年"}),s.jsx(je,{className:"text-gray-400",children:"年度"}),s.jsx(je,{className:"text-gray-400",children:"排序"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(dr,{children:[e.map(P=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:P.id}),s.jsx(ye,{className:"text-white",children:P.name}),s.jsx(ye,{className:"text-gray-400 max-w-[200px] truncate",children:P.intro||"-"}),s.jsx(ye,{className:"text-gray-400",children:_(P.priceSingle)}),s.jsx(ye,{className:"text-gray-400",children:_(P.priceHalfYear)}),s.jsx(ye,{className:"text-gray-400",children:_(P.priceYear)}),s.jsx(ye,{className:"text-gray-400",children:P.sort}),s.jsxs(ye,{className:"text-right",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>T(P),className:"text-gray-400 hover:text-[#38bdac]",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>D(P.id),className:"text-gray-400 hover:text-red-400",children:s.jsx(Jn,{className:"w-4 h-4"})})]})]},P.id)),e.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:8,className:"text-center py-12 text-gray-500",children:"暂无导师,点击「新增导师」添加"})})]})]})})}),s.jsx(Ot,{open:i,onOpenChange:o,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg max-h-[90vh] overflow-y-auto",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:c?"编辑导师":"新增导师"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"姓名 *"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:卡若",value:h.name,onChange:P=>f(L=>({...L,name:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"排序"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:h.sort,onChange:P=>f(L=>({...L,sort:parseInt(P.target.value,10)||0}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"头像"}),s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:h.avatar,onChange:P=>f(L=>({...L,avatar:P.target.value})),placeholder:"点击上传或粘贴图片地址"}),s.jsx("input",{ref:w,type:"file",accept:"image/*",className:"hidden",onChange:v}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:y,onClick:()=>{var P;return(P=w.current)==null?void 0:P.click()},children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),y?"上传中...":"上传"]})]}),h.avatar&&s.jsx("div",{className:"mt-2",children:s.jsx("img",{src:h.avatar.startsWith("http")?h.avatar:go(h.avatar),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"简介"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:结构判断型咨询 · Decision > Execution",value:h.intro,onChange:P=>f(L=>({...L,intro:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"技能标签(逗号分隔)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:项目结构判断、风险止损、人×项目匹配",value:h.tags,onChange:P=>f(L=>({...L,tags:P.target.value}))})]}),s.jsxs("div",{className:"border-t border-gray-700 pt-4",children:[s.jsx(Y,{className:"text-gray-300 block mb-2",children:"价格配置(每个导师独立)"}),s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"单次咨询 ¥"}),s.jsx(ne,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"980",value:h.priceSingle,onChange:P=>f(L=>({...L,priceSingle:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"半年咨询 ¥"}),s.jsx(ne,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"19800",value:h.priceHalfYear,onChange:P=>f(L=>({...L,priceHalfYear:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"年度咨询 ¥"}),s.jsx(ne,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"29800",value:h.priceYear,onChange:P=>f(L=>({...L,priceYear:P.target.value}))})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"引言"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:大多数人失败,不是因为不努力...",value:h.quote,onChange:P=>f(L=>({...L,quote:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"为什么找(文本)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:h.whyFind,onChange:P=>f(L=>({...L,whyFind:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"提供什么(文本)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:h.offering,onChange:P=>f(L=>({...L,offering:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"判断风格(逗号分隔)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:冷静、克制、偏风险视角",value:h.judgmentStyle,onChange:P=>f(L=>({...L,judgmentStyle:P.target.value}))})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("input",{type:"checkbox",id:"enabled",checked:h.enabled,onChange:P=>f(L=>({...L,enabled:P.target.checked})),className:"rounded border-gray-600 bg-[#0a1628]"}),s.jsx(Y,{htmlFor:"enabled",className:"text-gray-300 cursor-pointer",children:"上架(小程序可见)"})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>o(!1),className:"border-gray-600 text-gray-300",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:R,disabled:m,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),m?"保存中...":"保存"]})]})]})})]})}function TV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState("");async function o(){r(!0);try{const h=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",f=await Oe(h);f!=null&&f.success&&f.data&&e(f.data)}catch(h){console.error("Load consultations error:",h)}finally{r(!1)}}b.useEffect(()=>{o()},[a]);const c={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},u={single:"单次",half_year:"半年",year:"年度"};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(lh,{className:"w-5 h-5 text-[#38bdac]"}),"导师预约列表"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师咨询预约记录"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("select",{value:a,onChange:h=>i(h.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),Object.entries(c).map(([h,f])=>s.jsx("option",{value:h,children:f},h))]}),s.jsxs(ee,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户ID"}),s.jsx(je,{className:"text-gray-400",children:"导师ID"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"})]})}),s.jsxs(dr,{children:[t.map(h=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:h.id}),s.jsx(ye,{className:"text-gray-400",children:h.userId}),s.jsx(ye,{className:"text-gray-400",children:h.mentorId}),s.jsx(ye,{className:"text-gray-400",children:u[h.consultationType]||h.consultationType}),s.jsxs(ye,{className:"text-white",children:["¥",h.amount]}),s.jsx(ye,{className:"text-gray-400",children:c[h.status]||h.status}),s.jsx(ye,{className:"text-gray-500 text-sm",children:h.createdAt})]},h.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}const Lc={poolSource:["vip"],requirePhone:!0,requireNickname:!0,requireAvatar:!1,requireBusiness:!1},jw={matchTypes:[{id:"partner",label:"找伙伴",matchLabel:"找伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10},poolSettings:Lc},MV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function AV(){const t=Ci(),[e,n]=b.useState(jw),[r,a]=b.useState(!0),[i,o]=b.useState(!1),[c,u]=b.useState(!1),[h,f]=b.useState(null),[m,g]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),[y,N]=b.useState(null),[w,v]=b.useState(!1),k=async()=>{v(!0);try{const L=await Oe("/api/db/match-pool-counts");L!=null&&L.success&&L.data&&N(L.data)}catch(L){console.error("加载池子人数失败:",L)}finally{v(!1)}},C=async()=>{a(!0);try{const L=await Oe("/api/db/config/full?key=match_config"),F=(L==null?void 0:L.data)??(L==null?void 0:L.config);if(F){let X=F.poolSettings??Lc;X.poolSource&&!Array.isArray(X.poolSource)&&(X={...X,poolSource:[X.poolSource]}),n({...jw,...F,poolSettings:X})}}catch(L){console.error("加载匹配配置失败:",L)}finally{a(!1)}};b.useEffect(()=>{C(),k()},[]);const E=async()=>{o(!0);try{const L=await wt("/api/db/config",{key:"match_config",value:e,description:"匹配功能配置"});ie.error((L==null?void 0:L.success)!==!1?"配置保存成功!":"保存失败: "+((L==null?void 0:L.error)||"未知错误"))}catch(L){console.error(L),ie.error("保存失败")}finally{o(!1)}},T=L=>{f(L),g({...L}),u(!0)},R=()=>{f(null),g({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),u(!0)},D=()=>{if(!m.id||!m.label){ie.error("请填写类型ID和名称");return}const L=[...e.matchTypes];if(h){const F=L.findIndex(X=>X.id===h.id);F!==-1&&(L[F]={...m})}else{if(L.some(F=>F.id===m.id)){ie.error("类型ID已存在");return}L.push({...m})}n({...e,matchTypes:L}),u(!1)},_=L=>{confirm("确定要删除这个匹配类型吗?")&&n({...e,matchTypes:e.matchTypes.filter(F=>F.id!==L)})},P=L=>{n({...e,matchTypes:e.matchTypes.map(F=>F.id===L?{...F,enabled:!F.enabled}:F)})};return s.jsxs("div",{className:"space-y-6",children:[s.jsxs("div",{className:"flex justify-end gap-3",children:[s.jsxs(ee,{variant:"outline",onClick:C,disabled:r,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${r?"animate-spin":""}`})," 刷新"]}),s.jsxs(ee,{onClick:E,disabled:i,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"})," ",i?"保存中...":"保存配置"]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Jw,{className:"w-5 h-5 text-blue-400"})," 匹配池选择"]}),s.jsx(Ft,{className:"text-gray-400",children:"选择匹配的用户池和完善程度要求,只有满足条件的用户才可被匹配到"})]}),s.jsxs(Ee,{className:"space-y-6",children:[s.jsxs("div",{className:"space-y-3",children:[s.jsx(Y,{className:"text-gray-300",children:"匹配来源池"}),s.jsx("p",{className:"text-gray-500 text-xs",children:"可同时勾选多个池子(取并集匹配)"}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-3",children:[{value:"vip",label:"超级个体(VIP会员)",desc:"付费 ¥1980 的VIP会员",icon:"👑",countKey:"vip"},{value:"complete",label:"完善资料用户",desc:"符合下方完善度要求的用户",icon:"✅",countKey:"complete"},{value:"all",label:"全部用户",desc:"所有已注册用户",icon:"👥",countKey:"all"}].map(L=>{const F=e.poolSettings??Lc,te=(Array.isArray(F.poolSource)?F.poolSource:[F.poolSource]).includes(L.value),ue=y==null?void 0:y[L.countKey],ae=()=>{const I=Array.isArray(F.poolSource)?[...F.poolSource]:[F.poolSource],O=te?I.filter(G=>G!==L.value):[...I,L.value];O.length===0&&O.push(L.value),n({...e,poolSettings:{...F,poolSource:O}})};return s.jsxs("button",{type:"button",onClick:ae,className:`p-4 rounded-lg border text-left transition-all ${te?"border-[#38bdac] bg-[#38bdac]/10":"border-gray-700 bg-[#0a1628] hover:border-gray-600"}`,children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("div",{className:`w-5 h-5 rounded border-2 flex items-center justify-center text-xs ${te?"border-[#38bdac] bg-[#38bdac] text-white":"border-gray-600"}`,children:te&&"✓"}),s.jsx("span",{className:"text-xl",children:L.icon}),s.jsx("span",{className:`text-sm font-medium ${te?"text-[#38bdac]":"text-gray-300"}`,children:L.label})]}),s.jsxs("span",{className:"text-lg font-bold text-white",children:[w?"...":ue??"-",s.jsx("span",{className:"text-xs text-gray-500 font-normal ml-1",children:"人"})]})]}),s.jsx("p",{className:"text-gray-500 text-xs mt-2",children:L.desc}),s.jsx("span",{role:"link",tabIndex:0,onClick:I=>{I.stopPropagation(),t(`/users?pool=${L.value}`)},onKeyDown:I=>{I.key==="Enter"&&(I.stopPropagation(),t(`/users?pool=${L.value}`))},className:"text-[#38bdac] text-xs mt-2 inline-block hover:underline cursor-pointer",children:"查看用户列表 →"})]},L.value)})})]}),s.jsxs("div",{className:"space-y-3 pt-4 border-t border-gray-700/50",children:[s.jsx(Y,{className:"text-gray-300",children:"用户资料完善要求(被匹配用户必须满足以下条件)"}),s.jsx("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-4",children:[{key:"requirePhone",label:"有手机号",icon:"📱"},{key:"requireNickname",label:"有昵称",icon:"👤"},{key:"requireAvatar",label:"有头像",icon:"🖼️"},{key:"requireBusiness",label:"有业务需求",icon:"💼"}].map(L=>{const X=(e.poolSettings??Lc)[L.key];return s.jsxs("div",{className:"flex items-center gap-3 bg-[#0a1628] rounded-lg p-3",children:[s.jsx(Et,{checked:X,onCheckedChange:te=>n({...e,poolSettings:{...e.poolSettings??Lc,[L.key]:te}})}),s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("span",{children:L.icon}),s.jsx(Y,{className:"text-gray-300 text-sm",children:L.label})]})]},L.key)})})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(li,{className:"w-5 h-5 text-yellow-400"})," 基础设置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),s.jsxs(Ee,{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"每日免费匹配次数"}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.freeMatchLimit,onChange:L=>n({...e,freeMatchLimit:parseInt(L.target.value,10)||0})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"付费匹配价格(元)"}),s.jsx(ne,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:e.matchPrice,onChange:L=>n({...e,matchPrice:parseFloat(L.target.value)||1})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"每日最大匹配次数"}),s.jsx(ne,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.settings.maxMatchesPerDay,onChange:L=>n({...e,settings:{...e.settings,maxMatchesPerDay:parseInt(L.target.value,10)||10}})})]})]}),s.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:e.settings.enableFreeMatches,onCheckedChange:L=>n({...e,settings:{...e.settings,enableFreeMatches:L}})}),s.jsx(Y,{className:"text-gray-300",children:"启用免费匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:e.settings.enablePaidMatches,onCheckedChange:L=>n({...e,settings:{...e.settings,enablePaidMatches:L}})}),s.jsx(Y,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"})," 匹配类型管理"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),s.jsxs(ee,{onClick:R,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-1"})," 添加类型"]})]}),s.jsx(Ee,{children:s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"图标"}),s.jsx(je,{className:"text-gray-400",children:"类型ID"}),s.jsx(je,{className:"text-gray-400",children:"显示名称"}),s.jsx(je,{className:"text-gray-400",children:"匹配标签"}),s.jsx(je,{className:"text-gray-400",children:"价格"}),s.jsx(je,{className:"text-gray-400",children:"数据库匹配"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsx(dr,{children:e.matchTypes.map(L=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsx("span",{className:"text-2xl",children:L.icon})}),s.jsx(ye,{className:"font-mono text-gray-300",children:L.id}),s.jsx(ye,{className:"text-white font-medium",children:L.label}),s.jsx(ye,{className:"text-gray-300",children:L.matchLabel}),s.jsx(ye,{children:s.jsxs(Ue,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",L.price]})}),s.jsx(ye,{children:L.matchFromDB?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):s.jsx(Ue,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),s.jsx(ye,{children:s.jsx(Et,{checked:L.enabled,onCheckedChange:()=>P(L.id)})}),s.jsx(ye,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>T(L),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>_(L.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(Jn,{className:"w-4 h-4"})})]})})]},L.id))})]})})]}),s.jsx(Ot,{open:c,onOpenChange:u,children:s.jsxs(At,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[h?s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(hn,{className:"w-5 h-5 text-[#38bdac]"}),h?"编辑匹配类型":"添加匹配类型"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"类型ID(英文)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:m.id,onChange:L=>g({...m,id:L.target.value}),disabled:!!h})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"图标"}),s.jsx("div",{className:"flex gap-1 flex-wrap",children:MV.map(L=>s.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${m.icon===L?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>g({...m,icon:L}),children:L},L))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"显示名称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.label,onChange:L=>g({...m,label:L.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"匹配标签"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.matchLabel,onChange:L=>g({...m,matchLabel:L.target.value})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"单次匹配价格(元)"}),s.jsx(ne,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:m.price,onChange:L=>g({...m,price:parseFloat(L.target.value)||1})})]}),s.jsxs("div",{className:"flex gap-6 pt-2",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:m.matchFromDB,onCheckedChange:L=>g({...m,matchFromDB:L})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:m.showJoinAfterMatch,onCheckedChange:L=>g({...m,showJoinAfterMatch:L})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(Et,{checked:m.enabled,onCheckedChange:L=>g({...m,enabled:L})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>u(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsxs(ee,{onClick:D,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"})," 保存"]})]})]})})]})}const kw={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function IV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[g,y]=b.useState(null),[N,w]=b.useState(null);async function v(){m(!0),y(null);try{const E=new URLSearchParams({page:String(a),pageSize:String(o)});u&&E.set("matchType",u);const T=await Oe(`/api/db/match-records?${E}`);T!=null&&T.success?(e(T.records||[]),r(T.total??0)):y("加载匹配记录失败")}catch{y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{v()},[a,u]);const k=Math.ceil(n/o)||1,C=({userId:E,nickname:T,avatar:R})=>s.jsxs("div",{className:"flex items-center gap-3 cursor-pointer group",onClick:()=>w(E),children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[R?s.jsx("img",{src:R,alt:"",className:"w-full h-full object-cover",onError:D=>{D.currentTarget.style.display="none"}}):null,s.jsx("span",{className:R?"hidden":"",children:(T||E||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white group-hover:text-[#38bdac] transition-colors",children:T||E}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[E==null?void 0:E.slice(0,16),(E==null?void 0:E.length)>16?"...":""]})]})]});return s.jsxs("div",{children:[g&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:g}),s.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("p",{className:"text-gray-400",children:["共 ",n," 条匹配记录 · 点击用户名查看详情"]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("select",{value:u,onChange:E=>{h(E.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部类型"}),Object.entries(kw).map(([E,T])=>s.jsx("option",{value:E,children:T},E))]}),s.jsxs("button",{type:"button",onClick:v,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Ke,{className:`w-4 h-4 ${f?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:f?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"匹配时间"})]})}),s.jsxs(dr,{children:[t.map(E=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsx(C,{userId:E.userId,nickname:E.userNickname,avatar:E.userAvatar})}),s.jsx(ye,{children:E.matchedUserId?s.jsx(C,{userId:E.matchedUserId,nickname:E.matchedNickname,avatar:E.matchedUserAvatar}):s.jsx("span",{className:"text-gray-500",children:"—"})}),s.jsx(ye,{children:s.jsx(Ue,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:kw[E.matchType]||E.matchType})}),s.jsxs(ye,{className:"text-sm",children:[E.phone&&s.jsxs("div",{className:"text-green-400",children:["📱 ",E.phone]}),E.wechatId&&s.jsxs("div",{className:"text-blue-400",children:["💬 ",E.wechatId]}),!E.phone&&!E.wechatId&&s.jsx("span",{className:"text-gray-600",children:"-"})]}),s.jsx(ye,{className:"text-gray-400",children:E.createdAt?new Date(E.createdAt).toLocaleString():"-"})]},E.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),s.jsx(is,{page:a,totalPages:k,total:n,pageSize:o,onPageChange:i,onPageSizeChange:E=>{c(E),i(1)}})]})})}),s.jsx(t0,{open:!!N,onClose:()=>w(null),userId:N,onUserUpdated:v})]})}function RV(){const[t,e]=b.useState("records");return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx("button",{type:"button",onClick:()=>e("records"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="records"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配记录"}),s.jsx("button",{type:"button",onClick:()=>e("pool"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="pool"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配池设置"})]}),t==="records"&&s.jsx(IV,{}),t==="pool"&&s.jsx(AV,{})]})}const Sw={investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function PV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0),[f,m]=b.useState("investor"),[g,y]=b.useState(null);async function N(){h(!0);try{const C=new URLSearchParams({page:String(a),pageSize:String(o),matchType:f}),E=await Oe(`/api/db/match-records?${C}`);E!=null&&E.success&&(e(E.records||[]),r(E.total??0))}catch(C){console.error(C)}finally{h(!1)}}b.useEffect(()=>{N()},[a,f]);const w=async C=>{if(!C.phone&&!C.wechatId){ie.info("该记录无联系方式,无法推送到存客宝");return}y(C.id);try{const E=await wt("/api/ckb/join",{type:C.matchType||"investor",phone:C.phone||"",wechat:C.wechatId||"",userId:C.userId,name:C.userNickname||""});ie.error((E==null?void 0:E.message)||(E!=null&&E.success?"推送成功":"推送失败"))}catch(E){ie.error("推送失败: "+(E instanceof Error?E.message:"网络错误"))}finally{y(null)}},v=Math.ceil(n/o)||1,k=C=>!!(C.phone||C.wechatId);return s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400",children:"点击获客:有人填写手机号/微信号的直接显示,可一键推送到存客宝"}),s.jsxs("p",{className:"text-gray-500 text-xs mt-1",children:["共 ",n," 条记录 — 有联系方式的可触发存客宝添加好友"]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("select",{value:f,onChange:C=>{m(C.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:Object.entries(Sw).map(([C,E])=>s.jsx("option",{value:C,children:E},C))}),s.jsxs(ee,{onClick:N,disabled:u,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${u?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:u?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"时间"}),s.jsx(je,{className:"text-gray-400 text-right",children:"操作"})]})}),s.jsxs(dr,{children:[t.map(C=>{var E,T;return s.jsxs(it,{className:`border-gray-700/50 ${k(C)?"hover:bg-[#0a1628]":"opacity-60"}`,children:[s.jsx(ye,{className:"text-white",children:C.userNickname||((E=C.userId)==null?void 0:E.slice(0,12))}),s.jsx(ye,{className:"text-white",children:C.matchedNickname||((T=C.matchedUserId)==null?void 0:T.slice(0,12))}),s.jsx(ye,{children:s.jsx(Ue,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:Sw[C.matchType]||C.matchType})}),s.jsxs(ye,{className:"text-sm",children:[C.phone&&s.jsxs("div",{className:"text-green-400",children:["📱 ",C.phone]}),C.wechatId&&s.jsxs("div",{className:"text-blue-400",children:["💬 ",C.wechatId]}),!C.phone&&!C.wechatId&&s.jsx("span",{className:"text-gray-600",children:"无联系方式"})]}),s.jsx(ye,{className:"text-gray-400 text-sm",children:C.createdAt?new Date(C.createdAt).toLocaleString():"-"}),s.jsx(ye,{className:"text-right",children:k(C)?s.jsxs(ee,{size:"sm",onClick:()=>w(C),disabled:g===C.id,className:"bg-[#38bdac] hover:bg-[#2da396] text-white text-xs h-7 px-3",children:[s.jsx(EA,{className:"w-3 h-3 mr-1"}),g===C.id?"推送中...":"推送CKB"]}):s.jsx("span",{className:"text-gray-600 text-xs",children:"—"})})]},C.id)}),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:6,className:"text-center py-12 text-gray-500",children:"暂无记录"})})]})]}),s.jsx(is,{page:a,totalPages:v,total:n,pageSize:o,onPageChange:i,onPageSizeChange:C=>{c(C),i(1)}})]})})})]})}const Cw={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},OV={single:"单次",half_year:"半年",year:"年度"};function DV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState("");async function o(){r(!0);try{const c=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",u=await Oe(c);u!=null&&u.success&&u.data&&e(u.data)}catch(c){console.error(c)}finally{r(!1)}}return b.useEffect(()=>{o()},[a]),s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsx("p",{className:"text-gray-400",children:"导师咨询预约记录"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("select",{value:a,onChange:c=>i(c.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),Object.entries(Cw).map(([c,u])=>s.jsx("option",{value:c,children:u},c))]}),s.jsxs(ee,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户ID"}),s.jsx(je,{className:"text-gray-400",children:"导师ID"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"})]})}),s.jsxs(dr,{children:[t.map(c=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:c.id}),s.jsx(ye,{className:"text-gray-400",children:c.userId}),s.jsx(ye,{className:"text-gray-400",children:c.mentorId}),s.jsx(ye,{className:"text-gray-400",children:OV[c.consultationType]||c.consultationType}),s.jsxs(ye,{className:"text-white",children:["¥",c.amount]}),s.jsx(ye,{className:"text-gray-400",children:Cw[c.status]||c.status}),s.jsx(ye,{className:"text-gray-500 text-sm",children:c.createdAt?new Date(c.createdAt).toLocaleString():"-"})]},c.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}function LV(){const[t,e]=b.useState("booking");return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx("button",{type:"button",onClick:()=>e("booking"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="booking"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"预约记录"}),s.jsx("button",{type:"button",onClick:()=>e("manage"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="manage"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"导师管理"})]}),t==="booking"&&s.jsx(DV,{}),t==="manage"&&s.jsx("div",{className:"-mx-8",children:s.jsx(F4,{embedded:!0})})]})}function _V(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0);async function f(){h(!0);try{const g=new URLSearchParams({page:String(a),pageSize:String(o),matchType:"team"}),y=await Oe(`/api/db/match-records?${g}`);y!=null&&y.success&&(e(y.records||[]),r(y.total??0))}catch(g){console.error(g)}finally{h(!1)}}b.useEffect(()=>{f()},[a]);const m=Math.ceil(n/o)||1;return s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("div",{children:[s.jsxs("p",{className:"text-gray-400",children:["团队招募匹配记录,共 ",n," 条"]}),s.jsx("p",{className:"text-gray-500 text-xs mt-1",children:"用户通过「团队招募」提交联系方式到存客宝"})]}),s.jsxs("button",{type:"button",onClick:f,disabled:u,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Ke,{className:`w-4 h-4 ${u?"animate-spin":""}`})," 刷新"]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:u?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"时间"})]})}),s.jsxs(dr,{children:[t.map(g=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{className:"text-white",children:g.userNickname||g.userId}),s.jsx(ye,{className:"text-white",children:g.matchedNickname||g.matchedUserId}),s.jsxs(ye,{className:"text-gray-400 text-sm",children:[g.phone&&s.jsxs("div",{children:["📱 ",g.phone]}),g.wechatId&&s.jsxs("div",{children:["💬 ",g.wechatId]}),!g.phone&&!g.wechatId&&"-"]}),s.jsx(ye,{className:"text-gray-400",children:g.createdAt?new Date(g.createdAt).toLocaleString():"-"})]},g.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:4,className:"text-center py-12 text-gray-500",children:"暂无团队招募记录"})})]})]}),s.jsx(is,{page:a,totalPages:m,total:n,pageSize:o,onPageChange:i,onPageSizeChange:g=>{c(g),i(1)}})]})})})]})}const Ew={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"},Tw={partner:"⭐",investor:"👥",mentor:"❤️",team:"🎮"};function zV({onSwitchTab:t,onOpenCKB:e}={}){const n=Ci(),[r,a]=b.useState(null),[i,o]=b.useState(null),[c,u]=b.useState(!0),h=b.useCallback(async()=>{var m,g;u(!0);try{const[y,N]=await Promise.allSettled([Oe("/api/db/match-records?stats=true"),Oe("/api/db/ckb-plan-stats")]);if(y.status==="fulfilled"&&((m=y.value)!=null&&m.success)&&y.value.data){let w=y.value.data;if(w.totalMatches>0&&(!w.uniqueUsers||w.uniqueUsers===0))try{const v=await Oe("/api/db/match-records?page=1&pageSize=200");if(v!=null&&v.success&&v.records){const k=new Set(v.records.map(C=>C.userId).filter(Boolean));w={...w,uniqueUsers:k.size}}}catch{}a(w)}N.status==="fulfilled"&&((g=N.value)!=null&&g.success)&&N.value.data&&o(N.value.data)}catch(y){console.error("加载统计失败:",y)}finally{u(!1)}},[]);b.useEffect(()=>{h()},[h]);const f=m=>c?"—":String(m??0);return s.jsxs("div",{className:"space-y-8",children:[s.jsxs("div",{children:[s.jsxs("h3",{className:"text-lg font-semibold text-white mb-4 flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"})," 找伙伴数据"]}),s.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-3 gap-5",children:[s.jsx(Ce,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-[#38bdac]/60 transition-all",onClick:()=>t==null?void 0:t("partner"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"总匹配次数"}),s.jsx("p",{className:"text-4xl font-bold text-white",children:f(r==null?void 0:r.totalMatches)}),s.jsxs("p",{className:"text-[#38bdac] text-xs mt-3 flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"})," 查看匹配记录"]})]})}),s.jsx(Ce,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-yellow-500/60 transition-all",onClick:()=>t==null?void 0:t("partner"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"今日匹配"}),s.jsx("p",{className:"text-4xl font-bold text-white",children:f(r==null?void 0:r.todayMatches)}),s.jsxs("p",{className:"text-yellow-400/60 text-xs mt-3 flex items-center gap-1",children:[s.jsx(li,{className:"w-3 h-3"})," 今日实时"]})]})}),s.jsx(Ce,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-blue-500/60 transition-all",onClick:()=>n("/users"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"匹配用户数"}),s.jsx("p",{className:"text-4xl font-bold text-white",children:f(r==null?void 0:r.uniqueUsers)}),s.jsxs("p",{className:"text-blue-400/60 text-xs mt-3 flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"})," 查看用户管理"]})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"人均匹配"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":r!=null&&r.uniqueUsers?(r.totalMatches/r.uniqueUsers).toFixed(1):"0"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"付费匹配次数"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:f(r==null?void 0:r.paidMatchCount)})]})})]})]}),(r==null?void 0:r.byType)&&r.byType.length>0&&s.jsxs("div",{children:[s.jsx("h3",{className:"text-lg font-semibold text-white mb-4",children:"各类型匹配分布"}),s.jsx("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:r.byType.map(m=>{const g=r.totalMatches>0?m.count/r.totalMatches*100:0;return s.jsxs("div",{className:"bg-[#0f2137] border border-gray-700/40 rounded-xl p-5",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx("span",{className:"text-2xl",children:Tw[m.matchType]||"📊"}),s.jsx("span",{className:"text-gray-300 font-medium",children:Ew[m.matchType]||m.matchType})]}),s.jsx("p",{className:"text-3xl font-bold text-white mb-2",children:m.count}),s.jsx("div",{className:"w-full h-2 bg-gray-700/50 rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac] rounded-full transition-all",style:{width:`${Math.min(g,100)}%`}})}),s.jsxs("p",{className:"text-gray-500 text-xs mt-1.5",children:[g.toFixed(1),"%"]})]},m.matchType)})})]}),s.jsxs("div",{children:[s.jsxs("h3",{className:"text-lg font-semibold text-white mb-4 flex items-center gap-2",children:[s.jsx(Ss,{className:"w-5 h-5 text-orange-400"})," AI 获客数据"]}),s.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-3 gap-5 mb-6",children:[s.jsx(Ce,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("submitted"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"已提交线索"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":(i==null?void 0:i.ckbTotal)??0}),s.jsx("p",{className:"text-orange-400/60 text-xs mt-2",children:"点击查看明细 →"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("contact"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"有联系方式"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":(i==null?void 0:i.withContact)??0}),s.jsx("p",{className:"text-orange-400/60 text-xs mt-2",children:"点击查看明细 →"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("test"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"AI 添加进度"}),s.jsx("p",{className:"text-xl font-bold text-orange-400",children:"查看详情 →"}),s.jsx("p",{className:"text-gray-500 text-xs mt-2",children:"添加成功率 · 回复率 · API 文档"})]})})]}),(i==null?void 0:i.byType)&&i.byType.length>0&&s.jsx("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6",children:i.byType.map(m=>s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-lg p-4 flex items-center gap-3",children:[s.jsx("span",{className:"text-xl",children:Tw[m.matchType]||"📋"}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-xs",children:Ew[m.matchType]||m.matchType}),s.jsx("p",{className:"text-xl font-bold text-white",children:m.total})]})]},m.matchType))})]})]})}const FV=["partner","investor","mentor","team"],Ng=[{key:"join_partner",label:"找伙伴场景"},{key:"join_investor",label:"资源对接场景"},{key:"join_mentor",label:"导师顾问场景"},{key:"join_team",label:"团队招募场景"},{key:"match",label:"匹配上报"},{key:"lead",label:"链接卡若"}],Mw=`# 场景获客接口摘要 +`).map(w=>w.trim()).filter(Boolean),N=[...o.liveQRCodes||[]];N[0]?N[0].urls=y:N.push({id:"live-1",name:"微信群活码",urls:y,clickCount:0}),await wt("/api/db/config",{key:"live_qr_codes",value:N,description:"群活码配置"}),ie.success("群活码配置已保存!"),await u()}catch(y){console.error(y),ie.error("保存失败: "+(y instanceof Error?y.message:String(y)))}},m=async()=>{var y;try{await wt("/api/db/config",{key:"payment_methods",value:{...o.paymentMethods||{},wechat:{...((y=o.paymentMethods)==null?void 0:y.wechat)||{},groupQrCode:n}},description:"支付方式配置"}),ie.success("微信群链接已保存!用户支付成功后将自动跳转"),await u()}catch(N){console.error(N),ie.error("保存失败: "+(N instanceof Error?N.message:String(N)))}},g=()=>{n?window.open(n,"_blank"):ie.error("请先配置微信群链接")};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"mb-8",children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"微信群活码管理"}),s.jsx("p",{className:"text-gray-400 mt-1",children:"配置微信群跳转链接,用户支付后自动跳转加群"})]}),s.jsx("div",{className:"mb-6 bg-[#07C160]/10 border border-[#07C160]/30 rounded-xl p-4",children:s.jsxs("div",{className:"flex items-start gap-3",children:[s.jsx(qw,{className:"w-5 h-5 text-[#07C160] flex-shrink-0 mt-0.5"}),s.jsxs("div",{className:"text-sm",children:[s.jsx("p",{className:"font-medium mb-2 text-[#07C160]",children:"微信群活码配置指南"}),s.jsxs("div",{className:"text-[#07C160]/80 space-y-2",children:[s.jsx("p",{className:"font-medium",children:"方法一:使用草料活码(推荐)"}),s.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[s.jsx("li",{children:"访问草料二维码创建活码"}),s.jsx("li",{children:"上传微信群二维码图片,生成永久链接"}),s.jsx("li",{children:"复制生成的短链接填入下方配置"}),s.jsx("li",{children:"群满后可直接在草料后台更换新群码,链接不变"})]}),s.jsx("p",{className:"font-medium mt-3",children:"方法二:直接使用微信群链接"}),s.jsxs("ol",{className:"list-decimal list-inside space-y-1 pl-2",children:[s.jsx("li",{children:'微信打开目标群 → 右上角"..." → 群二维码'}),s.jsx("li",{children:"长按二维码 → 识别二维码 → 复制链接"})]}),s.jsx("p",{className:"text-[#07C160]/60 mt-2",children:"注意:微信原生群二维码7天后失效,建议使用草料活码"})]})]})]})}),s.jsxs("div",{className:"grid gap-6 md:grid-cols-2",children:[s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-[#07C160] flex items-center gap-2",children:[s.jsx(Bv,{className:"w-5 h-5"}),"支付成功跳转链接(核心配置)"]}),s.jsx(Ft,{className:"text-gray-400",children:"用户支付完成后自动跳转到此链接,进入指定微信群"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Ig,{className:"w-4 h-4"}),"微信群链接 / 活码链接"]}),s.jsxs("div",{className:"flex gap-2",children:[s.jsx(ne,{placeholder:"https://cli.im/xxxxx 或 https://weixin.qq.com/g/...",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 flex-1",value:n,onChange:y=>r(y.target.value)}),s.jsx(ee,{variant:"outline",size:"icon",className:"border-gray-700 bg-transparent hover:bg-gray-700/50",onClick:()=>h(n,"group"),children:a==="group"?s.jsx(hf,{className:"w-4 h-4 text-green-500"}):s.jsx(Fx,{className:"w-4 h-4 text-gray-400"})})]}),s.jsxs("p",{className:"text-xs text-gray-500 flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"}),"支持格式:草料短链、微信群链接(https://weixin.qq.com/g/...)、企业微信链接等"]})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(ee,{onClick:m,className:"flex-1 bg-[#07C160] hover:bg-[#06AD51] text-white",children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),"保存配置"]}),s.jsxs(ee,{onClick:g,variant:"outline",className:"border-[#07C160] text-[#07C160] hover:bg-[#07C160]/10 bg-transparent",children:[s.jsx(Us,{className:"w-4 h-4 mr-2"}),"测试跳转"]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl md:col-span-2",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Bv,{className:"w-5 h-5 text-[#38bdac]"}),"多群轮换(高级配置)"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置多个群链接,系统自动轮换分配,避免单群满员"})]}),s.jsxs(Ee,{className:"space-y-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsxs(Y,{className:"text-gray-300 flex items-center gap-2",children:[s.jsx(Ig,{className:"w-4 h-4"}),"多个群链接(每行一个)"]}),s.jsx(_l,{placeholder:"https://cli.im/group1\\nhttps://cli.im/group2",className:"bg-[#0a1628] border-gray-700 text-white placeholder:text-gray-500 min-h-[120px] font-mono text-sm",value:t,onChange:y=>e(y.target.value)}),s.jsx("p",{className:"text-xs text-gray-500",children:"每行填写一个群链接,系统将按顺序或随机分配"})]}),s.jsxs("div",{className:"flex items-center justify-between p-3 bg-[#0a1628] rounded-lg border border-gray-700/50",children:[s.jsx("span",{className:"text-sm text-gray-400",children:"已配置群数量"}),s.jsxs("span",{className:"font-bold text-[#38bdac]",children:[t.split(` +`).filter(Boolean).length," 个"]})]}),s.jsxs(ee,{onClick:f,className:"w-full bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),"保存多群配置"]})]})]})]}),s.jsxs("div",{className:"mt-6 bg-[#0f2137] rounded-xl p-4 border border-gray-700/50",children:[s.jsx("h4",{className:"text-white font-medium mb-3",children:"常见问题"}),s.jsxs("div",{className:"space-y-3 text-sm",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-[#38bdac]",children:"Q: 为什么推荐使用草料活码?"}),s.jsx("p",{className:"text-gray-400",children:"A: 草料活码是永久链接,群满后可直接在后台更换新群码,无需修改网站配置。微信原生群码7天失效。"})]}),s.jsxs("div",{children:[s.jsx("p",{className:"text-[#38bdac]",children:"Q: 支付后没有跳转怎么办?"}),s.jsx("p",{className:"text-gray-400",children:"A: 1) 检查链接是否正确填写 2) 部分浏览器可能拦截弹窗,用户需手动允许 3) 建议使用https开头的链接"})]})]})]})]})}const ww={matchTypes:[{id:"partner",label:"创业合伙",matchLabel:"创业伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10}},SV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function CV(){const[t,e]=b.useState(ww),[n,r]=b.useState(!0),[a,i]=b.useState(!1),[o,c]=b.useState(!1),[u,h]=b.useState(null),[f,m]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),g=async()=>{r(!0);try{const E=await Oe("/api/db/config/full?key=match_config"),T=(E==null?void 0:E.data)??(E==null?void 0:E.config);T&&e({...ww,...T})}catch(E){console.error("加载匹配配置失败:",E)}finally{r(!1)}};b.useEffect(()=>{g()},[]);const y=async()=>{i(!0);try{const E=await wt("/api/db/config",{key:"match_config",value:t,description:"匹配功能配置"});E&&E.success!==!1?ie.success("配置保存成功!"):ie.error("保存失败: "+(E&&typeof E=="object"&&"error"in E?E.error:"未知错误"))}catch(E){console.error("保存配置失败:",E),ie.error("保存失败")}finally{i(!1)}},N=E=>{h(E),m({id:E.id,label:E.label,matchLabel:E.matchLabel,icon:E.icon,matchFromDB:E.matchFromDB,showJoinAfterMatch:E.showJoinAfterMatch,price:E.price,enabled:E.enabled}),c(!0)},w=()=>{h(null),m({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),c(!0)},v=()=>{if(!f.id||!f.label){ie.error("请填写类型ID和名称");return}const E=[...t.matchTypes];if(u){const T=E.findIndex(R=>R.id===u.id);T!==-1&&(E[T]={...f})}else{if(E.some(T=>T.id===f.id)){ie.error("类型ID已存在");return}E.push({...f})}e({...t,matchTypes:E}),c(!1)},k=E=>{confirm("确定要删除这个匹配类型吗?")&&e({...t,matchTypes:t.matchTypes.filter(T=>T.id!==E)})},C=E=>{e({...t,matchTypes:t.matchTypes.map(T=>T.id===E?{...T,enabled:!T.enabled}:T)})};return s.jsxs("div",{className:"p-8 w-full space-y-6",children:[s.jsxs("div",{className:"flex justify-between items-center",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(wl,{className:"w-6 h-6 text-[#38bdac]"}),"匹配功能配置"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"管理找伙伴功能的匹配类型和价格"})]}),s.jsxs("div",{className:"flex gap-3",children:[s.jsxs(ee,{variant:"outline",onClick:g,disabled:n,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]}),s.jsxs(ee,{onClick:y,disabled:a,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),a?"保存中...":"保存配置"]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(li,{className:"w-5 h-5 text-yellow-400"}),"基础设置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),s.jsxs(Ee,{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"每日免费匹配次数"}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.freeMatchLimit,onChange:E=>e({...t,freeMatchLimit:parseInt(E.target.value,10)||0})}),s.jsx("p",{className:"text-xs text-gray-500",children:"用户每天可免费匹配的次数"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"付费匹配价格(元)"}),s.jsx(ne,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:t.matchPrice,onChange:E=>e({...t,matchPrice:parseFloat(E.target.value)||1})}),s.jsx("p",{className:"text-xs text-gray-500",children:"免费次数用完后的单次匹配价格"})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"每日最大匹配次数"}),s.jsx(ne,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:t.settings.maxMatchesPerDay,onChange:E=>e({...t,settings:{...t.settings,maxMatchesPerDay:parseInt(E.target.value,10)||10}})}),s.jsx("p",{className:"text-xs text-gray-500",children:"包含免费和付费的总次数"})]})]}),s.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:t.settings.enableFreeMatches,onCheckedChange:E=>e({...t,settings:{...t.settings,enableFreeMatches:E}})}),s.jsx(Y,{className:"text-gray-300",children:"启用免费匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:t.settings.enablePaidMatches,onCheckedChange:E=>e({...t,settings:{...t.settings,enablePaidMatches:E}})}),s.jsx(Y,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"}),"匹配类型管理"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),s.jsxs(ee,{onClick:w,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-1"}),"添加类型"]})]}),s.jsx(Ee,{children:s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"图标"}),s.jsx(je,{className:"text-gray-400",children:"类型ID"}),s.jsx(je,{className:"text-gray-400",children:"显示名称"}),s.jsx(je,{className:"text-gray-400",children:"匹配标签"}),s.jsx(je,{className:"text-gray-400",children:"价格"}),s.jsx(je,{className:"text-gray-400",children:"数据库匹配"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsx(dr,{children:t.matchTypes.map(E=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsx("span",{className:"text-2xl",children:E.icon})}),s.jsx(ye,{className:"font-mono text-gray-300",children:E.id}),s.jsx(ye,{className:"text-white font-medium",children:E.label}),s.jsx(ye,{className:"text-gray-300",children:E.matchLabel}),s.jsx(ye,{children:s.jsxs(Ue,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",E.price]})}),s.jsx(ye,{children:E.matchFromDB?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):s.jsx(Ue,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),s.jsx(ye,{children:s.jsx(At,{checked:E.enabled,onCheckedChange:()=>C(E.id)})}),s.jsx(ye,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>N(E),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>k(E.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(Jn,{className:"w-4 h-4"})})]})})]},E.id))})]})})]}),s.jsx(Ot,{open:o,onOpenChange:c,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[u?s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(hn,{className:"w-5 h-5 text-[#38bdac]"}),u?"编辑匹配类型":"添加匹配类型"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"类型ID(英文)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:f.id,onChange:E=>m({...f,id:E.target.value}),disabled:!!u})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"图标"}),s.jsx("div",{className:"flex gap-1 flex-wrap",children:SV.map(E=>s.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${f.icon===E?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>m({...f,icon:E}),children:E},E))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"显示名称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业合伙",value:f.label,onChange:E=>m({...f,label:E.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"匹配标签"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 创业伙伴",value:f.matchLabel,onChange:E=>m({...f,matchLabel:E.target.value})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"单次匹配价格(元)"}),s.jsx(ne,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:f.price,onChange:E=>m({...f,price:parseFloat(E.target.value)||1})})]}),s.jsxs("div",{className:"flex gap-6 pt-2",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:f.matchFromDB,onCheckedChange:E=>m({...f,matchFromDB:E})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:f.showJoinAfterMatch,onCheckedChange:E=>m({...f,showJoinAfterMatch:E})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:f.enabled,onCheckedChange:E=>m({...f,enabled:E})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>c(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsxs(ee,{onClick:v,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),"保存"]})]})]})})]})}const jw={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function EV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[g,y]=b.useState(null);async function N(){m(!0),y(null);try{const v=new URLSearchParams({page:String(a),pageSize:String(o)});u&&v.set("matchType",u);const k=await Oe(`/api/db/match-records?${v}`);k!=null&&k.success?(e(k.records||[]),r(k.total??0)):y("加载匹配记录失败")}catch(v){console.error("加载匹配记录失败",v),y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{N()},[a,u]);const w=Math.ceil(n/o)||1;return s.jsxs("div",{className:"p-8 w-full",children:[g&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:g}),s.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsx("h2",{className:"text-2xl font-bold text-white",children:"匹配记录"}),s.jsxs("p",{className:"text-gray-400 mt-1",children:["找伙伴匹配统计,共 ",n," 条记录"]})]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("select",{value:u,onChange:v=>{h(v.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部类型"}),Object.entries(jw).map(([v,k])=>s.jsx("option",{value:v,children:k},v))]}),s.jsxs("button",{type:"button",onClick:N,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Ke,{className:`w-4 h-4 ${f?"animate-spin":""}`}),"刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:f?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"匹配时间"})]})}),s.jsxs(dr,{children:[t.map(v=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[v.userAvatar?s.jsx("img",{src:v.userAvatar,alt:"",className:"w-full h-full object-cover",onError:k=>{k.currentTarget.style.display="none";const C=k.currentTarget.nextElementSibling;C&&C.classList.remove("hidden")}}):null,s.jsx("span",{className:v.userAvatar?"hidden":"",children:(v.userNickname||v.userId||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white",children:v.userNickname||v.userId}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[v.userId.slice(0,16),"..."]})]})]})}),s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[v.matchedUserAvatar?s.jsx("img",{src:v.matchedUserAvatar,alt:"",className:"w-full h-full object-cover",onError:k=>{k.currentTarget.style.display="none";const C=k.currentTarget.nextElementSibling;C&&C.classList.remove("hidden")}}):null,s.jsx("span",{className:v.matchedUserAvatar?"hidden":"",children:(v.matchedNickname||v.matchedUserId||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white",children:v.matchedNickname||v.matchedUserId}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[v.matchedUserId.slice(0,16),"..."]})]})]})}),s.jsx(ye,{children:s.jsx(Ue,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:jw[v.matchType]||v.matchType})}),s.jsxs(ye,{className:"text-gray-400 text-sm",children:[v.phone&&s.jsxs("div",{children:["📱 ",v.phone]}),v.wechatId&&s.jsxs("div",{children:["💬 ",v.wechatId]}),!v.phone&&!v.wechatId&&"-"]}),s.jsx(ye,{className:"text-gray-400",children:v.createdAt?new Date(v.createdAt).toLocaleString():"-"})]},v.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),s.jsx(is,{page:a,totalPages:w,total:n,pageSize:o,onPageChange:i,onPageSizeChange:v=>{c(v),i(1)}})]})})})]})}function TV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0);async function a(){r(!0);try{const i=await Oe("/api/db/vip-members?limit=100");if(i!=null&&i.success&&i.data){const o=[...i.data].map((c,u)=>({...c,vipSort:typeof c.vipSort=="number"?c.vipSort:u+1}));o.sort((c,u)=>(c.vipSort??999999)-(u.vipSort??999999)),e(o)}}catch(i){console.error("Load VIP members error:",i),ie.error("加载 VIP 成员失败")}finally{r(!1)}}return b.useEffect(()=>{a()},[]),s.jsxs("div",{className:"p-8 w-full",children:[s.jsx("div",{className:"flex justify-between items-center mb-8",children:s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(xl,{className:"w-5 h-5 text-amber-400"}),"用户管理 / 超级个体列表"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"这里展示所有有效超级个体用户,仅用于查看其基本信息与排序值。"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400 w-20",children:"序号"}),s.jsx(je,{className:"text-gray-400",children:"成员"}),s.jsx(je,{className:"text-gray-400 w-40",children:"超级个体"}),s.jsx(je,{className:"text-gray-400 w-28",children:"排序值"})]})}),s.jsxs(dr,{children:[t.map((i,o)=>{var c;return s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:o+1}),s.jsx(ye,{children:s.jsxs("div",{className:"flex items-center gap-3",children:[i.avatar?s.jsx("img",{src:i.avatar,className:"w-8 h-8 rounded-full object-cover border border-amber-400/60"}):s.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/20 border border-amber-400/60 flex items-center justify-center text-amber-300 text-sm",children:((c=i.name)==null?void 0:c[0])||"创"}),s.jsx("div",{className:"min-w-0",children:s.jsx("div",{className:"text-white text-sm truncate",children:i.name})})]})}),s.jsx(ye,{className:"text-gray-300",children:i.vipRole||s.jsx("span",{className:"text-gray-500",children:"(未设置超级个体)"})}),s.jsx(ye,{className:"text-gray-300",children:i.vipSort??o+1})]},i.id)}),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:5,className:"text-center py-12 text-gray-500",children:"当前没有有效的超级个体用户。"})})]})]})})})]})}function $4(t){const[e,n]=b.useState([]),[r,a]=b.useState(!0),[i,o]=b.useState(!1),[c,u]=b.useState(null),[h,f]=b.useState({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:0,enabled:!0}),[m,g]=b.useState(!1),[y,N]=b.useState(!1),w=b.useRef(null),v=async P=>{var F;const L=(F=P.target.files)==null?void 0:F[0];if(L){N(!0);try{const X=new FormData;X.append("file",L),X.append("folder","mentors");const te=ff(),ue={};te&&(ue.Authorization=`Bearer ${te}`);const I=await(await fetch(mo("/api/upload"),{method:"POST",body:X,credentials:"include",headers:ue})).json();I!=null&&I.success&&(I!=null&&I.url)?f(O=>({...O,avatar:I.url})):ie.error("上传失败: "+((I==null?void 0:I.error)||"未知错误"))}catch(X){console.error(X),ie.error("上传失败")}finally{N(!1),w.current&&(w.current.value="")}}};async function k(){a(!0);try{const P=await Oe("/api/db/mentors");P!=null&&P.success&&P.data&&n(P.data)}catch(P){console.error("Load mentors error:",P)}finally{a(!1)}}b.useEffect(()=>{k()},[]);const C=()=>{f({name:"",avatar:"",intro:"",tags:"",priceSingle:"",priceHalfYear:"",priceYear:"",quote:"",whyFind:"",offering:"",judgmentStyle:"",sort:e.length>0?Math.max(...e.map(P=>P.sort))+1:0,enabled:!0})},E=()=>{u(null),C(),o(!0)},T=P=>{u(P),f({name:P.name,avatar:P.avatar||"",intro:P.intro||"",tags:P.tags||"",priceSingle:P.priceSingle!=null?String(P.priceSingle):"",priceHalfYear:P.priceHalfYear!=null?String(P.priceHalfYear):"",priceYear:P.priceYear!=null?String(P.priceYear):"",quote:P.quote||"",whyFind:P.whyFind||"",offering:P.offering||"",judgmentStyle:P.judgmentStyle||"",sort:P.sort,enabled:P.enabled??!0}),o(!0)},R=async()=>{if(!h.name.trim()){ie.error("导师姓名不能为空");return}g(!0);try{const P=F=>F===""?void 0:parseFloat(F),L={name:h.name.trim(),avatar:h.avatar.trim()||void 0,intro:h.intro.trim()||void 0,tags:h.tags.trim()||void 0,priceSingle:P(h.priceSingle),priceHalfYear:P(h.priceHalfYear),priceYear:P(h.priceYear),quote:h.quote.trim()||void 0,whyFind:h.whyFind.trim()||void 0,offering:h.offering.trim()||void 0,judgmentStyle:h.judgmentStyle.trim()||void 0,sort:h.sort,enabled:h.enabled};if(c){const F=await _t("/api/db/mentors",{id:c.id,...L});F!=null&&F.success?(o(!1),k()):ie.error("更新失败: "+(F==null?void 0:F.error))}else{const F=await wt("/api/db/mentors",L);F!=null&&F.success?(o(!1),k()):ie.error("新增失败: "+(F==null?void 0:F.error))}}catch(P){console.error("Save error:",P),ie.error("保存失败")}finally{g(!1)}},D=async P=>{if(confirm("确定删除该导师?"))try{const L=await Bs(`/api/db/mentors?id=${P}`);L!=null&&L.success?k():ie.error("删除失败: "+(L==null?void 0:L.error))}catch(L){console.error("Delete error:",L),ie.error("删除失败")}},_=P=>P!=null?`¥${P}`:"-";return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"}),"导师管理"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师列表,支持每个导师独立配置单次/半年/年度价格"})]}),s.jsxs(ee,{onClick:E,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-2"}),"新增导师"]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:r?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"姓名"}),s.jsx(je,{className:"text-gray-400",children:"简介"}),s.jsx(je,{className:"text-gray-400",children:"单次"}),s.jsx(je,{className:"text-gray-400",children:"半年"}),s.jsx(je,{className:"text-gray-400",children:"年度"}),s.jsx(je,{className:"text-gray-400",children:"排序"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsxs(dr,{children:[e.map(P=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:P.id}),s.jsx(ye,{className:"text-white",children:P.name}),s.jsx(ye,{className:"text-gray-400 max-w-[200px] truncate",children:P.intro||"-"}),s.jsx(ye,{className:"text-gray-400",children:_(P.priceSingle)}),s.jsx(ye,{className:"text-gray-400",children:_(P.priceHalfYear)}),s.jsx(ye,{className:"text-gray-400",children:_(P.priceYear)}),s.jsx(ye,{className:"text-gray-400",children:P.sort}),s.jsxs(ye,{className:"text-right",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>T(P),className:"text-gray-400 hover:text-[#38bdac]",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>D(P.id),className:"text-gray-400 hover:text-red-400",children:s.jsx(Jn,{className:"w-4 h-4"})})]})]},P.id)),e.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:8,className:"text-center py-12 text-gray-500",children:"暂无导师,点击「新增导师」添加"})})]})]})})}),s.jsx(Ot,{open:i,onOpenChange:o,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg max-h-[90vh] overflow-y-auto",children:[s.jsx(Dt,{children:s.jsx(Lt,{className:"text-white",children:c?"编辑导师":"新增导师"})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"姓名 *"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:卡若",value:h.name,onChange:P=>f(L=>({...L,name:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"排序"}),s.jsx(ne,{type:"number",className:"bg-[#0a1628] border-gray-700 text-white",value:h.sort,onChange:P=>f(L=>({...L,sort:parseInt(P.target.value,10)||0}))})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"头像"}),s.jsxs("div",{className:"flex gap-3 items-center",children:[s.jsx(ne,{className:"flex-1 bg-[#0a1628] border-gray-700 text-white",value:h.avatar,onChange:P=>f(L=>({...L,avatar:P.target.value})),placeholder:"点击上传或粘贴图片地址"}),s.jsx("input",{ref:w,type:"file",accept:"image/*",className:"hidden",onChange:v}),s.jsxs(ee,{type:"button",variant:"outline",size:"sm",className:"border-gray-600 text-gray-400 shrink-0",disabled:y,onClick:()=>{var P;return(P=w.current)==null?void 0:P.click()},children:[s.jsx(dh,{className:"w-4 h-4 mr-2"}),y?"上传中...":"上传"]})]}),h.avatar&&s.jsx("div",{className:"mt-2",children:s.jsx("img",{src:h.avatar.startsWith("http")?h.avatar:mo(h.avatar),alt:"头像预览",className:"w-20 h-20 rounded-full object-cover border border-gray-600"})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"简介"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:结构判断型咨询 · Decision > Execution",value:h.intro,onChange:P=>f(L=>({...L,intro:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"技能标签(逗号分隔)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:项目结构判断、风险止损、人×项目匹配",value:h.tags,onChange:P=>f(L=>({...L,tags:P.target.value}))})]}),s.jsxs("div",{className:"border-t border-gray-700 pt-4",children:[s.jsx(Y,{className:"text-gray-300 block mb-2",children:"价格配置(每个导师独立)"}),s.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"单次咨询 ¥"}),s.jsx(ne,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"980",value:h.priceSingle,onChange:P=>f(L=>({...L,priceSingle:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"半年咨询 ¥"}),s.jsx(ne,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"19800",value:h.priceHalfYear,onChange:P=>f(L=>({...L,priceHalfYear:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"年度咨询 ¥"}),s.jsx(ne,{type:"number",step:"0.01",className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"29800",value:h.priceYear,onChange:P=>f(L=>({...L,priceYear:P.target.value}))})]})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"引言"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:大多数人失败,不是因为不努力...",value:h.quote,onChange:P=>f(L=>({...L,quote:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"为什么找(文本)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:h.whyFind,onChange:P=>f(L=>({...L,whyFind:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"提供什么(文本)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"",value:h.offering,onChange:P=>f(L=>({...L,offering:P.target.value}))})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"判断风格(逗号分隔)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如:冷静、克制、偏风险视角",value:h.judgmentStyle,onChange:P=>f(L=>({...L,judgmentStyle:P.target.value}))})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("input",{type:"checkbox",id:"enabled",checked:h.enabled,onChange:P=>f(L=>({...L,enabled:P.target.checked})),className:"rounded border-gray-600 bg-[#0a1628]"}),s.jsx(Y,{htmlFor:"enabled",className:"text-gray-300 cursor-pointer",children:"上架(小程序可见)"})]})]}),s.jsxs(on,{children:[s.jsxs(ee,{variant:"outline",onClick:()=>o(!1),className:"border-gray-600 text-gray-300",children:[s.jsx(ir,{className:"w-4 h-4 mr-2"}),"取消"]}),s.jsxs(ee,{onClick:R,disabled:m,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"}),m?"保存中...":"保存"]})]})]})})]})}function MV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState("");async function o(){r(!0);try{const h=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",f=await Oe(h);f!=null&&f.success&&f.data&&e(f.data)}catch(h){console.error("Load consultations error:",h)}finally{r(!1)}}b.useEffect(()=>{o()},[a]);const c={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},u={single:"单次",half_year:"半年",year:"年度"};return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex justify-between items-center mb-8",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(lh,{className:"w-5 h-5 text-[#38bdac]"}),"导师预约列表"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"stitch_soul 导师咨询预约记录"})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("select",{value:a,onChange:h=>i(h.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),Object.entries(c).map(([h,f])=>s.jsx("option",{value:h,children:f},h))]}),s.jsxs(ee,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`}),"刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户ID"}),s.jsx(je,{className:"text-gray-400",children:"导师ID"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"})]})}),s.jsxs(dr,{children:[t.map(h=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:h.id}),s.jsx(ye,{className:"text-gray-400",children:h.userId}),s.jsx(ye,{className:"text-gray-400",children:h.mentorId}),s.jsx(ye,{className:"text-gray-400",children:u[h.consultationType]||h.consultationType}),s.jsxs(ye,{className:"text-white",children:["¥",h.amount]}),s.jsx(ye,{className:"text-gray-400",children:c[h.status]||h.status}),s.jsx(ye,{className:"text-gray-500 text-sm",children:h.createdAt})]},h.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}const Lc={poolSource:["vip"],requirePhone:!0,requireNickname:!0,requireAvatar:!1,requireBusiness:!1},kw={matchTypes:[{id:"partner",label:"找伙伴",matchLabel:"找伙伴",icon:"⭐",matchFromDB:!0,showJoinAfterMatch:!1,price:1,enabled:!0},{id:"investor",label:"资源对接",matchLabel:"资源对接",icon:"👥",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"mentor",label:"导师顾问",matchLabel:"导师顾问",icon:"❤️",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0},{id:"team",label:"团队招募",matchLabel:"加入项目",icon:"🎮",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}],freeMatchLimit:3,matchPrice:1,settings:{enableFreeMatches:!0,enablePaidMatches:!0,maxMatchesPerDay:10},poolSettings:Lc},AV=["⭐","👥","❤️","🎮","💼","🚀","💡","🎯","🔥","✨"];function IV(){const t=Ci(),[e,n]=b.useState(kw),[r,a]=b.useState(!0),[i,o]=b.useState(!1),[c,u]=b.useState(!1),[h,f]=b.useState(null),[m,g]=b.useState({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),[y,N]=b.useState(null),[w,v]=b.useState(!1),k=async()=>{v(!0);try{const L=await Oe("/api/db/match-pool-counts");L!=null&&L.success&&L.data&&N(L.data)}catch(L){console.error("加载池子人数失败:",L)}finally{v(!1)}},C=async()=>{a(!0);try{const L=await Oe("/api/db/config/full?key=match_config"),F=(L==null?void 0:L.data)??(L==null?void 0:L.config);if(F){let X=F.poolSettings??Lc;X.poolSource&&!Array.isArray(X.poolSource)&&(X={...X,poolSource:[X.poolSource]}),n({...kw,...F,poolSettings:X})}}catch(L){console.error("加载匹配配置失败:",L)}finally{a(!1)}};b.useEffect(()=>{C(),k()},[]);const E=async()=>{o(!0);try{const L=await wt("/api/db/config",{key:"match_config",value:e,description:"匹配功能配置"});ie.error((L==null?void 0:L.success)!==!1?"配置保存成功!":"保存失败: "+((L==null?void 0:L.error)||"未知错误"))}catch(L){console.error(L),ie.error("保存失败")}finally{o(!1)}},T=L=>{f(L),g({...L}),u(!0)},R=()=>{f(null),g({id:"",label:"",matchLabel:"",icon:"⭐",matchFromDB:!1,showJoinAfterMatch:!0,price:1,enabled:!0}),u(!0)},D=()=>{if(!m.id||!m.label){ie.error("请填写类型ID和名称");return}const L=[...e.matchTypes];if(h){const F=L.findIndex(X=>X.id===h.id);F!==-1&&(L[F]={...m})}else{if(L.some(F=>F.id===m.id)){ie.error("类型ID已存在");return}L.push({...m})}n({...e,matchTypes:L}),u(!1)},_=L=>{confirm("确定要删除这个匹配类型吗?")&&n({...e,matchTypes:e.matchTypes.filter(F=>F.id!==L)})},P=L=>{n({...e,matchTypes:e.matchTypes.map(F=>F.id===L?{...F,enabled:!F.enabled}:F)})};return s.jsxs("div",{className:"space-y-6",children:[s.jsxs("div",{className:"flex justify-end gap-3",children:[s.jsxs(ee,{variant:"outline",onClick:C,disabled:r,className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${r?"animate-spin":""}`})," 刷新"]}),s.jsxs(ee,{onClick:E,disabled:i,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"})," ",i?"保存中...":"保存配置"]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Yw,{className:"w-5 h-5 text-blue-400"})," 匹配池选择"]}),s.jsx(Ft,{className:"text-gray-400",children:"选择匹配的用户池和完善程度要求,只有满足条件的用户才可被匹配到"})]}),s.jsxs(Ee,{className:"space-y-6",children:[s.jsxs("div",{className:"space-y-3",children:[s.jsx(Y,{className:"text-gray-300",children:"匹配来源池"}),s.jsx("p",{className:"text-gray-500 text-xs",children:"可同时勾选多个池子(取并集匹配)"}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-3",children:[{value:"vip",label:"超级个体(VIP会员)",desc:"付费 ¥1980 的VIP会员",icon:"👑",countKey:"vip"},{value:"complete",label:"完善资料用户",desc:"符合下方完善度要求的用户",icon:"✅",countKey:"complete"},{value:"all",label:"全部用户",desc:"所有已注册用户",icon:"👥",countKey:"all"}].map(L=>{const F=e.poolSettings??Lc,te=(Array.isArray(F.poolSource)?F.poolSource:[F.poolSource]).includes(L.value),ue=y==null?void 0:y[L.countKey],ae=()=>{const I=Array.isArray(F.poolSource)?[...F.poolSource]:[F.poolSource],O=te?I.filter(G=>G!==L.value):[...I,L.value];O.length===0&&O.push(L.value),n({...e,poolSettings:{...F,poolSource:O}})};return s.jsxs("button",{type:"button",onClick:ae,className:`p-4 rounded-lg border text-left transition-all ${te?"border-[#38bdac] bg-[#38bdac]/10":"border-gray-700 bg-[#0a1628] hover:border-gray-600"}`,children:[s.jsxs("div",{className:"flex items-center justify-between",children:[s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("div",{className:`w-5 h-5 rounded border-2 flex items-center justify-center text-xs ${te?"border-[#38bdac] bg-[#38bdac] text-white":"border-gray-600"}`,children:te&&"✓"}),s.jsx("span",{className:"text-xl",children:L.icon}),s.jsx("span",{className:`text-sm font-medium ${te?"text-[#38bdac]":"text-gray-300"}`,children:L.label})]}),s.jsxs("span",{className:"text-lg font-bold text-white",children:[w?"...":ue??"-",s.jsx("span",{className:"text-xs text-gray-500 font-normal ml-1",children:"人"})]})]}),s.jsx("p",{className:"text-gray-500 text-xs mt-2",children:L.desc}),s.jsx("span",{role:"link",tabIndex:0,onClick:I=>{I.stopPropagation(),t(`/users?pool=${L.value}`)},onKeyDown:I=>{I.key==="Enter"&&(I.stopPropagation(),t(`/users?pool=${L.value}`))},className:"text-[#38bdac] text-xs mt-2 inline-block hover:underline cursor-pointer",children:"查看用户列表 →"})]},L.value)})})]}),s.jsxs("div",{className:"space-y-3 pt-4 border-t border-gray-700/50",children:[s.jsx(Y,{className:"text-gray-300",children:"用户资料完善要求(被匹配用户必须满足以下条件)"}),s.jsx("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-4",children:[{key:"requirePhone",label:"有手机号",icon:"📱"},{key:"requireNickname",label:"有昵称",icon:"👤"},{key:"requireAvatar",label:"有头像",icon:"🖼️"},{key:"requireBusiness",label:"有业务需求",icon:"💼"}].map(L=>{const X=(e.poolSettings??Lc)[L.key];return s.jsxs("div",{className:"flex items-center gap-3 bg-[#0a1628] rounded-lg p-3",children:[s.jsx(At,{checked:X,onCheckedChange:te=>n({...e,poolSettings:{...e.poolSettings??Lc,[L.key]:te}})}),s.jsxs("div",{className:"flex items-center gap-1.5",children:[s.jsx("span",{children:L.icon}),s.jsx(Y,{className:"text-gray-300 text-sm",children:L.label})]})]},L.key)})})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(li,{className:"w-5 h-5 text-yellow-400"})," 基础设置"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置免费匹配次数和付费规则"})]}),s.jsxs(Ee,{className:"space-y-6",children:[s.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-6",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"每日免费匹配次数"}),s.jsx(ne,{type:"number",min:0,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.freeMatchLimit,onChange:L=>n({...e,freeMatchLimit:parseInt(L.target.value,10)||0})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"付费匹配价格(元)"}),s.jsx(ne,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:e.matchPrice,onChange:L=>n({...e,matchPrice:parseFloat(L.target.value)||1})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"每日最大匹配次数"}),s.jsx(ne,{type:"number",min:1,max:100,className:"bg-[#0a1628] border-gray-700 text-white",value:e.settings.maxMatchesPerDay,onChange:L=>n({...e,settings:{...e.settings,maxMatchesPerDay:parseInt(L.target.value,10)||10}})})]})]}),s.jsxs("div",{className:"flex gap-8 pt-4 border-t border-gray-700/50",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:e.settings.enableFreeMatches,onCheckedChange:L=>n({...e,settings:{...e.settings,enableFreeMatches:L}})}),s.jsx(Y,{className:"text-gray-300",children:"启用免费匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:e.settings.enablePaidMatches,onCheckedChange:L=>n({...e,settings:{...e.settings,enablePaidMatches:L}})}),s.jsx(Y,{className:"text-gray-300",children:"启用付费匹配"})]})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:[s.jsxs(Je,{className:"flex flex-row items-center justify-between",children:[s.jsxs("div",{children:[s.jsxs(Ye,{className:"text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"})," 匹配类型管理"]}),s.jsx(Ft,{className:"text-gray-400",children:"配置不同的匹配类型及其价格"})]}),s.jsxs(ee,{onClick:R,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(hn,{className:"w-4 h-4 mr-1"})," 添加类型"]})]}),s.jsx(Ee,{children:s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"图标"}),s.jsx(je,{className:"text-gray-400",children:"类型ID"}),s.jsx(je,{className:"text-gray-400",children:"显示名称"}),s.jsx(je,{className:"text-gray-400",children:"匹配标签"}),s.jsx(je,{className:"text-gray-400",children:"价格"}),s.jsx(je,{className:"text-gray-400",children:"数据库匹配"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-right text-gray-400",children:"操作"})]})}),s.jsx(dr,{children:e.matchTypes.map(L=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsx("span",{className:"text-2xl",children:L.icon})}),s.jsx(ye,{className:"font-mono text-gray-300",children:L.id}),s.jsx(ye,{className:"text-white font-medium",children:L.label}),s.jsx(ye,{className:"text-gray-300",children:L.matchLabel}),s.jsx(ye,{children:s.jsxs(Ue,{className:"bg-yellow-500/20 text-yellow-400 hover:bg-yellow-500/20 border-0",children:["¥",L.price]})}),s.jsx(ye,{children:L.matchFromDB?s.jsx(Ue,{className:"bg-green-500/20 text-green-400 hover:bg-green-500/20 border-0",children:"是"}):s.jsx(Ue,{variant:"outline",className:"text-gray-500 border-gray-600",children:"否"})}),s.jsx(ye,{children:s.jsx(At,{checked:L.enabled,onCheckedChange:()=>P(L.id)})}),s.jsx(ye,{className:"text-right",children:s.jsxs("div",{className:"flex items-center justify-end gap-1",children:[s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>T(L),className:"text-gray-400 hover:text-[#38bdac] hover:bg-[#38bdac]/10",children:s.jsx(Wt,{className:"w-4 h-4"})}),s.jsx(ee,{variant:"ghost",size:"sm",onClick:()=>_(L.id),className:"text-red-400 hover:text-red-300 hover:bg-red-500/10",children:s.jsx(Jn,{className:"w-4 h-4"})})]})})]},L.id))})]})})]}),s.jsx(Ot,{open:c,onOpenChange:u,children:s.jsxs(Mt,{className:"bg-[#0f2137] border-gray-700 text-white max-w-lg",showCloseButton:!0,children:[s.jsx(Dt,{children:s.jsxs(Lt,{className:"text-white flex items-center gap-2",children:[h?s.jsx(Wt,{className:"w-5 h-5 text-[#38bdac]"}):s.jsx(hn,{className:"w-5 h-5 text-[#38bdac]"}),h?"编辑匹配类型":"添加匹配类型"]})}),s.jsxs("div",{className:"space-y-4 py-4",children:[s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"类型ID(英文)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: partner",value:m.id,onChange:L=>g({...m,id:L.target.value}),disabled:!!h})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"图标"}),s.jsx("div",{className:"flex gap-1 flex-wrap",children:AV.map(L=>s.jsx("button",{type:"button",className:`w-8 h-8 text-lg rounded ${m.icon===L?"bg-[#38bdac]/30 ring-1 ring-[#38bdac]":"bg-[#0a1628]"}`,onClick:()=>g({...m,icon:L}),children:L},L))})]})]}),s.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"显示名称"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.label,onChange:L=>g({...m,label:L.target.value})})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"匹配标签"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white",placeholder:"如: 超级个体",value:m.matchLabel,onChange:L=>g({...m,matchLabel:L.target.value})})]})]}),s.jsxs("div",{className:"space-y-2",children:[s.jsx(Y,{className:"text-gray-300",children:"单次匹配价格(元)"}),s.jsx(ne,{type:"number",min:.01,step:.01,className:"bg-[#0a1628] border-gray-700 text-white",value:m.price,onChange:L=>g({...m,price:parseFloat(L.target.value)||1})})]}),s.jsxs("div",{className:"flex gap-6 pt-2",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:m.matchFromDB,onCheckedChange:L=>g({...m,matchFromDB:L})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"从数据库匹配"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:m.showJoinAfterMatch,onCheckedChange:L=>g({...m,showJoinAfterMatch:L})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"匹配后显示加入"})]}),s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx(At,{checked:m.enabled,onCheckedChange:L=>g({...m,enabled:L})}),s.jsx(Y,{className:"text-gray-300 text-sm",children:"启用"})]})]})]}),s.jsxs(on,{children:[s.jsx(ee,{variant:"outline",onClick:()=>u(!1),className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:"取消"}),s.jsxs(ee,{onClick:D,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-4 h-4 mr-2"})," 保存"]})]})]})})]})}const Sw={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function RV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(""),[f,m]=b.useState(!0),[g,y]=b.useState(null),[N,w]=b.useState(null);async function v(){m(!0),y(null);try{const E=new URLSearchParams({page:String(a),pageSize:String(o)});u&&E.set("matchType",u);const T=await Oe(`/api/db/match-records?${E}`);T!=null&&T.success?(e(T.records||[]),r(T.total??0)):y("加载匹配记录失败")}catch{y("加载失败,请检查网络后重试")}finally{m(!1)}}b.useEffect(()=>{v()},[a,u]);const k=Math.ceil(n/o)||1,C=({userId:E,nickname:T,avatar:R})=>s.jsxs("div",{className:"flex items-center gap-3 cursor-pointer group",onClick:()=>w(E),children:[s.jsxs("div",{className:"w-9 h-9 rounded-full bg-[#38bdac]/20 flex items-center justify-center text-sm font-medium text-[#38bdac] flex-shrink-0 overflow-hidden",children:[R?s.jsx("img",{src:R,alt:"",className:"w-full h-full object-cover",onError:D=>{D.currentTarget.style.display="none"}}):null,s.jsx("span",{className:R?"hidden":"",children:(T||E||"?").charAt(0)})]}),s.jsxs("div",{children:[s.jsx("div",{className:"text-white group-hover:text-[#38bdac] transition-colors",children:T||E}),s.jsxs("div",{className:"text-xs text-gray-500 font-mono",children:[E==null?void 0:E.slice(0,16),(E==null?void 0:E.length)>16?"...":""]})]})]});return s.jsxs("div",{children:[g&&s.jsxs("div",{className:"mb-4 px-4 py-3 rounded-lg bg-red-500/20 border border-red-500/50 text-red-400 text-sm flex items-center justify-between",children:[s.jsx("span",{children:g}),s.jsx("button",{type:"button",onClick:()=>y(null),className:"hover:text-red-300",children:"×"})]}),s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("p",{className:"text-gray-400",children:["共 ",n," 条匹配记录 · 点击用户名查看详情"]}),s.jsxs("div",{className:"flex items-center gap-4",children:[s.jsxs("select",{value:u,onChange:E=>{h(E.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:[s.jsx("option",{value:"",children:"全部类型"}),Object.entries(Sw).map(([E,T])=>s.jsx("option",{value:E,children:T},E))]}),s.jsxs("button",{type:"button",onClick:v,disabled:f,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Ke,{className:`w-4 h-4 ${f?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:f?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"匹配时间"})]})}),s.jsxs(dr,{children:[t.map(E=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{children:s.jsx(C,{userId:E.userId,nickname:E.userNickname,avatar:E.userAvatar})}),s.jsx(ye,{children:E.matchedUserId?s.jsx(C,{userId:E.matchedUserId,nickname:E.matchedNickname,avatar:E.matchedUserAvatar}):s.jsx("span",{className:"text-gray-500",children:"—"})}),s.jsx(ye,{children:s.jsx(Ue,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:Sw[E.matchType]||E.matchType})}),s.jsxs(ye,{className:"text-sm",children:[E.phone&&s.jsxs("div",{className:"text-green-400",children:["📱 ",E.phone]}),E.wechatId&&s.jsxs("div",{className:"text-blue-400",children:["💬 ",E.wechatId]}),!E.phone&&!E.wechatId&&s.jsx("span",{className:"text-gray-600",children:"-"})]}),s.jsx(ye,{className:"text-gray-400",children:E.createdAt?new Date(E.createdAt).toLocaleString():"-"})]},E.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:5,className:"text-center py-12 text-gray-500",children:"暂无匹配记录"})})]})]}),s.jsx(is,{page:a,totalPages:k,total:n,pageSize:o,onPageChange:i,onPageSizeChange:E=>{c(E),i(1)}})]})})}),s.jsx(t0,{open:!!N,onClose:()=>w(null),userId:N,onUserUpdated:v})]})}function PV(){const[t,e]=b.useState("records");return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx("button",{type:"button",onClick:()=>e("records"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="records"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配记录"}),s.jsx("button",{type:"button",onClick:()=>e("pool"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="pool"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"匹配池设置"})]}),t==="records"&&s.jsx(RV,{}),t==="pool"&&s.jsx(IV,{})]})}const Cw={investor:"资源对接",mentor:"导师顾问",team:"团队招募"};function OV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0),[f,m]=b.useState("investor"),[g,y]=b.useState(null);async function N(){h(!0);try{const C=new URLSearchParams({page:String(a),pageSize:String(o),matchType:f}),E=await Oe(`/api/db/match-records?${C}`);E!=null&&E.success&&(e(E.records||[]),r(E.total??0))}catch(C){console.error(C)}finally{h(!1)}}b.useEffect(()=>{N()},[a,f]);const w=async C=>{if(!C.phone&&!C.wechatId){ie.info("该记录无联系方式,无法推送到存客宝");return}y(C.id);try{const E=await wt("/api/ckb/join",{type:C.matchType||"investor",phone:C.phone||"",wechat:C.wechatId||"",userId:C.userId,name:C.userNickname||""});ie.error((E==null?void 0:E.message)||(E!=null&&E.success?"推送成功":"推送失败"))}catch(E){ie.error("推送失败: "+(E instanceof Error?E.message:"网络错误"))}finally{y(null)}},v=Math.ceil(n/o)||1,k=C=>!!(C.phone||C.wechatId);return s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400",children:"点击获客:有人填写手机号/微信号的直接显示,可一键推送到存客宝"}),s.jsxs("p",{className:"text-gray-500 text-xs mt-1",children:["共 ",n," 条记录 — 有联系方式的可触发存客宝添加好友"]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsx("select",{value:f,onChange:C=>{m(C.target.value),i(1)},className:"bg-[#0f2137] border border-gray-700 text-white rounded-lg px-3 py-2 text-sm",children:Object.entries(Cw).map(([C,E])=>s.jsx("option",{value:C,children:E},C))}),s.jsxs(ee,{onClick:N,disabled:u,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${u?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:u?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"时间"}),s.jsx(je,{className:"text-gray-400 text-right",children:"操作"})]})}),s.jsxs(dr,{children:[t.map(C=>{var E,T;return s.jsxs(it,{className:`border-gray-700/50 ${k(C)?"hover:bg-[#0a1628]":"opacity-60"}`,children:[s.jsx(ye,{className:"text-white",children:C.userNickname||((E=C.userId)==null?void 0:E.slice(0,12))}),s.jsx(ye,{className:"text-white",children:C.matchedNickname||((T=C.matchedUserId)==null?void 0:T.slice(0,12))}),s.jsx(ye,{children:s.jsx(Ue,{className:"bg-[#38bdac]/20 text-[#38bdac] border-0",children:Cw[C.matchType]||C.matchType})}),s.jsxs(ye,{className:"text-sm",children:[C.phone&&s.jsxs("div",{className:"text-green-400",children:["📱 ",C.phone]}),C.wechatId&&s.jsxs("div",{className:"text-blue-400",children:["💬 ",C.wechatId]}),!C.phone&&!C.wechatId&&s.jsx("span",{className:"text-gray-600",children:"无联系方式"})]}),s.jsx(ye,{className:"text-gray-400 text-sm",children:C.createdAt?new Date(C.createdAt).toLocaleString():"-"}),s.jsx(ye,{className:"text-right",children:k(C)?s.jsxs(ee,{size:"sm",onClick:()=>w(C),disabled:g===C.id,className:"bg-[#38bdac] hover:bg-[#2da396] text-white text-xs h-7 px-3",children:[s.jsx(TA,{className:"w-3 h-3 mr-1"}),g===C.id?"推送中...":"推送CKB"]}):s.jsx("span",{className:"text-gray-600 text-xs",children:"—"})})]},C.id)}),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:6,className:"text-center py-12 text-gray-500",children:"暂无记录"})})]})]}),s.jsx(is,{page:a,totalPages:v,total:n,pageSize:o,onPageChange:i,onPageSizeChange:C=>{c(C),i(1)}})]})})})]})}const Ew={created:"已创建",pending_pay:"待支付",paid:"已支付",completed:"已完成",cancelled:"已取消"},DV={single:"单次",half_year:"半年",year:"年度"};function LV(){const[t,e]=b.useState([]),[n,r]=b.useState(!0),[a,i]=b.useState("");async function o(){r(!0);try{const c=a?`/api/db/mentor-consultations?status=${a}`:"/api/db/mentor-consultations",u=await Oe(c);u!=null&&u.success&&u.data&&e(u.data)}catch(c){console.error(c)}finally{r(!1)}}return b.useEffect(()=>{o()},[a]),s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsx("p",{className:"text-gray-400",children:"导师咨询预约记录"}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs("select",{value:a,onChange:c=>i(c.target.value),className:"bg-[#0f2137] border border-gray-700 rounded-lg px-3 py-2 text-gray-300 text-sm",children:[s.jsx("option",{value:"",children:"全部状态"}),Object.entries(Ew).map(([c,u])=>s.jsx("option",{value:c,children:u},c))]}),s.jsxs(ee,{onClick:o,disabled:n,variant:"outline",className:"border-gray-600 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-4 h-4 mr-2 ${n?"animate-spin":""}`})," 刷新"]})]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50",children:s.jsx(Ee,{className:"p-0",children:n?s.jsx("div",{className:"py-12 text-center text-gray-400",children:"加载中..."}):s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"ID"}),s.jsx(je,{className:"text-gray-400",children:"用户ID"}),s.jsx(je,{className:"text-gray-400",children:"导师ID"}),s.jsx(je,{className:"text-gray-400",children:"类型"}),s.jsx(je,{className:"text-gray-400",children:"金额"}),s.jsx(je,{className:"text-gray-400",children:"状态"}),s.jsx(je,{className:"text-gray-400",children:"创建时间"})]})}),s.jsxs(dr,{children:[t.map(c=>s.jsxs(it,{className:"border-gray-700/50",children:[s.jsx(ye,{className:"text-gray-300",children:c.id}),s.jsx(ye,{className:"text-gray-400",children:c.userId}),s.jsx(ye,{className:"text-gray-400",children:c.mentorId}),s.jsx(ye,{className:"text-gray-400",children:DV[c.consultationType]||c.consultationType}),s.jsxs(ye,{className:"text-white",children:["¥",c.amount]}),s.jsx(ye,{className:"text-gray-400",children:Ew[c.status]||c.status}),s.jsx(ye,{className:"text-gray-500 text-sm",children:c.createdAt?new Date(c.createdAt).toLocaleString():"-"})]},c.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:7,className:"text-center py-12 text-gray-500",children:"暂无预约记录"})})]})]})})})]})}function _V(){const[t,e]=b.useState("booking");return s.jsxs("div",{className:"space-y-4",children:[s.jsxs("div",{className:"flex gap-2",children:[s.jsx("button",{type:"button",onClick:()=>e("booking"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="booking"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"预约记录"}),s.jsx("button",{type:"button",onClick:()=>e("manage"),className:`px-4 py-2 rounded-lg text-sm font-medium transition-all ${t==="manage"?"bg-[#38bdac]/20 text-[#38bdac] border border-[#38bdac]/50":"bg-[#0a1628] text-gray-400 border border-gray-700 hover:text-white"}`,children:"导师管理"})]}),t==="booking"&&s.jsx(LV,{}),t==="manage"&&s.jsx("div",{className:"-mx-8",children:s.jsx($4,{embedded:!0})})]})}function zV(){const[t,e]=b.useState([]),[n,r]=b.useState(0),[a,i]=b.useState(1),[o,c]=b.useState(10),[u,h]=b.useState(!0);async function f(){h(!0);try{const g=new URLSearchParams({page:String(a),pageSize:String(o),matchType:"team"}),y=await Oe(`/api/db/match-records?${g}`);y!=null&&y.success&&(e(y.records||[]),r(y.total??0))}catch(g){console.error(g)}finally{h(!1)}}b.useEffect(()=>{f()},[a]);const m=Math.ceil(n/o)||1;return s.jsxs("div",{children:[s.jsxs("div",{className:"flex justify-between items-center mb-4",children:[s.jsxs("div",{children:[s.jsxs("p",{className:"text-gray-400",children:["团队招募匹配记录,共 ",n," 条"]}),s.jsx("p",{className:"text-gray-500 text-xs mt-1",children:"用户通过「团队招募」提交联系方式到存客宝"})]}),s.jsxs("button",{type:"button",onClick:f,disabled:u,className:"flex items-center gap-2 px-4 py-2 rounded-lg border border-gray-600 text-gray-300 hover:bg-gray-700/50 transition-colors disabled:opacity-50",children:[s.jsx(Ke,{className:`w-4 h-4 ${u?"animate-spin":""}`})," 刷新"]})]}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl",children:s.jsx(Ee,{className:"p-0",children:u?s.jsxs("div",{className:"flex justify-center py-12",children:[s.jsx(Ke,{className:"w-6 h-6 text-[#38bdac] animate-spin"}),s.jsx("span",{className:"ml-2 text-gray-400",children:"加载中..."})]}):s.jsxs(s.Fragment,{children:[s.jsxs(lr,{children:[s.jsx(cr,{children:s.jsxs(it,{className:"bg-[#0a1628] hover:bg-[#0a1628] border-gray-700",children:[s.jsx(je,{className:"text-gray-400",children:"发起人"}),s.jsx(je,{className:"text-gray-400",children:"匹配到"}),s.jsx(je,{className:"text-gray-400",children:"联系方式"}),s.jsx(je,{className:"text-gray-400",children:"时间"})]})}),s.jsxs(dr,{children:[t.map(g=>s.jsxs(it,{className:"hover:bg-[#0a1628] border-gray-700/50",children:[s.jsx(ye,{className:"text-white",children:g.userNickname||g.userId}),s.jsx(ye,{className:"text-white",children:g.matchedNickname||g.matchedUserId}),s.jsxs(ye,{className:"text-gray-400 text-sm",children:[g.phone&&s.jsxs("div",{children:["📱 ",g.phone]}),g.wechatId&&s.jsxs("div",{children:["💬 ",g.wechatId]}),!g.phone&&!g.wechatId&&"-"]}),s.jsx(ye,{className:"text-gray-400",children:g.createdAt?new Date(g.createdAt).toLocaleString():"-"})]},g.id)),t.length===0&&s.jsx(it,{children:s.jsx(ye,{colSpan:4,className:"text-center py-12 text-gray-500",children:"暂无团队招募记录"})})]})]}),s.jsx(is,{page:a,totalPages:m,total:n,pageSize:o,onPageChange:i,onPageSizeChange:g=>{c(g),i(1)}})]})})})]})}const Tw={partner:"找伙伴",investor:"资源对接",mentor:"导师顾问",team:"团队招募"},Mw={partner:"⭐",investor:"👥",mentor:"❤️",team:"🎮"};function FV({onSwitchTab:t,onOpenCKB:e}={}){const n=Ci(),[r,a]=b.useState(null),[i,o]=b.useState(null),[c,u]=b.useState(!0),h=b.useCallback(async()=>{var m,g;u(!0);try{const[y,N]=await Promise.allSettled([Oe("/api/db/match-records?stats=true"),Oe("/api/db/ckb-plan-stats")]);if(y.status==="fulfilled"&&((m=y.value)!=null&&m.success)&&y.value.data){let w=y.value.data;if(w.totalMatches>0&&(!w.uniqueUsers||w.uniqueUsers===0))try{const v=await Oe("/api/db/match-records?page=1&pageSize=200");if(v!=null&&v.success&&v.records){const k=new Set(v.records.map(C=>C.userId).filter(Boolean));w={...w,uniqueUsers:k.size}}}catch{}a(w)}N.status==="fulfilled"&&((g=N.value)!=null&&g.success)&&N.value.data&&o(N.value.data)}catch(y){console.error("加载统计失败:",y)}finally{u(!1)}},[]);b.useEffect(()=>{h()},[h]);const f=m=>c?"—":String(m??0);return s.jsxs("div",{className:"space-y-8",children:[s.jsxs("div",{children:[s.jsxs("h3",{className:"text-lg font-semibold text-white mb-4 flex items-center gap-2",children:[s.jsx(Zn,{className:"w-5 h-5 text-[#38bdac]"})," 找伙伴数据"]}),s.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-3 gap-5",children:[s.jsx(Ce,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-[#38bdac]/60 transition-all",onClick:()=>t==null?void 0:t("partner"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"总匹配次数"}),s.jsx("p",{className:"text-4xl font-bold text-white",children:f(r==null?void 0:r.totalMatches)}),s.jsxs("p",{className:"text-[#38bdac] text-xs mt-3 flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"})," 查看匹配记录"]})]})}),s.jsx(Ce,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-yellow-500/60 transition-all",onClick:()=>t==null?void 0:t("partner"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"今日匹配"}),s.jsx("p",{className:"text-4xl font-bold text-white",children:f(r==null?void 0:r.todayMatches)}),s.jsxs("p",{className:"text-yellow-400/60 text-xs mt-3 flex items-center gap-1",children:[s.jsx(li,{className:"w-3 h-3"})," 今日实时"]})]})}),s.jsx(Ce,{className:"bg-gradient-to-br from-[#0f2137] to-[#162d4a] border-gray-700/40 cursor-pointer hover:border-blue-500/60 transition-all",onClick:()=>n("/users"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"匹配用户数"}),s.jsx("p",{className:"text-4xl font-bold text-white",children:f(r==null?void 0:r.uniqueUsers)}),s.jsxs("p",{className:"text-blue-400/60 text-xs mt-3 flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"})," 查看用户管理"]})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"人均匹配"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":r!=null&&r.uniqueUsers?(r.totalMatches/r.uniqueUsers).toFixed(1):"0"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-gray-700/40",children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"付费匹配次数"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:f(r==null?void 0:r.paidMatchCount)})]})})]})]}),(r==null?void 0:r.byType)&&r.byType.length>0&&s.jsxs("div",{children:[s.jsx("h3",{className:"text-lg font-semibold text-white mb-4",children:"各类型匹配分布"}),s.jsx("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:r.byType.map(m=>{const g=r.totalMatches>0?m.count/r.totalMatches*100:0;return s.jsxs("div",{className:"bg-[#0f2137] border border-gray-700/40 rounded-xl p-5",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[s.jsx("span",{className:"text-2xl",children:Mw[m.matchType]||"📊"}),s.jsx("span",{className:"text-gray-300 font-medium",children:Tw[m.matchType]||m.matchType})]}),s.jsx("p",{className:"text-3xl font-bold text-white mb-2",children:m.count}),s.jsx("div",{className:"w-full h-2 bg-gray-700/50 rounded-full overflow-hidden",children:s.jsx("div",{className:"h-full bg-[#38bdac] rounded-full transition-all",style:{width:`${Math.min(g,100)}%`}})}),s.jsxs("p",{className:"text-gray-500 text-xs mt-1.5",children:[g.toFixed(1),"%"]})]},m.matchType)})})]}),s.jsxs("div",{children:[s.jsxs("h3",{className:"text-lg font-semibold text-white mb-4 flex items-center gap-2",children:[s.jsx(Ss,{className:"w-5 h-5 text-orange-400"})," AI 获客数据"]}),s.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-3 gap-5 mb-6",children:[s.jsx(Ce,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("submitted"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"已提交线索"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":(i==null?void 0:i.ckbTotal)??0}),s.jsx("p",{className:"text-orange-400/60 text-xs mt-2",children:"点击查看明细 →"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("contact"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"有联系方式"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:c?"—":(i==null?void 0:i.withContact)??0}),s.jsx("p",{className:"text-orange-400/60 text-xs mt-2",children:"点击查看明细 →"})]})}),s.jsx(Ce,{className:"bg-[#0f2137] border-orange-500/20 cursor-pointer hover:border-orange-500/50 transition-colors",onClick:()=>e==null?void 0:e("test"),children:s.jsxs(Ee,{className:"p-6",children:[s.jsx("p",{className:"text-gray-400 text-sm mb-2",children:"AI 添加进度"}),s.jsx("p",{className:"text-xl font-bold text-orange-400",children:"查看详情 →"}),s.jsx("p",{className:"text-gray-500 text-xs mt-2",children:"添加成功率 · 回复率 · API 文档"})]})})]}),(i==null?void 0:i.byType)&&i.byType.length>0&&s.jsx("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6",children:i.byType.map(m=>s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-lg p-4 flex items-center gap-3",children:[s.jsx("span",{className:"text-xl",children:Mw[m.matchType]||"📋"}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 text-xs",children:Tw[m.matchType]||m.matchType}),s.jsx("p",{className:"text-xl font-bold text-white",children:m.total})]})]},m.matchType))})]})]})}const $V=["partner","investor","mentor","team"],Ng=[{key:"join_partner",label:"找伙伴场景"},{key:"join_investor",label:"资源对接场景"},{key:"join_mentor",label:"导师顾问场景"},{key:"join_team",label:"团队招募场景"},{key:"match",label:"匹配上报"},{key:"lead",label:"链接卡若"}],Aw=`# 场景获客接口摘要 - 地址:POST /v1/api/scenarios - 必填:apiKey、sign、timestamp - 主标识:phone 或 wechatId 至少一项 - 可选:name、source、remark、tags、siteTags、portrait - 签名:排除 sign/apiKey/portrait,键名升序拼接值后双重 MD5 -- 成功:code=200,message=新增成功 或 已存在`;function $V({initialTab:t="overview"}){const[e,n]=b.useState(t),[r,a]=b.useState("13800000000"),[i,o]=b.useState(""),[c,u]=b.useState(""),[h,f]=b.useState(Mw),[m,g]=b.useState(!1),[y,N]=b.useState(!1),[w,v]=b.useState([]),[k,C]=b.useState([]),[E,T]=b.useState({}),[R,D]=b.useState([{endpoint:"/api/ckb/join",label:"找伙伴",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"资源对接",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"导师顾问",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"团队招募",method:"POST",status:"idle"},{endpoint:"/api/ckb/match",label:"匹配上报",method:"POST",status:"idle"},{endpoint:"/api/miniprogram/ckb/lead",label:"链接卡若",method:"POST",status:"idle"},{endpoint:"/api/match/config",label:"匹配配置",method:"GET",status:"idle"}]),_=b.useMemo(()=>{const I={};return Ng.forEach(O=>{I[O.key]=E[O.key]||{apiUrl:"https://ckbapi.quwanzhi.com/v1/api/scenarios",apiKey:"fyngh-ecy9h-qkdae-epwd5-rz6kd",source:"",tags:"",siteTags:"创业实验APP",notes:""}}),I},[E]),P=I=>{const O=r.trim(),G=i.trim();return I<=3?{type:FV[I],phone:O||void 0,wechat:G||void 0,userId:"admin_test",name:"后台测试"}:I===4?{matchType:"partner",phone:O||void 0,wechat:G||void 0,userId:"admin_test",nickname:"后台测试",matchedUser:{id:"test",nickname:"测试",matchScore:88}}:I===5?{phone:O||void 0,wechatId:G||void 0,userId:"admin_test",name:"后台测试"}:{}};async function L(){N(!0);try{const[I,O,G]=await Promise.all([Oe("/api/db/config/full?key=ckb_config"),Oe("/api/db/ckb-leads?mode=submitted&page=1&pageSize=50"),Oe("/api/db/ckb-leads?mode=contact&page=1&pageSize=50")]),z=I==null?void 0:I.data;z!=null&&z.routes&&T(z.routes),z!=null&&z.docNotes&&u(z.docNotes),z!=null&&z.docContent&&f(z.docContent),O!=null&&O.success&&v(O.records||[]),G!=null&&G.success&&C(G.records||[])}finally{N(!1)}}b.useEffect(()=>{n(t)},[t]),b.useEffect(()=>{L()},[]);async function F(){g(!0);try{const I=await wt("/api/db/config",{key:"ckb_config",value:{routes:_,docNotes:c,docContent:h},description:"存客宝接口配置"});ie.error((I==null?void 0:I.success)!==!1?"存客宝配置已保存":`保存失败: ${(I==null?void 0:I.error)||"未知错误"}`)}catch(I){ie.error(`保存失败: ${I instanceof Error?I.message:"网络错误"}`)}finally{g(!1)}}const X=(I,O)=>{T(G=>({...G,[I]:{..._[I],...O}}))},te=async I=>{const O=R[I];if(O.method==="POST"&&!r.trim()&&!i.trim()){ie.error("请填写测试手机号");return}const G=[...R];G[I]={...O,status:"testing",message:void 0,responseTime:void 0},D(G);const z=performance.now();try{const re=O.method==="GET"?await Oe(O.endpoint):await wt(O.endpoint,P(I)),K=Math.round(performance.now()-z),$=(re==null?void 0:re.message)||"",H=(re==null?void 0:re.success)===!0||$.includes("已存在")||$.includes("已加入")||$.includes("已提交"),oe=[...R];oe[I]={...O,status:H?"success":"error",message:$||(H?"正常":"异常"),responseTime:K},D(oe),await L()}catch(re){const K=Math.round(performance.now()-z),$=[...R];$[I]={...O,status:"error",message:re instanceof Error?re.message:"失败",responseTime:K},D($)}},ue=async()=>{if(!r.trim()&&!i.trim()){ie.error("请填写测试手机号");return}for(let I=0;Is.jsx("div",{className:"overflow-auto rounded-lg border border-gray-700/30",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{className:"bg-[#0a1628] text-gray-400",children:s.jsxs("tr",{children:[s.jsx("th",{className:"text-left px-4 py-3",children:"发起人"}),s.jsx("th",{className:"text-left px-4 py-3",children:"类型"}),s.jsx("th",{className:"text-left px-4 py-3",children:"手机号"}),s.jsx("th",{className:"text-left px-4 py-3",children:"微信号"}),s.jsx("th",{className:"text-left px-4 py-3",children:"时间"})]})}),s.jsx("tbody",{children:I.length===0?s.jsx("tr",{children:s.jsx("td",{colSpan:5,className:"text-center py-10 text-gray-500",children:O})}):I.map(G=>s.jsxs("tr",{className:"border-t border-gray-700/30",children:[s.jsx("td",{className:"px-4 py-3 text-white",children:G.userNickname||G.userId}),s.jsx("td",{className:"px-4 py-3 text-gray-300",children:G.matchType}),s.jsx("td",{className:"px-4 py-3 text-green-400",children:G.phone||"—"}),s.jsx("td",{className:"px-4 py-3 text-blue-400",children:G.wechatId||"—"}),s.jsx("td",{className:"px-4 py-3 text-gray-400",children:G.createdAt?new Date(G.createdAt).toLocaleString():"—"})]},G.id))})]})});return s.jsx(Ce,{className:"bg-[#0f2137] border-orange-500/30 mb-6",children:s.jsxs(Ee,{className:"p-5",children:[s.jsxs("div",{className:"flex items-center justify-between mb-4",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("h3",{className:"text-white font-semibold",children:"存客宝工作台"}),s.jsx(Ue,{className:"bg-orange-500/20 text-orange-400 border-0 text-xs",children:"CKB"}),s.jsxs("button",{type:"button",onClick:()=>n("doc"),className:"text-orange-400/60 text-xs hover:text-orange-400 flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"})," API 文档"]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(ee,{onClick:()=>L(),variant:"outline",size:"sm",className:"border-gray-700 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-3.5 h-3.5 mr-1 ${y?"animate-spin":""}`})," 刷新"]}),s.jsxs(ee,{onClick:F,disabled:m,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-3.5 h-3.5 mr-1"})," ",m?"保存中...":"保存配置"]})]})]}),s.jsx("div",{className:"flex flex-wrap gap-2 mb-5",children:[["overview","概览"],["submitted","已提交线索"],["contact","有联系方式"],["config","场景配置"],["test","接口测试"],["doc","API 文档"]].map(([I,O])=>s.jsx("button",{type:"button",onClick:()=>n(I),className:`px-4 py-2 rounded-lg text-sm transition-colors ${e===I?"bg-orange-500 text-white":"bg-[#0a1628] text-gray-400 hover:text-white"}`,children:O},I))}),e==="overview"&&s.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"已提交线索"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:w.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"有联系方式"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:k.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"场景配置数"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:Ng.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"文档备注"}),s.jsx("p",{className:"text-sm text-gray-300 line-clamp-3",children:c||"未填写"})]})]}),e==="submitted"&&ae(w,"暂无已提交线索"),e==="contact"&&ae(k,"暂无有联系方式线索"),e==="config"&&s.jsx("div",{className:"space-y-4",children:Ng.map(I=>s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("h4",{className:"text-white font-medium",children:I.label}),s.jsx(Ue,{className:"bg-orange-500/20 text-orange-300 border-0 text-xs",children:I.key})]}),s.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"API 地址"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].apiUrl,onChange:O=>X(I.key,{apiUrl:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"API Key"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].apiKey,onChange:O=>X(I.key,{apiKey:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"Source"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].source,onChange:O=>X(I.key,{source:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"Tags"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].tags,onChange:O=>X(I.key,{tags:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"SiteTags"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].siteTags,onChange:O=>X(I.key,{siteTags:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"说明备注"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].notes,onChange:O=>X(I.key,{notes:O.target.value})})]})]})]},I.key))}),e==="test"&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"flex gap-3 mb-4",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[s.jsx(yi,{className:"w-4 h-4 text-gray-500 shrink-0"}),s.jsxs("div",{className:"flex-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"测试手机号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:r,onChange:I=>a(I.target.value)})]})]}),s.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[s.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"💬"}),s.jsxs("div",{className:"flex-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"微信号(可选)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:i,onChange:I=>o(I.target.value)})]})]}),s.jsx("div",{className:"flex items-end",children:s.jsxs(ee,{onClick:ue,className:"bg-orange-500 hover:bg-orange-600 text-white",children:[s.jsx(li,{className:"w-3.5 h-3.5 mr-1"})," 全部测试"]})})]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-2",children:R.map((I,O)=>s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg px-3 py-2 border border-gray-700/30",children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[I.status==="idle"&&s.jsx("div",{className:"w-2 h-2 rounded-full bg-gray-600 shrink-0"}),I.status==="testing"&&s.jsx(Ke,{className:"w-3 h-3 text-yellow-400 animate-spin shrink-0"}),I.status==="success"&&s.jsx(Eg,{className:"w-3 h-3 text-green-400 shrink-0"}),I.status==="error"&&s.jsx(qw,{className:"w-3 h-3 text-red-400 shrink-0"}),s.jsx("span",{className:"text-white text-xs truncate",children:I.label})]}),s.jsxs("div",{className:"flex items-center gap-1.5 shrink-0",children:[I.responseTime!==void 0&&s.jsxs("span",{className:"text-gray-600 text-[10px]",children:[I.responseTime,"ms"]}),s.jsx("button",{type:"button",onClick:()=>te(O),disabled:I.status==="testing",className:"text-orange-400/60 hover:text-orange-400 text-[10px] disabled:opacity-50",children:"测试"})]})]},`${I.endpoint}-${O}`))})]}),e==="doc"&&s.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("h4",{className:"text-white text-sm font-medium",children:"场景获客 API 摘要"}),s.jsxs("a",{href:"https://ckbapi.quwanzhi.com/v1/api/scenarios",target:"_blank",rel:"noreferrer",className:"text-orange-400/70 hover:text-orange-400 text-xs flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"})," 打开外链"]})]}),s.jsx("pre",{className:"whitespace-pre-wrap text-xs text-gray-400 leading-6",children:h||Mw})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsx("h4",{className:"text-white text-sm font-medium mb-3",children:"说明备注(可编辑)"}),s.jsx("textarea",{className:"w-full min-h-[260px] bg-[#0f2137] border border-gray-700 rounded-md text-sm text-gray-300 p-3 outline-none focus:border-orange-500/50 resize-y",value:c,onChange:I=>u(I.target.value),placeholder:"记录 Token、入口差异、回复率统计规则、对接约定等。"})]})]})]})})}const BV=[{id:"stats",label:"数据统计",icon:WT},{id:"partner",label:"找伙伴",icon:Zn},{id:"resource",label:"资源对接",icon:CM},{id:"mentor",label:"导师预约",icon:jM},{id:"team",label:"团队招募",icon:Og}];function VV(){const[t,e]=b.useState("stats"),[n,r]=b.useState(!1),[a,i]=b.useState("overview");return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"mb-6 flex items-start justify-between gap-4",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-6 h-6 text-[#38bdac]"}),"找伙伴"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"数据统计、匹配池与记录、资源对接、导师预约、团队招募"})]}),s.jsxs(ee,{type:"button",variant:"outline",onClick:()=>r(o=>!o),className:"border-orange-500/40 text-orange-300 hover:bg-orange-500/10 bg-transparent",children:[s.jsx(Ss,{className:"w-4 h-4 mr-2"}),"存客宝"]})]}),n&&s.jsx($V,{initialTab:a}),s.jsx("div",{className:"flex flex-wrap gap-1 mb-6 bg-[#0f2137] rounded-lg p-1 border border-gray-700/50",children:BV.map(o=>{const c=t===o.id;return s.jsxs("button",{type:"button",onClick:()=>e(o.id),className:`flex items-center gap-2 px-5 py-2.5 rounded-md text-sm font-medium transition-all ${c?"bg-[#38bdac] text-white shadow-lg":"text-gray-400 hover:text-white hover:bg-gray-700/50"}`,children:[s.jsx(o.icon,{className:"w-4 h-4"}),o.label]},o.id)})}),t==="stats"&&s.jsx(zV,{onSwitchTab:o=>e(o),onOpenCKB:o=>{i(o||"overview"),r(!0)}}),t==="partner"&&s.jsx(RV,{}),t==="resource"&&s.jsx(PV,{}),t==="mentor"&&s.jsx(LV,{}),t==="team"&&s.jsx(_V,{})]})}function HV(){return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-8",children:[s.jsx(Ss,{className:"w-8 h-8 text-[#38bdac]"}),s.jsx("h1",{className:"text-2xl font-bold text-white",children:"API 接口文档"})]}),s.jsx("p",{className:"text-gray-400 mb-6",children:"API 风格:RESTful · 版本 v1.0 · 基础路径 /api · 简单、清晰、易用。"}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"1. 接口总览"})}),s.jsxs(Ee,{className:"space-y-4 text-sm",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 mb-2",children:"接口分类"}),s.jsxs("ul",{className:"space-y-1 text-gray-300 font-mono",children:[s.jsx("li",{children:"/api/book — 书籍内容(章节列表、内容获取、同步)"}),s.jsx("li",{children:"/api/payment — 支付系统(订单创建、回调、状态查询)"}),s.jsx("li",{children:"/api/referral — 分销系统(邀请码、收益、提现)"}),s.jsx("li",{children:"/api/user — 用户系统(登录、注册、信息更新)"}),s.jsx("li",{children:"/api/match — 匹配系统(寻找匹配、匹配历史)"}),s.jsx("li",{children:"/api/admin — 管理后台(内容/订单/用户/分销管理)"}),s.jsx("li",{children:"/api/config — 配置系统"})]})]}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 mb-2",children:"认证方式"}),s.jsx("p",{className:"text-gray-300",children:"用户:Cookie session_id(可选)"}),s.jsx("p",{className:"text-gray-300",children:"管理端:Authorization: Bearer admin-token-secret"})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"2. 书籍内容"})}),s.jsxs(Ee,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[s.jsx("p",{children:"GET /api/book/all-chapters — 获取所有章节"}),s.jsx("p",{children:"GET /api/book/chapter/:id — 获取单章内容"}),s.jsx("p",{children:"POST /api/book/sync — 同步章节(需管理员认证)"})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"3. 支付"})}),s.jsxs(Ee,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[s.jsx("p",{children:"POST /api/payment/create-order — 创建订单"}),s.jsx("p",{children:"POST /api/payment/alipay/notify — 支付宝回调"}),s.jsx("p",{children:"POST /api/payment/wechat/notify — 微信回调"})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"4. 分销与用户"})}),s.jsxs(Ee,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[s.jsx("p",{children:"/api/referral/* — 邀请码、收益查询、提现"}),s.jsx("p",{children:"/api/user/* — 登录、注册、信息更新"}),s.jsx("p",{children:"/api/match/* — 匹配、匹配历史"})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"5. 管理后台"})}),s.jsxs(Ee,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[s.jsx("p",{children:"GET/POST /api/admin/referral-settings — 推广/分销设置(含 VIP 配置)"}),s.jsx("p",{children:"GET /api/db/users、/api/db/book — 用户与章节数据"}),s.jsx("p",{children:"GET /api/admin/orders — 订单列表"})]})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:"完整说明见项目内 开发文档/5、接口/API接口完整文档.md"})]})}function WV(){const t=Si();return s.jsx("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-8",children:s.jsxs("div",{className:"text-center max-w-md",children:[s.jsx("div",{className:"inline-flex items-center justify-center w-20 h-20 rounded-full bg-red-500/20 text-red-400 mb-6",children:s.jsx(Uw,{className:"w-10 h-10"})}),s.jsx("h1",{className:"text-4xl font-bold text-white mb-2",children:"404"}),s.jsx("p",{className:"text-gray-400 mb-1",children:"页面不存在"}),s.jsx("p",{className:"text-sm text-gray-500 font-mono mb-8 break-all",children:t.pathname}),s.jsx(ee,{asChild:!0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:s.jsxs(Cg,{to:"/",children:[s.jsx(DM,{className:"w-4 h-4 mr-2"}),"返回首页"]})})]})})}function UV(){return s.jsxs(vT,{children:[s.jsx(Ht,{path:"/login",element:s.jsx(tI,{})}),s.jsxs(Ht,{path:"/",element:s.jsx(s5,{}),children:[s.jsx(Ht,{index:!0,element:s.jsx(Sm,{to:"/dashboard",replace:!0})}),s.jsx(Ht,{path:"dashboard",element:s.jsx(uP,{})}),s.jsx(Ht,{path:"orders",element:s.jsx(hP,{})}),s.jsx(Ht,{path:"users",element:s.jsx(fP,{})}),s.jsx(Ht,{path:"distribution",element:s.jsx(DP,{})}),s.jsx(Ht,{path:"withdrawals",element:s.jsx(LP,{})}),s.jsx(Ht,{path:"content",element:s.jsx(cV,{})}),s.jsx(Ht,{path:"referral-settings",element:s.jsx(Lk,{})}),s.jsx(Ht,{path:"author-settings",element:s.jsx(Sm,{to:"/settings?tab=author",replace:!0})}),s.jsx(Ht,{path:"vip-roles",element:s.jsx(EV,{})}),s.jsx(Ht,{path:"mentors",element:s.jsx(F4,{})}),s.jsx(Ht,{path:"mentor-consultations",element:s.jsx(TV,{})}),s.jsx(Ht,{path:"admin-users",element:s.jsx(Sm,{to:"/settings?tab=admin",replace:!0})}),s.jsx(Ht,{path:"settings",element:s.jsx(xV,{})}),s.jsx(Ht,{path:"payment",element:s.jsx(yV,{})}),s.jsx(Ht,{path:"site",element:s.jsx(wV,{})}),s.jsx(Ht,{path:"qrcodes",element:s.jsx(jV,{})}),s.jsx(Ht,{path:"find-partner",element:s.jsx(VV,{})}),s.jsx(Ht,{path:"match",element:s.jsx(SV,{})}),s.jsx(Ht,{path:"match-records",element:s.jsx(CV,{})}),s.jsx(Ht,{path:"api-doc",element:s.jsx(HV,{})}),s.jsx(Ht,{path:"api-docs",element:s.jsx(z4,{})})]}),s.jsx(Ht,{path:"*",element:s.jsx(WV,{})})]})}SE.createRoot(document.getElementById("root")).render(s.jsx(b.StrictMode,{children:s.jsx(TT,{future:{v7_startTransition:!0,v7_relativeSplatPath:!0},children:s.jsx(UV,{})})})); +- 成功:code=200,message=新增成功 或 已存在`;function BV({initialTab:t="overview"}){const[e,n]=b.useState(t),[r,a]=b.useState("13800000000"),[i,o]=b.useState(""),[c,u]=b.useState(""),[h,f]=b.useState(Aw),[m,g]=b.useState(!1),[y,N]=b.useState(!1),[w,v]=b.useState([]),[k,C]=b.useState([]),[E,T]=b.useState({}),[R,D]=b.useState([{endpoint:"/api/ckb/join",label:"找伙伴",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"资源对接",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"导师顾问",method:"POST",status:"idle"},{endpoint:"/api/ckb/join",label:"团队招募",method:"POST",status:"idle"},{endpoint:"/api/ckb/match",label:"匹配上报",method:"POST",status:"idle"},{endpoint:"/api/miniprogram/ckb/lead",label:"链接卡若",method:"POST",status:"idle"},{endpoint:"/api/match/config",label:"匹配配置",method:"GET",status:"idle"}]),_=b.useMemo(()=>{const I={};return Ng.forEach(O=>{I[O.key]=E[O.key]||{apiUrl:"https://ckbapi.quwanzhi.com/v1/api/scenarios",apiKey:"fyngh-ecy9h-qkdae-epwd5-rz6kd",source:"",tags:"",siteTags:"创业实验APP",notes:""}}),I},[E]),P=I=>{const O=r.trim(),G=i.trim();return I<=3?{type:$V[I],phone:O||void 0,wechat:G||void 0,userId:"admin_test",name:"后台测试"}:I===4?{matchType:"partner",phone:O||void 0,wechat:G||void 0,userId:"admin_test",nickname:"后台测试",matchedUser:{id:"test",nickname:"测试",matchScore:88}}:I===5?{phone:O||void 0,wechatId:G||void 0,userId:"admin_test",name:"后台测试"}:{}};async function L(){N(!0);try{const[I,O,G]=await Promise.all([Oe("/api/db/config/full?key=ckb_config"),Oe("/api/db/ckb-leads?mode=submitted&page=1&pageSize=50"),Oe("/api/db/ckb-leads?mode=contact&page=1&pageSize=50")]),z=I==null?void 0:I.data;z!=null&&z.routes&&T(z.routes),z!=null&&z.docNotes&&u(z.docNotes),z!=null&&z.docContent&&f(z.docContent),O!=null&&O.success&&v(O.records||[]),G!=null&&G.success&&C(G.records||[])}finally{N(!1)}}b.useEffect(()=>{n(t)},[t]),b.useEffect(()=>{L()},[]);async function F(){g(!0);try{const I=await wt("/api/db/config",{key:"ckb_config",value:{routes:_,docNotes:c,docContent:h},description:"存客宝接口配置"});ie.error((I==null?void 0:I.success)!==!1?"存客宝配置已保存":`保存失败: ${(I==null?void 0:I.error)||"未知错误"}`)}catch(I){ie.error(`保存失败: ${I instanceof Error?I.message:"网络错误"}`)}finally{g(!1)}}const X=(I,O)=>{T(G=>({...G,[I]:{..._[I],...O}}))},te=async I=>{const O=R[I];if(O.method==="POST"&&!r.trim()&&!i.trim()){ie.error("请填写测试手机号");return}const G=[...R];G[I]={...O,status:"testing",message:void 0,responseTime:void 0},D(G);const z=performance.now();try{const re=O.method==="GET"?await Oe(O.endpoint):await wt(O.endpoint,P(I)),K=Math.round(performance.now()-z),$=(re==null?void 0:re.message)||"",H=(re==null?void 0:re.success)===!0||$.includes("已存在")||$.includes("已加入")||$.includes("已提交"),oe=[...R];oe[I]={...O,status:H?"success":"error",message:$||(H?"正常":"异常"),responseTime:K},D(oe),await L()}catch(re){const K=Math.round(performance.now()-z),$=[...R];$[I]={...O,status:"error",message:re instanceof Error?re.message:"失败",responseTime:K},D($)}},ue=async()=>{if(!r.trim()&&!i.trim()){ie.error("请填写测试手机号");return}for(let I=0;Is.jsx("div",{className:"overflow-auto rounded-lg border border-gray-700/30",children:s.jsxs("table",{className:"w-full text-sm",children:[s.jsx("thead",{className:"bg-[#0a1628] text-gray-400",children:s.jsxs("tr",{children:[s.jsx("th",{className:"text-left px-4 py-3",children:"发起人"}),s.jsx("th",{className:"text-left px-4 py-3",children:"类型"}),s.jsx("th",{className:"text-left px-4 py-3",children:"手机号"}),s.jsx("th",{className:"text-left px-4 py-3",children:"微信号"}),s.jsx("th",{className:"text-left px-4 py-3",children:"时间"})]})}),s.jsx("tbody",{children:I.length===0?s.jsx("tr",{children:s.jsx("td",{colSpan:5,className:"text-center py-10 text-gray-500",children:O})}):I.map(G=>s.jsxs("tr",{className:"border-t border-gray-700/30",children:[s.jsx("td",{className:"px-4 py-3 text-white",children:G.userNickname||G.userId}),s.jsx("td",{className:"px-4 py-3 text-gray-300",children:G.matchType}),s.jsx("td",{className:"px-4 py-3 text-green-400",children:G.phone||"—"}),s.jsx("td",{className:"px-4 py-3 text-blue-400",children:G.wechatId||"—"}),s.jsx("td",{className:"px-4 py-3 text-gray-400",children:G.createdAt?new Date(G.createdAt).toLocaleString():"—"})]},G.id))})]})});return s.jsx(Ce,{className:"bg-[#0f2137] border-orange-500/30 mb-6",children:s.jsxs(Ee,{className:"p-5",children:[s.jsxs("div",{className:"flex items-center justify-between mb-4",children:[s.jsxs("div",{className:"flex items-center gap-3",children:[s.jsx("h3",{className:"text-white font-semibold",children:"存客宝工作台"}),s.jsx(Ue,{className:"bg-orange-500/20 text-orange-400 border-0 text-xs",children:"CKB"}),s.jsxs("button",{type:"button",onClick:()=>n("doc"),className:"text-orange-400/60 text-xs hover:text-orange-400 flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"})," API 文档"]})]}),s.jsxs("div",{className:"flex items-center gap-2",children:[s.jsxs(ee,{onClick:()=>L(),variant:"outline",size:"sm",className:"border-gray-700 text-gray-300 hover:bg-gray-700/50 bg-transparent",children:[s.jsx(Ke,{className:`w-3.5 h-3.5 mr-1 ${y?"animate-spin":""}`})," 刷新"]}),s.jsxs(ee,{onClick:F,disabled:m,size:"sm",className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:[s.jsx(bn,{className:"w-3.5 h-3.5 mr-1"})," ",m?"保存中...":"保存配置"]})]})]}),s.jsx("div",{className:"flex flex-wrap gap-2 mb-5",children:[["overview","概览"],["submitted","已提交线索"],["contact","有联系方式"],["config","场景配置"],["test","接口测试"],["doc","API 文档"]].map(([I,O])=>s.jsx("button",{type:"button",onClick:()=>n(I),className:`px-4 py-2 rounded-lg text-sm transition-colors ${e===I?"bg-orange-500 text-white":"bg-[#0a1628] text-gray-400 hover:text-white"}`,children:O},I))}),e==="overview"&&s.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"已提交线索"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:w.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"有联系方式"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:k.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"场景配置数"}),s.jsx("p",{className:"text-3xl font-bold text-white",children:Ng.length})]}),s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-5",children:[s.jsx("p",{className:"text-gray-400 text-xs mb-2",children:"文档备注"}),s.jsx("p",{className:"text-sm text-gray-300 line-clamp-3",children:c||"未填写"})]})]}),e==="submitted"&&ae(w,"暂无已提交线索"),e==="contact"&&ae(k,"暂无有联系方式线索"),e==="config"&&s.jsx("div",{className:"space-y-4",children:Ng.map(I=>s.jsxs("div",{className:"bg-[#0a1628] border border-gray-700/30 rounded-xl p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("h4",{className:"text-white font-medium",children:I.label}),s.jsx(Ue,{className:"bg-orange-500/20 text-orange-300 border-0 text-xs",children:I.key})]}),s.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"API 地址"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].apiUrl,onChange:O=>X(I.key,{apiUrl:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"API Key"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].apiKey,onChange:O=>X(I.key,{apiKey:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"Source"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].source,onChange:O=>X(I.key,{source:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"Tags"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].tags,onChange:O=>X(I.key,{tags:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"SiteTags"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].siteTags,onChange:O=>X(I.key,{siteTags:O.target.value})})]}),s.jsxs("div",{className:"space-y-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"说明备注"}),s.jsx(ne,{className:"bg-[#0f2137] border-gray-700 text-white h-9 text-sm",value:_[I.key].notes,onChange:O=>X(I.key,{notes:O.target.value})})]})]})]},I.key))}),e==="test"&&s.jsxs(s.Fragment,{children:[s.jsxs("div",{className:"flex gap-3 mb-4",children:[s.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[s.jsx(yi,{className:"w-4 h-4 text-gray-500 shrink-0"}),s.jsxs("div",{className:"flex-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"测试手机号"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:r,onChange:I=>a(I.target.value)})]})]}),s.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[s.jsx("span",{className:"text-gray-500 text-sm shrink-0",children:"💬"}),s.jsxs("div",{className:"flex-1",children:[s.jsx(Y,{className:"text-gray-500 text-xs",children:"微信号(可选)"}),s.jsx(ne,{className:"bg-[#0a1628] border-gray-700 text-white h-8 text-sm mt-0.5",value:i,onChange:I=>o(I.target.value)})]})]}),s.jsx("div",{className:"flex items-end",children:s.jsxs(ee,{onClick:ue,className:"bg-orange-500 hover:bg-orange-600 text-white",children:[s.jsx(li,{className:"w-3.5 h-3.5 mr-1"})," 全部测试"]})})]}),s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-2",children:R.map((I,O)=>s.jsxs("div",{className:"flex items-center justify-between bg-[#0a1628] rounded-lg px-3 py-2 border border-gray-700/30",children:[s.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[I.status==="idle"&&s.jsx("div",{className:"w-2 h-2 rounded-full bg-gray-600 shrink-0"}),I.status==="testing"&&s.jsx(Ke,{className:"w-3 h-3 text-yellow-400 animate-spin shrink-0"}),I.status==="success"&&s.jsx(Eg,{className:"w-3 h-3 text-green-400 shrink-0"}),I.status==="error"&&s.jsx(Gw,{className:"w-3 h-3 text-red-400 shrink-0"}),s.jsx("span",{className:"text-white text-xs truncate",children:I.label})]}),s.jsxs("div",{className:"flex items-center gap-1.5 shrink-0",children:[I.responseTime!==void 0&&s.jsxs("span",{className:"text-gray-600 text-[10px]",children:[I.responseTime,"ms"]}),s.jsx("button",{type:"button",onClick:()=>te(O),disabled:I.status==="testing",className:"text-orange-400/60 hover:text-orange-400 text-[10px] disabled:opacity-50",children:"测试"})]})]},`${I.endpoint}-${O}`))})]}),e==="doc"&&s.jsxs("div",{className:"grid grid-cols-1 xl:grid-cols-2 gap-4",children:[s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsxs("div",{className:"flex items-center justify-between mb-3",children:[s.jsx("h4",{className:"text-white text-sm font-medium",children:"场景获客 API 摘要"}),s.jsxs("a",{href:"https://ckbapi.quwanzhi.com/v1/api/scenarios",target:"_blank",rel:"noreferrer",className:"text-orange-400/70 hover:text-orange-400 text-xs flex items-center gap-1",children:[s.jsx(Us,{className:"w-3 h-3"})," 打开外链"]})]}),s.jsx("pre",{className:"whitespace-pre-wrap text-xs text-gray-400 leading-6",children:h||Aw})]}),s.jsxs("div",{className:"bg-[#0a1628] rounded-lg border border-gray-700/30 p-4",children:[s.jsx("h4",{className:"text-white text-sm font-medium mb-3",children:"说明备注(可编辑)"}),s.jsx("textarea",{className:"w-full min-h-[260px] bg-[#0f2137] border border-gray-700 rounded-md text-sm text-gray-300 p-3 outline-none focus:border-orange-500/50 resize-y",value:c,onChange:I=>u(I.target.value),placeholder:"记录 Token、入口差异、回复率统计规则、对接约定等。"})]})]})]})})}const VV=[{id:"stats",label:"数据统计",icon:UT},{id:"partner",label:"找伙伴",icon:Zn},{id:"resource",label:"资源对接",icon:EM},{id:"mentor",label:"导师预约",icon:kM},{id:"team",label:"团队招募",icon:Og}];function HV(){const[t,e]=b.useState("stats"),[n,r]=b.useState(!1),[a,i]=b.useState("overview");return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"mb-6 flex items-start justify-between gap-4",children:[s.jsxs("div",{children:[s.jsxs("h2",{className:"text-2xl font-bold text-white flex items-center gap-2",children:[s.jsx(Zn,{className:"w-6 h-6 text-[#38bdac]"}),"找伙伴"]}),s.jsx("p",{className:"text-gray-400 mt-1",children:"数据统计、匹配池与记录、资源对接、导师预约、团队招募"})]}),s.jsxs(ee,{type:"button",variant:"outline",onClick:()=>r(o=>!o),className:"border-orange-500/40 text-orange-300 hover:bg-orange-500/10 bg-transparent",children:[s.jsx(Ss,{className:"w-4 h-4 mr-2"}),"存客宝"]})]}),n&&s.jsx(BV,{initialTab:a}),s.jsx("div",{className:"flex flex-wrap gap-1 mb-6 bg-[#0f2137] rounded-lg p-1 border border-gray-700/50",children:VV.map(o=>{const c=t===o.id;return s.jsxs("button",{type:"button",onClick:()=>e(o.id),className:`flex items-center gap-2 px-5 py-2.5 rounded-md text-sm font-medium transition-all ${c?"bg-[#38bdac] text-white shadow-lg":"text-gray-400 hover:text-white hover:bg-gray-700/50"}`,children:[s.jsx(o.icon,{className:"w-4 h-4"}),o.label]},o.id)})}),t==="stats"&&s.jsx(FV,{onSwitchTab:o=>e(o),onOpenCKB:o=>{i(o||"overview"),r(!0)}}),t==="partner"&&s.jsx(PV,{}),t==="resource"&&s.jsx(OV,{}),t==="mentor"&&s.jsx(_V,{}),t==="team"&&s.jsx(zV,{})]})}function WV(){return s.jsxs("div",{className:"p-8 w-full",children:[s.jsxs("div",{className:"flex items-center gap-2 mb-8",children:[s.jsx(Ss,{className:"w-8 h-8 text-[#38bdac]"}),s.jsx("h1",{className:"text-2xl font-bold text-white",children:"API 接口文档"})]}),s.jsx("p",{className:"text-gray-400 mb-6",children:"API 风格:RESTful · 版本 v1.0 · 基础路径 /api · 简单、清晰、易用。"}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"1. 接口总览"})}),s.jsxs(Ee,{className:"space-y-4 text-sm",children:[s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 mb-2",children:"接口分类"}),s.jsxs("ul",{className:"space-y-1 text-gray-300 font-mono",children:[s.jsx("li",{children:"/api/book — 书籍内容(章节列表、内容获取、同步)"}),s.jsx("li",{children:"/api/payment — 支付系统(订单创建、回调、状态查询)"}),s.jsx("li",{children:"/api/referral — 分销系统(邀请码、收益、提现)"}),s.jsx("li",{children:"/api/user — 用户系统(登录、注册、信息更新)"}),s.jsx("li",{children:"/api/match — 匹配系统(寻找匹配、匹配历史)"}),s.jsx("li",{children:"/api/admin — 管理后台(内容/订单/用户/分销管理)"}),s.jsx("li",{children:"/api/config — 配置系统"})]})]}),s.jsxs("div",{children:[s.jsx("p",{className:"text-gray-400 mb-2",children:"认证方式"}),s.jsx("p",{className:"text-gray-300",children:"用户:Cookie session_id(可选)"}),s.jsx("p",{className:"text-gray-300",children:"管理端:Authorization: Bearer admin-token-secret"})]})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"2. 书籍内容"})}),s.jsxs(Ee,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[s.jsx("p",{children:"GET /api/book/all-chapters — 获取所有章节"}),s.jsx("p",{children:"GET /api/book/chapter/:id — 获取单章内容"}),s.jsx("p",{children:"POST /api/book/sync — 同步章节(需管理员认证)"})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"3. 支付"})}),s.jsxs(Ee,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[s.jsx("p",{children:"POST /api/payment/create-order — 创建订单"}),s.jsx("p",{children:"POST /api/payment/alipay/notify — 支付宝回调"}),s.jsx("p",{children:"POST /api/payment/wechat/notify — 微信回调"})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"4. 分销与用户"})}),s.jsxs(Ee,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[s.jsx("p",{children:"/api/referral/* — 邀请码、收益查询、提现"}),s.jsx("p",{children:"/api/user/* — 登录、注册、信息更新"}),s.jsx("p",{children:"/api/match/* — 匹配、匹配历史"})]})]}),s.jsxs(Ce,{className:"bg-[#0f2137] border-gray-700/50 shadow-xl mb-6",children:[s.jsx(Je,{children:s.jsx(Ye,{className:"text-white",children:"5. 管理后台"})}),s.jsxs(Ee,{className:"space-y-2 text-sm text-gray-300 font-mono",children:[s.jsx("p",{children:"GET/POST /api/admin/referral-settings — 推广/分销设置(含 VIP 配置)"}),s.jsx("p",{children:"GET /api/db/users、/api/db/book — 用户与章节数据"}),s.jsx("p",{children:"GET /api/admin/orders — 订单列表"})]})]}),s.jsx("p",{className:"text-gray-500 text-xs",children:"完整说明见项目内 开发文档/5、接口/API接口完整文档.md"})]})}function UV(){const t=Si();return s.jsx("div",{className:"min-h-screen bg-[#0a1628] flex items-center justify-center p-8",children:s.jsxs("div",{className:"text-center max-w-md",children:[s.jsx("div",{className:"inline-flex items-center justify-center w-20 h-20 rounded-full bg-red-500/20 text-red-400 mb-6",children:s.jsx(Kw,{className:"w-10 h-10"})}),s.jsx("h1",{className:"text-4xl font-bold text-white mb-2",children:"404"}),s.jsx("p",{className:"text-gray-400 mb-1",children:"页面不存在"}),s.jsx("p",{className:"text-sm text-gray-500 font-mono mb-8 break-all",children:t.pathname}),s.jsx(ee,{asChild:!0,className:"bg-[#38bdac] hover:bg-[#2da396] text-white",children:s.jsxs(Cg,{to:"/",children:[s.jsx(LM,{className:"w-4 h-4 mr-2"}),"返回首页"]})})]})})}function KV(){return s.jsxs(NT,{children:[s.jsx(Ht,{path:"/login",element:s.jsx(nI,{})}),s.jsxs(Ht,{path:"/",element:s.jsx(a5,{}),children:[s.jsx(Ht,{index:!0,element:s.jsx(Sm,{to:"/dashboard",replace:!0})}),s.jsx(Ht,{path:"dashboard",element:s.jsx(hP,{})}),s.jsx(Ht,{path:"orders",element:s.jsx(fP,{})}),s.jsx(Ht,{path:"users",element:s.jsx(pP,{})}),s.jsx(Ht,{path:"distribution",element:s.jsx(LP,{})}),s.jsx(Ht,{path:"withdrawals",element:s.jsx(_P,{})}),s.jsx(Ht,{path:"content",element:s.jsx(dV,{})}),s.jsx(Ht,{path:"referral-settings",element:s.jsx(_k,{})}),s.jsx(Ht,{path:"author-settings",element:s.jsx(Sm,{to:"/settings?tab=author",replace:!0})}),s.jsx(Ht,{path:"vip-roles",element:s.jsx(TV,{})}),s.jsx(Ht,{path:"mentors",element:s.jsx($4,{})}),s.jsx(Ht,{path:"mentor-consultations",element:s.jsx(MV,{})}),s.jsx(Ht,{path:"admin-users",element:s.jsx(Sm,{to:"/settings?tab=admin",replace:!0})}),s.jsx(Ht,{path:"settings",element:s.jsx(yV,{})}),s.jsx(Ht,{path:"payment",element:s.jsx(bV,{})}),s.jsx(Ht,{path:"site",element:s.jsx(jV,{})}),s.jsx(Ht,{path:"qrcodes",element:s.jsx(kV,{})}),s.jsx(Ht,{path:"find-partner",element:s.jsx(HV,{})}),s.jsx(Ht,{path:"match",element:s.jsx(CV,{})}),s.jsx(Ht,{path:"match-records",element:s.jsx(EV,{})}),s.jsx(Ht,{path:"api-doc",element:s.jsx(WV,{})}),s.jsx(Ht,{path:"api-docs",element:s.jsx(F4,{})})]}),s.jsx(Ht,{path:"*",element:s.jsx(UV,{})})]})}CE.createRoot(document.getElementById("root")).render(s.jsx(b.StrictMode,{children:s.jsx(MT,{future:{v7_startTransition:!0,v7_relativeSplatPath:!0},children:s.jsx(KV,{})})})); diff --git a/soul-admin/dist/index.html b/soul-admin/dist/index.html index c1d701f4..662190aa 100644 --- a/soul-admin/dist/index.html +++ b/soul-admin/dist/index.html @@ -4,7 +4,7 @@ 管理后台 - Soul创业派对 - + diff --git a/soul-admin/src/components/RichEditor.tsx b/soul-admin/src/components/RichEditor.tsx index f63cb3eb..71856914 100644 --- a/soul-admin/src/components/RichEditor.tsx +++ b/soul-admin/src/components/RichEditor.tsx @@ -162,6 +162,12 @@ const LinkTagExtension = Node.create({ }) // eslint-disable-next-line @typescript-eslint/no-explicit-any +function escapeHtml(s: string): string { + const div = document.createElement('div') + div.textContent = s + return div.innerHTML +} + const MentionSuggestion = (persons: PersonItem[]): any => ({ items: ({ query }: { query: string }) => persons.filter(p => p.name.toLowerCase().includes(query.toLowerCase()) || p.id.includes(query)).slice(0, 8), @@ -176,8 +182,8 @@ const MentionSuggestion = (persons: PersonItem[]): any => ({ if (!popup) return popup.innerHTML = items.map((item, i) => `
    - @${item.name} - ${item.label || item.id} + @${escapeHtml(item.name)} + ${escapeHtml(item.label || item.id)}
    ` ).join('') popup.querySelectorAll('.mention-item').forEach(el => { diff --git a/soul-admin/src/components/modules/user/UserDetailModal.tsx b/soul-admin/src/components/modules/user/UserDetailModal.tsx index fffa13a5..d25a8e2e 100644 --- a/soul-admin/src/components/modules/user/UserDetailModal.tsx +++ b/soul-admin/src/components/modules/user/UserDetailModal.tsx @@ -189,7 +189,7 @@ export function UserDetailModal({ // 行为轨迹(用户旅程) try { const trackData = await get<{ success?: boolean; tracks?: UserTrack[] }>( - `/api/user/track?userId=${encodeURIComponent(userId)}&limit=50`, + `/api/admin/user/track?userId=${encodeURIComponent(userId)}&limit=50`, ) if (trackData?.success && trackData.tracks) setTracks(trackData.tracks) } catch { setTracks([]) } diff --git a/soul-api/go.mod b/soul-api/go.mod index 16d9b82c..6d5436f0 100644 --- a/soul-api/go.mod +++ b/soul-api/go.mod @@ -16,6 +16,8 @@ require ( gorm.io/gorm v1.25.12 ) +require github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible // indirect + require ( github.com/bytedance/sonic v1.11.6 // indirect github.com/bytedance/sonic/loader v0.1.1 // indirect diff --git a/soul-api/go.sum b/soul-api/go.sum index 51573120..bf017f0b 100644 --- a/soul-api/go.sum +++ b/soul-api/go.sum @@ -2,6 +2,8 @@ github.com/ArtisanCloud/PowerLibs/v3 v3.3.2 h1:IInr1YWwkhwOykxDqux1Goym0uFhrYwBj github.com/ArtisanCloud/PowerLibs/v3 v3.3.2/go.mod h1:xFGsskCnzAu+6rFEJbGVAlwhrwZPXAny6m7j71S/B5k= github.com/ArtisanCloud/PowerWeChat/v3 v3.4.38 h1:yu4A7WhPXfs/RSYFL2UdHFRQYAXbrpiBOT3kJ5hjepU= github.com/ArtisanCloud/PowerWeChat/v3 v3.4.38/go.mod h1:boWl2cwbgXt1AbrYTWMXs9Ebby6ecbJ1CyNVRaNVqUY= +github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible h1:8psS8a+wKfiLt1iVDX79F7Y6wUM49Lcha2FMXt4UM8g= +github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs= github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c= github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA= diff --git a/soul-api/internal/cache/cache.go b/soul-api/internal/cache/cache.go new file mode 100644 index 00000000..c894658b --- /dev/null +++ b/soul-api/internal/cache/cache.go @@ -0,0 +1,171 @@ +package cache + +import ( + "context" + "encoding/json" + "fmt" + "log" + "time" + + "soul-api/internal/database" + "soul-api/internal/model" + "soul-api/internal/redis" +) + +const defaultTimeout = 2 * time.Second + +// KeyBookParts 目录接口缓存 key,后台更新章节/内容时需 Del +const KeyBookParts = "soul:book:parts" + +// KeyBookHot 热门章节,格式 soul:book:hot:{limit} +func KeyBookHot(limit int) string { return "soul:book:hot:" + fmt.Sprint(limit) } +const KeyBookRecommended = "soul:book:recommended" +const KeyBookStats = "soul:book:stats" +const KeyConfigMiniprogram = "soul:config:miniprogram" + +// Get 从 Redis 读取,未配置或失败返回 nil(调用方回退 DB) +func Get(ctx context.Context, key string, dest interface{}) bool { + client := redis.Client() + if client == nil { + return false + } + if ctx == nil { + ctx = context.Background() + } + ctx, cancel := context.WithTimeout(ctx, defaultTimeout) + defer cancel() + val, err := client.Get(ctx, key).Bytes() + if err != nil { + return false + } + if dest != nil && len(val) > 0 { + _ = json.Unmarshal(val, dest) + } + return true +} + +// Set 写入 Redis,失败仅打日志不阻塞 +func Set(ctx context.Context, key string, val interface{}, ttl time.Duration) { + client := redis.Client() + if client == nil { + return + } + if ctx == nil { + ctx = context.Background() + } + ctx, cancel := context.WithTimeout(ctx, defaultTimeout) + defer cancel() + data, err := json.Marshal(val) + if err != nil { + log.Printf("cache.Set marshal %s: %v", key, err) + return + } + if err := client.Set(ctx, key, data, ttl).Err(); err != nil { + log.Printf("cache.Set %s: %v (非致命)", key, err) + } +} + +// Del 删除 key,失败仅打日志 +func Del(ctx context.Context, key string) { + client := redis.Client() + if client == nil { + return + } + if ctx == nil { + ctx = context.Background() + } + ctx, cancel := context.WithTimeout(ctx, defaultTimeout) + defer cancel() + if err := client.Del(ctx, key).Err(); err != nil { + log.Printf("cache.Del %s: %v (非致命)", key, err) + } +} + +// BookPartsTTL 目录接口缓存 TTL,后台更新时主动 Del,此为兜底时长 +const BookPartsTTL = 10 * time.Minute + +// InvalidateBookParts 后台更新章节/内容时调用,使目录接口缓存失效 +func InvalidateBookParts() { + Del(context.Background(), KeyBookParts) +} + +// InvalidateBookCache 使热门、推荐、统计等书籍相关缓存失效(与 InvalidateBookParts 同时调用) +func InvalidateBookCache() { + ctx := context.Background() + Del(ctx, KeyBookRecommended) + Del(ctx, KeyBookStats) + for _, limit := range []int{3, 10, 20, 50} { + Del(ctx, KeyBookHot(limit)) + } +} + +// InvalidateConfig 配置变更时调用,使小程序 config 缓存失效 +func InvalidateConfig() { + Del(context.Background(), KeyConfigMiniprogram) +} + +// BookRelatedTTL 书籍相关接口 TTL(hot/recommended/stats) +const BookRelatedTTL = 5 * time.Minute + +// ConfigTTL 配置接口 TTL +const ConfigTTL = 10 * time.Minute + +// KeyChapterContent 章节正文缓存,格式 soul:chapter:content:{mid},存原始 HTML 字符串 +func KeyChapterContent(mid int) string { return "soul:chapter:content:" + fmt.Sprint(mid) } + +// ChapterContentTTL 章节正文 TTL,后台更新时主动 Del +const ChapterContentTTL = 30 * time.Minute + +// GetString 读取字符串(不经过 JSON,适合大文本 content) +func GetString(ctx context.Context, key string) (string, bool) { + client := redis.Client() + if client == nil { + return "", false + } + if ctx == nil { + ctx = context.Background() + } + ctx, cancel := context.WithTimeout(ctx, defaultTimeout) + defer cancel() + val, err := client.Get(ctx, key).Result() + if err != nil { + return "", false + } + return val, true +} + +// SetString 写入字符串(不经过 JSON,适合大文本 content) +func SetString(ctx context.Context, key string, val string, ttl time.Duration) { + client := redis.Client() + if client == nil { + return + } + if ctx == nil { + ctx = context.Background() + } + ctx, cancel := context.WithTimeout(ctx, defaultTimeout) + defer cancel() + if err := client.Set(ctx, key, val, ttl).Err(); err != nil { + log.Printf("cache.SetString %s: %v (非致命)", key, err) + } +} + +// InvalidateChapterContent 章节内容更新时调用,mid<=0 时忽略 +func InvalidateChapterContent(mid int) { + if mid <= 0 { + return + } + Del(context.Background(), KeyChapterContent(mid)) +} + +// InvalidateChapterContentByID 按业务 id 使章节内容缓存失效(内部查 mid 后调用 InvalidateChapterContent) +func InvalidateChapterContentByID(id string) { + if id == "" { + return + } + var mid int + if err := database.DB().Model(&model.Chapter{}).Where("id = ?", id).Pluck("mid", &mid).Error; err != nil || mid <= 0 { + return + } + InvalidateChapterContent(mid) +} diff --git a/soul-api/internal/config/config.go b/soul-api/internal/config/config.go index 75b2ec61..c153d8a2 100644 --- a/soul-api/internal/config/config.go +++ b/soul-api/internal/config/config.go @@ -256,7 +256,7 @@ func Load() (*Config, error) { // Redis:REDIS_URL 配置后启用;不配置则跳过。本地开发可设 REDIS_URL=redis://localhost:6379/0 redisURL := strings.TrimSpace(os.Getenv("REDIS_URL")) - return &Config{ + cfg := &Config{ Port: port, Mode: mode, DBDSN: dsn, @@ -284,7 +284,31 @@ func Load() (*Config, error) { SyncOrdersIntervalMinutes: syncOrdersInterval, UploadDir: uploadDir, RedisURL: redisURL, - }, nil + } + + // 生产环境(GIN_MODE=release)强制校验敏感配置,禁止使用默认值 + if cfg.Mode == "release" { + sensitive := []struct { + name string + val string + }{ + {"WECHAT_APPSECRET", cfg.WechatAppSecret}, + {"WECHAT_MCH_KEY", cfg.WechatMchKey}, + {"WECHAT_APIV3_KEY", cfg.WechatAPIv3Key}, + {"ADMIN_PASSWORD", cfg.AdminPassword}, + {"ADMIN_SESSION_SECRET", cfg.AdminSessionSecret}, + } + for _, s := range sensitive { + if s.val == "" || + strings.HasPrefix(s.val, "wx3e31b068") || + s.val == "admin123" || + s.val == "soul-admin-secret-change-in-prod" { + log.Fatalf("生产环境必须配置 %s,禁止使用默认值", s.name) + } + } + } + + return cfg, nil } // resolveUploadDir 解析上传目录绝对路径(air 运行时 exe 在 tmp/,需用项目根) diff --git a/soul-api/internal/handler/admin_chapters.go b/soul-api/internal/handler/admin_chapters.go index ea044d86..ddd2236b 100644 --- a/soul-api/internal/handler/admin_chapters.go +++ b/soul-api/internal/handler/admin_chapters.go @@ -3,6 +3,7 @@ package handler import ( "net/http" + "soul-api/internal/cache" "soul-api/internal/database" "soul-api/internal/model" @@ -131,6 +132,7 @@ func AdminChaptersAction(c *gin.Context) { if body.Action == "delete" { id := resolveID() if id != "" { + cache.InvalidateChapterContentByID(id) db.Where("id = ?", id).Delete(&model.Chapter{}) } } @@ -156,5 +158,7 @@ func AdminChaptersAction(c *gin.Context) { } } } + cache.InvalidateBookParts() + cache.InvalidateBookCache() c.JSON(http.StatusOK, gin.H{"success": true}) } diff --git a/soul-api/internal/handler/admin_linked_mp.go b/soul-api/internal/handler/admin_linked_mp.go index 8a0e5ec6..82a984de 100644 --- a/soul-api/internal/handler/admin_linked_mp.go +++ b/soul-api/internal/handler/admin_linked_mp.go @@ -7,6 +7,7 @@ import ( "net/http" "strings" + "soul-api/internal/cache" "soul-api/internal/database" "soul-api/internal/model" @@ -94,6 +95,7 @@ func AdminLinkedMpCreate(c *gin.Context) { return } } + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true, "data": item}) } @@ -148,6 +150,7 @@ func AdminLinkedMpUpdate(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": "保存失败: " + err.Error()}) return } + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true}) } @@ -181,6 +184,7 @@ func AdminLinkedMpDelete(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": "删除失败: " + err.Error()}) return } + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true}) } diff --git a/soul-api/internal/handler/book.go b/soul-api/internal/handler/book.go index 0e3d0f47..5dbe4823 100644 --- a/soul-api/internal/handler/book.go +++ b/soul-api/internal/handler/book.go @@ -1,6 +1,7 @@ package handler import ( + "context" "encoding/json" "net/http" "sort" @@ -10,6 +11,7 @@ import ( "time" "unicode/utf8" + "soul-api/internal/cache" "soul-api/internal/database" "soul-api/internal/model" @@ -44,6 +46,13 @@ var allChaptersSelectCols = []string{ "is_new", "edition_standard", "edition_premium", "hot_score", "created_at", "updated_at", } +// chapterMetaCols 章节详情元数据(不含 content),用于 content 缓存命中时的轻量查询 +var chapterMetaCols = []string{ + "mid", "id", "part_id", "part_title", "chapter_id", "chapter_title", + "section_title", "word_count", "is_free", "price", "sort_order", "status", + "is_new", "edition_standard", "edition_premium", "hot_score", "created_at", "updated_at", +} + // allChaptersCache 内存缓存,减轻 DB 压力,30 秒 TTL var allChaptersCache struct { mu sync.RWMutex @@ -68,6 +77,13 @@ type cachedFixedItem struct { SectionTitle string `json:"title"` } +// bookPartsRedisPayload Redis 缓存结构,与 BookParts 响应一致 +type bookPartsRedisPayload struct { + Parts []cachedPartRow `json:"parts"` + TotalSections int64 `json:"totalSections"` + FixedSections []cachedFixedItem `json:"fixedSections"` +} + var bookPartsCache struct { mu sync.RWMutex parts []cachedPartRow @@ -178,9 +194,11 @@ func fetchAndCacheBookParts() (parts []cachedPartRow, total int64, fixed []cache return parts, total, fixed } -// WarmBookPartsCache 启动时预热目录缓存,避免首请求慢 +// WarmBookPartsCache 启动时预热目录缓存(内存+Redis),避免首请求慢 func WarmBookPartsCache() { - fetchAndCacheBookParts() + parts, total, fixed := fetchAndCacheBookParts() + payload := bookPartsRedisPayload{Parts: parts, TotalSections: total, FixedSections: fixed} + cache.Set(context.Background(), cache.KeyBookParts, payload, cache.BookPartsTTL) } // BookAllChapters GET /api/book/all-chapters 返回所有章节(列表,来自 chapters 表) @@ -248,8 +266,21 @@ func BookChapterByID(c *gin.Context) { // BookParts GET /api/miniprogram/book/parts 目录懒加载:仅返回篇章列表,不含章节详情 // 返回 parts(排除序言/尾声/附录)、totalSections、fixedSections(id, mid, title 供序言/尾声/附录跳转用 mid) -// 带 30 秒内存缓存,固定模块合并为 1 次查询,三路并行执行 +// 缓存优先级:Redis(10min,后台更新时失效)> 内存(30s)> DB;Redis 不可用时回退内存+DB func BookParts(c *gin.Context) { + // 1. 优先 Redis(后台无更新时长期有效) + var redisPayload bookPartsRedisPayload + if cache.Get(context.Background(), cache.KeyBookParts, &redisPayload) && len(redisPayload.Parts) > 0 { + c.JSON(http.StatusOK, gin.H{ + "success": true, + "parts": redisPayload.Parts, + "totalSections": redisPayload.TotalSections, + "fixedSections": redisPayload.FixedSections, + }) + return + } + + // 2. 内存缓存(30s,Redis 不可用时的容灾) bookPartsCache.mu.RLock() if time.Now().Before(bookPartsCache.expires) { parts := bookPartsCache.parts @@ -266,7 +297,11 @@ func BookParts(c *gin.Context) { } bookPartsCache.mu.RUnlock() + // 3. DB 查询并更新 Redis + 内存 parts, total, fixed := fetchAndCacheBookParts() + payload := bookPartsRedisPayload{Parts: parts, TotalSections: total, FixedSections: fixed} + cache.Set(context.Background(), cache.KeyBookParts, payload, cache.BookPartsTTL) + c.JSON(http.StatusOK, gin.H{ "success": true, "parts": parts, @@ -453,10 +488,12 @@ func previewContent(content string, percent int) string { // findChapterAndRespond 按条件查章节并返回统一格式 // 免费判断优先级:system_config.free_chapters / chapter_config.freeChapters > chapters.is_free/price // 付费章节:若请求携带 userId 且有购买权限则返回完整 content,否则返回 previewContent +// content 缓存:优先 Redis,命中时仅查元数据(不含 LONGTEXT),未命中时查全量并回填缓存 func findChapterAndRespond(c *gin.Context, whereFn func(*gorm.DB) *gorm.DB) { var ch model.Chapter db := database.DB() - if err := whereFn(db).First(&ch).Error; err != nil { + // 1. 先查元数据(不含 content,轻量) + if err := whereFn(db).Select(chapterMetaCols).First(&ch).Error; err != nil { if err == gorm.ErrRecordNotFound { c.JSON(http.StatusNotFound, gin.H{"success": false, "error": "章节不存在"}) return @@ -465,6 +502,17 @@ func findChapterAndRespond(c *gin.Context, whereFn func(*gorm.DB) *gorm.DB) { return } + // 2. 取 content:优先 Redis,未命中再查 DB + if content, ok := cache.GetString(context.Background(), cache.KeyChapterContent(ch.MID)); ok && content != "" { + ch.Content = content + } else { + if err := db.Model(&model.Chapter{}).Where("mid = ?", ch.MID).Pluck("content", &ch.Content).Error; err != nil { + c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) + return + } + cache.SetString(context.Background(), cache.KeyChapterContent(ch.MID), ch.Content, cache.ChapterContentTTL) + } + isFreeFromConfig := getFreeChapterIDs(db)[ch.ID] isFree := isFreeFromConfig if !isFree && ch.IsFree != nil && *ch.IsFree { @@ -656,6 +704,7 @@ func bookHotChaptersSorted(db *gorm.DB, limit int) []model.Chapter { } // BookHot GET /api/book/hot 热门章节(按阅读量排序,排除序言/尾声/附录;支持 ?limit=,最大 50) +// Redis 缓存 5min,章节更新时失效 func BookHot(c *gin.Context) { limit := 10 if l := c.Query("limit"); l != "" { @@ -663,9 +712,14 @@ func BookHot(c *gin.Context) { limit = n } } + // 优先 Redis + var cached []model.Chapter + if cache.Get(context.Background(), cache.KeyBookHot(limit), &cached) && len(cached) > 0 { + c.JSON(http.StatusOK, gin.H{"success": true, "data": cached}) + return + } list := bookHotChaptersSorted(database.DB(), limit) if len(list) == 0 { - // 兜底:按 sort_order 取前 10,同样排除序言/尾声/附录 q := database.DB().Model(&model.Chapter{}) for _, p := range excludeParts { q = q.Where("part_title NOT LIKE ?", "%"+p+"%") @@ -673,12 +727,18 @@ func BookHot(c *gin.Context) { q.Order("sort_order ASC, id ASC").Limit(10).Find(&list) sortChaptersByNaturalID(list) } + cache.Set(context.Background(), cache.KeyBookHot(limit), list, cache.BookRelatedTTL) c.JSON(http.StatusOK, gin.H{"success": true, "data": list}) } // BookRecommended GET /api/book/recommended 精选推荐(首页「为你推荐」前 3 章) -// 与内容排行榜完全同源:使用 computeArticleRankingSections,取前 3 条,保证顺序一致 +// Redis 缓存 5min,章节更新时失效 func BookRecommended(c *gin.Context) { + var cached []gin.H + if cache.Get(context.Background(), cache.KeyBookRecommended, &cached) && len(cached) > 0 { + c.JSON(http.StatusOK, gin.H{"success": true, "data": cached}) + return + } sections, err := computeArticleRankingSections(database.DB()) if err != nil || len(sections) == 0 { c.JSON(http.StatusOK, gin.H{"success": true, "data": []gin.H{}}) @@ -708,6 +768,7 @@ func BookRecommended(c *gin.Context) { "isNew": s.IsNew, }) } + cache.Set(context.Background(), cache.KeyBookRecommended, out, cache.BookRelatedTTL) c.JSON(http.StatusOK, gin.H{"success": true, "data": out}) } @@ -783,9 +844,18 @@ func BookSearch(c *gin.Context) { } // BookStats GET /api/book/stats +// Redis 缓存 5min,章节更新时失效 func BookStats(c *gin.Context) { + var cached struct { + TotalChapters int64 `json:"totalChapters"` + } + if cache.Get(context.Background(), cache.KeyBookStats, &cached) { + c.JSON(http.StatusOK, gin.H{"success": true, "data": gin.H{"totalChapters": cached.TotalChapters}}) + return + } var total int64 database.DB().Model(&model.Chapter{}).Count(&total) + cache.Set(context.Background(), cache.KeyBookStats, gin.H{"totalChapters": total}, cache.BookRelatedTTL) c.JSON(http.StatusOK, gin.H{"success": true, "data": gin.H{"totalChapters": total}}) } diff --git a/soul-api/internal/handler/db.go b/soul-api/internal/handler/db.go index d3cc1202..3777d11f 100644 --- a/soul-api/internal/handler/db.go +++ b/soul-api/internal/handler/db.go @@ -1,6 +1,7 @@ package handler import ( + "context" "encoding/json" "fmt" "net/http" @@ -8,6 +9,7 @@ import ( "strings" "time" + "soul-api/internal/cache" "soul-api/internal/config" "soul-api/internal/database" "soul-api/internal/model" @@ -16,8 +18,13 @@ import ( ) // GetPublicDBConfig GET /api/miniprogram/config 公开接口,供小程序获取完整配置(与 next-project 对齐) -// 从 system_config 读取 chapter_config、feature_config、mp_config,合并后返回(免费以章节 is_free/price 为准) +// Redis 缓存 10min,配置变更时失效 func GetPublicDBConfig(c *gin.Context) { + var cached map[string]interface{} + if cache.Get(context.Background(), cache.KeyConfigMiniprogram, &cached) && len(cached) > 0 { + c.JSON(http.StatusOK, cached) + return + } defaultPrices := gin.H{"section": float64(1), "fullbook": 9.9} defaultFeatures := gin.H{"matchEnabled": true, "referralEnabled": true, "searchEnabled": true} apiDomain := "https://soulapi.quwanzhi.com" @@ -127,6 +134,7 @@ func GetPublicDBConfig(c *gin.Context) { if _, has := out["linkedMiniprograms"]; !has { out["linkedMiniprograms"] = []gin.H{} } + cache.Set(context.Background(), cache.KeyConfigMiniprogram, out, cache.ConfigTTL) c.JSON(http.StatusOK, out) } @@ -272,6 +280,7 @@ func AdminSettingsPost(c *gin.Context) { return } } + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true, "message": "设置已保存"}) } @@ -355,6 +364,7 @@ func AdminReferralSettingsPost(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true, "message": "推广设置已保存"}) } @@ -526,6 +536,7 @@ func DBConfigPost(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true, "message": "配置保存成功"}) } diff --git a/soul-api/internal/handler/db_book.go b/soul-api/internal/handler/db_book.go index a853a912..e08cae24 100644 --- a/soul-api/internal/handler/db_book.go +++ b/soul-api/internal/handler/db_book.go @@ -9,6 +9,7 @@ import ( "strings" "time" + "soul-api/internal/cache" "soul-api/internal/database" "soul-api/internal/model" @@ -440,6 +441,8 @@ func DBBookAction(c *gin.Context) { } switch body.Action { case "sync": + cache.InvalidateBookParts() + cache.InvalidateBookCache() c.JSON(http.StatusOK, gin.H{"success": true, "message": "同步完成(Gin 无文件源时可从 DB 已存在数据视为已同步)"}) return case "import": @@ -488,8 +491,11 @@ func DBBookAction(c *gin.Context) { failed++ continue } + cache.InvalidateChapterContentByID(item.ID) imported++ } + cache.InvalidateBookParts() + cache.InvalidateBookCache() c.JSON(http.StatusOK, gin.H{"success": true, "message": "导入完成", "imported": imported, "failed": failed}) return default: @@ -553,6 +559,8 @@ func DBBookAction(c *gin.Context) { } _ = db.WithContext(context.Background()).Model(&model.Chapter{}).Where("id = ?", it.ID).Updates(up).Error } + cache.InvalidateBookParts() + cache.InvalidateBookCache() }() return } @@ -567,6 +575,8 @@ func DBBookAction(c *gin.Context) { _ = db.WithContext(context.Background()).Model(&model.Chapter{}).Where("id = ?", id).Update("sort_order", i).Error } } + cache.InvalidateBookParts() + cache.InvalidateBookCache() }() return } @@ -590,6 +600,8 @@ func DBBookAction(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } + cache.InvalidateBookParts() + cache.InvalidateBookCache() c.JSON(http.StatusOK, gin.H{"success": true, "message": "已移动", "count": len(body.SectionIds)}) return } @@ -696,6 +708,9 @@ func DBBookAction(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } + cache.InvalidateChapterContent(ch.MID) + cache.InvalidateBookParts() + cache.InvalidateBookCache() c.JSON(http.StatusOK, gin.H{"success": true}) return } @@ -708,6 +723,9 @@ func DBBookAction(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } + cache.InvalidateChapterContentByID(body.ID) + cache.InvalidateBookParts() + cache.InvalidateBookCache() c.JSON(http.StatusOK, gin.H{"success": true}) return } @@ -748,9 +766,12 @@ func DBBookDelete(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": "缺少 id"}) return } + cache.InvalidateChapterContentByID(id) if err := database.DB().Where("id = ?", id).Delete(&model.Chapter{}).Error; err != nil { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } + cache.InvalidateBookParts() + cache.InvalidateBookCache() c.JSON(http.StatusOK, gin.H{"success": true}) } diff --git a/soul-api/internal/handler/db_link_tag.go b/soul-api/internal/handler/db_link_tag.go index 2be1adff..2efa9786 100644 --- a/soul-api/internal/handler/db_link_tag.go +++ b/soul-api/internal/handler/db_link_tag.go @@ -4,6 +4,7 @@ import ( "net/http" "strings" + "soul-api/internal/cache" "soul-api/internal/database" "soul-api/internal/model" @@ -66,6 +67,7 @@ func DBLinkTagSave(c *gin.Context) { existing.AppID = body.AppID existing.PagePath = body.PagePath db.Save(&existing) + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true, "linkTag": existing}) return } @@ -75,6 +77,7 @@ func DBLinkTagSave(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true, "linkTag": t}) } @@ -89,5 +92,6 @@ func DBLinkTagDelete(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"success": false, "error": err.Error()}) return } + cache.InvalidateConfig() c.JSON(http.StatusOK, gin.H{"success": true}) } diff --git a/soul-api/internal/handler/upload.go b/soul-api/internal/handler/upload.go index 19f35435..d89f81f3 100644 --- a/soul-api/internal/handler/upload.go +++ b/soul-api/internal/handler/upload.go @@ -10,6 +10,7 @@ import ( "time" "soul-api/internal/config" + "soul-api/internal/oss" "github.com/gin-gonic/gin" ) @@ -17,6 +18,7 @@ const maxUploadBytes = 5 * 1024 * 1024 // 5MB var allowedTypes = map[string]bool{"image/jpeg": true, "image/png": true, "image/gif": true, "image/webp": true} // UploadPost POST /api/upload 上传图片(表单 file) +// 若管理端已配置 OSS,优先上传到 OSS;OSS 失败或未配置时回退本地磁盘(容灾) func UploadPost(c *gin.Context) { file, err := c.FormFile("file") if err != nil { @@ -40,13 +42,30 @@ func UploadPost(c *gin.Context) { if folder == "" { folder = "avatars" } + name := fmt.Sprintf("%d_%s%s", time.Now().UnixNano(), randomStrUpload(6), ext) + objectKey := filepath.ToSlash(filepath.Join("uploads", folder, name)) + + // 优先尝试 OSS(已配置时) + if oss.IsEnabled() { + f, err := file.Open() + if err == nil { + url, uploadErr := oss.Upload(objectKey, f) + _ = f.Close() + if uploadErr == nil && url != "" { + c.JSON(http.StatusOK, gin.H{"success": true, "url": url, "data": gin.H{"url": url, "fileName": name, "size": file.Size, "type": ct}}) + return + } + // OSS 失败,回退本地(容灾) + } + } + + // 本地磁盘存储(OSS 未配置或失败时) uploadDir := config.Get().UploadDir if uploadDir == "" { uploadDir = "uploads" } dir := filepath.Join(uploadDir, folder) _ = os.MkdirAll(dir, 0755) - name := fmt.Sprintf("%d_%s%s", time.Now().UnixNano(), randomStrUpload(6), ext) dst := filepath.Join(dir, name) if err := c.SaveUploadedFile(file, dst); err != nil { c.JSON(http.StatusInternalServerError, gin.H{"success": false, "error": "保存失败"}) @@ -70,18 +89,35 @@ func randomStrUpload(n int) string { } // UploadDelete DELETE /api/upload +// path 支持:/uploads/xxx(本地)或 https://bucket.oss-xxx.aliyuncs.com/uploads/xxx(OSS) func UploadDelete(c *gin.Context) { path := c.Query("path") if path == "" { c.JSON(http.StatusBadRequest, gin.H{"success": false, "error": "请指定 path"}) return } - if !strings.HasPrefix(path, "/uploads/") && !strings.HasPrefix(path, "uploads/") { - c.JSON(http.StatusForbidden, gin.H{"success": false, "error": "无权限删除此文件"}) - return + // OSS 公网 URL:从 OSS 删除 + if oss.IsOSSURL(path) { + objectKey := oss.ParseObjectKeyFromURL(path) + if objectKey != "" { + if err := oss.Delete(objectKey); err != nil { + c.JSON(http.StatusOK, gin.H{"success": false, "error": "OSS 删除失败"}) + return + } + c.JSON(http.StatusOK, gin.H{"success": true, "message": "删除成功"}) + return + } + } + // 本地路径:支持 /uploads/xxx、uploads/xxx 或含 /uploads/ 的完整 URL + if idx := strings.Index(path, "/uploads/"); idx >= 0 { + path = path[idx+1:] // 从 uploads/ 开始 } rel := strings.TrimPrefix(path, "/uploads/") rel = strings.TrimPrefix(rel, "uploads/") + if rel == "" || strings.Contains(rel, "..") { + c.JSON(http.StatusForbidden, gin.H{"success": false, "error": "无权限删除此文件"}) + return + } uploadDir := config.Get().UploadDir if uploadDir == "" { uploadDir = "uploads" diff --git a/soul-api/internal/handler/withdraw.go b/soul-api/internal/handler/withdraw.go index 0f50c05a..141835a1 100644 --- a/soul-api/internal/handler/withdraw.go +++ b/soul-api/internal/handler/withdraw.go @@ -8,6 +8,7 @@ import ( "os" "time" + "soul-api/internal/config" "soul-api/internal/database" "soul-api/internal/model" @@ -133,7 +134,12 @@ func WithdrawPost(c *gin.Context) { // AdminWithdrawTest GET/POST /api/admin/withdraw-test 提现测试接口,供 curl 等调试用 // 参数:userId(默认 ogpTW5fmXRGNpoUbXB3UEqnVe5Tg)、amount(默认 1) // 测试时忽略最低提现额限制,仅校验可提现余额与用户存在 +// 生产环境禁用,避免误用 func AdminWithdrawTest(c *gin.Context) { + if cfg := config.Get(); cfg != nil && cfg.Mode == "release" { + c.JSON(http.StatusNotFound, gin.H{"success": false, "message": "生产环境禁用"}) + return + } userID := c.DefaultQuery("userId", "ogpTW5fmXRGNpoUbXB3UEqnVe5Tg") amountStr := c.DefaultQuery("amount", "1") var amount float64 diff --git a/soul-api/internal/oss/oss.go b/soul-api/internal/oss/oss.go new file mode 100644 index 00000000..cf4373ac --- /dev/null +++ b/soul-api/internal/oss/oss.go @@ -0,0 +1,124 @@ +package oss + +import ( + "encoding/json" + "io" + "log" + "net/url" + "strings" + + "soul-api/internal/database" + "soul-api/internal/model" + + alioss "github.com/aliyun/aliyun-oss-go-sdk/oss" +) + +// Config 阿里云 OSS 配置,与管理端 ossConfig 字段对应 +type Config struct { + Endpoint string `json:"endpoint"` + Bucket string `json:"bucket"` + Region string `json:"region"` + AccessKeyID string `json:"accessKeyId"` + AccessKeySecret string `json:"accessKeySecret"` +} + +// LoadConfig 从 system_config 读取 oss_config,配置不完整时返回 nil +func LoadConfig() *Config { + var row model.SystemConfig + if err := database.DB().Where("config_key = ?", "oss_config").First(&row).Error; err != nil { + return nil + } + var m map[string]interface{} + if err := json.Unmarshal(row.ConfigValue, &m); err != nil { + return nil + } + var cfg Config + if v, ok := m["endpoint"].(string); ok && v != "" { + cfg.Endpoint = strings.TrimSpace(v) + } + if v, ok := m["bucket"].(string); ok && v != "" { + cfg.Bucket = strings.TrimSpace(v) + } + if v, ok := m["accessKeyId"].(string); ok && v != "" { + cfg.AccessKeyID = v + } + if v, ok := m["accessKeySecret"].(string); ok && v != "" { + cfg.AccessKeySecret = v + } + if cfg.Endpoint == "" || cfg.Bucket == "" || cfg.AccessKeyID == "" || cfg.AccessKeySecret == "" { + return nil + } + // endpoint 去掉 scheme,SDK 需要 + cfg.Endpoint = strings.TrimPrefix(strings.TrimPrefix(cfg.Endpoint, "https://"), "http://") + return &cfg +} + +// IsEnabled 是否已配置 OSS 且可用 +func IsEnabled() bool { + return LoadConfig() != nil +} + +// Upload 上传文件到 OSS,objectKey 如 "uploads/avatars/xxx.jpg" +// 返回公网访问 URL,如 https://bucket.oss-cn-hangzhou.aliyuncs.com/uploads/avatars/xxx.jpg +func Upload(objectKey string, reader io.Reader, options ...alioss.Option) (string, error) { + cfg := LoadConfig() + if cfg == nil { + return "", nil // 未配置,调用方需回退本地 + } + client, err := alioss.New(cfg.Endpoint, cfg.AccessKeyID, cfg.AccessKeySecret) + if err != nil { + log.Printf("oss: client init failed: %v", err) + return "", err + } + bucket, err := client.Bucket(cfg.Bucket) + if err != nil { + log.Printf("oss: bucket %s failed: %v", cfg.Bucket, err) + return "", err + } + if err := bucket.PutObject(objectKey, reader, options...); err != nil { + log.Printf("oss: PutObject %s failed: %v", objectKey, err) + return "", err + } + // 公网 URL:https://{bucket}.{endpoint}/{objectKey} + u := "https://" + cfg.Bucket + "." + cfg.Endpoint + "/" + objectKey + return u, nil +} + +// Delete 从 OSS 删除对象,objectKey 如 "uploads/avatars/xxx.jpg" +func Delete(objectKey string) error { + cfg := LoadConfig() + if cfg == nil { + return nil + } + client, err := alioss.New(cfg.Endpoint, cfg.AccessKeyID, cfg.AccessKeySecret) + if err != nil { + return err + } + bucket, err := client.Bucket(cfg.Bucket) + if err != nil { + return err + } + return bucket.DeleteObject(objectKey) +} + +// ParseObjectKeyFromURL 从 OSS 公网 URL 解析出 objectKey +// 格式: https://bucket.oss-cn-xxx.aliyuncs.com/uploads/avatars/xxx.jpg +func ParseObjectKeyFromURL(rawURL string) string { + u, err := url.Parse(rawURL) + if err != nil { + return "" + } + path := strings.TrimPrefix(u.Path, "/") + return path +} + +// IsOSSURL 判断是否为 OSS 公网 URL(用于删除时区分本地/OSS) +func IsOSSURL(rawURL string) bool { + cfg := LoadConfig() + if cfg == nil { + return false + } + // 格式: https://{bucket}.{endpoint}/... + prefix := "https://" + cfg.Bucket + "." + cfg.Endpoint + "/" + return strings.HasPrefix(rawURL, prefix) +} diff --git a/soul-api/internal/router/router.go b/soul-api/internal/router/router.go index 8618bbd0..db0fa7f2 100644 --- a/soul-api/internal/router/router.go +++ b/soul-api/internal/router/router.go @@ -95,6 +95,7 @@ func Setup(cfg *config.Config) *gin.Engine { admin.DELETE("/users", handler.AdminUsersAction) admin.GET("/orders", handler.OrdersList) admin.GET("/gift-pay-requests", handler.AdminGiftPayRequestsList) + admin.GET("/user/track", handler.UserTrackGet) } // ----- 鉴权 ----- diff --git a/开发文档/10、项目管理/运营与变更.md b/开发文档/10、项目管理/运营与变更.md index 3297f29d..cf956bea 100644 --- a/开发文档/10、项目管理/运营与变更.md +++ b/开发文档/10、项目管理/运营与变更.md @@ -410,3 +410,35 @@ Mycontent-temp/miniprogram 为样式预览分支,miniprogram 为线上主线 - `开发文档/新版管理端迁移到稳定版-需求评估.md` - `.cursor/meeting/2026-03-17_新版管理端迁移到稳定版实施方案确认.md` + +--- + +# 第十七部分:稳定版源码质量优化完成与测试流程定稿(2026-03-17 橙子同步) + +## 源码质量优化(10 项全部完成) + +| 端 | 任务 | 状态 | +|----|------|------| +| 后端 | 敏感配置生产环境强制校验(config.go) | ☑️ 已完成 | +| 后端 | 新增 GET /api/admin/user/track + AdminAuth | ☑️ 已完成 | +| 后端 | AdminWithdrawTest 环境限制 | ☑️ 已完成 | +| 管理端 | UserDetailModal 改为 /api/admin/user/track | ☑️ 已完成 | +| 管理端 | RichEditor name/label HTML 转义 | ☑️ 已完成 | +| 小程序 | 删除 payment.js、goToMatch 重复、备份文件 | ☑️ 已完成 | +| 小程序 | appId 等从 config 读取、totalSections 动态获取 | ☑️ 已完成 | + +## 开发环境测试 + +- **环境**:local (http://localhost:8080) +- **结果**:10 通过、2 跳过、0 失败 + +## 测试流程与文档 + +| 产出 | 路径 | 说明 | +|------|------|------| +| 功能测试流程 | scripts/test/功能测试流程.md | 环境准备→自动化→手工验证→问题汇总→报告;成功 ☑️,失败列问题 | +| 测试报告模板 | scripts/test/测试报告-环境与用例清单.md | 环境、用例清单、结果记录、归档说明 | + +## 相关文档 + +- `.cursor/meeting/2026-03-17_会议收尾-源码优化完成与测试流程定稿.md` diff --git a/开发文档/README.md b/开发文档/README.md index b8e9645a..38c87dad 100644 --- a/开发文档/README.md +++ b/开发文档/README.md @@ -24,6 +24,7 @@ | [10、项目管理/项目落地推进表](10、项目管理/项目落地推进表.md) | 里程碑、永平落地 | | [10、项目管理/运营与变更](10、项目管理/运营与变更.md) | 近期讨论、变更记录 | | [迁移完成度与待办清单](迁移完成度与待办清单.md) | 迁移完成度、剩余待办、搁置项 | +| [功能测试流程](../scripts/test/功能测试流程.md) | 功能测试流程、测试报告模板、自动化用例 | ### 架构与规范