yangpu

Results 4 issues of yangpu

**maptalks's version and what browser you use?** ---- 1.0.0-rc.27 **Issue description** ---- 画圆环的时候,正常分辨率下正常,当浏览器缩放出现,拖动往下或者往右截断的问题, **Please provide a reproduction URL (on any jsfiddle like site)** ---- https://codepen.io/mjixiang/pen/YzBGjJp?editors=0010

a标签和history.pushState跳转微应用问题? 比如说点击微应用1加载完毕后,再点击微应用2之后,url的路径是直接拼接到后面的,导致跳转不了其他应用。备注:删掉注册微应用的代码就可以了,如果主应用使用vue框架的router-link没问题的。 ```html Webpack App vite vue console.error('init') function jump(url) { location.hash = url } const { registerMicroApps, start } = qiankun registerMicroApps([ { name: 'app1', // app name registered...

![image](https://github.com/user-attachments/assets/6b9b0855-46ca-4f7f-a92b-4056fd426bea) kiwi --extract src/renderer false C:\Users\PC\AppData\Local\Yarn\Data\global\node_modules\kiwi-clis\src\extract\findChineseText.ts:369 return matchesTempResult.concat(findTextInVueTs(sfc.script.content, 'AS', sfc.script.start));

```html Leaflet Point Constrained to Line Movement #map { height: 500px; } var map = L.map(mapEl.value, { maxZoom: 25, zoom: 14, //缩放比列 minZoom: 3, zoomControl: false, //禁用 + - 按钮...