mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Add activity type map
This commit is contained in:
parent
373f7c98d1
commit
fcc09fd2e5
20
src/activity/activity-filter.md
Normal file
20
src/activity/activity-filter.md
Normal file
@ -0,0 +1,20 @@
|
||||
# 动态 type 对照表
|
||||
| 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 |
|
||||
| -------- | ---- | ---- | -------- | ------ | --- | ---- | ---- |
|
||||
| 2^0 | 2^1 | 2^2 | 2^3 | 2^4 | 2^5 | 2^6 | 2^7 |
|
||||
| 转发 | 图文 | 文字 | 投稿视频 | 小视频 | ??? | 专栏 | 无效 |
|
||||
|
||||
| 256 | 512 | 1024 | 2048 | 4096 | 8192 | 16384 | 32768 |
|
||||
| -------- | ---- | ---- | ---------- | ---- | ---- | ----- | ----- |
|
||||
| 2^8 | 2^9 | 2^10 | 2^11 | 2^12 | 2^13 | 2^14 | 2^15 |
|
||||
| 音频投稿 | 番剧 | ??? | 会员购分享 | 无效 | 无效 | 无效 | 无效 |
|
||||
|
||||
| 65536 | 131072 | 262144 | 524288 | 1048576 | 2097152 | 4194304 | 8388608 |
|
||||
| ----- | ------ | ------ | ------ | ------- | ------- | ------- | ------- |
|
||||
| 2^8 | 2^9 | 2^10 | 2^11 | 2^12 | 2^13 | 2^14 | 2^15 |
|
||||
| 无效 | 无效 | 无效 | 无效 | 无效 | 无效 | 无效 | 无效 |
|
||||
|
||||
| 16777216 | 33554432 | 67108864 | 134217728 | 268435455 |
|
||||
| -------- | -------- | -------- | --------- | -------------- |
|
||||
| 2^8 | 2^9 | 2^10 | 2^11 | 前面所有加起来 |
|
||||
| 无效 | 无效 | 无效 | 无效 | 全部动态 |
|
||||
Loading…
Reference in New Issue
Block a user