关于收藏夹attr的研究 #1363
Erica-Iris
started this conversation in
General
关于收藏夹attr的研究
#1363
Replies: 1 comment 1 reply
-
根据源码可知:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
目前的一些研究过程和猜测:
第一位和第二位已经被确认,这里就不讨论了,虚线的框表示这两类其实是相同的,只是最后一位是否私有的区别。
目前发现的几种比较有特点的:
1.attr = 22,创建一个公开的收藏夹,最普通。
2.attr = 131,忘记哪创建的了,但是似乎和标题有关,都有学习二字,目前无法复现。
3.attr = 21,默认的收藏夹,容量似乎是无限的,修改标题等行为不会影响编号。
4.attr = 3,iOS国际版创建,目前无法复现。
5.attr = 55,对收藏夹进行过修改。
部分研究过程:
在macOS上Chrome内核的浏览器对一个attr = 3的收藏夹进行了简介修改和名字修改,attr的变化图如上。辅以其他的测试,得出结论第五位(32)表示是否对收藏夹进行过修改。
第四位(16),上方的attr22边上有个attr6,这个6是网页/手机创建收藏夹时候返回的response中的结果,但是立即进行查询attr以及变成了22。
Beta Was this translation helpful? Give feedback.
All reactions