Results 10 issues of hamflx

### What’s the bug you are facing? When markdown tags cover multiple text nodes, they will not work. See GIF: ![动画](https://user-images.githubusercontent.com/13356747/183801132-349e2c85-bf7d-4297-937a-5359fceeb286.gif) The initial problem was #2937, fixed by #2941. But...

bug

Add footer.hbs support #1288

see https://github.com/uutils/coreutils/pull/6040#issuecomment-2016746488 the gnu mv: ```plaintext hamflx@hamflx-workstation:~/coreutils/test$ find . -delete && mkdir C D E && touch C/c D/d E/e hamflx@hamflx-workstation:~/coreutils/test$ mv -T --backup=numbered C E/ hamflx@hamflx-workstation:~/coreutils/test$ tree -a ....

因为这里创建了一个全局作用域(影响所有路由的)的 `cors` 中间件,且没有读取 `vite` 的 `server.cors` 配置,导致 `server.cors` 配置失效(本地开发无界微应用项目会因此报跨域错误)。

related to #358 , but https://github.com/dandavison/delta has wrong highlight when diffing `.vue` files. my draft implementation: ![image](https://github.com/user-attachments/assets/b9db8a52-39bf-4d59-b860-58df7bea9876) delta: ![image](https://github.com/user-attachments/assets/bed18412-cb3a-446d-b723-386623aacf56) my impletation diffs the whole file twice, so the performance may...

feature-request

An image generation tool based on Google's Imagen 3.0, providing services through MCP (Model Control Protocol).

platform: Windows the problem: | before setup | after setup | | --- | --- | | ![image](https://github.com/user-attachments/assets/c6abbbfe-1935-4553-b57a-965eced9fd6b) | ![image](https://github.com/user-attachments/assets/3ea17b30-39ff-4d1e-a98e-3b43dbf0e011) | setx will truncate the path to 1024 characters. see...

### Summary This PR fixes a memory leak caused by `BrowserDriver.BROWSERS` holding strong references to `BrowserDriver` instances after a `Chromium` instance is closed or disconnected. ### Changes - In `DrissionPage/_base/chromium.py`,...