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