mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-21 00:01:26 +08:00
fix log
This commit is contained in:
@@ -128,7 +128,6 @@ function shareRules(rules: CustomRule[] | FilterRuleGroup[]) {
|
||||
// 将卡片规则接装为字符串
|
||||
const value = JSON.stringify(rules)
|
||||
|
||||
console.log(rules)
|
||||
// 复制到剪贴板
|
||||
try {
|
||||
copyToClipboard(value)
|
||||
|
||||
Reference in New Issue
Block a user