_LittleC_

Results 8 issues of _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...

bug

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)...

bug

参考 [MDN](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Caching),为资源文件添加响应头。

### Describe the bug 同时启用 koishi-plugin-dialogue 和 koishi-plugin-dialogue-context,权限等级1的用户都可以创建问答等 关闭 dialogue-context 后重启,没有问题 ### Steps to reproduce 同上 ### Expected behavior 应遵守权限 ### Screenshots _No response_ ### Versions - Koishi version: 4.18.9...

bug