Ray Chen

Results 24 comments of Ray Chen

我是每次打开,都右键“已管理员身份运行”,

我单独新建一个basic profile类似的,专门配置系统默认配置;

这个只是thinkjs命令行工具版本号

I have made a pr for this feature. https://github.com/dolanmiu/docx/pull/1448

这个文档的最后的常见问题里,介绍到扩展函数重名的情况,所以你可以直接自己写一个success和fail扩展,覆盖掉系统默认的 @chigco

```js // src/extend/context.js module.exports = { async success(data = '', message = '') { console.log('哈哈哈,我是自定义扩展success!') let redis = this.service('redis') let dbVersion = await redis.testGet() if (think.isEmpty(dbVersion)) { await redis.testSet('哈哈哈哈哈') }...

> > Thanks @MisterFISHUP for the exhaustive reporting. > > * site title/description/tagLine: generating a `site.json` is probably better. It will also simplify translating those data through Crowdin for users...

Still in 10.4.3, and the 'unlink-relink' works too.

is there any way to support nested route. Api need to be grouped in most case.

maybe a comment node need a uniqueId to show once in right panel