ci: bump oxi, clang, prettier, markdownlint (#12388)

* ci: bump oxi, clang, prettier, markdownlint

* chore: Auto update by pre-commit hooks [skip changelog]

* chore: 移除不再使用clang-format的JSON文件

* chore: clang-format disable

* chore: clang版本更新

* chore: Auto update by pre-commit hooks [skip changelog]

* chore: ver注释

* docs: Modify the clang-format version restriction in the documentation to match the current changes

@zzyyyl

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: status102 <102887808+status102@users.noreply.github.com>
This commit is contained in:
Constrat
2025-04-20 03:42:41 +02:00
committed by GitHub
parent 68b61ffa3f
commit 995af0fcda
22 changed files with 85 additions and 67 deletions

View File

@@ -183,10 +183,11 @@ std::optional<asst::MedicineCounterTaskPlugin::MedicineResult>
return std::nullopt;
}
use += using_count;
medicines.emplace_back(Medicine { .use = using_count,
.inventry = inventory_count,
.reduce_button_position = result.rect,
.is_expiring = is_expiring });
medicines.emplace_back(
Medicine { .use = using_count,
.inventry = inventory_count,
.reduce_button_position = result.rect,
.is_expiring = is_expiring });
LogTrace << __FUNCTION__ << "medicine using count:" << using_count << ","
<< "inventory count:" << inventory_count << ","
<< "is expiring:" << static_cast<int>(is_expiring);