no message

This commit is contained in:
kuaifan 2025-02-22 11:29:46 +08:00
parent 30cfb1200d
commit 6bd20038f9
33 changed files with 307 additions and 62 deletions

View File

@ -324,7 +324,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/aibot_defmodels 04. 获取AI默认模型
* @api {get} api/system/setting/aibot_defmodels 05. 获取AI默认模型
*
* @apiDescription 获取AI机器人默认模型
* @apiVersion 1.0.0
@ -358,7 +358,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/checkin 05. 获取签到设置、保存签到设置(限管理员)
* @api {get} api/system/setting/checkin 06. 获取签到设置、保存签到设置(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@ -464,7 +464,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/apppush 06. 获取APP推送设置、保存APP推送设置限管理员
* @api {get} api/system/setting/apppush 07. 获取APP推送设置、保存APP推送设置限管理员
*
* @apiVersion 1.0.0
* @apiGroup system
@ -509,7 +509,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/thirdaccess 07. 第三方帐号(限管理员)
* @api {get} api/system/setting/thirdaccess 08. 第三方帐号(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@ -579,7 +579,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/file 08. 文件设置(限管理员)
* @api {get} api/system/setting/file 09. 文件设置(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@ -619,7 +619,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/demo 09. 获取演示帐号
* @api {get} api/system/demo 10. 获取演示帐号
*
* @apiVersion 1.0.0
* @apiGroup system
@ -643,7 +643,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/priority 10. 任务优先级
* @api {post} api/system/priority 11. 任务优先级
*
* @apiDescription 获取任务优先级、保存任务优先级
* @apiVersion 1.0.0
@ -692,7 +692,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/column/template 11. 创建项目模板
* @api {post} api/system/column/template 12. 创建项目模板
*
* @apiDescription 获取创建项目模板、保存创建项目模板
* @apiVersion 1.0.0
@ -739,7 +739,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/license 12. License
* @api {post} api/system/license 13. License
*
* @apiDescription 获取License信息、保存License限管理员
* @apiVersion 1.0.0
@ -808,7 +808,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/info 13. 获取终端详细信息
* @api {get} api/system/get/info 14. 获取终端详细信息
*
* @apiVersion 1.0.0
* @apiGroup system
@ -837,7 +837,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ip 14. 获取IP地址
* @api {get} api/system/get/ip 15. 获取IP地址
*
* @apiVersion 1.0.0
* @apiGroup system
@ -852,7 +852,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/cnip 15. 是否中国IP地址
* @api {get} api/system/get/cnip 16. 是否中国IP地址
*
* @apiVersion 1.0.0
* @apiGroup system
@ -869,7 +869,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ipgcj02 16. 获取IP地址经纬度
* @api {get} api/system/get/ipgcj02 17. 获取IP地址经纬度
*
* @apiVersion 1.0.0
* @apiGroup system
@ -886,7 +886,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ipinfo 17. 获取IP地址详细信息
* @api {get} api/system/get/ipinfo 18. 获取IP地址详细信息
*
* @apiVersion 1.0.0
* @apiGroup system
@ -903,7 +903,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/imgupload 18. 上传图片
* @api {post} api/system/imgupload 19. 上传图片
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@ -969,7 +969,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/imgview 19. 浏览图片空间
* @api {get} api/system/get/imgview 20. 浏览图片空间
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@ -1066,7 +1066,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/fileupload 20. 上传文件
* @api {post} api/system/fileupload 21. 上传文件
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@ -1110,7 +1110,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/updatelog 21. 获取更新日志
* @api {get} api/system/get/updatelog 22. 获取更新日志
*
* @apiDescription 获取更新日志
* @apiVersion 1.0.0
@ -1153,7 +1153,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/email/check 22. 邮件发送测试(限管理员)
* @api {get} api/system/email/check 23. 邮件发送测试(限管理员)
*
* @apiDescription 测试配置邮箱是否能发送邮件
* @apiVersion 1.0.0
@ -1199,7 +1199,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/checkin/export 23. 导出签到数据(限管理员)
* @api {get} api/system/checkin/export 24. 导出签到数据(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@ -1368,7 +1368,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/checkin/down 24. 下载导出的签到数据
* @api {get} api/system/checkin/down 25. 下载导出的签到数据
*
* @apiVersion 1.0.0
* @apiGroup system
@ -1394,7 +1394,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/version 25. 获取版本号
* @api {get} api/system/version 26. 获取版本号
*
* @apiVersion 1.0.0
* @apiGroup system
@ -1431,7 +1431,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/prefetch 26. 预加载的资源
* @api {get} api/system/prefetch 27. 预加载的资源
*
* @apiVersion 1.0.0
* @apiGroup system

View File

@ -6,6 +6,60 @@ use Cache;
use Carbon\Carbon;
use DB;
/**
* App\Models\ApproveProcInstHistory
*
* @property int $id
* @property int $proc_def_id 流程定义ID
* @property string|null $proc_def_name 流程定义名
* @property string|null $title 标题
* @property int|null $department_id 用户部门ID
* @property string|null $department 用户部门
* @property string|null $company 用户公司
* @property string|null $node_id 当前节点
* @property string|null $candidate 审批人
* @property int|null $task_id 当前任务
* @property string|null $start_time 开始时间
* @property string|null $end_time 结束时间
* @property int|null $duration 持续时间
* @property string|null $start_user_id 开始用户ID
* @property string|null $start_user_name 开始用户名
* @property int|null $is_finished 是否完成
* @property string|null $var
* @property int $state 当前状态: 0待审批1审批中2通过3拒绝4撤回
* @property string|null $latest_comment
* @property string|null $global_comment
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelAppend()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelHidden()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel change($array)
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel getKeyValue()
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory query()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel remove()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel saveOrIgnore()
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereCandidate($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereCompany($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereDepartment($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereDepartmentId($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereDuration($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereEndTime($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereGlobalComment($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereIsFinished($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereLatestComment($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereNodeId($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereProcDefId($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereProcDefName($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereStartTime($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereStartUserId($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereStartUserName($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereState($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereTaskId($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereTitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|ApproveProcInstHistory whereVar($value)
* @mixin \Eloquent
*/
class ApproveProcInstHistory extends AbstractModel
{
protected $table = 'approve_proc_inst_history';

View File

@ -16,7 +16,7 @@ namespace App\Models;
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \App\Models\Project $project
* @property-read \App\Models\User|null $user
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelAppend()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelHidden()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel change($array)

View File

@ -32,13 +32,13 @@ use Hedeqiang\UMeng\IOS;
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereAlias($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereDevice($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereVersion($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereIsNotified($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias wherePlatform($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereUa($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereUserid($value)
* @method static \Illuminate\Database\Eloquent\Builder|UmengAlias whereVersion($value)
* @mixin \Eloquent
*/
class UmengAlias extends AbstractModel

View File

@ -13,7 +13,7 @@ namespace App\Models;
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \App\Models\WebSocketDialog|null $dialog
* @property-read \App\Models\User|null $user
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelAppend()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelHidden()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel change($array)

View File

@ -18,6 +18,7 @@ use Illuminate\Database\Eloquent\SoftDeletes;
* @property int $id
* @property int|null $dialog_id 对话ID
* @property string|null $dialog_type 对话类型
* @property int|null $session_id 会话ID
* @property int|null $userid 发送会员ID
* @property string|null $type 消息类型
* @property string|null $mtype 消息类型(用于搜索)
@ -27,7 +28,6 @@ use Illuminate\Database\Eloquent\SoftDeletes;
* @property int|null $read 已阅数量
* @property int|null $send 发送数量
* @property int|null $tag 标注会员ID
* @property int|null $session_id 会话ID
* @property int|null $todo 设为待办会员ID
* @property int|null $link 是否存在链接
* @property int|null $modify 是否编辑

View File

@ -16,7 +16,6 @@ use Cache;
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @property-read \App\Models\WebSocketDialog|null $dialog
* @property-read \App\Models\User $user
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelAppend()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel cancelHidden()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel change($array)

View File

@ -8,6 +8,7 @@ namespace App\Models;
* @property int $id
* @property int|null $dialog_id 对话ID
* @property int|null $userid 会员ID
* @property int|null $bot 是否机器人
* @property \Illuminate\Support\Carbon|null $top_at 置顶时间
* @property \Illuminate\Support\Carbon|null $last_at 最后消息时间
* @property int|null $mark_unread 是否标记为未读0否1是
@ -28,6 +29,7 @@ namespace App\Models;
* @method static \Illuminate\Database\Eloquent\Builder|WebSocketDialogUser query()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel remove()
* @method static \Illuminate\Database\Eloquent\Builder|AbstractModel saveOrIgnore()
* @method static \Illuminate\Database\Eloquent\Builder|WebSocketDialogUser whereBot($value)
* @method static \Illuminate\Database\Eloquent\Builder|WebSocketDialogUser whereColor($value)
* @method static \Illuminate\Database\Eloquent\Builder|WebSocketDialogUser whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|WebSocketDialogUser whereDialogId($value)

View File

@ -814,3 +814,6 @@ AI机器人不存在
未找到默认模型
思考中...
请先填写 Base URL
获取失败

View File

@ -1951,3 +1951,10 @@ Ollama 是一个轻量级、可扩展的框架,旨在让用户能够在本地
AI 列表
AI 设置
思考中...
请先填写 Base URL
例如http://proxy.com
API请求的URL路径
如果没有请留空
获取本地模型列表

View File

@ -28294,5 +28294,185 @@
"fr": "Les données facultatives proviennent de la liste de modèles",
"id": "Data opsional berasal dari daftar model",
"ru": "Опционные данные взяты из списка моделей"
},
{
"key": "使用默认模型列表",
"zh": "",
"zh-CHT": "使用默認模型列表",
"en": "Use default model list",
"ko": "기본 모델 목록 사용",
"ja": "デフォルトモデルリストを使用",
"de": "Verwenden Sie die Standardmodellliste",
"fr": "Utiliser la liste de modèles par défaut",
"id": "Gunakan daftar model default",
"ru": "Использовать список моделей по умолчанию"
},
{
"key": "未知操作",
"zh": "",
"zh-CHT": "未知操作",
"en": "Unknown operation",
"ko": "알 수 없는 작업",
"ja": "不明な操作",
"de": "Unbekannte Operation",
"fr": "Opération inconnue",
"id": "Operasi tidak diketahui",
"ru": "Неизвестная операция"
},
{
"key": "获取失败",
"zh": "",
"zh-CHT": "獲取失敗",
"en": "Failed to retrieve",
"ko": "가져오기 실패",
"ja": "取得に失敗しました",
"de": "Abrufen fehlgeschlagen",
"fr": "Échec de la récupération",
"id": "Gagal mengambil",
"ru": "Ошибка получения"
},
{
"key": "获取成功",
"zh": "",
"zh-CHT": "獲取成功",
"en": "Successfully retrieved",
"ko": "성공적으로 가져옴",
"ja": "取得に成功しました",
"de": "Erfolgreich abgerufen",
"fr": "Récupéré avec succès",
"id": "Berhasil diambil",
"ru": "Успешно получено"
},
{
"key": "Grok是由xAI开发的生成式人工智能聊天机器人旨在通过实时回答用户问题来提供帮助。",
"zh": "",
"zh-CHT": "Grok是由xAI開發的生成式人工智能聊天機器人旨在通過實時回答用戶問題來提供幫助。",
"en": "Grok is a generative AI chatbot developed by xAI, designed to assist by providing real-time answers to user questions.",
"ko": "Grok은 xAI가 개발한 생성 AI 채팅봇으로, 사용자 질문에 실시간 답변을 제공하여 도움을 주도록 설계되었습니다.",
"ja": "GrokはxAIによって開発された生成型AIチャットボットで、ユーザーの質問にリアルタイムで回答することで支援することを目的としています。",
"de": "Grok ist ein generativer KI-Chatbot, der von xAI entwickelt wurde und darauf abzielt, Benutzer durch die Bereitstellung von Echtzeitantworten auf ihre Fragen zu unterstützen.",
"fr": "Grok est un chatbot d'IA générative développé par xAI, conçu pour apporter une assistance en fournissant des réponses en temps réel aux questions des utilisateurs.",
"id": "Grok adalah chatbot AI generatif yang dikembangkan oleh xAI, dirancang untuk membantu dengan memberikan jawaban waktu nyata atas pertanyaan pengguna.",
"ru": "Grok - это генеративный AI-чатбот, разработанный xAI, который предназначен для помощи путем предоставления ответов на вопросы пользователей в режиме реального времени."
},
{
"key": "Ollama 是一个轻量级、可扩展的框架,旨在让用户能够在本地机器上构建和运行大型语言模型。",
"zh": "",
"zh-CHT": "Ollama 是一個輕量級、可擴展的框架,旨在讓用戶能夠在本地機器上構建和運行大型語言模型。",
"en": "Ollama is a lightweight, scalable framework designed to enable users to build and run large language models on local machines.",
"ko": "Ollama는 사용자가 로컬 머신에서 대형 언어 모델을 구축하고 실행할 수 있도록 설계된 경량 확장 가능 프레임워크입니다.",
"ja": "Ollamaはユーザーがローカルマシン上で大規模言語モデルを構築および実行できるように設計された、軽量でスケーラブルなフレームワークです。",
"de": "Ollama ist ein leichtgewichtiges, skalierbares Framework, das darauf abzielt, Benutzern die Möglichkeit zu geben, große Sprachmodelle auf lokalen Maschinen zu erstellen und auszuführen.",
"fr": "Ollama est un cadre léger et évolutif conçu pour permettre aux utilisateurs de créer et d'exécuter de grands modèles de langage sur des machines locales.",
"id": "Ollama adalah kerangka kerja ringan dan skalabel yang dirancang untuk memungkinkan pengguna membangun dan menjalankan model bahasa besar pada mesin lokal.",
"ru": "Ollama - это легкий, масштабируемый фреймворк, разработанный для того, чтобы пользователи могли создавать и запускать крупные языковые модели на локальных машинах."
},
{
"key": "AI 列表",
"zh": "",
"zh-CHT": "AI 列表",
"en": "AI List",
"ko": "AI 목록",
"ja": "AIリスト",
"de": "KI-Liste",
"fr": "Liste d'IA",
"id": "Daftar AI",
"ru": "Список AI"
},
{
"key": "AI 设置",
"zh": "",
"zh-CHT": "AI 設置",
"en": "AI Settings",
"ko": "AI 설정",
"ja": "AI設定",
"de": "KI-Einstellungen",
"fr": "Paramètres de l'IA",
"id": "Pengaturan AI",
"ru": "Настройки AI"
},
{
"key": "思考中...",
"zh": "",
"zh-CHT": "思考中...",
"en": "Thinking...",
"ko": "생각 중...",
"ja": "考え中...",
"de": "Nachdenken...",
"fr": "Réflexion...",
"id": "Sedang berpikir...",
"ru": "Думаю..."
},
{
"key": "请先填写 Base URL",
"zh": "",
"zh-CHT": "請先填寫 Base URL",
"en": "Please fill in the Base URL first",
"ko": "Base URL을 먼저 입력하십시오",
"ja": "まずBase URLを入力してください",
"de": "Bitte füllen Sie zuerst die Basis-URL aus",
"fr": "Veuillez d'abord remplir l'URL de base",
"id": "Harap isi Base URL terlebih dahulu",
"ru": "Пожалуйста, сначала введите базовый URL"
},
{
"key": "未找到默认模型",
"zh": "",
"zh-CHT": "未找到默認模型",
"en": "Default model not found",
"ko": "기본 모델을 찾을 수 없습니다",
"ja": "デフォルトモデルが見つかりません",
"de": "Standardmodell nicht gefunden",
"fr": "Modèle par défaut introuvable",
"id": "Model default tidak ditemukan",
"ru": "Модель по умолчанию не найдена"
},
{
"key": "例如http:\/\/proxy.com",
"zh": "",
"zh-CHT": "例如http:\/\/proxy.com",
"en": "For example: http:\/\/proxy.com",
"ko": "예시: http:\/\/proxy.com",
"ja": "例http:\/\/proxy.com",
"de": "Beispiel: http:\/\/proxy.com",
"fr": "Par exemple : http:\/\/proxy.com",
"id": "Contoh: http:\/\/proxy.com",
"ru": "Например: http:\/\/proxy.com"
},
{
"key": "API请求的URL路径",
"zh": "",
"zh-CHT": "API請求的URL路徑",
"en": "API request URL path",
"ko": "API 요청 URL 경로",
"ja": "APIリクエストのURLパス",
"de": "API-Anfrage-URL-Pfad",
"fr": "Chemin URL de la requête API",
"id": "Jalur URL permintaan API",
"ru": "URL-путь запроса API"
},
{
"key": "如果没有请留空",
"zh": "",
"zh-CHT": "如果沒有請留空",
"en": "If not available, please leave it blank",
"ko": "없으면 비워 두세요",
"ja": "なければ空白のままにしてください",
"de": "Falls nicht vorhanden, bitte leer lassen",
"fr": "Si non disponible, veuillez laisser vide",
"id": "Jika tidak ada, silakan kosongkan",
"ru": "Если нет, оставьте пустым"
},
{
"key": "获取本地模型列表",
"zh": "",
"zh-CHT": "獲取本地模型列表",
"en": "Get local model list",
"ko": "로컬 모델 목록 가져오기",
"ja": "ローカルモデルリストを取得",
"de": "Lokale Modellliste abrufen",
"fr": "Obtenir la liste des modèles locaux",
"id": "Dapatkan daftar model lokal",
"ru": "Получить список локальных моделей"
}
]
]

File diff suppressed because one or more lines are too long

View File

@ -5,15 +5,15 @@
<meta name="description" content="APP接口文档">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="assets/bootstrap.min.css?v=1739228023719" rel="stylesheet" media="screen">
<link href="assets/prism.css?v=1739228023719" rel="stylesheet" />
<link href="assets/prism-toolbar.css?v=1739228023719" rel="stylesheet" />
<link href="assets/prism-diff-highlight.css?v=1739228023719" rel="stylesheet" />
<link href="assets/main.css?v=1739228023719" rel="stylesheet" media="screen, print">
<link href="assets/favicon.ico?v=1739228023719" rel="icon" type="image/x-icon">
<link href="assets/apple-touch-icon.png?v=1739228023719" rel="apple-touch-icon" sizes="180x180">
<link href="assets/favicon-32x32.png?v=1739228023719" rel="icon" type="image/png" sizes="32x32">
<link href="assets/favicon-16x16.png?v=1739228023719" rel="icon" type="image/png" sizes="16x16">
<link href="assets/bootstrap.min.css?v=1740194838808" rel="stylesheet" media="screen">
<link href="assets/prism.css?v=1740194838808" rel="stylesheet" />
<link href="assets/prism-toolbar.css?v=1740194838808" rel="stylesheet" />
<link href="assets/prism-diff-highlight.css?v=1740194838808" rel="stylesheet" />
<link href="assets/main.css?v=1740194838808" rel="stylesheet" media="screen, print">
<link href="assets/favicon.ico?v=1740194838808" rel="icon" type="image/x-icon">
<link href="assets/apple-touch-icon.png?v=1740194838808" rel="apple-touch-icon" sizes="180x180">
<link href="assets/favicon-32x32.png?v=1740194838808" rel="icon" type="image/png" sizes="32x32">
<link href="assets/favicon-16x16.png?v=1740194838808" rel="icon" type="image/png" sizes="16x16">
</head>
<body class="container-fluid">
@ -1042,6 +1042,6 @@
</div>
</div>
<script src="assets/main.bundle.js?v=1739228023719"></script>
<script src="assets/main.bundle.js?v=1740194838808"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]
["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long