爬取数量限制

This commit is contained in:
2025-07-16 20:57:46 +08:00
parent 0e230629fa
commit 94a3701712
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
import { usePythonBridge } from '@/utils/pythonBridge'
export function setToken(token) {
localStorage.setItem('token', token);
}