yayacal/gradle/wrapper/AGENTS.md
xfy dd072730f1 fix: 年视图 pageYear 使用 settledPage 计算,修复滑动切换时年份闪烁
pageYear = yearViewYear + (page - settledPage) 代替 currentPage,
因为 yearViewYear 由 settledPage 驱动,两者始终同步。
用 currentPage 会在滑动过半时出现不匹配,导致小月份
短暂显示错误年份数据。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 16:09:42 +08:00

32 lines
837 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- Parent: ../../AGENTS.md -->
<!-- Generated: 2026-05-22 | Updated: 2026-05-22 -->
# wrapper
## Purpose
Gradle Wrapper 目录,包含 `gradle-wrapper.jar``gradle-wrapper.properties`。Wrapper 允许项目在没有预装 Gradle 的环境中使用固定版本的 Gradle 构建。
## Key Files
| File | Description |
|------|-------------|
| `gradle-wrapper.jar` | Gradle Wrapper 可执行 JAR |
| `gradle-wrapper.properties` | Wrapper 配置Gradle 发行版 URL当前 9.5.1 |
## Subdirectories
## For AI Agents
### Working In This Directory
- 通常不需要手动修改此目录内容
- 升级 Gradle 版本时使用 `./gradlew wrapper --gradle-version=X.Y.Z`
- `gradle-wrapper.properties` 中的 `distributionUrl` 指向 Gradle 官方发行版
## Dependencies
### External
- Gradle 9.5.1
<!-- MANUAL: -->