Ink Plum Blog 1.9.0 Release and LeanCloud Service Shutdown Response | Week 11 2026 Grass Plum Weekly Report
HomeArticlesCaomei WeeklyInk Plum Blog 1.9.0 Release and LeanCloud Service Shutdown Response | Week 11 2026 Grass Plum Weekly Report

Ink Plum Blog 1.9.0 Release and LeanCloud Service Shutdown Response | Week 11 2026 Grass Plum Weekly Report

草梅友仁
2026-03-15 16:11:55 1 Views 1452 Word Count 5 minCaomei Weekly

This article is published and updated on CaoMeiYouRen’s Blog and synchronized across multiple platforms. For any updates, the version on the blog shall prevail. You can also check the latest version via the Original Link at the end of the article.

Preface

Welcome to CaoMei Weekly! This is a weekly newsletter curated by CaoMeiYouRen using AI, aiming to provide you with the latest blog updates, GitHub activities, personal updates, and recommendations from other newsletters.


Open-Source Updates

Development of Momei Blog continues steadily this week.

You can try the demo site here: https://demo.momei.app/

  • Use the demo admin account with email admin@example.com and password momei123456.

Or register on the official website: https://momei.app/

You can also visit the documentation site to learn about the project’s overall plan and future roadmap: https://docs.momei.app/

Momei Blog has officially released version 1.9.0. Below are some screenshots of the new pages and features.

For internationalization, Traditional Chinese and Korean support have been added, along with optimizations for tag translation cluster mappings and other key issues.

image-20260315225756692

image-20260315225811383

Improved environment variables and database configuration experience, with a new “Smart Hybrid Mode” added to the backend settings page.

image-20260315230115462

Added a friend link system and friend link management.

image-20260315230316884

Additionally, features such as Migration Link Governance, CLI/MCP Automation Capability Expansion, Protocol Version Governance & Compliance Display, and Universal Text Field Voice Input have been introduced. For more updates, check the CHANGELOG.

More features and pages can be experienced on the official website, or you can view screenshots from previous blog posts.

We welcome all users to try it out and provide feedback and suggestions.

Moving forward, development will continue according to the roadmap and backlog—stay tuned!

Of course, Momei Blog still has many details to refine, and features are not yet complete. If you have any suggestions or feedback, feel free to raise them in the project’s GitHub issues.

If you’re also interested in Momei Blog, you’re welcome to contribute to development and testing.

Impact of LeanCloud Shutdown

image-20260315230801380

Today, I suddenly learned that LeanCloud is shutting down.

It’s quite nostalgic—I used LeanCloud a lot when I first started working on projects, simply because it was a free cloud database.

But now it’s gone, which reinforces the idea that when choosing a cloud server/database provider, it’s best to go with a major player for stability.

That said, my stance remains the same: cloud services can be supported, but they shouldn’t be the only option.

In other words, always have a backup plan—be ready to fall back from cloud services to standalone/local deployment at any time. For example, using hono.js for isomorphic cloud function and monolithic applications makes migration easier.

Avoid tech stacks locked into a single vendor—maintain autonomy.

Since my previous blog still uses LeanCloud for visitor statistics, I took some time recently to develop a LeanCloud-compatible backend API service called hexo-cloudflare-counter. Feel free to check it out if needed.

hexo-cloudflare-counter is a Hexo pageview counter backend service compatible with LeanCloud Counter API, supporting Cloudflare Workers, Docker, and Node.js self-hosting, with built-in D1/SQLite storage solutions.

When using it, simply replace the original LeanCloud backend API address with your self-deployed hexo-cloudflare-counter backend API address. For details, refer to the project documentation.

Latest GitHub Repositories

  • hexo-cloudflare-counter - 2026-03-15 02:24:39
    A Hexo pageview counter backend service compatible with LeanCloud Counter API, supporting Cloudflare Workers, Docker, and Node.js self-hosting, with built-in D1/SQLite storage solutions.

GitHub Releases

momei

