mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-19 12:46:39 +08:00
refactor(config): 统一共享配置模板来源
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Package configtemplate provides the shared runtime configuration template.
|
||||
package configtemplate
|
||||
|
||||
import _ "embed"
|
||||
|
||||
// Template is the canonical config.toml.example content consumed by both
|
||||
// Rust bat and Go bat-api.
|
||||
//
|
||||
//go:embed config.toml.example
|
||||
var Template string
|
||||
Reference in New Issue
Block a user