文件名称:no-identity:用于设计可抵抗网络钓鱼攻击的受信任协作应用程序的实验项目
文件大小:956KB
文件格式:ZIP
更新时间:2024-04-14 05:45:37
Rust
没有身份 这是一个实验项目,用于设计可抵抗网络钓鱼攻击的受信任协作应用程序。 发展 首先,遵循(在Windows,Linux或Mac中可用)。 二,安装依赖 npm install 要在开发模式下监视文件并逐步生成,请在两个单独的终端中使用以下命令。 您会注意到,每次保存rust文件时,Tauri都会自动重建应用程序并重新启动它。 npm run watch npm start 要通过更好的调试来构建应用程序,请尝试 npm run debug 部署方式 要构建可分发的应用程序,请首先构建browserify捆绑包。 npm run build 我还没有尝试部署它,但是如果您想尝试一下,,让我知道它的运行情况:) 执照 麻省理工学院
【文件预览】:
no-identity-master
----frontend()
--------index.tsx(519B)
--------remote.tsx(1KB)
--------App.tsx(2KB)
----config.js(204B)
----src-tauri()
--------rustfmt.toml(302B)
--------Cargo.toml(819B)
--------icons()
--------src()
--------tauri.conf.json(1KB)
--------.gitignore(259B)
----tsconfig.json(150B)
----README.md(1019B)
----dist()
--------index.html(99B)
--------index.tauri.html(414KB)
----.gitignore(28B)
----bin()
--------build-linux.sh(244B)
----package.json(740B)