kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

support leetcode-cn.com #98

Open liyan-ah opened 2 years ago

liyan-ah commented 2 years ago

it's hard to login leetcode.com. will leetcode.el support leetcode-cn.com in the future?

Charlie059 commented 1 year ago

Same question

dekoponTree commented 1 year ago

Same question

kaiwk commented 1 year ago

有几个问题需要解决:

  1. 力扣的 cookie 比 leetcode.com 多几个字段
  2. 力扣的 frontend_id 可能是中文或英文字符串,leetcode.com 是数字
  3. 获取 cookie 的域名需要换成 leetcode.cn

我初步尝试了是可以使用 leetcode.cn 的(也许还有我没发现的问题),但我还是不想加,因为增加这个支持需要增加额外的维护成本。

leetcode.el 本来就强依赖 leetcode.cn 和 leetcode.com 的接口,如果以后这两个网站的接口发生变化,我们都要跟着改,甚至可能这两个网站的接口差异越来越大。