feat(qqbot): resolve clientSecret SecretRefs and add secret contract

This commit is contained in:
xialonglee
2026-04-30 10:58:01 +08:00
committed by Peter Steinberger
parent 153e4c59cf
commit 40f970a13d
9 changed files with 211 additions and 3 deletions

View File

@@ -6,4 +6,8 @@ export default defineBundledChannelSetupEntry({
specifier: "./setup-plugin-api.js",
exportName: "qqbotSetupPlugin",
},
secrets: {
specifier: "./secret-contract-api.js",
exportName: "channelSecrets",
},
});