zxdstyle

Results 7 issues of zxdstyle

gen dao 命令将表名重置为单数形式

我在尝试将子模块的react react-dom抽离成公共模块的时候遇到了如下报错: `Failed to resolve module specifier "react". Relative references must start with either "/", "./", or "../".` `vite.config.ts` 配置如下: ```ts import { defineConfig } from 'vite'; import react from...

### Describe the bug useDrawerForm and defaultFormValues does not work ### Steps To Reproduce https://codesandbox.io/p/devbox/pedantic-bhabha-jqdy0y?embed=1&file=%2Fsrc%2Fpages%2Fposts%2Flist.tsx%3A47%2C28 ### Expected behavior defaultFormValues is work ### Packages ``` { "@refinedev/antd": "^5.37.4", "@refinedev/cli": "^2.16.26", "@refinedev/core":...

bug
good first issue

### 联系方式 _No response_ ### 1Panel 版本 v.1.10.6-lts ### 问题描述 Ubuntu 22.10 以上sshd 的监听任务转交给了 ssh socket,所以修改sshd_config 中的 Port 项不无效,需要以如下方式修改: ``` # 执行下面的命令,修改 ListenStream= 后面的端口号。 vi /usr/lib/systemd/system/ssh.socket # 重载配置 systemctl daemon-reload...

type: optimization

``` { "@macaron-css/core": "^1.5.2", "@macaron-css/solid": "^1.5.3", "solid-js": "^1.8.20" } ``` ``` import {render} from "solid-js/web"; import { styled } from "@macaron-css/solid" const root = document.getElementById('root'); render(()=> , root!) const Button...

目前支持的几个校验方式都是只校验最终结果,是否考虑加入用户行为校验?比如说拖动的速度、鼠标移动轨迹等等

feature