semi adapted team plan

This commit is contained in:
被遗忘的记忆
2024-09-28 20:27:33 +08:00
committed by GitHub
parent ade460f551
commit 58345c95c6
+1 -1
View File
@@ -268,7 +268,7 @@ class YouProvider {
console.log(` 计费周期: ${session.subscriptionInfo.interval}`);
}
if (session.subscriptionInfo.cancelAtPeriodEnd) {
console.warn(' 注意: 该订阅已设置为在当前周期结束后取消');
console.log(' 注意: 该订阅已设置为在当前周期结束后取消');
}
} else {
console.warn(' 账户类型: 非Pro/非Team(功能受限)');