unfetteredman

Results 7 issues of unfetteredman

路由汇总可以直接fs读取routes

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome119.0.0.0 ## Steps...

Need more info

两个问题: 1,入口index里面配置dotenv,看引入路径是引入的其实是根目录下的.env文件,但其实master上面根目录没有这个文件; 2,script里面dev下的index,为什么要read 一下env目录下的env.template文件,最后又去write进原文件?

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Framework version:** react -...

How to handle the translation files in Next-i18next when importing custom components into Navvar and Sidebar in page router?

环境:mac 11.7.9 + inter node:18 || 16 // 使用 // worker.js const ffcreator = require('ffcreator') // index.js const { Worker, isMainThread } = require('node:worker_threads'); const worker = new Worker('./worker.js'); //...

### 🧐 问题描述 下载安装了插件后, 每一个组件的上面都有这个自动导入的模块,这个是怎么配置的, 没找到如果关闭或者开启的配置项,希望大佬可以说明一下 ### 💻 示例代码 这个是配置文件.dumirc.ts ```ts import { defineConfig } from 'dumi'; import path from 'node:path'; import { fileURLToPath } from 'node:url'; const dirname =...