允许下载文件的名称与上传文件的名称保持一致 - #1744
Conversation
There may be omissions
|
感谢你提交的问题或反馈,我会在有时间的时候来审查代码。 |
|
一点想法:
现在应用的三层结构在定义一些设置有些繁琐,太粗太细都不合适,之前有计划规划设置 policy 模板,可以随意 apply 到任意一层,鉴于时间精力也不盈利的情况下一直在鸽 |
Some thoughts:
The three-layer structure of the current application is a bit cumbersome to define some settings, and it is not suitable to be too thick or too detailed. I had previously planned to set up a policy template, which can be applied to any layer at will. In view of the fact that time and energy are not profitable, I have been pigeonholing it. |
很好的建议,我会尝试将 目前打算提供 “原文件名” 和 “系统内置” 两个选项,“系统内置” 为默认值。本 pr 不考虑新增原 issue “完全自定义” 的情况。 |
Good suggestion, I will try to change It is currently planned to provide two options: "Original file name" and "System built-in", with "System built-in" being the default value. This PR does not consider the "completely customized" situation of adding the original issue. |
753a2c7 to
e6c97cf
Compare
1. Only control fields are added, and the file name logic for downloading has not yet been implemented 2. Swagger is not included 3. Channel information display is not included
990cc18 to
af4c3d8
Compare
|
@icyleaf 我自认为完成了相关逻辑,现在可以开始 review 了。 目前开启相关设置后,下载文件的文件名和上传时保持一致。未开启设置时依然和之前逻辑一致。 |
@icyleaf I think I have completed the relevant logic and can now start reviewing. |
icyleaf
left a comment
There was a problem hiding this comment.
会 Ruby 基本就会 Rails,别忘了 Rails 可以从入门到 IPO 的 slogan 😆
…es in channel details
5a81c7e to
5e7e502
Compare
a43dcee to
6ff8cf5
Compare

施工中,自认为全部完成后会正式请求 review。
关联 issue #1611 (comment) ,拟作为#1735 的临时解决方案。