feat: remove --cookie/--useragent, update README for token auth

- Remove --cookie and --useragent CLI parameters
- Update README: replace cookie/UA setup guide with --token
- Update favorites auth check message
- Bump version to 2.0.7

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ricter Zheng
2026-04-02 18:23:02 +08:00
parent 1131df0b94
commit b28dbc6d86
4 changed files with 8 additions and 42 deletions

View File

@@ -1,3 +1,3 @@
__version__ = '2.0.6'
__version__ = '2.0.7'
__author__ = 'RicterZ'
__email__ = 'ricterzheng@gmail.com'