[v1.9.0](https://AI address. For details, refer to the project documentation.

Latest GitHub Repositories

  • hexo-cloudflare-counter - 2026-03-15 02:24:39
    A Hexo pageview counter backend service compatible with LeanCloud Counter API, supporting Cloudflare Workers, Docker, and Node.js self-hosting. Built-in D1/SQLite storage solution.

GitHub Releases

momei

v1.9.0 - 2026-03-14 21:57:46

Summary:
Version 1.9.0 primarily focuses on enhancements to AI features, internationalization expansion, friend link management, notification systems, article management, and upload functionality.

New Features:
The AI module now includes task details, cost estimation, quota management, expense governance, translation tasks, and alert evaluation. For internationalization, full support for Traditional Chinese and Korean has been added, covering emails and UI translations. Friend link management now includes application, monitoring, and health status checks. The notification system introduces Web Push functionality with configurable settings and key generation. Article management now supports pinning, version control, translation tasks, and copyright declarations. Upload functionality now supports direct and proxy upload strategies. Additionally, features like theme color management, configuration audit logs, feedback pages, site name configuration, “Kaiwang” integration, and universal text-to-speech input have been implemented.

Bug Fixes:
Fixed issues such as AI currency formatting precision, direct upload file size and signature validation, internationalization module loading, and settings form validation logic. Enhanced friend link inspection, audit logs, notification management interfaces, and standardized language identifiers.

Code Refactoring:
Optimized and refactored modules like AI task result handling, notification link parsing, settings form fields, upload request processing, and type conversion functions to improve code quality and maintainability.

eslint-config-cmyr

v2.1.5 - 2026-03-15 02:42:18

Summary:
This version update primarily includes a bug fix.

Bug Fix:

  • Updated file matching rules in index to apply only to TypeScript files, resolving previous potential over-scoping issues.

hexo-cloudflare-counter

service-v1.1.0 - 2026-03-15 19:42:28

Summary:
Version 1.1.0 Highlights

This release includes the following updates:

New Features

  • Added CORS (Cross-Origin Resource Sharing) support to the application and implemented security controls for write requests.

Bug Fixes

  • Updated the read-yaml-file dependency version.

service-v1.0.0 - 2026-03-15 18:48:54

Summary:
Version 1.0.0 (2026-03-15) Highlights

This release marks version 1.0.0, featuring new functionalities, bug fixes, and code refactoring.

New Features

  • Counter Module: Added ObjectId generation functionality.
  • Migration Module: Added scripts to migrate LeanCloud Counter JSONL data to SQLite databases.
  • Migration Module: Added support for migrating to Cloudflare D1 databases.
  • Server Module: Added counter service and related database support.

Bug Fixes

  • Repository Module: Optimized database schema initialization logic.

Code Refactoring

  • Counter Module: Improved ObjectId generation logic.
  • Migration Module: Optimized D1 database SQL statement generation logic.
  • Migration Module: Improved LeanCloud counter migration scripts.
  • Migration Module: Enhanced file path comparison functions.

auto-backup-database

v1.4.0 - 2026-03-15 01:57:35

Summary:
Version 1.4.0 introduces the following major updates:

New Features

  • Backup Optimization: Each time a local compressed backup is performed, an independent directory is now created for the backup file. This improvement aims to prevent accidental overwriting of historical backup files due to identical filenames.

v1.3.0 - 2026-03-15 01:24:30

Summary:
Key updates in Version 1.3.0

New Features

  • Backup Functionality: Now supports processing and uploading multiple backup output paths.
  • Database Support: Added MongoDB as a new database provider.
  • Documentation: Included relevant documentation and configuration examples for MongoDB support.

Bug Fixes

  • MongoDB: Optimized backup parameter construction and error handling.

Latest GitHub Starred Repositories

  • CaoMeiYouRen starred hexo-cloudflare-counter - 2026-03-15 20:15:59
    A TypeScript-based backend service for Hexo blog view count statistics. It is compatible with the LeanCloud Counter API, providing article view tracking functionality. The service supports multiple deployment methods, including running on Cloudflare Workers, Docker containerization, and traditional self-hosting via Node.js. The project includes built-in D1 and SQLite as lightweight database storage solutions, simplifying data persistence configuration.

  • CaoMeiYouRen starred changesets - 2026-03-15 13:55:32
    A tool focused on version control and changelog management, particularly suited for monorepos. Its primary programming language is TypeScript, and it has garnered 11,545 stars on GitHub.

  • CaoMeiYouRen starred page-agent - 2026-03-13 16:43:55
    JavaScript in-page GUI agent is a TypeScript-based project that allows users to control web interfaces using natural language. The project has received 8,731 stars on GitHub, indicating significant community interest.

  • CaoMeiYouRen starred cc-connect - 2026-03-13 16:24:14
    This project, developed in Go, bridges local AI programming assistants with mainstream instant messaging platforms. Users can interact with AI development assistants via platforms like Feishu, DingTalk, and Slack without requiring a public IP for most platforms. The project has surpassed 1,400 stars on GitHub.

  • CaoMeiYouRen starred baoyu-skills - 2026-03-12 09:34:19
    No description is available for this project. Its primary programming language is TypeScript, and it has 9,001 stars on the code hosting platform.

Other Blog or Newsletter Recommendations

Ruan YiFeng’s Blog

A Cat’s Blog

Trend Weekly

Erya’s Learning Weekly

Summary

This week’s updates and highlights are as shown above. Thank you for reading!
You can subscribe to Caomei Weekly updates through the following channels:

Past Issues

Copyright Notice
Author:草梅友仁
Link:https://momei.app/en-US/posts/2026-11-caomei-weekly-momei-1-9-0-release-leancloud-shutdown-response
Copyright Notice:Except where otherwise noted, all articles in this blog are licensed under CC BY-NC-SA 4.0 (Attribution-NonCommercial-ShareAlike) . Please credit the source when reposting!
Sponsor
Support the Author
Afdian Patreon