bazer

Results 7 comments of bazer

**我写了个简陋的脚本,可以解决这个问题,将该脚本加入你的构建过程中即可。** @x-cold `syncAllYuqueRepo.js`‘ 多仓库肯定意味着多个缓存文件,所有缓存可以装在一个文件夹中。但需要先创建`yuqueCache`文件夹不然会报错。 ``` js const FS = require('fs'); const spawn = require('cross-spawn'); const packageJson = require('./package.json') // 扩展该列表即可实现多仓库同步 const yuqueConfigList = [ { name: "仓库A", postPath: "source/_posts/repoA", cachePath:...

谢谢您的回答,但我已经是添加过这个脚本了的,并且也单独执行过的,并且执行不止一次。 ``` bash $ npx weapp-tw patch $ pnpm run postinstall > [email protected] postinstall D:\1workspace\project\base-taro-template > weapp-tw patch ``` > 其实从 v2 版本开始,我就更改了一下 v1 版本的 `jsx?` 转义的实现方式,现在添加了一个注入脚本: > > ```json...

以下是我的依赖 ``` json "dependencies": { "@antmjs/vantui": "^3.3.5", "@babel/runtime": "^7.7.7", "@fch/fch-tool": "^2.0.5", "@tanstack/react-query": "^4.20.4", "@tarojs/components": "3.6.14", "@tarojs/helper": "3.6.14", "@tarojs/plugin-framework-react": "3.6.14", "@tarojs/plugin-html": "3.5.10", "@tarojs/plugin-platform-alipay": "3.6.14", "@tarojs/plugin-platform-jd": "3.6.14", "@tarojs/plugin-platform-qq": "3.6.14", "@tarojs/plugin-platform-swan": "3.6.14", "@tarojs/plugin-platform-tt":...

@dimaMachina But I really need to have a 404 page with Nav and Footer under the root path of pages. Can you give me some suggestions to achieve this requirement?...

I encountered the exact same scenario as you, you just need to change `packages-` to `packages-v` 🫡