sys-shim 0.0.1-16 → 0.0.1-18
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/readme.md +29 -1
- package/script/npm-pkg/shim/win/main.exe +0 -0
package/package.json
CHANGED
package/readme.md
CHANGED
@@ -75,8 +75,36 @@ pnpm gen.npm.push
|
|
75
75
|
|
76
76
|
## todo
|
77
77
|
|
78
|
+
- [ ] fix: 当端口变更后,localstorage 等信息可能丢失
|
79
|
+
- https://github.com/tauri-apps/tauri/issues/896
|
80
|
+
- https://github.com/tauri-apps/tauri/commit/0d63732b962e71b98430f8d7b34ea5b59a2e8bb4?diff=split&w=0
|
81
|
+
- https://github.com/tauri-apps/tauri/blob/9f75d06228fcb7036cf7a4e215abc7bc8d1a0a56/tooling/api/src/webview.ts#L613
|
82
|
+
- https://github.com/maemon4095/tauri-custom-protocol
|
83
|
+
- https://github.com/tauri-apps/tauri/issues/6330
|
84
|
+
- https://docs.rs/tauri/latest/tauri/struct.Builder.html#method.register_uri_scheme_protocol
|
85
|
+
- https://github.com/tauri-apps/tauri/issues/323
|
86
|
+
- https://github.com/tauri-apps/wry/pull/65/files#diff-72a48c45fe590fb0a06f7e3635f417381ea5199505b3e8f706a54ec39211d5e1R99
|
87
|
+
- https://www.electronjs.org/docs/latest/api/protocol#protocolregisterschemesasprivilegedcustomschemes
|
88
|
+
- https://github.com/MicrosoftEdge/WebView2Feedback/issues/73
|
78
89
|
- [ ] feat: buffer 自动转换
|
79
90
|
- [ ] fix: 应正确接收稀疏返回值
|
80
91
|
- 例如: `return {1, null, 3}`
|
81
92
|
- [ ] feat: 流式传输数据
|
82
|
-
- 例如: 实时向 native 保存下载的数据
|
93
|
+
- 例如: 实时向 native 保存下载的数据
|
94
|
+
- [ ] refactor: 整理代码
|
95
|
+
- [ ] 统一文档和代码中 sys-shim 的全局名称为 Sys, 实例化名称为 shim
|
96
|
+
- [ ] 移除代码中的全局名称引用, 登录 window.msg, window.sys 使用当前 this 实现获取引用
|
97
|
+
- [ ] 替换 doc.md 的内容为文档站点地址
|
98
|
+
- [ ] 移除 App.js 中的用例
|
99
|
+
- [ ] feat: 自动从终端输出中读取 url 入口
|
100
|
+
- [ ] doc: 更新文档
|
101
|
+
- [ ] 安装
|
102
|
+
- [ ] 通过 main
|
103
|
+
- [ ] 通过 nodejs
|
104
|
+
- [ ] 使用本地前端代码
|
105
|
+
- [ ] 使用线上 url 链接
|
106
|
+
- [ ] 集成到正在开发的前端项目
|
107
|
+
- [ ] 打包
|
108
|
+
- [ ] 使用
|
109
|
+
- [ ] 发布给用户
|
110
|
+
- [ ] 报毒:因为软件的性质问题,会被误报,等到达 v1.0.0 版本之后,会向各安全平台提交核验申请,在此之前可以要求用户关闭杀毒软件或配置白名单,或自己向安全平台提审。
|
Binary file
|