├── .gitignore ├── LICENSE ├── README.md ├── ys8.json ├── ys8_rules.zip ├── ys8_rules ├── ba_jie_auto_skip.txt ├── ba_jie_file_replace.txt ├── ba_jie_tasks.txt ├── ifw_block_app_link.xml ├── sha_seng_hosts.txt ├── system_hosts.txt ├── wu_kong_block_component.txt ├── wu_kong_block_url.txt ├── wu_kong_block_view.txt ├── wu_kong_replaces.txt └── wu_kong_rules.txt └── ys9.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/README.md -------------------------------------------------------------------------------- /ys8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8.json -------------------------------------------------------------------------------- /ys8_rules.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules.zip -------------------------------------------------------------------------------- /ys8_rules/ba_jie_auto_skip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/ba_jie_auto_skip.txt -------------------------------------------------------------------------------- /ys8_rules/ba_jie_file_replace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/ba_jie_file_replace.txt -------------------------------------------------------------------------------- /ys8_rules/ba_jie_tasks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/ba_jie_tasks.txt -------------------------------------------------------------------------------- /ys8_rules/ifw_block_app_link.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/ifw_block_app_link.xml -------------------------------------------------------------------------------- /ys8_rules/sha_seng_hosts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/sha_seng_hosts.txt -------------------------------------------------------------------------------- /ys8_rules/system_hosts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/system_hosts.txt -------------------------------------------------------------------------------- /ys8_rules/wu_kong_block_component.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/wu_kong_block_component.txt -------------------------------------------------------------------------------- /ys8_rules/wu_kong_block_url.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/wu_kong_block_url.txt -------------------------------------------------------------------------------- /ys8_rules/wu_kong_block_view.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/wu_kong_block_view.txt -------------------------------------------------------------------------------- /ys8_rules/wu_kong_replaces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/wu_kong_replaces.txt -------------------------------------------------------------------------------- /ys8_rules/wu_kong_rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys8_rules/wu_kong_rules.txt -------------------------------------------------------------------------------- /ys9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdlingyu/ys8/HEAD/ys9.json --------------------------------------------------------------------------------