mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-07-02 08:04:32 +08:00
- 将dtolnay/rust-toolchain动作更新为使用stable版本 - 添加toolchain参数配置为stable - 移除环境变量引用,直接使用稳定版本 feat(types): 为挂载参数类型添加索引签名支持 - 在VfsOptions接口中添加[key: string]: unknown索引签名 - 在MountOptions接口中添加[key: string]: unknown索引签名 - 允许这些选项对象接受额外的未知属性