大灰狼

Results 7 issues of 大灰狼

## I hope it can adapt to the 4K screen # It's the software itself

UI/UX

**In fact, shortcut commands can be optimized to [Directory Style], such as:** command_ one |_ cd .. |_ clear |_ top command_ two |_ cd /home |_ clear |_ top...

**Describe the bug** ChatGPT如果回答的内容过长, 会被百度热搜挡住 ![image](https://user-images.githubusercontent.com/100897011/224218658-ca3ba152-8fc1-44b1-be1c-c935c619f8f7.png) **Desktop (please complete the following information):** - OS: [e.g. Windows10] - Browser [chrome 版本 110.0.5481.78(正式版本)64 位]

### 请描述您的问题 反向代理目标站是http的话没问题, 反向代理目标站是https的话会提示重定向次数过多, 这是为啥? ssl证书都是配置好了的

状态:待处理

### 请描述您的问题 升级面板后, 不管是创建网站, 还是删除网站中的域名, 还是停止网站, 都会报类似如下错误, 咋解决? ![image](https://github.com/1Panel-dev/1Panel/assets/100897011/49baea64-e504-4730-97c8-a8be0f7be4a2)

类型:问题

~https://github.com/Jason4774/MyChrome~ 这个人改出来的是真的毒.........

**如果项目环境在C盘, 程序在给文件创建软连接时会报错, 改成如下这样就不会报错了(在不给编译器提权的情况下):** 更改的文件:`JittorLLMs\models\util.py` ``` import os import subprocess ......省略未更改代码 # os.symlink(new_path[-1], os.path.join(ln_dir, f)) source = new_path[-1] target = os.path.join(ln_dir, f) cmd = f'powershell -Command "Start-Process -FilePath \'python\' -ArgumentList \'create_symlink.py...