_LittleC_
_LittleC_
rt, 在自己系统里配置太麻烦了,怕搞坏
如题,目前手机浏览体验比较糟糕,需要手动放大页面,请问有没有这方面的打算
### Describe the bug 如题 ### Steps to reproduce ```ts // index.ts export interface Config { test: string } export const Config: Schema = Schema.object({ test: Schema.string() }) export function...
How to get client's ip when the connection opened
### Describe the bug 如题 ### Steps to reproduce 两个插件如下 ```ts export function apply(ctx: Context) { // write your plugin here ctx.command('dev.bar') ctx.command('dev.baz') } ``` ```ts export function apply(ctx: Context)...
参考 [MDN](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Caching),为资源文件添加响应头。