feat: implement DraggableWindow component and update index.vue layout; enhance scraping scripts for better error handling and content extraction

This commit is contained in:
yuanhau 2025-05-12 00:39:28 +08:00
parent 8b07d4b3be
commit b461e81360
8 changed files with 522 additions and 174 deletions

View file

@ -1,7 +1,25 @@
# Status
## cna.py
Not working
## setn.py
Working
Working
## tvbs.py
Working
## taisounds.py
Working
## cna.py
Broken
Error: `Error: 'utf-8' codec can't decode byte 0x83 in position 0: invalid start byte`
## chinatimes.py
Broken
Error: `Error: 'utf-8' codec can't decode byte 0xa3 in position 0: invalid start byte`
## twreporter.py
Broken
Error: `Error: 'utf-8' codec can't decode byte 0xc0 in position 2: invalid start byte`