Skip to content

Commit 4952656

Browse files
committed
feat: 允许qpi2d
1 parent 7e9ce6b commit 4952656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/initialization/config.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ func (config *Config) GetKeyFile() string {
135135
func filterFormatKey(keys []string) []string {
136136
var result []string
137137
for _, key := range keys {
138-
if strings.HasPrefix(key, "sk-") {
138+
if strings.HasPrefix(key, "sk-") || strings.HasPrefix(key,
139+
"fk") {
139140
result = append(result, key)
140141
}
141142
}

0 commit comments

Comments
 (0)