化璟钰
化璟钰
### Description of the new feature / enhancement Allows adding dynamically sized regions, with size determined by fixed resolution or number of points, and allows for automatic centering, as well...
## 描述 对文件资源管理器增加一个功能,允许在用户授权后浏览用户设备中的文件。并允许第一方程序(比如记事本)直接保存在这里。 对记事本等第一方程序,允许直接打开用户设备中的文件,并可直接保存而无需再次另存为。 ## 方案 Visual Studio Code 的网页版本( https://vscode.dev/ )是可以打开文件夹的。也许可以利用这个特性映射用户的本地文件夹。(这可能是专有软件,可能需要考虑许可证问题。不清楚 code-oss 是否有网页版。) Chrome 和 Edge 有“文件编辑”权限。也许也可以利用。 ## 其他 需要考虑对隐私和安全有要求的用户,因为这些用户不希望授权。 以及使用较旧版本浏览器和移动端的用户,这些用户不支持直接授权文件的持久访问,以及授权整个文件夹。 对于这些用户,仍然得使用传统的 上传 > 编辑(可选) > 下载 方案。(这在 VSCode...
First of all, in addition to the time when the file was modified, there is also the time when it was created. I'm used to using special file copy tools...