Results 8 issues of decarp

Is there any plan to support [new App Store server APIs](https://developer.apple.com/documentation/appstoreserverapi) i'd like to fork and add new feature

app store

resolve #44 #26 尝试通过条件编译来解决问题,打包一份没有引用乡镇数据的lib 使用方法 ``` import { RegionGroupCore, RegionColumns } from 'v-region/no-town' ```

如题,作者有计划么,可以提交PR

enhancement

i must compile `lib` before running vitepress, but playgorund doesn't. I wonder if I can get the same development experience with vitepress

https://github.com/nitrojs/nitro/blob/8c2a2d8589a1c65b091f8bce1ca25d756f25bb11/src/build/plugins/public-assets.ts#L78C1-L79C1 This is the code that I actually compiled ``` function readAsset (id) { const serverDir = dirname(fileURLToPath(import.meta.url)); return promises.readFile(resolve$1(serverDir, assets[id].path)) } ``` the global variable was not referenced, so...

needs reproduction