mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
fix: update CryptoJS import path in hqsz route
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import CryptoJS from 'crypto-js/crypto-js';
|
||||
import CryptoJS from 'crypto-js';
|
||||
|
||||
import type { Route } from '@/types';
|
||||
import cache from '@/utils/cache';
|
||||
|
||||
Reference in New Issue
Block a user