适配v0.26.1

Update endpoints and metadata to match newer memos backend and record new maintainer.

- js/oper.js: switch upload endpoint to api/v1/attachments; replace auth/status POST with auth/me GET and adapt response parsing to response.user.name; stop using user-scoped memo endpoints and use api/v1/memos for tag/search/random requests; fix memo link path to /memos/{uid}.
- manifest.json: bump extension version to 2026.02.22 and update homepage_url to the GitHub repo.
- README.md: add maintainer note, compatibility (v0.26.1) and a collapsible details block.

These changes align the extension with backend API changes and mark the new maintenance status.
This commit is contained in:
jonny
2026-02-22 15:14:48 +08:00
parent c47e0a0b7b
commit dd2609e1e4
3 changed files with 17 additions and 12 deletions
+5
View File
@@ -6,6 +6,10 @@ Chrome 应用商店:<https://chrome.google.com/webstore/detail/memos-bber/cbhj
## 更新日志
2026年02月22日 由于原作者基本放弃更新,现接手维护,不兼容更新,匹配 v0.26.1 ,欢迎各位大佬PR
<details>
<summary>点击展开/折叠内容</summary>
2024.07.21 不兼容更新,已匹配 v0.22.3
2024.06.15 感谢好心人 [PR#44](https://github.com/lmm214/memos-bber/pull/44)
@@ -58,3 +62,4 @@ Chrome 应用商店:<https://chrome.google.com/webstore/detail/memos-bber/cbhj
2022.10.24 添加 visiblity 发送设置。
</details>