NPatch
18.8K subscribers
232 photos
3 videos
151 files
125 links
NPatch is a root‑less Xposed framework supporting Android 9 to 17.
Website: npatch.nkbe.top
Canary: @ONPatch
Download Telegram
不知道更新什麼了
28🤔10😈2👀1
Forwarded from 荔枝木
液态玻璃效果加了滑块调整
圆角改回去了
增强了性能表现
iOS 27 支持了新的 CPU scheduler
蜂窝 WiFi 切换更积极
没有明确讲但看起来像是基带的电梯高铁模式什么的
AirDrop 速度提升
相册加载速度提升

我是在看澎湃 OS 发布会还是在看 iOS 发布会?
😁388👾2🤔1
NPatch pinned «给TG写了个软乎乎的喵喵语汉化包🥰 Android 基本搞定,TGDesktop 和 Unigram 的喵喵翻译正在揉面团中,会持续更新的🍰 https://t.me/setlanguage/zh2nya»
The NPatch version number has already gone past 700 😨
Please open Telegram to view this post
VIEW IN TELEGRAM
341🔥7👍3😡2
libxposed API 102 has been released to the Maven Central Repository
26🕊1
Android Gradle 外掛程式 (AGP) 9.0 引入了內建 Kotlin 並預設啟用,並將在 AGP 10.0 (2026 年中) 移除停用功能。雖然這是為了統一構建流程,但對需要自訂 Kotlin 版本的專案很不友好。往後升級 Gradle、AGP 就會連動更新內建 Kotlin,必須同步改動 Kotlin 與 KGP,整體升級成本大幅抬升。我想,這項改動或許會促使我和像我這樣的一群人選擇將專案永久停留在 AGP 8 或 AGP 9。
🤔71😁1
Vector-v2.0-3047-Release.zip
8.4 MB
Unofficial, use at your own risk
This is the CI version of my branch for testing the availability of the following three changes, namely:

完整实作的 API 102
feat: Implement finalized libxposed API 102 hot reloading #757
启用在线仓库备用地址
feat(repo): Updates backup routes and allows manual selection of warehouse sources #750
优化 dex2oat 包裝器的挂载方式
Improve dex2oat wrapper mounting and add XmlUtils stub

For the official version, please check JingMatrix/Vector. Expect @NeoZygisk to update irregularly.
🥰3114🔥1
GitHub Releases page supports displaying download counts

For a long time, developers working with open-source projects on GitHub have faced a major challenge when tracking the popularity of various versions: it was not possible to easily see the download counts for each release directly on the web page. In the past, project maintainers or ordinary users who wanted to access download data for a specific version had to either use GitHub’s official API or third-party browser extensions. This not only made it difficult to obtain this information but also made it hard for users to assess a project’s activity level effectively.

Today, this inconvenience is finally a thing of the past. GitHub recently added a new feature to its Releases page, displaying the number of times each file in a repository has been downloaded right on the frontend. As shown in the screenshot, the updated resource list has undergone significant optimization: in addition to the original filename, hash checksum, file size, and upload date in the information bar of each precompiled file, a clear download count has been added.

This seemingly minor interface improvement actually precisely addresses a major need in the open-source community, making data acquisition extremely simple and providing an excellent metric for measuring project reach. However, there is still a significant issue: currently, this feature appears to be limited to project owners viewing their own repositories. If download data remains hidden behind a permission wall, it serves merely as a backend statistical tool for developers rather than a public metric for ordinary users to evaluate software stability and widespread community recognition.

Despite this limitation, GitHub has listened to the long-standing requests of the developer community by bringing key data, which were previously hidden in the underlying APIs, to the forefront. It is our hope that GitHub will eventually make these metrics fully public, making the health of the open-source ecosystem more transparent and visible to all.

GitHub Releases 页面原生支持显示下载量

长期以来,开发者在 GitHub 上追踪开源项目版本的受欢迎程度时,常常面临无法在网页端直观查看发布文件下载量的痛点。过去,获取特定版本的下载数据只能依赖官方 API 或第三方插件,这不仅提高了信息获取门槛,也让普通用户难以快速评估项目的活跃度。

如今,GitHub 在其发布页面(Releases)悄然上线了新功能,直接在前端展示了各个文件的具体下载次数。正如截图 中所展示的,更新后的资源列表迎来了显著优化:每一项预编译文件的信息栏除了原有的文件名、哈希校验码、文件大小和上传日期外,还新增了清晰的下载量统计。

这一改进精准满足了开源社区的刚需,免去了编写复杂抓取脚本的麻烦。然而,目前该功能似乎仅限于项目所有者或维护者查看,这仍是一个不容忽视的问题。如果下载数据受限于权限壁垒,它便仅仅是开发者的后台统计工具,普通访问者依然需要依赖星标数或第三方工具来评估项目影响力,普通用户面临的“信息差”问题并未得到实质性解决。

尽管如此,GitHub 倾听社区呼声并将底层 API 数据推向前台,仍是提升平台体验的重要举措。
👍194
NPatch
GitHub Releases page supports displaying download counts For a long time, developers working with open-source projects on GitHub have faced a major challenge when tracking the popularity of various versions: it was not possible to easily see the download…
In addition, the Release list display has been updated, allowing users to more easily view published Releases instead of having to do as before by viewing through published tags
除此之外,还更新了 Release list 的显示,用户可以更方便的查看已发布的 Release 而不是只能想之前一样通过发布的 tag 来查看
🔥92💯1
NPatch 官方網站 npatch.nkbe.top 的指南內容已更新,並且已盡量對齊目前的最新實作。這次不只是補充了原本較缺少的內容,也把目前的架構、使用方式、模式差異與一些常見問題整理得更清楚,希望能讓新使用者更容易上手,也讓已經在使用 NPatch 的朋友更方便查閱。
如果你之前看過舊版說明,現在的內容會更接近目前實際的行為與設計,歡迎大家有空去看看。

The guides on the official NPatch website (npatch.nkbe.top), have been updated and brought in line with the latest implementation as much as possible. This update does not just fill in missing details, but also reorganizes the current architecture, usage flow, mode differences, and common questions so the documentation is easier to follow for both new and existing users. If you have read the older docs before, the current version should better reflect how NPatch actually works today.
👍296
NPatch pinned a photo
https://t.me/onpatch/197
Test more, tell us more~
We value all feedback, even if it’s just to let us know everything works perfectly.
18🥰3
我电脑屏幕炸了😢😢😢
修好了,花了900多元
🤯86👍10😭42🔥2🎉1
測試
🔥31👾98🤔53😍3
抓到马老师了🦀
Please open Telegram to view this post
VIEW IN TELEGRAM
💅47🍌52
ccmax-20.txt
8.4 KB
使用该油猴脚本打开 https://claude.ai/upgrade?from=menu
选择 Max Plan,支付资料选德国,支付方式选 SPEA,使用随机生成的德国 IBAN 卡号填入直接支付就行了
https://randomiban.co/#country=DE&iban
我使用这个网站生成,反正得多试

脚本已经失效了,自行找扩展插件用吧
👍144
当出现该页面则表示您成功了
👍131
诶? 什么时候出的 Opus 5,没见社群讨论啊
8