Adams
Adams
Sounds good!
like https://github.com/josdejong/jsoneditor
如果线上的safedomain 是 xxx.xx.com 本地开发的时候一般是 xxx.xx.com:7001, 这样会需要在domainwhitelist里面配一个带端口的地址。 我们本地开发的时候,是不是可以默认做端口忽略? 比如 ``` cors: {origin: function judgeWithoutPort(ctx) { const origin = ctx.get('Origin'); const hostname = url.parse(origin).hostname; if (ctx.isSafeDomain(hostname)) { return origin; } return '';...
close https://github.com/eggjs/egg/issues/2192
https://github.com/eggjs/egg/issues/648
##### Checklist - [ ] `npm test` passes - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added - [ ] commit message follows...
iscroll4 support topOffset option,this is very useful for pull down refresh(when you refresh the pull down mention will disappear).I added in iscroll5, option add topOffset and refresh use it to...
like code below ``` import { Application } from 'egg'; export default (app: Application) => { const DataTypes = app.Sequelize; const sequelize = app.model; const attributes = { id: {...
2.3 GHz Intel Core i9 MacBook Pro (16-inch, 2019) logs below: `[2023-07-14][06:18:39][ERROR][app] ✱ Sourcegraph App version: 2023.7.11+1384.7d20a90ce7 darwin amd64 [2023-07-14][06:22:06][ERROR][app] ✱ Sourcegraph App version: 2023.7.11+1384.7d20a90ce7 darwin amd64 [2023-07-14][06:22:38][ERROR][app] ✱ Sourcegraph...