Jun Mark

Results 8 issues of Jun Mark

**Please describe the feature you request(请描述您的需求)** **Describe the solution you'd like (请描述您的解法)** **Contact Info(如愿意请留下联系方式,需求上线后,我们将第一时间联系您)**

feature request

在实现应用时,有些功能用到PostMessage、sendMessage等win32API的方法,是否会支持呢?

question

### 1Panel 版本 v1.1.1 ### 请描述您的需求或者改进建议 当前使用的是IP加端口的形式,希望可以使用域名访问面板 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_

类型:需求

因为电脑是高清屏,对话框边上还有不少有空间,建议把对话框可以最大化,方便查看思考的对话框及当前任务的更多的内容 ![image](https://user-images.githubusercontent.com/47035563/236659723-7a83043b-b7d5-4d31-bab7-d27f5d2f436f.png)

help wanted

### 1Panel 版本 v1.4.3 ### 请描述您的需求或者改进建议 在使用计划任务的时候,用Python编写脚本,所以希望可以在界面上传到服务器,不需要每次都打开登录服务器进行上传文件。 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_

类型:需求

希望可以支持GPT-4模型

建议增加gemini API代理URL输入

![image](https://github.com/mootdx/mootdx/assets/47035563/885b0663-8d73-4d13-aac0-b74cdad19f75) ![image](https://github.com/mootdx/mootdx/assets/47035563/c31a602f-6b95-4fae-bdc8-e6d4d15a260d) 通达信官网的金融假日数据的脏数据,导致/mootdx/utils/holiday.py的127行代码报错,需要添加处理脏数据逻辑: 把127行:df.index = pd.to_datetime(df['日期'].astype('str'), format='%Y%m%d') 改为 df['日期'] = pd.to_datetime(df['日期'], errors='coerce') # 处理 df_cleaned = df.dropna(subset=['日期']) df_cleaned.index = pd.to_datetime(df_cleaned['日期'].astype('str'))