W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎勵
tauri.conf.json
package.json
Cargo.toml
tauri.conf.json
這是 Tauri 進(jìn)程所使用的文件。 您可以定義構(gòu)建設(shè)置(例如在?tauri build
?或?tauri dev
?之前運(yùn)行的命令),設(shè)置應(yīng)用程序的名稱和版本,控制tauri進(jìn)程,并配置任何插件設(shè)置。您可以在 tauri.conf.json
API 參考中查閱所有的選項(xiàng)。
Tauri 配置的默認(rèn)格式為 。 對 或 格式的支持可通過在 的 和 依賴中分別添加 或 的方式開啟。 請注意,僅 Tauri 1.1 及更高版本支持 格式。.json
.json5
.toml
Cargo.toml
tauri
tauri-build
config-json5
config-toml
.toml
[build-dependencies]
tauri-build = { version = "1.0.0", features = [ "config-json5" ] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0", features = [ "api-all", "config-json5" ] }
所有格式的結(jié)構(gòu)和值都是相同的,但是,格式應(yīng)與相應(yīng)文件的格式一致。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: