AHdark

Results 18 issues of AHdark

```go Store.Options(sessions.Options{ HttpOnly: true, MaxAge: 7 * 86400, Path: "/", SameSite: http.SameSiteNoneMode, Secure: true, }) ```

建议将各页面的头部标题改为``标签,以优化SEO

如题 目前的 _链接_ 页面模板会将所有链接分类显示出来,当我们想要对友链做一些分类的时候就很难办。 1. 无法确定多个分类的展示顺序 2. 无法选择在特定页面展示特定分类 **建议考虑加入一些判断或metabox以供用户选择要展示的链接分类和展示顺序** 另:WordPress链接内可设置 _评分_ (数据库列名 `link_rating`),或许可以以这个来确定单个分类内链接的展示顺序

`Handles` supports declaring multiple http methods for a request handle at the same time. For some handlers that need to support more than two http methods at the same time...

In containerized deployments and Kubernetes cluster deployments, using `conf.ini` configuration is unnecessary, and in most cases we use environment variables instead of configuration files. Therefore, adaptation to environment variables config...

Created a new logger based on the popular [logrus](https://github.com/sirupsen/logrus), which is a separate package and retains the format of the original logger. The use of the original logger has been...

In the process of using in a production environment, we often need to trace the source and operation of each request, that is, link tracing. In the current scenario, although...

feature

### Description I'm using react-apexcharts with Next.js framework and everything works fine in production mode. But in development mode, an error `TypeError: Cannot read properties of undefined (reading 'toString')` will...

bug

close #2245 implemented turborepo injection.