You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Dnomd343 f9899279c1 docs: add mermaid describe 2 years ago
assets file: add metadata and cover photo 2 years ago
crawler_release chore: file structure 2 years ago
sample chore: file structure 2 years ago
src/crawler chore: file structure 2 years ago
.gitignore chore: ignore idea folder 2 years ago
README.md docs: add mermaid describe 2 years ago
xxrs.json file: xxrs json release 2 years ago
xxrs.txt file: release `xxrs.txt` 2 years ago

README.md

栩栩若生

  graph LR
    subgraph sample
      sample_1-a -- fix --> sample_1
      sample_1-b --> sample_1
      sample_2-a -- fix --> sample_2
      sample_2-b -- fix --> sample_2
      subgraph release
        sample_1
        sample_2
        sample_3
      end
    end

    subgraph crawler
      108shu.com --> sample_1-a
      aidusk.com --> sample_1-b
      ixsw.la --> sample_1-b
      m.wxsy.net --> sample_2-a
      wxsy.net --> sample_2-a
      xswang.com --> sample_2-b
      zhihu.com -- fix --> sample_3
    end

数据爬虫来源