ltaoo
ltaoo
在 Windows 下,如果我有如下配置: ```js { source: { components: './src/components', docs: './docs', } } ``` `src/components`内有`PrefixInput`文件夹。 期望返回的`filesTree`应该是: ```js { components: { PrefixInput: { // ... }, }, docs: { //... },...
ts file content ```typescript // a.ts import * as https from 'https'; import * as http from 'http'; export interface UserConfig { name: string; http: http.ServerOptions; // https: https.ServerOptions; }...
 默认窗口是这样的,我测试通过,以为好了,返回回去没添加,重新进来填的数据又没了。 我拉大窗口,才发现下面有 「确认添加」按扭 是否可以把这两个按扭固定在底部,或者默认窗口高一些。