diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f3fa00..9a1a186 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - next paths: - admin-frontend/** - docker/** @@ -46,7 +47,7 @@ jobs: needs: build-frontend strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.10"] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false env: @@ -109,7 +110,7 @@ jobs: context: . file: ./docker/Dockerfile_with_frontend push: ${{ github.event_name != 'pull_request' }} - tags: felinae98/nonebot-bison:main + tags: felinae98/nonebot-bison:${{ env.GITHUB_REF_NAME }} cache-from: type=gha cache-to: type=gha,mode=max @@ -146,6 +147,6 @@ jobs: context: . file: ./docker/Dockerfile_with_frontend_sentry push: ${{ github.event_name != 'pull_request' }} - tags: felinae98/nonebot-bison:main-sentry + tags: felinae98/nonebot-bison:${{ env.GITHUB_REF_NAME }}-sentry cache-from: type=gha cache-to: type=gha,mode=max diff --git a/.gitignore b/.gitignore index c47520e..6973892 100644 --- a/.gitignore +++ b/.gitignore @@ -133,6 +133,7 @@ ENV/ env.bak/ venv.bak/ pythonenv* +venv_test/ # Spyder project settings .spyderproject diff --git a/docker/Dockerfile_with_frontend b/docker/Dockerfile_with_frontend index d2860b8..e8c4bc3 100644 --- a/docker/Dockerfile_with_frontend +++ b/docker/Dockerfile_with_frontend @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.10 RUN python3 -m pip install poetry && poetry config virtualenvs.create false WORKDIR /app RUN apt-get update && apt-get install -y xvfb fonts-noto-color-emoji ttf-unifont \ diff --git a/docker/Dockerfile_with_frontend_sentry b/docker/Dockerfile_with_frontend_sentry index 4844dd2..a9238a3 100644 --- a/docker/Dockerfile_with_frontend_sentry +++ b/docker/Dockerfile_with_frontend_sentry @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.10 RUN python3 -m pip install poetry && poetry config virtualenvs.create false WORKDIR /app RUN apt-get update && apt-get install -y xvfb fonts-noto-color-emoji ttf-unifont \ diff --git a/poetry.lock b/poetry.lock index 480f7a7..47df52e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -209,7 +209,6 @@ mypy-extensions = ">=0.4.3" pathspec = ">=0.9.0" platformdirs = ">=2" tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} -typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""} [package.extras] colorama = ["colorama (>=0.4.3)"] @@ -302,14 +301,14 @@ six = ">=1.10" [[package]] name = "coverage" -version = "6.4" +version = "6.4.1" description = "Code coverage measurement for Python" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] -tomli = {version = "*", optional = true, markers = "python_version < \"3.11\" and extra == \"toml\""} +tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""} [package.extras] toml = ["tomli"] @@ -514,22 +513,6 @@ category = "main" optional = false python-versions = ">=3.5" -[[package]] -name = "importlib-metadata" -version = "4.11.4" -description = "Read metadata from Python packages" -category = "main" -optional = false -python-versions = ">=3.7" - -[package.dependencies] -zipp = ">=0.5" - -[package.extras] -docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"] -perf = ["ipython"] -testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"] - [[package]] name = "iniconfig" version = "1.1.1" @@ -680,9 +663,6 @@ category = "main" optional = false python-versions = ">=3.6" -[package.dependencies] -importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""} - [package.extras] testing = ["coverage", "pyyaml"] @@ -707,8 +687,8 @@ traitlets = "*" [[package]] name = "msgpack" -version = "1.0.3" -description = "MessagePack (de)serializer." +version = "1.0.4" +description = "MessagePack serializer" category = "main" optional = false python-versions = "*" @@ -1401,7 +1381,7 @@ typing-extensions = ">=3.7.4" [[package]] name = "sqlalchemy2-stubs" -version = "0.0.2a22" +version = "0.0.2a23" description = "Typing Stubs for SQLAlchemy 1.4" category = "main" optional = false @@ -1449,7 +1429,6 @@ python-versions = ">=3.6" [package.dependencies] anyio = ">=3.4.0,<5" -typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""} [package.extras] full = ["itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests"] @@ -1654,22 +1633,10 @@ python-versions = ">=3.6" idna = ">=2.0" multidict = ">=4.0" -[[package]] -name = "zipp" -version = "3.8.0" -description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" -optional = false -python-versions = ">=3.7" - -[package.extras] -docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"] -testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] - [metadata] lock-version = "1.1" -python-versions = "^3.9" -content-hash = "a2796250f69e5715c685c5a4b000bee5f81c0649b21275e20296fd2232abefaf" +python-versions = ">=3.10,<4.0.0" +content-hash = "3af9d9634c376c91d54c493b0cb4a89358b1a4f34f3d6154e79051f9a6829ad6" [metadata.files] aiofiles = [ @@ -1792,47 +1759,47 @@ cookiecutter = [ {file = "cookiecutter-1.7.3.tar.gz", hash = "sha256:6b9a4d72882e243be077a7397d0f1f76fe66cf3df91f3115dbb5330e214fa457"}, ] coverage = [ - {file = "coverage-6.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:50ed480b798febce113709846b11f5d5ed1e529c88d8ae92f707806c50297abf"}, - {file = "coverage-6.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:26f8f92699756cb7af2b30720de0c5bb8d028e923a95b6d0c891088025a1ac8f"}, - {file = "coverage-6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:60c2147921da7f4d2d04f570e1838db32b95c5509d248f3fe6417e91437eaf41"}, - {file = "coverage-6.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:750e13834b597eeb8ae6e72aa58d1d831b96beec5ad1d04479ae3772373a8088"}, - {file = "coverage-6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:af5b9ee0fc146e907aa0f5fb858c3b3da9199d78b7bb2c9973d95550bd40f701"}, - {file = "coverage-6.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:a022394996419142b33a0cf7274cb444c01d2bb123727c4bb0b9acabcb515dea"}, - {file = "coverage-6.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:5a78cf2c43b13aa6b56003707c5203f28585944c277c1f3f109c7b041b16bd39"}, - {file = "coverage-6.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:9229d074e097f21dfe0643d9d0140ee7433814b3f0fc3706b4abffd1e3038632"}, - {file = "coverage-6.4-cp310-cp310-win32.whl", hash = "sha256:fb45fe08e1abc64eb836d187b20a59172053999823f7f6ef4f18a819c44ba16f"}, - {file = "coverage-6.4-cp310-cp310-win_amd64.whl", hash = "sha256:3cfd07c5889ddb96a401449109a8b97a165be9d67077df6802f59708bfb07720"}, - {file = "coverage-6.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:03014a74023abaf5a591eeeaf1ac66a73d54eba178ff4cb1fa0c0a44aae70383"}, - {file = "coverage-6.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9c82f2cd69c71698152e943f4a5a6b83a3ab1db73b88f6e769fabc86074c3b08"}, - {file = "coverage-6.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b546cf2b1974ddc2cb222a109b37c6ed1778b9be7e6b0c0bc0cf0438d9e45a6"}, - {file = "coverage-6.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc173f1ce9ffb16b299f51c9ce53f66a62f4d975abe5640e976904066f3c835d"}, - {file = "coverage-6.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:c53ad261dfc8695062fc8811ac7c162bd6096a05a19f26097f411bdf5747aee7"}, - {file = "coverage-6.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:eef5292b60b6de753d6e7f2d128d5841c7915fb1e3321c3a1fe6acfe76c38052"}, - {file = "coverage-6.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:543e172ce4c0de533fa892034cce260467b213c0ea8e39da2f65f9a477425211"}, - {file = "coverage-6.4-cp37-cp37m-win32.whl", hash = "sha256:00c8544510f3c98476bbd58201ac2b150ffbcce46a8c3e4fb89ebf01998f806a"}, - {file = "coverage-6.4-cp37-cp37m-win_amd64.whl", hash = "sha256:b84ab65444dcc68d761e95d4d70f3cfd347ceca5a029f2ffec37d4f124f61311"}, - {file = "coverage-6.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d548edacbf16a8276af13063a2b0669d58bbcfca7c55a255f84aac2870786a61"}, - {file = "coverage-6.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:033ebec282793bd9eb988d0271c211e58442c31077976c19c442e24d827d356f"}, - {file = "coverage-6.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:742fb8b43835078dd7496c3c25a1ec8d15351df49fb0037bffb4754291ef30ce"}, - {file = "coverage-6.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d55fae115ef9f67934e9f1103c9ba826b4c690e4c5bcf94482b8b2398311bf9c"}, - {file = "coverage-6.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5cd698341626f3c77784858427bad0cdd54a713115b423d22ac83a28303d1d95"}, - {file = "coverage-6.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:62d382f7d77eeeaff14b30516b17bcbe80f645f5cf02bb755baac376591c653c"}, - {file = "coverage-6.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:016d7f5cf1c8c84f533a3c1f8f36126fbe00b2ec0ccca47cc5731c3723d327c6"}, - {file = "coverage-6.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:69432946f154c6add0e9ede03cc43b96e2ef2733110a77444823c053b1ff5166"}, - {file = "coverage-6.4-cp38-cp38-win32.whl", hash = "sha256:83bd142cdec5e4a5c4ca1d4ff6fa807d28460f9db919f9f6a31babaaa8b88426"}, - {file = "coverage-6.4-cp38-cp38-win_amd64.whl", hash = "sha256:4002f9e8c1f286e986fe96ec58742b93484195defc01d5cc7809b8f7acb5ece3"}, - {file = "coverage-6.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e4f52c272fdc82e7c65ff3f17a7179bc5f710ebc8ce8a5cadac81215e8326740"}, - {file = "coverage-6.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b5578efe4038be02d76c344007b13119b2b20acd009a88dde8adec2de4f630b5"}, - {file = "coverage-6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8099ea680201c2221f8468c372198ceba9338a5fec0e940111962b03b3f716a"}, - {file = "coverage-6.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a00441f5ea4504f5abbc047589d09e0dc33eb447dc45a1a527c8b74bfdd32c65"}, - {file = "coverage-6.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e76bd16f0e31bc2b07e0fb1379551fcd40daf8cdf7e24f31a29e442878a827c"}, - {file = "coverage-6.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:8d2e80dd3438e93b19e1223a9850fa65425e77f2607a364b6fd134fcd52dc9df"}, - {file = "coverage-6.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:341e9c2008c481c5c72d0e0dbf64980a4b2238631a7f9780b0fe2e95755fb018"}, - {file = "coverage-6.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:21e6686a95025927775ac501e74f5940cdf6fe052292f3a3f7349b0abae6d00f"}, - {file = "coverage-6.4-cp39-cp39-win32.whl", hash = "sha256:968ed5407f9460bd5a591cefd1388cc00a8f5099de9e76234655ae48cfdbe2c3"}, - {file = "coverage-6.4-cp39-cp39-win_amd64.whl", hash = "sha256:e35217031e4b534b09f9b9a5841b9344a30a6357627761d4218818b865d45055"}, - {file = "coverage-6.4-pp36.pp37.pp38-none-any.whl", hash = "sha256:e637ae0b7b481905358624ef2e81d7fb0b1af55f5ff99f9ba05442a444b11e45"}, - {file = "coverage-6.4.tar.gz", hash = "sha256:727dafd7f67a6e1cad808dc884bd9c5a2f6ef1f8f6d2f22b37b96cb0080d4f49"}, + {file = "coverage-6.4.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f1d5aa2703e1dab4ae6cf416eb0095304f49d004c39e9db1d86f57924f43006b"}, + {file = "coverage-6.4.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4ce1b258493cbf8aec43e9b50d89982346b98e9ffdfaae8ae5793bc112fb0068"}, + {file = "coverage-6.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83c4e737f60c6936460c5be330d296dd5b48b3963f48634c53b3f7deb0f34ec4"}, + {file = "coverage-6.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:84e65ef149028516c6d64461b95a8dbcfce95cfd5b9eb634320596173332ea84"}, + {file = "coverage-6.4.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f69718750eaae75efe506406c490d6fc5a6161d047206cc63ce25527e8a3adad"}, + {file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e57816f8ffe46b1df8f12e1b348f06d164fd5219beba7d9433ba79608ef011cc"}, + {file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:01c5615d13f3dd3aa8543afc069e5319cfa0c7d712f6e04b920431e5c564a749"}, + {file = "coverage-6.4.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:75ab269400706fab15981fd4bd5080c56bd5cc07c3bccb86aab5e1d5a88dc8f4"}, + {file = "coverage-6.4.1-cp310-cp310-win32.whl", hash = "sha256:a7f3049243783df2e6cc6deafc49ea123522b59f464831476d3d1448e30d72df"}, + {file = "coverage-6.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:ee2ddcac99b2d2aec413e36d7a429ae9ebcadf912946b13ffa88e7d4c9b712d6"}, + {file = "coverage-6.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:fb73e0011b8793c053bfa85e53129ba5f0250fdc0392c1591fd35d915ec75c46"}, + {file = "coverage-6.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:106c16dfe494de3193ec55cac9640dd039b66e196e4641fa8ac396181578b982"}, + {file = "coverage-6.4.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:87f4f3df85aa39da00fd3ec4b5abeb7407e82b68c7c5ad181308b0e2526da5d4"}, + {file = "coverage-6.4.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:961e2fb0680b4f5ad63234e0bf55dfb90d302740ae9c7ed0120677a94a1590cb"}, + {file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:cec3a0f75c8f1031825e19cd86ee787e87cf03e4fd2865c79c057092e69e3a3b"}, + {file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:129cd05ba6f0d08a766d942a9ed4b29283aff7b2cccf5b7ce279d50796860bb3"}, + {file = "coverage-6.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:bf5601c33213d3cb19d17a796f8a14a9eaa5e87629a53979a5981e3e3ae166f6"}, + {file = "coverage-6.4.1-cp37-cp37m-win32.whl", hash = "sha256:269eaa2c20a13a5bf17558d4dc91a8d078c4fa1872f25303dddcbba3a813085e"}, + {file = "coverage-6.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:f02cbbf8119db68455b9d763f2f8737bb7db7e43720afa07d8eb1604e5c5ae28"}, + {file = "coverage-6.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ffa9297c3a453fba4717d06df579af42ab9a28022444cae7fa605af4df612d54"}, + {file = "coverage-6.4.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:145f296d00441ca703a659e8f3eb48ae39fb083baba2d7ce4482fb2723e050d9"}, + {file = "coverage-6.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d44996140af8b84284e5e7d398e589574b376fb4de8ccd28d82ad8e3bea13"}, + {file = "coverage-6.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2bd9a6fc18aab8d2e18f89b7ff91c0f34ff4d5e0ba0b33e989b3cd4194c81fd9"}, + {file = "coverage-6.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3384f2a3652cef289e38100f2d037956194a837221edd520a7ee5b42d00cc605"}, + {file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9b3e07152b4563722be523e8cd0b209e0d1a373022cfbde395ebb6575bf6790d"}, + {file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:1480ff858b4113db2718848d7b2d1b75bc79895a9c22e76a221b9d8d62496428"}, + {file = "coverage-6.4.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:865d69ae811a392f4d06bde506d531f6a28a00af36f5c8649684a9e5e4a85c83"}, + {file = "coverage-6.4.1-cp38-cp38-win32.whl", hash = "sha256:664a47ce62fe4bef9e2d2c430306e1428ecea207ffd68649e3b942fa8ea83b0b"}, + {file = "coverage-6.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:26dff09fb0d82693ba9e6231248641d60ba606150d02ed45110f9ec26404ed1c"}, + {file = "coverage-6.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d9c80df769f5ec05ad21ea34be7458d1dc51ff1fb4b2219e77fe24edf462d6df"}, + {file = "coverage-6.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:39ee53946bf009788108b4dd2894bf1349b4e0ca18c2016ffa7d26ce46b8f10d"}, + {file = "coverage-6.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f5b66caa62922531059bc5ac04f836860412f7f88d38a476eda0a6f11d4724f4"}, + {file = "coverage-6.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd180ed867e289964404051a958f7cccabdeed423f91a899829264bb7974d3d3"}, + {file = "coverage-6.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:84631e81dd053e8a0d4967cedab6db94345f1c36107c71698f746cb2636c63e3"}, + {file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:8c08da0bd238f2970230c2a0d28ff0e99961598cb2e810245d7fc5afcf1254e8"}, + {file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d42c549a8f41dc103a8004b9f0c433e2086add8a719da00e246e17cbe4056f72"}, + {file = "coverage-6.4.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:309ce4a522ed5fca432af4ebe0f32b21d6d7ccbb0f5fcc99290e71feba67c264"}, + {file = "coverage-6.4.1-cp39-cp39-win32.whl", hash = "sha256:fdb6f7bd51c2d1714cea40718f6149ad9be6a2ee7d93b19e9f00934c0f2a74d9"}, + {file = "coverage-6.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:342d4aefd1c3e7f620a13f4fe563154d808b69cccef415415aece4c786665397"}, + {file = "coverage-6.4.1-pp36.pp37.pp38-none-any.whl", hash = "sha256:4803e7ccf93230accb928f3a68f00ffa80a88213af98ed338a57ad021ef06815"}, + {file = "coverage-6.4.1.tar.gz", hash = "sha256:4321f075095a096e70aff1d002030ee612b65a205a0a0f5b815280d5dc58100c"}, ] decorator = [ {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, @@ -1985,10 +1952,6 @@ idna = [ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"}, ] -importlib-metadata = [ - {file = "importlib_metadata-4.11.4-py3-none-any.whl", hash = "sha256:c58c8eb8a762858f49e18436ff552e83914778e50e9d2f1660535ffb364552ec"}, - {file = "importlib_metadata-4.11.4.tar.gz", hash = "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700"}, -] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, @@ -2075,40 +2038,58 @@ matplotlib-inline = [ {file = "matplotlib_inline-0.1.3-py3-none-any.whl", hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c"}, ] msgpack = [ - {file = "msgpack-1.0.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:96acc674bb9c9be63fa8b6dabc3248fdc575c4adc005c440ad02f87ca7edd079"}, - {file = "msgpack-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2c3ca57c96c8e69c1a0d2926a6acf2d9a522b41dc4253a8945c4c6cd4981a4e3"}, - {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b0a792c091bac433dfe0a70ac17fc2087d4595ab835b47b89defc8bbabcf5c73"}, - {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1c58cdec1cb5fcea8c2f1771d7b5fec79307d056874f746690bd2bdd609ab147"}, - {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2f97c0f35b3b096a330bb4a1a9247d0bd7e1f3a2eba7ab69795501504b1c2c39"}, - {file = "msgpack-1.0.3-cp310-cp310-win32.whl", hash = "sha256:36a64a10b16c2ab31dcd5f32d9787ed41fe68ab23dd66957ca2826c7f10d0b85"}, - {file = "msgpack-1.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:c1ba333b4024c17c7591f0f372e2daa3c31db495a9b2af3cf664aef3c14354f7"}, - {file = "msgpack-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c2140cf7a3ec475ef0938edb6eb363fa704159e0bf71dde15d953bacc1cf9d7d"}, - {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f4c22717c74d44bcd7af353024ce71c6b55346dad5e2cc1ddc17ce8c4507c6b"}, - {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47d733a15ade190540c703de209ffbc42a3367600421b62ac0c09fde594da6ec"}, - {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c7e03b06f2982aa98d4ddd082a210c3db200471da523f9ac197f2828e80e7770"}, - {file = "msgpack-1.0.3-cp36-cp36m-win32.whl", hash = "sha256:3d875631ecab42f65f9dce6f55ce6d736696ced240f2634633188de2f5f21af9"}, - {file = "msgpack-1.0.3-cp36-cp36m-win_amd64.whl", hash = "sha256:40fb89b4625d12d6027a19f4df18a4de5c64f6f3314325049f219683e07e678a"}, - {file = "msgpack-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6eef0cf8db3857b2b556213d97dd82de76e28a6524853a9beb3264983391dc1a"}, - {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d8c332f53ffff01953ad25131272506500b14750c1d0ce8614b17d098252fbc"}, - {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c0903bd93cbd34653dd63bbfcb99d7539c372795201f39d16fdfde4418de43a"}, - {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bf1e6bfed4860d72106f4e0a1ab519546982b45689937b40257cfd820650b920"}, - {file = "msgpack-1.0.3-cp37-cp37m-win32.whl", hash = "sha256:d02cea2252abc3756b2ac31f781f7a98e89ff9759b2e7450a1c7a0d13302ff50"}, - {file = "msgpack-1.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:2f30dd0dc4dfe6231ad253b6f9f7128ac3202ae49edd3f10d311adc358772dba"}, - {file = "msgpack-1.0.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:f201d34dc89342fabb2a10ed7c9a9aaaed9b7af0f16a5923f1ae562b31258dea"}, - {file = "msgpack-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bb87f23ae7d14b7b3c21009c4b1705ec107cb21ee71975992f6aca571fb4a42a"}, - {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8a3a5c4b16e9d0edb823fe54b59b5660cc8d4782d7bf2c214cb4b91a1940a8ef"}, - {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f74da1e5fcf20ade12c6bf1baa17a2dc3604958922de8dc83cbe3eff22e8b611"}, - {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:73a80bd6eb6bcb338c1ec0da273f87420829c266379c8c82fa14c23fb586cfa1"}, - {file = "msgpack-1.0.3-cp38-cp38-win32.whl", hash = "sha256:9fce00156e79af37bb6db4e7587b30d11e7ac6a02cb5bac387f023808cd7d7f4"}, - {file = "msgpack-1.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:9b6f2d714c506e79cbead331de9aae6837c8dd36190d02da74cb409b36162e8a"}, - {file = "msgpack-1.0.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:89908aea5f46ee1474cc37fbc146677f8529ac99201bc2faf4ef8edc023c2bf3"}, - {file = "msgpack-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:973ad69fd7e31159eae8f580f3f707b718b61141838321c6fa4d891c4a2cca52"}, - {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da24375ab4c50e5b7486c115a3198d207954fe10aaa5708f7b65105df09109b2"}, - {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a598d0685e4ae07a0672b59792d2cc767d09d7a7f39fd9bd37ff84e060b1a996"}, - {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e4c309a68cb5d6bbd0c50d5c71a25ae81f268c2dc675c6f4ea8ab2feec2ac4e2"}, - {file = "msgpack-1.0.3-cp39-cp39-win32.whl", hash = "sha256:494471d65b25a8751d19c83f1a482fd411d7ca7a3b9e17d25980a74075ba0e88"}, - {file = "msgpack-1.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:f01b26c2290cbd74316990ba84a14ac3d599af9cebefc543d241a66e785cf17d"}, - {file = "msgpack-1.0.3.tar.gz", hash = "sha256:51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e"}, + {file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4ab251d229d10498e9a2f3b1e68ef64cb393394ec477e3370c457f9430ce9250"}, + {file = "msgpack-1.0.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:112b0f93202d7c0fef0b7810d465fde23c746a2d482e1e2de2aafd2ce1492c88"}, + {file = "msgpack-1.0.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:002b5c72b6cd9b4bafd790f364b8480e859b4712e91f43014fe01e4f957b8467"}, + {file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35bc0faa494b0f1d851fd29129b2575b2e26d41d177caacd4206d81502d4c6a6"}, + {file = "msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4733359808c56d5d7756628736061c432ded018e7a1dff2d35a02439043321aa"}, + {file = "msgpack-1.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb514ad14edf07a1dbe63761fd30f89ae79b42625731e1ccf5e1f1092950eaa6"}, + {file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c23080fdeec4716aede32b4e0ef7e213c7b1093eede9ee010949f2a418ced6ba"}, + {file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:49565b0e3d7896d9ea71d9095df15b7f75a035c49be733051c34762ca95bbf7e"}, + {file = "msgpack-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:aca0f1644d6b5a73eb3e74d4d64d5d8c6c3d577e753a04c9e9c87d07692c58db"}, + {file = "msgpack-1.0.4-cp310-cp310-win32.whl", hash = "sha256:0dfe3947db5fb9ce52aaea6ca28112a170db9eae75adf9339a1aec434dc954ef"}, + {file = "msgpack-1.0.4-cp310-cp310-win_amd64.whl", hash = "sha256:4dea20515f660aa6b7e964433b1808d098dcfcabbebeaaad240d11f909298075"}, + {file = "msgpack-1.0.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e83f80a7fec1a62cf4e6c9a660e39c7f878f603737a0cdac8c13131d11d97f52"}, + {file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c11a48cf5e59026ad7cb0dc29e29a01b5a66a3e333dc11c04f7e991fc5510a9"}, + {file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1276e8f34e139aeff1c77a3cefb295598b504ac5314d32c8c3d54d24fadb94c9"}, + {file = "msgpack-1.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6c9566f2c39ccced0a38d37c26cc3570983b97833c365a6044edef3574a00c08"}, + {file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:fcb8a47f43acc113e24e910399376f7277cf8508b27e5b88499f053de6b115a8"}, + {file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:76ee788122de3a68a02ed6f3a16bbcd97bc7c2e39bd4d94be2f1821e7c4a64e6"}, + {file = "msgpack-1.0.4-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:0a68d3ac0104e2d3510de90a1091720157c319ceeb90d74f7b5295a6bee51bae"}, + {file = "msgpack-1.0.4-cp36-cp36m-win32.whl", hash = "sha256:85f279d88d8e833ec015650fd15ae5eddce0791e1e8a59165318f371158efec6"}, + {file = "msgpack-1.0.4-cp36-cp36m-win_amd64.whl", hash = "sha256:c1683841cd4fa45ac427c18854c3ec3cd9b681694caf5bff04edb9387602d661"}, + {file = "msgpack-1.0.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a75dfb03f8b06f4ab093dafe3ddcc2d633259e6c3f74bb1b01996f5d8aa5868c"}, + {file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9667bdfdf523c40d2511f0e98a6c9d3603be6b371ae9a238b7ef2dc4e7a427b0"}, + {file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11184bc7e56fd74c00ead4f9cc9a3091d62ecb96e97653add7a879a14b003227"}, + {file = "msgpack-1.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ac5bd7901487c4a1dd51a8c58f2632b15d838d07ceedaa5e4c080f7190925bff"}, + {file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:1e91d641d2bfe91ba4c52039adc5bccf27c335356055825c7f88742c8bb900dd"}, + {file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2a2df1b55a78eb5f5b7d2a4bb221cd8363913830145fad05374a80bf0877cb1e"}, + {file = "msgpack-1.0.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:545e3cf0cf74f3e48b470f68ed19551ae6f9722814ea969305794645da091236"}, + {file = "msgpack-1.0.4-cp37-cp37m-win32.whl", hash = "sha256:2cc5ca2712ac0003bcb625c96368fd08a0f86bbc1a5578802512d87bc592fe44"}, + {file = "msgpack-1.0.4-cp37-cp37m-win_amd64.whl", hash = "sha256:eba96145051ccec0ec86611fe9cf693ce55f2a3ce89c06ed307de0e085730ec1"}, + {file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:7760f85956c415578c17edb39eed99f9181a48375b0d4a94076d84148cf67b2d"}, + {file = "msgpack-1.0.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:449e57cc1ff18d3b444eb554e44613cffcccb32805d16726a5494038c3b93dab"}, + {file = "msgpack-1.0.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:d603de2b8d2ea3f3bcb2efe286849aa7a81531abc52d8454da12f46235092bcb"}, + {file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48f5d88c99f64c456413d74a975bd605a9b0526293218a3b77220a2c15458ba9"}, + {file = "msgpack-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6916c78f33602ecf0509cc40379271ba0f9ab572b066bd4bdafd7434dee4bc6e"}, + {file = "msgpack-1.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:81fc7ba725464651190b196f3cd848e8553d4d510114a954681fd0b9c479d7e1"}, + {file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:d5b5b962221fa2c5d3a7f8133f9abffc114fe218eb4365e40f17732ade576c8e"}, + {file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:77ccd2af37f3db0ea59fb280fa2165bf1b096510ba9fe0cc2bf8fa92a22fdb43"}, + {file = "msgpack-1.0.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b17be2478b622939e39b816e0aa8242611cc8d3583d1cd8ec31b249f04623243"}, + {file = "msgpack-1.0.4-cp38-cp38-win32.whl", hash = "sha256:2bb8cdf50dd623392fa75525cce44a65a12a00c98e1e37bf0fb08ddce2ff60d2"}, + {file = "msgpack-1.0.4-cp38-cp38-win_amd64.whl", hash = "sha256:26b8feaca40a90cbe031b03d82b2898bf560027160d3eae1423f4a67654ec5d6"}, + {file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:462497af5fd4e0edbb1559c352ad84f6c577ffbbb708566a0abaaa84acd9f3ae"}, + {file = "msgpack-1.0.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2999623886c5c02deefe156e8f869c3b0aaeba14bfc50aa2486a0415178fce55"}, + {file = "msgpack-1.0.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f0029245c51fd9473dc1aede1160b0a29f4a912e6b1dd353fa6d317085b219da"}, + {file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed6f7b854a823ea44cf94919ba3f727e230da29feb4a99711433f25800cf747f"}, + {file = "msgpack-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0df96d6eaf45ceca04b3f3b4b111b86b33785683d682c655063ef8057d61fd92"}, + {file = "msgpack-1.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6a4192b1ab40f8dca3f2877b70e63799d95c62c068c84dc028b40a6cb03ccd0f"}, + {file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0e3590f9fb9f7fbc36df366267870e77269c03172d086fa76bb4eba8b2b46624"}, + {file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:1576bd97527a93c44fa856770197dec00d223b0b9f36ef03f65bac60197cedf8"}, + {file = "msgpack-1.0.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:63e29d6e8c9ca22b21846234913c3466b7e4ee6e422f205a2988083de3b08cae"}, + {file = "msgpack-1.0.4-cp39-cp39-win32.whl", hash = "sha256:fb62ea4b62bfcb0b380d5680f9a4b3f9a2d166d9394e9bbd9666c0ee09a3645c"}, + {file = "msgpack-1.0.4-cp39-cp39-win_amd64.whl", hash = "sha256:4d5834a2a48965a349da1c5a79760d94a1a0172fbb5ab6b5b33cbf8447e109ce"}, + {file = "msgpack-1.0.4.tar.gz", hash = "sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f"}, ] multidict = [ {file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2"}, @@ -2544,8 +2525,8 @@ sqlalchemy-stubs = [ {file = "sqlalchemy_stubs-0.4-py3-none-any.whl", hash = "sha256:5eec7aa110adf9b957b631799a72fef396b23ff99fe296df726645d01e312aa5"}, ] sqlalchemy2-stubs = [ - {file = "sqlalchemy2-stubs-0.0.2a22.tar.gz", hash = "sha256:31288db647bbdd411ad1e22da39a10ebe211bdcfe2efef24bcebea05abc28dd4"}, - {file = "sqlalchemy2_stubs-0.0.2a22-py3-none-any.whl", hash = "sha256:b9b907c3555d0b11bb8d738b788be478ce3871174839171d0d49aba5d0785016"}, + {file = "sqlalchemy2-stubs-0.0.2a23.tar.gz", hash = "sha256:a13d94e23b5b0da8ee21986ef8890788a1f2eb26c2a9f39424cc933e4e7e87ff"}, + {file = "sqlalchemy2_stubs-0.0.2a23-py3-none-any.whl", hash = "sha256:6011d2219365d4e51f3e9d83ffeb5b904964ef1d143dc1298d8a70ce8641014d"}, ] sqlmodel = [ {file = "sqlmodel-0.0.6-py3-none-any.whl", hash = "sha256:c5fd8719e09da348cd32ce2a5b6a44f289d3029fa8f1c9818229b6f34f1201b4"}, @@ -2761,7 +2742,3 @@ yarl = [ {file = "yarl-1.7.2-cp39-cp39-win_amd64.whl", hash = "sha256:797c2c412b04403d2da075fb93c123df35239cd7b4cc4e0cd9e5839b73f52c58"}, {file = "yarl-1.7.2.tar.gz", hash = "sha256:45399b46d60c253327a460e99856752009fcee5f5d3c80b2f7c0cae1c38d56dd"}, ] -zipp = [ - {file = "zipp-3.8.0-py3-none-any.whl", hash = "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099"}, - {file = "zipp-3.8.0.tar.gz", hash = "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad"}, -] diff --git a/pyproject.toml b/pyproject.toml index 83b84b1..a133c13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.9" +python = ">=3.10,<4.0.0" nonebot2 = "^2.0.0-beta.2" httpx = ">=0.16.1" bs4 = "^0.0.1" @@ -67,7 +67,7 @@ asyncio_mode = "auto" [tool.black] line-length = 88 -target-version = ["py39", "py310"] +target-version = ["py310"] include = '\.pyi?$' extend-exclude = ''' ''' diff --git a/src/plugins/nonebot_bison/platform/mcbbsnews.py b/src/plugins/nonebot_bison/platform/mcbbsnews.py new file mode 100644 index 0000000..f5d5844 --- /dev/null +++ b/src/plugins/nonebot_bison/platform/mcbbsnews.py @@ -0,0 +1,266 @@ +import re +import time +from typing import Literal + +import httpx +from bs4 import BeautifulSoup, NavigableString, Tag + +from ..post import Post +from ..types import Category, RawPost, Target +from .platform import CategoryNotSupport, NewMessage + + +def _format_text(rawtext: str, mode: int) -> str: + """处理BeautifulSoup生成的string中奇怪的回车+连续空格 + mode 0:处理标题 + mode 1:处理版本资讯类推文 + mode 2:处理快讯类推文""" + match mode: + case 0: + ftext = re.sub(r"\n\s*", " ", rawtext) + case 1: + ftext = re.sub(r"[\n\s*]", "", rawtext) + case 2: + ftext = re.sub(r"\r\n", "", rawtext) + return ftext + + +def _stamp_date(rawdate: str) -> int: + """将时间转化为时间戳yyyy-mm-dd->timestamp""" + time_stamp = int(time.mktime(time.strptime(rawdate, "%Y-%m-%d"))) + return time_stamp + + +class McbbsNews(NewMessage): + categories = {1: "Java版本资讯", 2: "基岩版本资讯", 3: "快讯", 4: "基岩快讯", 5: "周边消息"} + enable_tag = False + platform_name = "mcbbsnews" + name = "MCBBS幻翼块讯" + enabled = True + is_common = False + schedule_type = "interval" + schedule_kw = {"hours": 1} + has_target = False + + async def get_target_name(self, _: Target) -> str: + return f"{self.name} {self.categories[1]}" + + async def get_sub_list(self, _: Target) -> list[RawPost]: + url = "https://www.mcbbs.net/forum-news-1.html" + headers = { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) " + "Chrome/51.0.2704.63 Safari/537.36" + } + + async with httpx.AsyncClient() as client: + html = await client.get(url, headers=headers) + soup = BeautifulSoup(html.text, "html.parser") + raw_post_list = soup.find_all( + "tbody", id=re.compile(r"normalthread_[0-9]*") + ) + post_list = self._gen_post_list(raw_post_list) + + return post_list + + def _gen_post_list(self, raw_post_list) -> list[RawPost]: + post_list = [] + for raw_post in raw_post_list: + post = {} + post["url"] = raw_post.find("a", class_="s xst")["href"] + post["title"] = _format_text(raw_post.find("a", class_="s xst").string, 0) + post["category"] = raw_post.select("th em a")[0].string + post["author"] = raw_post.select("td:nth-of-type(2) cite a")[0].string + post["id"] = raw_post["id"] + rawdate = ( + raw_post.select("td:nth-of-type(2) em span span")[0]["title"] + if raw_post.select("td:nth-of-type(2) em span span") + else raw_post.select("td:nth-of-type(2) em span")[0].string + ) + post["date"] = _stamp_date(rawdate) + post_list.append(post) + return post_list + + def get_id(self, post: RawPost) -> str: + return post["id"] + + def get_date(self, post: RawPost) -> int: + # return post["date"] + return None + + def get_category(self, post: RawPost) -> Category: + match post["category"]: + case "Java版本资讯": + return Category(1) + case "基岩版本资讯": + return Category(2) + case _: + raise CategoryNotSupport("McbbsNews订阅暂不支持 `{}".format(post["category"])) + + def _check_str_chinese(self, check_str: str) -> bool: + """检测字符串是否含有中文(有一个就算)""" + for ch in check_str: + if "\u4e00" <= ch <= "\u9fff": + return True + return False + + def _news_parser(self, raw_text: str, news_type: Literal["Java版本资讯", "基岩版本资讯"]): + """提取Java/Bedrock版本资讯的推送消息""" + raw_soup = BeautifulSoup(raw_text.replace("
", ""), "html.parser") + # 获取头图 + match news_type: + case "Java版本资讯": + # 获取头图 + pic_tag = raw_soup.find( + "img", file=re.compile(r"https://www.minecraft.net/\S*header.jpg") + ) + pic_url: list[str] = ( + [pic_tag.get("src", pic_tag.get("file"))] if pic_tag else [] + ) + # 获取blockquote标签下的内容 + soup = raw_soup.find( + "td", id=re.compile(r"postmessage_[0-9]*") + ).blockquote.blockquote + case "基岩版本资讯": + # 获取头图 + pic_tag_0 = raw_soup.find( + "img", file=re.compile(r"https://www.minecraft.net/\S*header.jpg") + ) + pic_tag_1 = raw_soup.find( + "img", + file=re.compile(r"https://feedback.minecraft.net/\S*beta\S*.jpg"), + ) + pic_url: list[str] = [ + pic_tag_0.get("src", pic_tag_0.get("file")) if pic_tag_0 else None, + pic_tag_1.get("src", pic_tag_1.get("file")) if pic_tag_1 else None, + ] + # 获取blockquote标签下的内容 + soup = ( + raw_soup.find("td", id=re.compile(r"postmessage_[0-9]*")) + .select("blockquote:nth-of-type(2)")[0] + .blockquote + ) + case _: + raise CategoryNotSupport(f"该函数不支持处理{news_type}") + # 通用步骤 + # 删除无用的div和span段内容 + for del_tag in soup.find_all(["div", "span"]): + del_tag.extract() + # 进一步删除无用尾部 + # orig_info=soup.select("blockquote > strong") + # orig_info[0].extract() + # 展开所有的a,u和strong标签,展开ul,font标签里的font标签 + for unwrap_tag in soup.find_all(["a", "strong", "u", "ul", "font"]): + match unwrap_tag.name: + case "a" | "strong" | "u": # 展开所有的a,u和strong标签 + unwrap_tag.unwrap() + case "ul" | "font": # 展开ul,font里的font标签 + for font_tag in unwrap_tag.find_all("font"): + font_tag.unwrap() + + # 获取所有的中文句子 + post_text = "" + last_is_empty_line = True + for element in soup.contents: + if isinstance(element, Tag): + match element.name: + case "font": + text = "" + for sub in element.contents: + if isinstance(sub, NavigableString): + text += sub + if self._check_str_chinese(text): + post_text += "{}\n".format(_format_text(text, 1)) + last_is_empty_line = False + case "ul": + for li_tag in element.find_all("li"): + text = "" + for sub in li_tag.contents: + if isinstance(sub, NavigableString): + text += sub + if self._check_str_chinese(text): + post_text += "{}\n".format(_format_text(text, 1)) + last_is_empty_line = False + case _: + continue + elif isinstance(element, NavigableString): + if str(element) == "\n": + if not last_is_empty_line: + post_text += "\n" + last_is_empty_line = True + else: + post_text += "{}\n".format(_format_text(element, 1)) + last_is_empty_line = False + else: + continue + return post_text, pic_url + + def _express_parser(self, raw_text: str, news_type: Literal["快讯", "基岩快讯", "周边消息"]): + """提取快讯/基岩快讯/周边消息的推送消息""" + raw_soup = BeautifulSoup(raw_text.replace("
", ""), "html.parser") + # 获取原始推文内容 + soup = raw_soup.find("td", id=re.compile(r"postmessage_[0-9]*")) + if tag := soup.find("ignore_js_op"): + tag.extract() + # 获取所有图片 + pic_urls = [] + for img_tag in soup.find_all("img"): + pic_url = img_tag.get("file") or img_tag.get("src") + pic_urls.append(pic_url) + # 验证是否有blockquote标签 + has_bolockquote = soup.find("blockquote") + # 删除无用的span,div段内容 + for del_tag in soup.find_all("i"): + del_tag.extract() + soup.find(class_="attach_nopermission attach_tips").extract() + # 展开所有的a,strong标签 + for unwrap_tag in soup.find_all(["a", "strong"]): + unwrap_tag.unwrap() + # 展开blockquote标签里的blockquote标签 + for b_tag in soup.find_all("blockquote"): + for unwrap_tag in b_tag.find_all("blockquote"): + unwrap_tag.unwrap() + # 获取推文 + text = "" + if has_bolockquote: + for post in soup.find_all("blockquote"): + # post.font.unwrap() + for string in post.stripped_strings: + text += "{}\n".format(string) + else: + for string in soup.stripped_strings: + text += "{}\n".format(string) + ftext = _format_text(text, 2) + return ftext, pic_urls + + async def parse(self, raw_post: RawPost) -> Post: + post_url = "https://www.mcbbs.net/{}".format(raw_post["url"]) + headers = { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) " + "Chrome/51.0.2704.63 Safari/537.36" + } + + async with httpx.AsyncClient() as client: + html = await client.get(post_url, headers=headers) + + match raw_post["category"]: + case "Java版本资讯": + # 事先删除不需要的尾部 + raw_text = re.sub(r"【本文排版借助了:[\s\S]*】", "", html.text) + text, pic_urls = self._news_parser(raw_text, raw_post["category"]) + case "基岩版本资讯": + raw_text = re.sub(r"【本文排版借助了:[\s\S]*】", "", html.text) + text, pic_urls = self._news_parser(raw_text, raw_post["category"]) + case "快讯" | "基岩快讯" | "周边消息": + text, pic_urls = self._express_parser(html.text, raw_post["category"]) + case _: + raise CategoryNotSupport( + "McbbsNews订阅暂不支持 `{}".format(raw_post["category"]) + ) + + return Post( + self.name, + text="{}\n\n{}".format(raw_post["title"], text), + url=post_url, + pics=pic_urls, + target_name=raw_post["category"], + ) diff --git a/tests/platforms/static/bilibili_bing_list.json b/tests/platforms/static/bilibili_bing_list.json index ce66e40..8493aaf 100644 --- a/tests/platforms/static/bilibili_bing_list.json +++ b/tests/platforms/static/bilibili_bing_list.json @@ -1 +1,2078 @@ -{"code":0,"msg":"","message":"","data":{"has_more":1,"cards":[{"desc":{"uid":8412516,"type":2,"rid":165322654,"acl":0,"view":8149,"repost":1,"comment":25,"like":251,"is_liked":0,"dynamic_id":569475202750529681,"timestamp":1631429678,"pre_dy_id":0,"orig_dy_id":0,"orig_type":0,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"stype":0,"r_type":0,"inner_id":0,"status":1,"dynamic_id_str":"569475202750529681","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"165322654"},"card":"{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"最新的9.16轮换池预测图来啦[打call][打call]\\n顺便捞一捞本期轮换池预测视频[doge][doge]视频最后有彩蛋性质预测哦[脱单doge][脱单doge]本次轮换池预测图也有彩蛋(诶 就喜欢 one more thing 就是玩诶[墨镜][墨镜])\",\"id\":165322654,\"is_fav\":0,\"pictures\":[{\"img_height\":1080,\"img_size\":1074.380004882812,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/676ec47adae184ad6ad2193d2f92c5c2b9f82336.jpg\",\"img_tags\":null,\"img_width\":2160}],\"pictures_count\":1,\"reply\":25,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1631429678},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"name\":\"罗德岛蜜饼工坊\",\"uid\":8412516,\"vip\":{\"avatar_subscript\":0,\"due_date\":1626364800000,\"label\":{\"label_theme\":\"\",\"path\":\"\",\"text\":\"\"},\"nickname_color\":\"\",\"status\":0,\"theme_type\":0,\"type\":1,\"vip_pay_type\":0}}}","extend_json":"{\"\":{\"ugc\":{\"ugc_id\":335464825}},\"from\":{\"emoji_type\":1,\"verify\":{\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"}}","extra":{"is_space_top":0},"display":{"emoji_info":{"emoji_details":[{"emoji_name":"[doge]","id":26,"package_id":1,"state":0,"type":1,"attr":0,"text":"[doge]","url":"https://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png","meta":{"size":1},"mtime":1617293741},{"emoji_name":"[墨镜]","id":1953,"package_id":1,"state":0,"type":1,"attr":0,"text":"[墨镜]","url":"https://i0.hdslb.com/bfs/emote/3a03aebfc06339d86a68c2d893303b46f4b85771.png","meta":{"size":1},"mtime":1597738918},{"emoji_name":"[打call]","id":510,"package_id":1,"state":0,"type":1,"attr":0,"text":"[打call]","url":"https://i0.hdslb.com/bfs/emote/431432c43da3ee5aab5b0e4f8931953e649e9975.png","meta":{"size":1},"mtime":1617293741},{"emoji_name":"[脱单doge]","id":3301,"package_id":1,"state":0,"type":1,"attr":0,"text":"[脱单doge]","url":"https://i0.hdslb.com/bfs/emote/bf7e00ecab02171f8461ee8cf439c73db9797748.png","meta":{"size":1},"mtime":1613231074}]},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"add_on_card_info":[{"add_on_card_show_type":5,"ugc_attach_card":{"type":"ugc","head_text":"","title":"【明日方舟】伊芙利特的轮换池作业#04:9.16轮换池预测","image_url":"https://i2.hdslb.com/bfs/archive/4558d4098ef67d826de99d864ed35af64abf54eb.jpg","desc_second":"1.5万观看 87弹幕","play_url":"https://www.bilibili.com/video/BV1tA411F73r","duration":"10:44","multi_line":true,"oid_str":"335464825"}}]}},{"desc":{"uid":8412516,"type":1,"rid":569448354911038740,"view":10002,"repost":1,"comment":9,"like":155,"is_liked":0,"dynamic_id":569448354910819194,"timestamp":1631423427,"pre_dy_id":569445713500670069,"orig_dy_id":569445713500670069,"orig_type":8,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"569448354910819194","pre_dy_id_str":"569445713500670069","orig_dy_id_str":"569445713500670069","rid_str":"569448354911038740","origin":{"uid":161775300,"type":8,"rid":420408148,"acl":0,"view":911594,"repost":156,"like":0,"dynamic_id":569445713500670069,"timestamp":1631422812,"pre_dy_id":0,"orig_dy_id":0,"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"569445713500670069","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"420408148","bvid":"BV1E3411q7nU"}},"card":"{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 569448354911038740, \"uid\": 8412516, \"content\": \"答案揭晓:宿舍!来看看投票结果\\nhttps:\\/\\/t.bilibili.com\\/568093580488553786\", \"ctrl\": \"\", \"orig_dy_id\": 569445713500670069, \"pre_dy_id\": 569445713500670069, \"timestamp\": 1631423427, \"reply\": 9, \"orig_type\": 8 }, \"origin\": \"{\\\"aid\\\":420408148,\\\"attribute\\\":0,\\\"cid\\\":405963622,\\\"copyright\\\":1,\\\"ctime\\\":1631422804,\\\"desc\\\":\\\"《可露希尔的秘密档案》\\\\n11:来宿舍休息一下吧 \\\\n档案来源:lambda:\\\\\\\\罗德岛内务\\\\\\\\秘密档案 \\\\n发布时间:9\\\\\\/12 1:00 P.M. \\\\n档案类型:可见 \\\\n档案描述:今天请了病假在宿舍休息。很舒适。 \\\\n提供者:赫默\\\",\\\"dimension\\\":{\\\"height\\\":1080,\\\"rotate\\\":0,\\\"width\\\":1920},\\\"duration\\\":123,\\\"dynamic\\\":\\\"#可露希尔的秘密档案# \\\\n11:来宿舍休息一下吧 \\\\n档案来源:lambda:\\\\\\\\罗德岛内务\\\\\\\\秘密档案 \\\\n发布时间:9\\\\\\/12 1:00 P.M. \\\\n档案类型:可见 \\\\n档案描述:今天请了病假在宿舍休息。很舒适。 \\\\n提供者:赫默\\\",\\\"first_frame\\\":\\\"https:\\\\\\/\\\\\\/i1.hdslb.com\\\\\\/bfs\\\\\\/storyff\\\\\\/n210910a23nkzbjqpmaxi33e6m6eln5g_firsti.jpg\\\",\\\"jump_url\\\":\\\"bilibili:\\\\\\/\\\\\\/video\\\\\\/420408148\\\\\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\\\",\\\"owner\\\":{\\\"face\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\\\",\\\"mid\\\":161775300,\\\"name\\\":\\\"明日方舟\\\"},\\\"pic\\\":\\\"https:\\\\\\/\\\\\\/i2.hdslb.com\\\\\\/bfs\\\\\\/archive\\\\\\/21a6c7ce0baf767d99e81a450590f4ddfdc585ea.jpg\\\",\\\"player_info\\\":null,\\\"pubdate\\\":1631422802,\\\"rights\\\":{\\\"autoplay\\\":1,\\\"bp\\\":0,\\\"download\\\":0,\\\"elec\\\":0,\\\"hd5\\\":1,\\\"is_cooperation\\\":0,\\\"movie\\\":0,\\\"no_background\\\":0,\\\"no_reprint\\\":1,\\\"pay\\\":0,\\\"ugc_pay\\\":0,\\\"ugc_pay_preview\\\":0},\\\"share_subtitle\\\":\\\"已观看31.0万次\\\",\\\"short_link\\\":\\\"https:\\\\\\/\\\\\\/b23.tv\\\\\\/BV1E3411q7nU\\\",\\\"short_link_v2\\\":\\\"https:\\\\\\/\\\\\\/b23.tv\\\\\\/BV1E3411q7nU\\\",\\\"stat\\\":{\\\"aid\\\":420408148,\\\"coin\\\":6848,\\\"danmaku\\\":1187,\\\"dislike\\\":0,\\\"favorite\\\":4776,\\\"his_rank\\\":0,\\\"like\\\":43653,\\\"now_rank\\\":0,\\\"reply\\\":3469,\\\"share\\\":910,\\\"view\\\":313791},\\\"state\\\":0,\\\"tid\\\":27,\\\"title\\\":\\\"《可露希尔的秘密档案》11话:来宿舍休息一下吧\\\",\\\"tname\\\":\\\"综合\\\",\\\"videos\\\":1}\", \"origin_extend_json\": \"{\\\"\\\":{\\\"game\\\":{\\\"game_id\\\":101772,\\\"platform\\\":\\\"1,2\\\"},\\\"ogv\\\":{\\\"ogv_id\\\":0}},\\\"dispute\\\":{\\\"content\\\":\\\"\\\"},\\\"from\\\":{\\\"from\\\":\\\"\\\",\\\"verify\\\":{}},\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i1.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\" }, \"card\": { \"official_verify\": { \"type\": 1, \"desc\": \"明日方舟官方账号\" } }, \"vip\": { \"vipType\": 2, \"vipDueDate\": 1646150400000, \"vipStatus\": 1, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"年度大会员\", \"label_theme\": \"annual_vip\", \"text_color\": \"#FFFFFF\", \"bg_style\": 1, \"bg_color\": \"#FB7299\", \"border_color\": \"\" }, \"avatar_subscript\": 1, \"nickname_color\": \"#FB7299\", \"role\": 3, \"avatar_subscript_url\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/vip\\/icon_Certification_big_member_22_3x.png\" }, \"pendant\": { \"pid\": 5305, \"name\": \"明日方舟音律系列\", \"image\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/615a1653281141ddf64cbb98c792ddaee78f7f40.png\", \"expire\": 0, \"image_enhance\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/516ecdf2d495a62f1bac31497c831b711823140c.webp\", \"image_enhance_frame\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/c0751afbf950373c260254d02768eabf30ff3906.png\" }, \"rank\": \"10000\", \"sign\": \"重铸未来 方舟启航\", \"level_info\": { \"current_level\": 6 } }, \"activity_infos\": { \"details\": [ { \"type\": 2, \"detail\": \"{\\\"icon\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/4afb1d524cbd1aa8d4ac97f61e599d067169d646.png\\\",\\\"link\\\":\\\"bilibili:\\\\\\/\\\\\\/pegasus\\\\\\/hotpage\\\",\\\"text\\\":\\\"热门\\\"}\" } ] } }","extend_json":"{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"}}","extra":{"is_space_top":0},"display":{"origin":{"topic_info":{"topic_details":[{"topic_id":19501473,"topic_name":"可露希尔的秘密档案","is_activity":1,"topic_link":"https://www.bilibili.com/blackboard/dynamic/132290"},{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""}]},"usr_action_txt":"投稿了视频","relation":{"status":1,"is_follow":0,"is_followed":0},"attach_card":{"type":"game","head_text":"相关游戏","cover_url":"https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png","cover_type":1,"title":"明日方舟","desc_first":"策略/二次元/美少女","desc_second":"主线【风暴瞭望】即将开放,限时纪念活动即将开启","jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005","button":{"type":1,"jump_style":{"text":"进入"},"jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005"},"oid_str":"101772"},"tags":[{"tag_type":4,"sub_type":2,"icon":"https://i0.hdslb.com/bfs/album/4afb1d524cbd1aa8d4ac97f61e599d067169d646.png","text":"热门","link":"bilibili://pegasus/hotpage?topic_from=topic-card&name=%E7%83%AD%E9%97%A8","sub_module":"hot"}],"add_on_card_info":[{"add_on_card_show_type":2,"attach_card":{"type":"game","head_text":"相关游戏","cover_url":"https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png","cover_type":1,"title":"明日方舟","desc_first":"策略/二次元/美少女","desc_second":"主线【风暴瞭望】即将开放,限时纪念活动即将开启","jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005","button":{"type":1,"jump_style":{"text":"进入"},"jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005"},"oid_str":"101772"}}],"show_tip":{"del_tip":"要删除动态吗?"},"cover_play_icon_url":"https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png"},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""}}},{"desc":{"uid":8412516,"type":8,"rid":975400699,"acl":0,"view":14173,"repost":2,"like":495,"is_liked":0,"dynamic_id":569384016297146454,"timestamp":1631408447,"pre_dy_id":0,"orig_dy_id":0,"orig_type":0,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"569384016297146454","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"975400699","bvid":"BV1K44y1h7Xg"},"card":"{\"aid\":975400699,\"attribute\":0,\"cid\":406644689,\"copyright\":1,\"ctime\":1631408447,\"desc\":\"本系列视频为饼组成员的有趣直播录播,主要内容为方舟相关,未来可能系列其他视频会包含部分饼组团建日常等。仅为娱乐性视频,内容与常规饼学预测无关。视频仅为当期主播主观观点,不代表饼组观点。仅供娱乐。\\n\\n直播主播:@寒蝉慕夏 \\n后期剪辑:@Melodiesviel \\n\\n本群视频为9.11组员慕夏直播录播,包含慕夏对新PV的个人解读,风笛厨力疯狂放出,CP言论输出,9.16轮换池预测视频分析和理智规划杂谈内容。\\n注意:内含大量个人性质对风笛的厨力观点,与多CP混乱发言,不适者请及时点击退出或跳到下一片段。\",\"dimension\":{\"height\":1080,\"rotate\":0,\"width\":1920},\"duration\":4318,\"dynamic\":\"昨天慕夏直播的录播剪辑版,关于新PV,慕夏对风笛的看法,新一期轮换池预测视频的分析以及理智规划。错过直播且有兴趣的朋友可以看啦。\",\"first_frame\":\"https:\\/\\/i1.hdslb.com\\/bfs\\/storyff\\/n210911a297vzlaeyhb8g26etg86gci5_firsti.jpg\",\"jump_url\":\"bilibili:\\/\\/video\\/975400699\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\",\"owner\":{\"face\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"mid\":8412516,\"name\":\"罗德岛蜜饼工坊\"},\"pic\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/archive\\/c8cb0073819a0c8171db5009002eec19a80c85f6.jpg\",\"player_info\":null,\"pubdate\":1631408446,\"rights\":{\"autoplay\":1,\"bp\":0,\"download\":0,\"elec\":0,\"hd5\":0,\"is_cooperation\":0,\"movie\":0,\"no_background\":0,\"no_reprint\":1,\"pay\":0,\"ugc_pay\":0,\"ugc_pay_preview\":0},\"short_link\":\"https:\\/\\/b23.tv\\/BV1K44y1h7Xg\",\"short_link_v2\":\"https:\\/\\/b23.tv\\/BV1K44y1h7Xg\",\"stat\":{\"aid\":975400699,\"coin\":46,\"danmaku\":156,\"dislike\":0,\"favorite\":45,\"his_rank\":0,\"like\":495,\"now_rank\":0,\"reply\":45,\"share\":6,\"view\":3293},\"state\":0,\"tid\":172,\"title\":\"阿消的罗德岛闲谈直播#01:《女人最喜欢的女人,就是在战场上熠熠生辉的女人》\",\"tname\":\"手机游戏\",\"up_from_v2\":35,\"videos\":1}","extend_json":"{\"\":{\"ogv\":{\"ogv_id\":0}},\"dispute\":{\"content\":\"\"},\"from\":{\"from\":\"\",\"verify\":{}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}","extra":{"is_space_top":0},"activity_infos":{"details":[{"type":1,"detail":"{\"is_show\":1,\"topic_id\":10511051,\"topic_link\":\"\",\"topic_name\":\"打卡挑战\"}"}]},"display":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":133748,"topic_name":"风笛","is_activity":0,"topic_link":""},{"topic_id":21641728,"topic_name":"琴柳","is_activity":0,"topic_link":""},{"topic_id":20833282,"topic_name":"风暴瞭望","is_activity":0,"topic_link":""},{"topic_id":15127509,"topic_name":"轮换池","is_activity":0,"topic_link":""},{"topic_id":10511051,"topic_name":"打卡挑战","is_activity":1,"topic_link":""}]},"usr_action_txt":"投稿了视频","relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"tags":[{"tag_type":3,"sub_type":1,"icon":"https://i0.hdslb.com/bfs/album/4c1880a3e9d5fd2c72b339929a73a4b83d2bab93.png","text":"打卡挑战","link":"","rid":10511051,"sub_module":"topic"}],"show_tip":{"del_tip":"要删除动态吗?"},"cover_play_icon_url":"https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png"}},{"desc":{"uid":8412516,"type":2,"rid":165204278,"view":13591,"repost":0,"comment":5,"like":322,"is_liked":0,"dynamic_id":569221082416208390,"timestamp":1631370511,"orig_type":0,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"569221082416208390","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"165204278"},"card":"{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"视频更新预告\",\"id\":165204278,\"is_fav\":0,\"pictures\":[{\"img_height\":607,\"img_size\":75,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/archive\\/c8cb0073819a0c8171db5009002eec19a80c85f6.jpg\",\"img_tags\":null,\"img_width\":972}],\"pictures_count\":1,\"reply\":5,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1631370511},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"name\":\"罗德岛蜜饼工坊\",\"uid\":8412516,\"vip\":{\"avatar_subscript\":0,\"due_date\":1626364800000,\"label\":{\"label_theme\":\"\",\"path\":\"\",\"text\":\"\"},\"nickname_color\":\"\",\"status\":0,\"theme_type\":0,\"type\":1,\"vip_pay_type\":0}}}","extend_json":"{\"\":{\"reserve\":{\"reserve_id\":146857}},\"from\":{\"audit_level\":100,\"from\":\"draft_video.reserve.svr\",\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"}}","extra":{"is_space_top":0},"display":{"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"add_on_card_info":[{"add_on_card_show_type":6,"reserve_attach_card":{"type":"reserve","title":"预告:阿消的罗德岛闲谈直播#01:《女人最喜欢的女人,就是在战场上熠熠生辉的女人》","state":0,"reserve_total":197,"desc_first":{"text":"预计今天 09:00发布","style":0},"desc_second":"3293观看","jump_url":"https://www.bilibili.com/video/BV1K44y1h7Xg","oid_str":"146857","reserve_button":{"type":1,"jump_style":{"text":"去观看"},"jump_url":"https://www.bilibili.com/video/BV1K44y1h7Xg","status":1},"origin_state":150,"stype":1,"livePlanStartTime":1631408418,"up_mid":8412516,"show_desc_second":true}}]}},{"desc":{"uid":8412516,"type":1,"rid":569189870891453975,"acl":0,"view":13474,"repost":0,"comment":23,"like":167,"is_liked":0,"dynamic_id":569189870889648693,"timestamp":1631363244,"pre_dy_id":568484078920438420,"orig_dy_id":565815693047293346,"orig_type":64,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"569189870889648693","pre_dy_id_str":"568484078920438420","orig_dy_id_str":"565815693047293346","rid_str":"569189870891453975","origin":{"uid":8412516,"type":64,"rid":12993752,"view":67017,"repost":17,"dynamic_id":565815693047293346,"timestamp":1630577632,"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"565815693047293346","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"12993752"},"previous":{"uid":8412516,"type":1,"rid":568484078913235403,"view":17673,"repost":2,"dynamic_id":568484078920438420,"timestamp":1631198914,"pre_dy_id":568387154389567443,"orig_dy_id":565815693047293346,"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"568484078920438420","pre_dy_id_str":"568387154389567443","orig_dy_id_str":"565815693047293346","rid_str":"568484078913235403","origin":{"uid":8412516,"type":64,"rid":12993752,"dynamic_id":565815693047293346,"timestamp":1630577632,"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"565815693047293346","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"12993752"},"previous":{"uid":8412516,"type":1,"rid":568387154387891793,"acl":0,"view":0,"repost":0,"like":0,"dynamic_id":568387154389567443,"timestamp":1631176347,"pre_dy_id":568000577272362574,"orig_dy_id":565815693047293346,"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"568387154389567443","pre_dy_id_str":"568000577272362574","orig_dy_id_str":"565815693047293346","rid_str":"568387154387891793"}}},"card":"{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 569189870891453975, \"uid\": 8412516, \"content\": \"#明日方舟##饼学大厦#\\n9.11专栏更新完毕,这还塌了实属没跟新运营对上\\n后边除了周日发饼和PV没提及的中文语音,稳了\\n别忘了来参加#可露希尔的秘密档案#的主题投票\\nhttps:\\/\\/t.bilibili.com\\/568093580488553786?tab=2\", \"ctrl\": \"\", \"orig_dy_id\": 565815693047293346, \"pre_dy_id\": 568484078920438420, \"timestamp\": 1631363244, \"reply\": 23, \"orig_type\": 64 }, \"origin\": \"{ \\\"id\\\": 12993752, \\\"category\\\": { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" }, \\\"categories\\\": [ { \\\"id\\\": 1, \\\"parent_id\\\": 0, \\\"name\\\": \\\"游戏\\\" }, { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" } ], \\\"title\\\": \\\"【明日方舟】饼学大厦#12~14(风暴瞭望&玛莉娅·临光&红松林&感谢庆典)9.11更新\\\", \\\"summary\\\": \\\"更新记录09.11更新:覆盖09.10更新;以及排期更新,猜测周一周五开活动09.10更新:以周五开活动为底,PV\\\\\\/公告调整位置,整体结构更新09.08更新:饼学大厦#12更新,新增一件六星商店服饰(周日发饼)09.06更新:饼学大厦整栋整栋翻新,改为9.16开主线(四日无饼!)09.05凌晨更新:10.13后的排期(两日无饼,鹰角背刺,心狠手辣)前言感谢楪筱祈ぺ的动态-哔哩哔哩 (bilibili.com) 对饼学的贡献!后续排期:9.17【风暴瞭望】、10.01【玛莉娅·临光】复刻、10.1\\\", \\\"banner_url\\\": \\\"\\\", \\\"template_id\\\": 4, \\\"state\\\": 0, \\\"author\\\": { \\\"mid\\\": 8412516, \\\"name\\\": \\\"罗德岛蜜饼工坊\\\", \\\"face\\\": \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\\\", \\\"pendant\\\": { \\\"pid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"expire\\\": 0 }, \\\"official_verify\\\": { \\\"type\\\": -1, \\\"desc\\\": \\\"\\\" }, \\\"nameplate\\\": { \\\"nid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"image_small\\\": \\\"\\\", \\\"level\\\": \\\"\\\", \\\"condition\\\": \\\"\\\" }, \\\"vip\\\": { \\\"type\\\": 1, \\\"status\\\": 0, \\\"due_date\\\": 0, \\\"vip_pay_type\\\": 0, \\\"theme_type\\\": 0, \\\"label\\\": { \\\"path\\\": \\\"\\\", \\\"text\\\": \\\"\\\", \\\"label_theme\\\": \\\"\\\" }, \\\"avatar_subscript\\\": 0, \\\"nickname_color\\\": \\\"\\\" } }, \\\"reprint\\\": 0, \\\"image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/e960919dc185d1d9026e8c80bf6d058edbab2e69.jpg\\\" ], \\\"publish_time\\\": 1630577632, \\\"ctime\\\": 1630577338, \\\"stats\\\": { \\\"view\\\": 14767, \\\"favorite\\\": 60, \\\"like\\\": 373, \\\"dislike\\\": 0, \\\"reply\\\": 103, \\\"share\\\": 21, \\\"coin\\\": 32, \\\"dynamic\\\": 0 }, \\\"attributes\\\": 24, \\\"words\\\": 1829, \\\"origin_image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/5fcc573673cd6fa7204792f231d211472e28bd39.jpg\\\" ], \\\"list\\\": { \\\"id\\\": 383313, \\\"mid\\\": 8412516, \\\"name\\\": \\\"明日方舟饼学预测\\\", \\\"image_url\\\": \\\"\\\", \\\"update_time\\\": 1630577338, \\\"ctime\\\": 1614183370, \\\"publish_time\\\": 1630577632, \\\"summary\\\": \\\"\\\", \\\"words\\\": 8218, \\\"read\\\": 0, \\\"articles_count\\\": 0, \\\"state\\\": 3, \\\"reason\\\": \\\"\\\", \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\" }, \\\"is_like\\\": false, \\\"media\\\": { \\\"score\\\": 0, \\\"media_id\\\": 0, \\\"title\\\": \\\"\\\", \\\"cover\\\": \\\"\\\", \\\"area\\\": \\\"\\\", \\\"type_id\\\": 0, \\\"type_name\\\": \\\"\\\", \\\"spoiler\\\": 0, \\\"season_id\\\": 0 }, \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\", \\\"original\\\": 1, \\\"act_id\\\": 0, \\\"dispute\\\": null, \\\"authenMark\\\": null, \\\"cover_avid\\\": 0, \\\"top_video_info\\\": null, \\\"type\\\": 0 }\", \"origin_extend_json\": \"{\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"card\": { \"official_verify\": { \"type\": -1, \"desc\": \"\" } }, \"vip\": { \"vipType\": 1, \"vipDueDate\": 1626364800000, \"vipStatus\": 0, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"\", \"label_theme\": \"\", \"text_color\": \"\", \"bg_style\": 0, \"bg_color\": \"\", \"border_color\": \"\" }, \"avatar_subscript\": 0, \"nickname_color\": \"\", \"role\": 0, \"avatar_subscript_url\": \"\" }, \"pendant\": { \"pid\": 0, \"name\": \"\", \"image\": \"\", \"expire\": 0, \"image_enhance\": \"\", \"image_enhance_frame\": \"\" }, \"rank\": \"10000\", \"sign\": \"明日方舟饼学研究组\", \"level_info\": { \"current_level\": 4 } } }","extend_json":"{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}","extra":{"is_space_top":0},"display":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":16222309,"topic_name":"饼学大厦","is_activity":0,"topic_link":""},{"topic_id":19501473,"topic_name":"可露希尔的秘密档案","is_activity":1,"topic_link":"https://www.bilibili.com/blackboard/dynamic/132290"}]},"origin":{"topic_info":{"topic_details":[{"topic_id":12189522,"topic_name":"感谢庆典","is_activity":1,"topic_link":"https://www.bilibili.com/blackboard/dynamic/84498"},{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":21527990,"topic_name":"红松林","is_activity":0,"topic_link":""},{"topic_id":20833282,"topic_name":"风暴瞭望","is_activity":0,"topic_link":""},{"topic_id":20302865,"topic_name":"饼学预测","is_activity":0,"topic_link":""}]},"relation":{"status":1,"is_follow":0,"is_followed":0},"show_tip":{"del_tip":"要删除动态吗?"}},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"show_tip":{"del_tip":"要删除动态吗?"}}},{"desc":{"uid":8412516,"type":1,"rid":569107343094504142,"view":15650,"repost":0,"comment":33,"like":215,"is_liked":0,"dynamic_id":569107343093484983,"timestamp":1631344029,"pre_dy_id":569105539209306328,"orig_dy_id":569105539209306328,"orig_type":2,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"569107343093484983","pre_dy_id_str":"569105539209306328","orig_dy_id_str":"569105539209306328","rid_str":"569107343094504142","origin":{"uid":161775300,"type":2,"rid":165109731,"view":1414748,"repost":631,"dynamic_id":569105539209306328,"timestamp":1631343609,"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"569105539209306328","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"165109731"}},"card":"{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 569107343094504142, \"uid\": 8412516, \"content\": \"饼组主线饼学预测——9.11版\\n①今日结果\\n9.11 殿堂上的游禽-星极(x,新运营实锤了)\\n②后续预测\\n9.12 #罗德岛相簿#+#可露希尔的秘密档案#11话\\n9.13 六星先锋(执旗手)干员-琴柳\\n9.14 宣传策略-空弦+家具\\n9.15 轮换池(+中文语音前瞻)\\n9.16 停机\\n9.17 #罗德岛闲逛部#+新六星EP+EP09·风暴瞭望开启\\n9.19 #罗德岛相簿#\", \"ctrl\": \"\", \"orig_dy_id\": 569105539209306328, \"pre_dy_id\": 569105539209306328, \"timestamp\": 1631344029, \"reply\": 33, \"orig_type\": 2 }, \"origin\": \"{\\\"item\\\":{\\\"at_control\\\":\\\"\\\",\\\"category\\\":\\\"daily\\\",\\\"description\\\":\\\"#明日方舟#\\\\n【新增服饰】\\\\n\\\\\\/\\\\\\/殿堂上的游禽 - 星极\\\\n塞壬唱片偶像企划《闪耀阶梯》特供服饰\\\\\\/殿堂上的游禽。星极自费参加了这项企划,尝试着用大众能接受的方式演绎天空之上的故事。\\\\n\\\\n_____________\\\\n谦逊留给观众,骄傲发自歌喉,此夜,唯我璀璨。 \\\",\\\"id\\\":165109731,\\\"is_fav\\\":0,\\\"pictures\\\":[{\\\"img_height\\\":1080,\\\"img_size\\\":2472.5859375,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/1cdd2bf828f56350b90881c4cbe83845bdb76d75.png\\\",\\\"img_tags\\\":null,\\\"img_width\\\":1920},{\\\"img_height\\\":816,\\\"img_size\\\":5333.072265625,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/50735bb4dce5ec875b9f5aa6dd49e4b89baa0bad.gif\\\",\\\"img_tags\\\":null,\\\"img_width\\\":499},{\\\"img_height\\\":816,\\\"img_size\\\":8158.134765625,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/de08b9a0eecd884bc1f45fd22bc239f6bb0d4a8b.gif\\\",\\\"img_tags\\\":null,\\\"img_width\\\":499},{\\\"img_height\\\":816,\\\"img_size\\\":3409.19921875,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/5759352a4a9f83358817ff22744b991816d73382.gif\\\",\\\"img_tags\\\":null,\\\"img_width\\\":499}],\\\"pictures_count\\\":4,\\\"reply\\\":5844,\\\"role\\\":[],\\\"settings\\\":{\\\"copy_forbidden\\\":\\\"0\\\"},\\\"source\\\":[],\\\"title\\\":\\\"\\\",\\\"upload_time\\\":1631343609},\\\"user\\\":{\\\"head_url\\\":\\\"https:\\\\\\/\\\\\\/i1.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\\\",\\\"name\\\":\\\"明日方舟\\\",\\\"uid\\\":161775300,\\\"vip\\\":{\\\"avatar_subscript\\\":1,\\\"due_date\\\":1646150400000,\\\"label\\\":{\\\"label_theme\\\":\\\"annual_vip\\\",\\\"path\\\":\\\"\\\",\\\"text\\\":\\\"年度大会员\\\"},\\\"nickname_color\\\":\\\"#FB7299\\\",\\\"status\\\":1,\\\"theme_type\\\":0,\\\"type\\\":2,\\\"vip_pay_type\\\":0}}}\", \"origin_extend_json\": \"{\\\"\\\":{\\\"game\\\":{\\\"game_id\\\":101772,\\\"platform\\\":\\\"1,2\\\"}},\\\"from\\\":{\\\"emoji_type\\\":1,\\\"from\\\":\\\"timer.publish\\\",\\\"up_close_comment\\\":0,\\\"verify\\\":{\\\"cc\\\":{\\\"nv\\\":1}}},\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i1.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\" }, \"card\": { \"official_verify\": { \"type\": 1, \"desc\": \"明日方舟官方账号\" } }, \"vip\": { \"vipType\": 2, \"vipDueDate\": 1646150400000, \"vipStatus\": 1, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"年度大会员\", \"label_theme\": \"annual_vip\", \"text_color\": \"#FFFFFF\", \"bg_style\": 1, \"bg_color\": \"#FB7299\", \"border_color\": \"\" }, \"avatar_subscript\": 1, \"nickname_color\": \"#FB7299\", \"role\": 3, \"avatar_subscript_url\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/vip\\/icon_Certification_big_member_22_3x.png\" }, \"pendant\": { \"pid\": 5305, \"name\": \"明日方舟音律系列\", \"image\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/615a1653281141ddf64cbb98c792ddaee78f7f40.png\", \"expire\": 0, \"image_enhance\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/516ecdf2d495a62f1bac31497c831b711823140c.webp\", \"image_enhance_frame\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/c0751afbf950373c260254d02768eabf30ff3906.png\" }, \"rank\": \"10000\", \"sign\": \"重铸未来 方舟启航\", \"level_info\": { \"current_level\": 6 } } }","extend_json":"{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}","extra":{"is_space_top":0},"display":{"topic_info":{"topic_details":[{"topic_id":19505960,"topic_name":"罗德岛相簿","is_activity":0,"topic_link":""},{"topic_id":19501473,"topic_name":"可露希尔的秘密档案","is_activity":1,"topic_link":"https://www.bilibili.com/blackboard/dynamic/132290"},{"topic_id":19504680,"topic_name":"罗德岛闲逛部","is_activity":0,"topic_link":""}]},"origin":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""}]},"relation":{"status":1,"is_follow":0,"is_followed":0},"attach_card":{"type":"game","head_text":"相关游戏","cover_url":"https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png","cover_type":1,"title":"明日方舟","desc_first":"策略/二次元/美少女","desc_second":"主线【风暴瞭望】即将开放,限时纪念活动即将开启","jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005","button":{"type":1,"jump_style":{"text":"进入"},"jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005"},"oid_str":"101772"},"add_on_card_info":[{"add_on_card_show_type":2,"attach_card":{"type":"game","head_text":"相关游戏","cover_url":"https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png","cover_type":1,"title":"明日方舟","desc_first":"策略/二次元/美少女","desc_second":"主线【风暴瞭望】即将开放,限时纪念活动即将开启","jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005","button":{"type":1,"jump_style":{"text":"进入"},"jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005"},"oid_str":"101772"}}],"show_tip":{"del_tip":"要删除动态吗?"}},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"show_tip":{"del_tip":"要删除动态吗?"}}},{"desc":{"uid":8412516,"type":8,"rid":335464825,"view":17627,"repost":5,"like":1572,"is_liked":0,"dynamic_id":569028375831520374,"timestamp":1631325643,"orig_type":0,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"569028375831520374","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"335464825","bvid":"BV1tA411F73r"},"card":"{\"aid\":335464825,\"attribute\":0,\"cid\":406175333,\"copyright\":1,\"ctime\":1631301491,\"desc\":\"简介:9.16轮换池预测它来了,久违的进店概率百分百预测!究竟是为什么皮肤轮换学要大失败了!皮肤学真的会败北吗?\\n\\n\\n出品:罗德岛蜜饼工坊\\n视频录制:@寒蝉慕夏 \\n文案:@寒蝉慕夏 、@柳陌轩Endivie 、@博尔吉亚7211 \\n后期:@Melodiesviel 、@让你爱上学习 、@とがた \\n校对:@とがた \\n封面:@外星蚂蚁 \\n系列往期:\\n【明日方舟】伊芙利特的轮换池作业#01:8.19轮换池前瞻 BV18L411J74U\\n【明日方舟】伊芙利特的轮换池作业#02:鹰角的自由,异\",\"dimension\":{\"height\":1080,\"rotate\":0,\"width\":1920},\"duration\":644,\"dynamic\":\"是谁要击碎皮肤轮换学!是谁这次百分百进店!One More Thing......\",\"first_frame\":\"https:\\/\\/i2.hdslb.com\\/bfs\\/storyff\\/n210911a27xbp8dv50nx71vk8u8dj0uv_firsti.jpg\",\"jump_url\":\"bilibili:\\/\\/video\\/335464825\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\",\"owner\":{\"face\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"mid\":8412516,\"name\":\"罗德岛蜜饼工坊\"},\"pic\":\"https:\\/\\/i2.hdslb.com\\/bfs\\/archive\\/4558d4098ef67d826de99d864ed35af64abf54eb.jpg\",\"player_info\":null,\"pubdate\":1631325606,\"rights\":{\"autoplay\":1,\"bp\":0,\"download\":0,\"elec\":0,\"hd5\":0,\"is_cooperation\":0,\"movie\":0,\"no_background\":0,\"no_reprint\":1,\"pay\":0,\"ugc_pay\":0,\"ugc_pay_preview\":0},\"short_link\":\"https:\\/\\/b23.tv\\/BV1tA411F73r\",\"short_link_v2\":\"https:\\/\\/b23.tv\\/BV1tA411F73r\",\"stat\":{\"aid\":335464825,\"coin\":221,\"danmaku\":87,\"dislike\":0,\"favorite\":108,\"his_rank\":0,\"like\":1572,\"now_rank\":0,\"reply\":135,\"share\":43,\"view\":15989},\"state\":0,\"tid\":172,\"title\":\"【明日方舟】伊芙利特的轮换池作业#04:9.16轮换池预测\",\"tname\":\"手机游戏\",\"videos\":1}","extend_json":"{\"\":{\"ogv\":{\"ogv_id\":0}},\"dispute\":{\"content\":\"\"},\"from\":{\"from\":\"\",\"verify\":{}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}","extra":{"is_space_top":0},"display":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":20955936,"topic_name":"轮换学","is_activity":0,"topic_link":""},{"topic_id":18032856,"topic_name":"常驻标准寻访","is_activity":0,"topic_link":""},{"topic_id":15127509,"topic_name":"轮换池","is_activity":0,"topic_link":""},{"topic_id":10511051,"topic_name":"打卡挑战","is_activity":1,"topic_link":""},{"topic_id":9608827,"topic_name":"舟游","is_activity":0,"topic_link":""}]},"usr_action_txt":"投稿了视频","relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comments":[{"uid":456873626,"name":"维沐辰","content":"早期慕夏自信预测后发现失误为防止背刺连夜肝视频珍贵影像[藏狐]"}],"emojis":[{"emoji_name":"[藏狐]","url":"https://i0.hdslb.com/bfs/emote/ba0937ef6f3ccca85e2e0047e6263f3b4da37201.png","meta":{"size":1}}],"comment_ids":"5375314021"},"show_tip":{"del_tip":"要删除动态吗?"},"cover_play_icon_url":"https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png"}},{"desc":{"uid":8412516,"type":2,"rid":165045045,"view":16721,"repost":0,"comment":10,"like":214,"is_liked":0,"dynamic_id":569006690537333142,"timestamp":1631320594,"orig_type":0,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"569006690537333142","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"165045045"},"card":"{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟##饼学大厦#\\ncv12993752\\n9.10专栏更新完毕——继PV背刺后,连审核也(悲)\\n以周五开活动为底,PV\\/公告调整位置,整体结构更新\",\"id\":165045045,\"is_fav\":0,\"pictures\":[{\"img_height\":112,\"img_size\":36.4140625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/54a09fea5a1b3240d9af288ffe705574ad6a5915.png\",\"img_tags\":null,\"img_width\":1540}],\"pictures_count\":1,\"reply\":10,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1631320594},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"name\":\"罗德岛蜜饼工坊\",\"uid\":8412516,\"vip\":{\"avatar_subscript\":0,\"due_date\":1626364800000,\"label\":{\"label_theme\":\"\",\"path\":\"\",\"text\":\"\"},\"nickname_color\":\"\",\"status\":0,\"theme_type\":0,\"type\":1,\"vip_pay_type\":0}}}","extend_json":"{\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"up_close_comment\":0,\"verify\":{}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}","extra":{"is_space_top":0},"display":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":16222309,"topic_name":"饼学大厦","is_activity":0,"topic_link":""}]},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"show_tip":{"del_tip":"要删除动态吗?"},"rich_text":{"rich_details":[{"jump_uri":"https://www.bilibili.com/read/cv12993752","icon_type":2,"text":"【明日方舟】饼学大厦#12~14(风暴瞭...","orig_text":"cv12993752"}]}}},{"desc":{"uid":8412516,"type":4,"rid":568887466536025305,"acl":0,"view":18179,"repost":1,"comment":20,"like":294,"is_liked":0,"dynamic_id":568887466540903340,"timestamp":1631292835,"pre_dy_id":0,"orig_dy_id":0,"orig_type":0,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"stype":0,"r_type":0,"inner_id":0,"status":1,"dynamic_id_str":"568887466540903340","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"568887466536025305"},"card":"{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 568887466536025305, \"uid\": 8412516, \"content\": \"[热词系列_知识增加]是谁要击碎皮肤轮换学!是谁这次百分百进店\\n[热词系列_三连]十点见\", \"ctrl\": \"\", \"orig_dy_id\": 0, \"pre_dy_id\": 0, \"timestamp\": 1631292835, \"reply\": 20 } }","extend_json":"{\"\":{\"reserve\":{\"reserve_id\":145512}},\"from\":{\"emoji_type\":1,\"verify\":{\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"}}","extra":{"is_space_top":0},"display":{"emoji_info":{"emoji_details":[{"emoji_name":"[热词系列_三连]","id":1483,"package_id":53,"state":0,"type":1,"attr":2,"text":"[热词系列_三连]","url":"https://i0.hdslb.com/bfs/emote/21f15fe11b7a84d2f2121c16dec50a4e4556f865.png","meta":{"size":2},"mtime":1598525979},{"emoji_name":"[热词系列_知识增加]","id":1937,"package_id":53,"state":0,"type":1,"attr":2,"text":"[热词系列_知识增加]","url":"https://i0.hdslb.com/bfs/emote/142409b595982b8210b2958f3d340f3b47942645.png","meta":{"size":2},"mtime":1617293934}]},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"add_on_card_info":[{"add_on_card_show_type":6,"reserve_attach_card":{"type":"reserve","title":"预告:伊芙利特的轮换池作业#04期","state":0,"reserve_total":186,"desc_first":{"text":"视频预约","style":0},"desc_second":"1.5万观看","jump_url":"https://www.bilibili.com/video/BV1tA411F73r","oid_str":"145512","reserve_button":{"type":1,"jump_style":{"text":"去观看"},"jump_url":"https://www.bilibili.com/video/BV1tA411F73r","status":1},"origin_state":150,"stype":1,"livePlanStartTime":0,"up_mid":8412516,"show_desc_second":true}}]}},{"desc":{"uid":8412516,"type":1,"rid":568678499200295660,"acl":0,"view":16572,"repost":4,"comment":57,"like":219,"is_liked":0,"dynamic_id":568678499202493661,"timestamp":1631244181,"pre_dy_id":568672623683005903,"orig_dy_id":568672623683005903,"orig_type":8,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"568678499202493661","pre_dy_id_str":"568672623683005903","orig_dy_id_str":"568672623683005903","rid_str":"568678499200295660","origin":{"uid":161775300,"type":8,"rid":335406585,"view":1898496,"repost":2123,"dynamic_id":568672623683005903,"timestamp":1631242813,"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"568672623683005903","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"335406585","bvid":"BV1gA411F7s4"}},"card":"{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 568678499200295660, \"uid\": 8412516, \"content\": \"#明日方舟##饼学大厦#\\n饼组主线饼学预测——9.10版\\n①今日结果\\n9.10 PV(x周五没想到吧)\\n②后续预测\\n9.11 六星先锋(执旗手)干员-琴柳\\n9.12 #罗德岛相簿#+#可露希尔的秘密档案#11话\\n9.13 殿堂上的游禽-星极\\n9.14 宣传策略-空弦+家具\\n9.15 轮换池(+中文语音前瞻)\\n9.16 停机更新公告\\n9.17 #罗德岛闲逛部#+新六星EP+EP09·风暴瞭望开启\\n(后边3个活动都是周五开,yj,你好温柔)\\n9.19 #罗德岛相簿#\", \"ctrl\": \"\", \"orig_dy_id\": 568672623683005903, \"pre_dy_id\": 568672623683005903, \"timestamp\": 1631244181, \"reply\": 57, \"orig_type\": 8 }, \"origin\": \"{\\\"aid\\\":335406585,\\\"attribute\\\":0,\\\"cid\\\":405923565,\\\"copyright\\\":1,\\\"ctime\\\":1631242806,\\\"desc\\\":\\\"--重铸未来 方舟启航--\\\\n《明日方舟》主线【风暴瞭望】开放 限时纪念活动宣传pv\\\\n\\\\n↓↓《明日方舟》bilibili服下载↓↓\\\\nhttps:\\\\\\/\\\\\\/www.biligame.com\\\\\\/detail\\\\\\/?id=101772\\\\n\\\\n\\\\n一、主线EP09【风暴瞭望】开放\\\\n二、【小丘上的眠柳】限时寻访开启\\\\n三、新干员登场,【标准寻访】常驻\\\\n四、【怀望桑梓】登录活动开启\\\\n五、【风暴瞭望】开放,限时掉落活动开启\\\\n六、【闪耀阶梯】系列,新装限时上架\\\\n七、【生命之地】系列,限时复刻上架\\\\n八、新增【维多利亚近卫学院宿舍】主题家具,限时\\\",\\\"dimension\\\":{\\\"height\\\":1080,\\\"rotate\\\":0,\\\"width\\\":1920},\\\"duration\\\":147,\\\"dynamic\\\":\\\"--重铸未来 方舟启航--\\\\n《明日方舟》主线【风暴瞭望】开放 限时纪念活动宣传pv\\\\n\\\\n↓↓《明日方舟》bilibili服下载↓↓\\\\nhttps:\\\\\\/\\\\\\/www.biligame.com\\\\\\/detail\\\\\\/?id=101772\\\\n\\\\n\\\\n关于限时纪念活动的具体内容,请持续关注《明日方舟》游戏内公告、官网及官方自媒体账号。\\\",\\\"first_frame\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/storyff\\\\\\/n210910a23h7upat6wvgfl3i80ue9aua_firsti.jpg\\\",\\\"jump_url\\\":\\\"bilibili:\\\\\\/\\\\\\/video\\\\\\/335406585\\\\\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\\\",\\\"owner\\\":{\\\"face\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\\\",\\\"mid\\\":161775300,\\\"name\\\":\\\"明日方舟\\\"},\\\"pic\\\":\\\"https:\\\\\\/\\\\\\/i1.hdslb.com\\\\\\/bfs\\\\\\/archive\\\\\\/d194cc26c034cb9fc0a5a55e25f98c0d357dedeb.jpg\\\",\\\"player_info\\\":null,\\\"pubdate\\\":1631242802,\\\"rights\\\":{\\\"autoplay\\\":1,\\\"bp\\\":0,\\\"download\\\":0,\\\"elec\\\":0,\\\"hd5\\\":1,\\\"is_cooperation\\\":0,\\\"movie\\\":0,\\\"no_background\\\":0,\\\"no_reprint\\\":1,\\\"pay\\\":0,\\\"ugc_pay\\\":0,\\\"ugc_pay_preview\\\":0},\\\"share_subtitle\\\":\\\"已观看176.0万次\\\",\\\"short_link\\\":\\\"https:\\\\\\/\\\\\\/b23.tv\\\\\\/BV1gA411F7s4\\\",\\\"short_link_v2\\\":\\\"https:\\\\\\/\\\\\\/b23.tv\\\\\\/BV1gA411F7s4\\\",\\\"stat\\\":{\\\"aid\\\":335406585,\\\"coin\\\":44601,\\\"danmaku\\\":14670,\\\"dislike\\\":0,\\\"favorite\\\":20251,\\\"his_rank\\\":9,\\\"like\\\":133118,\\\"now_rank\\\":0,\\\"reply\\\":25181,\\\"share\\\":27783,\\\"view\\\":1766087},\\\"state\\\":0,\\\"tid\\\":172,\\\"title\\\":\\\"《明日方舟》主线【风暴瞭望】开放 限时纪念活动宣传pv\\\",\\\"tname\\\":\\\"手机游戏\\\",\\\"videos\\\":1}\", \"origin_extend_json\": \"{\\\"\\\":{\\\"game\\\":{\\\"game_id\\\":101772,\\\"platform\\\":\\\"1,2\\\"},\\\"ogv\\\":{\\\"ogv_id\\\":0}},\\\"dispute\\\":{\\\"content\\\":\\\"\\\"},\\\"from\\\":{\\\"from\\\":\\\"\\\",\\\"verify\\\":{}},\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i1.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\" }, \"card\": { \"official_verify\": { \"type\": 1, \"desc\": \"明日方舟官方账号\" } }, \"vip\": { \"vipType\": 2, \"vipDueDate\": 1646150400000, \"vipStatus\": 1, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"年度大会员\", \"label_theme\": \"annual_vip\", \"text_color\": \"#FFFFFF\", \"bg_style\": 1, \"bg_color\": \"#FB7299\", \"border_color\": \"\" }, \"avatar_subscript\": 1, \"nickname_color\": \"#FB7299\", \"role\": 3, \"avatar_subscript_url\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/vip\\/icon_Certification_big_member_22_3x.png\" }, \"pendant\": { \"pid\": 5305, \"name\": \"明日方舟音律系列\", \"image\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/615a1653281141ddf64cbb98c792ddaee78f7f40.png\", \"expire\": 0, \"image_enhance\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/516ecdf2d495a62f1bac31497c831b711823140c.webp\", \"image_enhance_frame\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/c0751afbf950373c260254d02768eabf30ff3906.png\" }, \"rank\": \"10000\", \"sign\": \"重铸未来 方舟启航\", \"level_info\": { \"current_level\": 6 } } }","extend_json":"{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}","extra":{"is_space_top":0},"display":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":16222309,"topic_name":"饼学大厦","is_activity":0,"topic_link":""},{"topic_id":19505960,"topic_name":"罗德岛相簿","is_activity":0,"topic_link":""},{"topic_id":19501473,"topic_name":"可露希尔的秘密档案","is_activity":1,"topic_link":"https://www.bilibili.com/blackboard/dynamic/132290"},{"topic_id":19504680,"topic_name":"罗德岛闲逛部","is_activity":0,"topic_link":""}]},"origin":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":3007,"topic_name":"手机游戏","is_activity":0,"topic_link":""}]},"usr_action_txt":"投稿了视频","relation":{"status":1,"is_follow":0,"is_followed":0},"attach_card":{"type":"game","head_text":"相关游戏","cover_url":"https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png","cover_type":1,"title":"明日方舟","desc_first":"策略/二次元/美少女","desc_second":"主线【风暴瞭望】即将开放,限时纪念活动即将开启","jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005","button":{"type":1,"jump_style":{"text":"进入"},"jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005"},"oid_str":"101772"},"add_on_card_info":[{"add_on_card_show_type":2,"attach_card":{"type":"game","head_text":"相关游戏","cover_url":"https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png","cover_type":1,"title":"明日方舟","desc_first":"策略/二次元/美少女","desc_second":"主线【风暴瞭望】即将开放,限时纪念活动即将开启","jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005","button":{"type":1,"jump_style":{"text":"进入"},"jump_url":"https://www.biligame.com/detail?id=101772&sourceFrom=1005"},"oid_str":"101772"}}],"show_tip":{"del_tip":"要删除动态吗?"},"cover_play_icon_url":"https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png"},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"show_tip":{"del_tip":"要删除动态吗?"}}},{"desc":{"uid":8412516,"type":1,"rid":568484078913235403,"view":17673,"repost":2,"comment":21,"like":199,"is_liked":0,"dynamic_id":568484078920438420,"timestamp":1631198914,"pre_dy_id":568387154389567443,"orig_dy_id":565815693047293346,"orig_type":64,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"568484078920438420","pre_dy_id_str":"568387154389567443","orig_dy_id_str":"565815693047293346","rid_str":"568484078913235403","origin":{"uid":8412516,"type":64,"rid":12993752,"view":67017,"repost":17,"dynamic_id":565815693047293346,"timestamp":1630577632,"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"565815693047293346","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"12993752"},"previous":{"uid":8412516,"type":1,"rid":568387154387891793,"acl":0,"view":12862,"repost":2,"like":0,"dynamic_id":568387154389567443,"timestamp":1631176347,"pre_dy_id":568000577272362574,"orig_dy_id":565815693047293346,"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"568387154389567443","pre_dy_id_str":"568000577272362574","orig_dy_id_str":"565815693047293346","rid_str":"568387154387891793","origin":{"uid":8412516,"type":64,"rid":12993752,"dynamic_id":565815693047293346,"timestamp":1630577632,"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"565815693047293346","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"12993752"},"previous":{"uid":8412516,"type":1,"rid":568000577273505783,"acl":0,"view":0,"repost":0,"like":0,"dynamic_id":568000577272362574,"timestamp":1631086340,"pre_dy_id":567622607260398211,"orig_dy_id":565815693047293346,"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"568000577272362574","pre_dy_id_str":"567622607260398211","orig_dy_id_str":"565815693047293346","rid_str":"568000577273505783"}}},"card":"{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 568484078913235403, \"uid\": 8412516, \"content\": \"#明日方舟##饼学大厦#\\n9.09专栏更新完毕,有惊无险(时间诡异)\\n考虑到近来发饼,b站与微博时间差距不大\\n以后大厦等b站动态出了,直接转官方动态\\n制图更新、专栏替换完毕,再另行转专栏\", \"ctrl\": \"\", \"orig_dy_id\": 565815693047293346, \"pre_dy_id\": 568387154389567443, \"timestamp\": 1631198914, \"reply\": 21, \"orig_type\": 64 }, \"origin\": \"{ \\\"id\\\": 12993752, \\\"category\\\": { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" }, \\\"categories\\\": [ { \\\"id\\\": 1, \\\"parent_id\\\": 0, \\\"name\\\": \\\"游戏\\\" }, { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" } ], \\\"title\\\": \\\"【明日方舟】饼学大厦#12~14(风暴瞭望&玛莉娅·临光&红松林&感谢庆典)9.11更新\\\", \\\"summary\\\": \\\"更新记录09.11更新:覆盖09.10更新;以及排期更新,猜测周一周五开活动09.10更新:以周五开活动为底,PV\\\\\\/公告调整位置,整体结构更新09.08更新:饼学大厦#12更新,新增一件六星商店服饰(周日发饼)09.06更新:饼学大厦整栋整栋翻新,改为9.16开主线(四日无饼!)09.05凌晨更新:10.13后的排期(两日无饼,鹰角背刺,心狠手辣)前言感谢楪筱祈ぺ的动态-哔哩哔哩 (bilibili.com) 对饼学的贡献!后续排期:9.17【风暴瞭望】、10.01【玛莉娅·临光】复刻、10.1\\\", \\\"banner_url\\\": \\\"\\\", \\\"template_id\\\": 4, \\\"state\\\": 0, \\\"author\\\": { \\\"mid\\\": 8412516, \\\"name\\\": \\\"罗德岛蜜饼工坊\\\", \\\"face\\\": \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\\\", \\\"pendant\\\": { \\\"pid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"expire\\\": 0 }, \\\"official_verify\\\": { \\\"type\\\": -1, \\\"desc\\\": \\\"\\\" }, \\\"nameplate\\\": { \\\"nid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"image_small\\\": \\\"\\\", \\\"level\\\": \\\"\\\", \\\"condition\\\": \\\"\\\" }, \\\"vip\\\": { \\\"type\\\": 1, \\\"status\\\": 0, \\\"due_date\\\": 0, \\\"vip_pay_type\\\": 0, \\\"theme_type\\\": 0, \\\"label\\\": { \\\"path\\\": \\\"\\\", \\\"text\\\": \\\"\\\", \\\"label_theme\\\": \\\"\\\" }, \\\"avatar_subscript\\\": 0, \\\"nickname_color\\\": \\\"\\\" } }, \\\"reprint\\\": 0, \\\"image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/e960919dc185d1d9026e8c80bf6d058edbab2e69.jpg\\\" ], \\\"publish_time\\\": 1630577632, \\\"ctime\\\": 1630577338, \\\"stats\\\": { \\\"view\\\": 14767, \\\"favorite\\\": 60, \\\"like\\\": 373, \\\"dislike\\\": 0, \\\"reply\\\": 103, \\\"share\\\": 21, \\\"coin\\\": 32, \\\"dynamic\\\": 0 }, \\\"attributes\\\": 24, \\\"words\\\": 1829, \\\"origin_image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/5fcc573673cd6fa7204792f231d211472e28bd39.jpg\\\" ], \\\"list\\\": { \\\"id\\\": 383313, \\\"mid\\\": 8412516, \\\"name\\\": \\\"明日方舟饼学预测\\\", \\\"image_url\\\": \\\"\\\", \\\"update_time\\\": 1630577338, \\\"ctime\\\": 1614183370, \\\"publish_time\\\": 1630577632, \\\"summary\\\": \\\"\\\", \\\"words\\\": 8218, \\\"read\\\": 0, \\\"articles_count\\\": 0, \\\"state\\\": 3, \\\"reason\\\": \\\"\\\", \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\" }, \\\"is_like\\\": false, \\\"media\\\": { \\\"score\\\": 0, \\\"media_id\\\": 0, \\\"title\\\": \\\"\\\", \\\"cover\\\": \\\"\\\", \\\"area\\\": \\\"\\\", \\\"type_id\\\": 0, \\\"type_name\\\": \\\"\\\", \\\"spoiler\\\": 0, \\\"season_id\\\": 0 }, \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\", \\\"original\\\": 1, \\\"act_id\\\": 0, \\\"dispute\\\": null, \\\"authenMark\\\": null, \\\"cover_avid\\\": 0, \\\"top_video_info\\\": null, \\\"type\\\": 0 }\", \"origin_extend_json\": \"{\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"card\": { \"official_verify\": { \"type\": -1, \"desc\": \"\" } }, \"vip\": { \"vipType\": 1, \"vipDueDate\": 1626364800000, \"vipStatus\": 0, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"\", \"label_theme\": \"\", \"text_color\": \"\", \"bg_style\": 0, \"bg_color\": \"\", \"border_color\": \"\" }, \"avatar_subscript\": 0, \"nickname_color\": \"\", \"role\": 0, \"avatar_subscript_url\": \"\" }, \"pendant\": { \"pid\": 0, \"name\": \"\", \"image\": \"\", \"expire\": 0, \"image_enhance\": \"\", \"image_enhance_frame\": \"\" }, \"rank\": \"10000\", \"sign\": \"明日方舟饼学研究组\", \"level_info\": { \"current_level\": 4 } } }","extend_json":"{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}","extra":{"is_space_top":0},"display":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":16222309,"topic_name":"饼学大厦","is_activity":0,"topic_link":""}]},"origin":{"topic_info":{"topic_details":[{"topic_id":12189522,"topic_name":"感谢庆典","is_activity":1,"topic_link":"https://www.bilibili.com/blackboard/dynamic/84498"},{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":21527990,"topic_name":"红松林","is_activity":0,"topic_link":""},{"topic_id":20833282,"topic_name":"风暴瞭望","is_activity":0,"topic_link":""},{"topic_id":20302865,"topic_name":"饼学预测","is_activity":0,"topic_link":""}]},"relation":{"status":1,"is_follow":0,"is_followed":0},"show_tip":{"del_tip":"要删除动态吗?"}},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"show_tip":{"del_tip":"要删除动态吗?"}}},{"desc":{"uid":8412516,"type":1,"rid":568387154387891793,"acl":0,"view":12862,"repost":2,"comment":31,"like":181,"is_liked":0,"dynamic_id":568387154389567443,"timestamp":1631176347,"pre_dy_id":568000577272362574,"orig_dy_id":565815693047293346,"orig_type":64,"user_profile":{"info":{"uid":8412516,"uname":"罗德岛蜜饼工坊","face":"https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg"},"card":{"official_verify":{"type":-1,"desc":""}},"vip":{"vipType":1,"vipDueDate":1626364800000,"vipStatus":0,"themeType":0,"label":{"path":"","text":"","label_theme":"","text_color":"","bg_style":0,"bg_color":"","border_color":""},"avatar_subscript":0,"nickname_color":"","role":0,"avatar_subscript_url":""},"pendant":{"pid":0,"name":"","image":"","expire":0,"image_enhance":"","image_enhance_frame":""},"rank":"10000","sign":"明日方舟饼学研究组","level_info":{"current_level":4}},"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"568387154389567443","pre_dy_id_str":"568000577272362574","orig_dy_id_str":"565815693047293346","rid_str":"568387154387891793","origin":{"uid":8412516,"type":64,"rid":12993752,"view":67017,"repost":17,"dynamic_id":565815693047293346,"timestamp":1630577632,"uid_type":1,"r_type":1,"status":1,"dynamic_id_str":"565815693047293346","pre_dy_id_str":"0","orig_dy_id_str":"0","rid_str":"12993752"},"previous":{"uid":8412516,"type":1,"rid":568000577273505783,"acl":0,"view":12337,"repost":1,"like":0,"dynamic_id":568000577272362574,"timestamp":1631086340,"pre_dy_id":567622607260398211,"orig_dy_id":565815693047293346,"uid_type":1,"stype":0,"r_type":1,"inner_id":0,"status":1,"dynamic_id_str":"568000577272362574","pre_dy_id_str":"567622607260398211","orig_dy_id_str":"565815693047293346","rid_str":"568000577273505783"}},"card":"{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 568387154387891793, \"uid\": 8412516, \"content\": \"#明日方舟##饼学大厦#\\n饼组主线饼学预测——9.09版\\n①今日结果\\n9.09 五星医疗(行医)干员-桑葚(✓)\\n②后续预测\\n9.10 五星服饰\\n9.11 PV(周六,可能包含复刻)\\n9.12 #罗德岛相簿#+#可露希尔的秘密档案#11话+六星干员\\n9.13 六星服饰\\n9.14 六星服饰+家具\\n9.15 轮换池+停机更新公告\\n9.16 新六星EP+EP09·风暴瞭望开启\\n9.17 #罗德岛闲逛部#\\n9.19 #罗德岛相簿#\", \"ctrl\": \"\", \"orig_dy_id\": 565815693047293346, \"pre_dy_id\": 568000577272362574, \"timestamp\": 1631176347, \"reply\": 31, \"orig_type\": 64 }, \"origin\": \"{ \\\"id\\\": 12993752, \\\"category\\\": { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" }, \\\"categories\\\": [ { \\\"id\\\": 1, \\\"parent_id\\\": 0, \\\"name\\\": \\\"游戏\\\" }, { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" } ], \\\"title\\\": \\\"【明日方舟】饼学大厦#12~14(风暴瞭望&玛莉娅·临光&红松林&感谢庆典)9.11更新\\\", \\\"summary\\\": \\\"更新记录09.11更新:覆盖09.10更新;以及排期更新,猜测周一周五开活动09.10更新:以周五开活动为底,PV\\\\\\/公告调整位置,整体结构更新09.08更新:饼学大厦#12更新,新增一件六星商店服饰(周日发饼)09.06更新:饼学大厦整栋整栋翻新,改为9.16开主线(四日无饼!)09.05凌晨更新:10.13后的排期(两日无饼,鹰角背刺,心狠手辣)前言感谢楪筱祈ぺ的动态-哔哩哔哩 (bilibili.com) 对饼学的贡献!后续排期:9.17【风暴瞭望】、10.01【玛莉娅·临光】复刻、10.1\\\", \\\"banner_url\\\": \\\"\\\", \\\"template_id\\\": 4, \\\"state\\\": 0, \\\"author\\\": { \\\"mid\\\": 8412516, \\\"name\\\": \\\"罗德岛蜜饼工坊\\\", \\\"face\\\": \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\\\", \\\"pendant\\\": { \\\"pid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"expire\\\": 0 }, \\\"official_verify\\\": { \\\"type\\\": -1, \\\"desc\\\": \\\"\\\" }, \\\"nameplate\\\": { \\\"nid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"image_small\\\": \\\"\\\", \\\"level\\\": \\\"\\\", \\\"condition\\\": \\\"\\\" }, \\\"vip\\\": { \\\"type\\\": 1, \\\"status\\\": 0, \\\"due_date\\\": 0, \\\"vip_pay_type\\\": 0, \\\"theme_type\\\": 0, \\\"label\\\": { \\\"path\\\": \\\"\\\", \\\"text\\\": \\\"\\\", \\\"label_theme\\\": \\\"\\\" }, \\\"avatar_subscript\\\": 0, \\\"nickname_color\\\": \\\"\\\" } }, \\\"reprint\\\": 0, \\\"image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/e960919dc185d1d9026e8c80bf6d058edbab2e69.jpg\\\" ], \\\"publish_time\\\": 1630577632, \\\"ctime\\\": 1630577338, \\\"stats\\\": { \\\"view\\\": 14767, \\\"favorite\\\": 60, \\\"like\\\": 373, \\\"dislike\\\": 0, \\\"reply\\\": 103, \\\"share\\\": 21, \\\"coin\\\": 32, \\\"dynamic\\\": 0 }, \\\"attributes\\\": 24, \\\"words\\\": 1829, \\\"origin_image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/5fcc573673cd6fa7204792f231d211472e28bd39.jpg\\\" ], \\\"list\\\": { \\\"id\\\": 383313, \\\"mid\\\": 8412516, \\\"name\\\": \\\"明日方舟饼学预测\\\", \\\"image_url\\\": \\\"\\\", \\\"update_time\\\": 1630577338, \\\"ctime\\\": 1614183370, \\\"publish_time\\\": 1630577632, \\\"summary\\\": \\\"\\\", \\\"words\\\": 8218, \\\"read\\\": 0, \\\"articles_count\\\": 0, \\\"state\\\": 3, \\\"reason\\\": \\\"\\\", \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\" }, \\\"is_like\\\": false, \\\"media\\\": { \\\"score\\\": 0, \\\"media_id\\\": 0, \\\"title\\\": \\\"\\\", \\\"cover\\\": \\\"\\\", \\\"area\\\": \\\"\\\", \\\"type_id\\\": 0, \\\"type_name\\\": \\\"\\\", \\\"spoiler\\\": 0, \\\"season_id\\\": 0 }, \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\", \\\"original\\\": 1, \\\"act_id\\\": 0, \\\"dispute\\\": null, \\\"authenMark\\\": null, \\\"cover_avid\\\": 0, \\\"top_video_info\\\": null, \\\"type\\\": 0 }\", \"origin_extend_json\": \"{\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"card\": { \"official_verify\": { \"type\": -1, \"desc\": \"\" } }, \"vip\": { \"vipType\": 1, \"vipDueDate\": 1626364800000, \"vipStatus\": 0, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"\", \"label_theme\": \"\", \"text_color\": \"\", \"bg_style\": 0, \"bg_color\": \"\", \"border_color\": \"\" }, \"avatar_subscript\": 0, \"nickname_color\": \"\", \"role\": 0, \"avatar_subscript_url\": \"\" }, \"pendant\": { \"pid\": 0, \"name\": \"\", \"image\": \"\", \"expire\": 0, \"image_enhance\": \"\", \"image_enhance_frame\": \"\" }, \"rank\": \"10000\", \"sign\": \"明日方舟饼学研究组\", \"level_info\": { \"current_level\": 4 } } }","extend_json":"{\"from\":{\"emoji_type\":1,\"up_close_comment\":0,\"verify\":{\"asw\":{\"fl\":15,\"nv\":1},\"sw\":{\"fl\":15,\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}","extra":{"is_space_top":0},"display":{"topic_info":{"topic_details":[{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":16222309,"topic_name":"饼学大厦","is_activity":0,"topic_link":""},{"topic_id":19505960,"topic_name":"罗德岛相簿","is_activity":0,"topic_link":""},{"topic_id":19501473,"topic_name":"可露希尔的秘密档案","is_activity":1,"topic_link":"https://www.bilibili.com/blackboard/dynamic/132290"},{"topic_id":19504680,"topic_name":"罗德岛闲逛部","is_activity":0,"topic_link":""}]},"origin":{"topic_info":{"topic_details":[{"topic_id":12189522,"topic_name":"感谢庆典","is_activity":1,"topic_link":"https://www.bilibili.com/blackboard/dynamic/84498"},{"topic_id":4610466,"topic_name":"明日方舟","is_activity":0,"topic_link":""},{"topic_id":21527990,"topic_name":"红松林","is_activity":0,"topic_link":""},{"topic_id":20833282,"topic_name":"风暴瞭望","is_activity":0,"topic_link":""},{"topic_id":20302865,"topic_name":"饼学预测","is_activity":0,"topic_link":""}]},"relation":{"status":1,"is_follow":0,"is_followed":0},"show_tip":{"del_tip":"要删除动态吗?"}},"relation":{"status":1,"is_follow":0,"is_followed":0},"comment_info":{"comment_ids":""},"show_tip":{"del_tip":"要删除动态吗?"}}}],"next_offset":568387154389567443,"_gt_":0}} \ No newline at end of file +{ + "code": 0, + "msg": "", + "message": "", + "data": { + "has_more": 1, + "cards": [ + { + "desc": { + "uid": 8412516, + "type": 2, + "rid": 165322654, + "acl": 0, + "view": 8149, + "repost": 1, + "comment": 25, + "like": 251, + "is_liked": 0, + "dynamic_id": 569475202750529681, + "timestamp": 1631429678, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "569475202750529681", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "165322654" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"最新的9.16轮换池预测图来啦[打call][打call]\\n顺便捞一捞本期轮换池预测视频[doge][doge]视频最后有彩蛋性质预测哦[脱单doge][脱单doge]本次轮换池预测图也有彩蛋(诶 就喜欢 one more thing 就是玩诶[墨镜][墨镜])\",\"id\":165322654,\"is_fav\":0,\"pictures\":[{\"img_height\":1080,\"img_size\":1074.380004882812,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/676ec47adae184ad6ad2193d2f92c5c2b9f82336.jpg\",\"img_tags\":null,\"img_width\":2160}],\"pictures_count\":1,\"reply\":25,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1631429678},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"name\":\"罗德岛蜜饼工坊\",\"uid\":8412516,\"vip\":{\"avatar_subscript\":0,\"due_date\":1626364800000,\"label\":{\"label_theme\":\"\",\"path\":\"\",\"text\":\"\"},\"nickname_color\":\"\",\"status\":0,\"theme_type\":0,\"type\":1,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"ugc\":{\"ugc_id\":335464825}},\"from\":{\"emoji_type\":1,\"verify\":{\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "emoji_info": { + "emoji_details": [ + { + "emoji_name": "[doge]", + "id": 26, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[doge]", + "url": "https://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", + "meta": { + "size": 1 + }, + "mtime": 1617293741 + }, + { + "emoji_name": "[墨镜]", + "id": 1953, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[墨镜]", + "url": "https://i0.hdslb.com/bfs/emote/3a03aebfc06339d86a68c2d893303b46f4b85771.png", + "meta": { + "size": 1 + }, + "mtime": 1597738918 + }, + { + "emoji_name": "[打call]", + "id": 510, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[打call]", + "url": "https://i0.hdslb.com/bfs/emote/431432c43da3ee5aab5b0e4f8931953e649e9975.png", + "meta": { + "size": 1 + }, + "mtime": 1617293741 + }, + { + "emoji_name": "[脱单doge]", + "id": 3301, + "package_id": 1, + "state": 0, + "type": 1, + "attr": 0, + "text": "[脱单doge]", + "url": "https://i0.hdslb.com/bfs/emote/bf7e00ecab02171f8461ee8cf439c73db9797748.png", + "meta": { + "size": 1 + }, + "mtime": 1613231074 + } + ] + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 5, + "ugc_attach_card": { + "type": "ugc", + "head_text": "", + "title": "【明日方舟】伊芙利特的轮换池作业#04:9.16轮换池预测", + "image_url": "https://i2.hdslb.com/bfs/archive/4558d4098ef67d826de99d864ed35af64abf54eb.jpg", + "desc_second": "1.5万观看 87弹幕", + "play_url": "https://www.bilibili.com/video/BV1tA411F73r", + "duration": "10:44", + "multi_line": true, + "oid_str": "335464825" + } + } + ] + } + }, + { + "desc": { + "uid": 8412516, + "type": 1, + "rid": 569448354911038740, + "view": 10002, + "repost": 1, + "comment": 9, + "like": 155, + "is_liked": 0, + "dynamic_id": 569448354910819194, + "timestamp": 1631423427, + "pre_dy_id": 569445713500670069, + "orig_dy_id": 569445713500670069, + "orig_type": 8, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "569448354910819194", + "pre_dy_id_str": "569445713500670069", + "orig_dy_id_str": "569445713500670069", + "rid_str": "569448354911038740", + "origin": { + "uid": 161775300, + "type": 8, + "rid": 420408148, + "acl": 0, + "view": 911594, + "repost": 156, + "like": 0, + "dynamic_id": 569445713500670069, + "timestamp": 1631422812, + "pre_dy_id": 0, + "orig_dy_id": 0, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "569445713500670069", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "420408148", + "bvid": "BV1E3411q7nU" + } + }, + "card": "{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 569448354911038740, \"uid\": 8412516, \"content\": \"答案揭晓:宿舍!来看看投票结果\\nhttps:\\/\\/t.bilibili.com\\/568093580488553786\", \"ctrl\": \"\", \"orig_dy_id\": 569445713500670069, \"pre_dy_id\": 569445713500670069, \"timestamp\": 1631423427, \"reply\": 9, \"orig_type\": 8 }, \"origin\": \"{\\\"aid\\\":420408148,\\\"attribute\\\":0,\\\"cid\\\":405963622,\\\"copyright\\\":1,\\\"ctime\\\":1631422804,\\\"desc\\\":\\\"《可露希尔的秘密档案》\\\\n11:来宿舍休息一下吧 \\\\n档案来源:lambda:\\\\\\\\罗德岛内务\\\\\\\\秘密档案 \\\\n发布时间:9\\\\\\/12 1:00 P.M. \\\\n档案类型:可见 \\\\n档案描述:今天请了病假在宿舍休息。很舒适。 \\\\n提供者:赫默\\\",\\\"dimension\\\":{\\\"height\\\":1080,\\\"rotate\\\":0,\\\"width\\\":1920},\\\"duration\\\":123,\\\"dynamic\\\":\\\"#可露希尔的秘密档案# \\\\n11:来宿舍休息一下吧 \\\\n档案来源:lambda:\\\\\\\\罗德岛内务\\\\\\\\秘密档案 \\\\n发布时间:9\\\\\\/12 1:00 P.M. \\\\n档案类型:可见 \\\\n档案描述:今天请了病假在宿舍休息。很舒适。 \\\\n提供者:赫默\\\",\\\"first_frame\\\":\\\"https:\\\\\\/\\\\\\/i1.hdslb.com\\\\\\/bfs\\\\\\/storyff\\\\\\/n210910a23nkzbjqpmaxi33e6m6eln5g_firsti.jpg\\\",\\\"jump_url\\\":\\\"bilibili:\\\\\\/\\\\\\/video\\\\\\/420408148\\\\\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\\\",\\\"owner\\\":{\\\"face\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\\\",\\\"mid\\\":161775300,\\\"name\\\":\\\"明日方舟\\\"},\\\"pic\\\":\\\"https:\\\\\\/\\\\\\/i2.hdslb.com\\\\\\/bfs\\\\\\/archive\\\\\\/21a6c7ce0baf767d99e81a450590f4ddfdc585ea.jpg\\\",\\\"player_info\\\":null,\\\"pubdate\\\":1631422802,\\\"rights\\\":{\\\"autoplay\\\":1,\\\"bp\\\":0,\\\"download\\\":0,\\\"elec\\\":0,\\\"hd5\\\":1,\\\"is_cooperation\\\":0,\\\"movie\\\":0,\\\"no_background\\\":0,\\\"no_reprint\\\":1,\\\"pay\\\":0,\\\"ugc_pay\\\":0,\\\"ugc_pay_preview\\\":0},\\\"share_subtitle\\\":\\\"已观看31.0万次\\\",\\\"short_link\\\":\\\"https:\\\\\\/\\\\\\/b23.tv\\\\\\/BV1E3411q7nU\\\",\\\"short_link_v2\\\":\\\"https:\\\\\\/\\\\\\/b23.tv\\\\\\/BV1E3411q7nU\\\",\\\"stat\\\":{\\\"aid\\\":420408148,\\\"coin\\\":6848,\\\"danmaku\\\":1187,\\\"dislike\\\":0,\\\"favorite\\\":4776,\\\"his_rank\\\":0,\\\"like\\\":43653,\\\"now_rank\\\":0,\\\"reply\\\":3469,\\\"share\\\":910,\\\"view\\\":313791},\\\"state\\\":0,\\\"tid\\\":27,\\\"title\\\":\\\"《可露希尔的秘密档案》11话:来宿舍休息一下吧\\\",\\\"tname\\\":\\\"综合\\\",\\\"videos\\\":1}\", \"origin_extend_json\": \"{\\\"\\\":{\\\"game\\\":{\\\"game_id\\\":101772,\\\"platform\\\":\\\"1,2\\\"},\\\"ogv\\\":{\\\"ogv_id\\\":0}},\\\"dispute\\\":{\\\"content\\\":\\\"\\\"},\\\"from\\\":{\\\"from\\\":\\\"\\\",\\\"verify\\\":{}},\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i1.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\" }, \"card\": { \"official_verify\": { \"type\": 1, \"desc\": \"明日方舟官方账号\" } }, \"vip\": { \"vipType\": 2, \"vipDueDate\": 1646150400000, \"vipStatus\": 1, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"年度大会员\", \"label_theme\": \"annual_vip\", \"text_color\": \"#FFFFFF\", \"bg_style\": 1, \"bg_color\": \"#FB7299\", \"border_color\": \"\" }, \"avatar_subscript\": 1, \"nickname_color\": \"#FB7299\", \"role\": 3, \"avatar_subscript_url\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/vip\\/icon_Certification_big_member_22_3x.png\" }, \"pendant\": { \"pid\": 5305, \"name\": \"明日方舟音律系列\", \"image\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/615a1653281141ddf64cbb98c792ddaee78f7f40.png\", \"expire\": 0, \"image_enhance\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/516ecdf2d495a62f1bac31497c831b711823140c.webp\", \"image_enhance_frame\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/c0751afbf950373c260254d02768eabf30ff3906.png\" }, \"rank\": \"10000\", \"sign\": \"重铸未来 方舟启航\", \"level_info\": { \"current_level\": 6 } }, \"activity_infos\": { \"details\": [ { \"type\": 2, \"detail\": \"{\\\"icon\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/4afb1d524cbd1aa8d4ac97f61e599d067169d646.png\\\",\\\"link\\\":\\\"bilibili:\\\\\\/\\\\\\/pegasus\\\\\\/hotpage\\\",\\\"text\\\":\\\"热门\\\"}\" } ] } }", + "extend_json": "{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "origin": { + "topic_info": { + "topic_details": [ + { + "topic_id": 19501473, + "topic_name": "可露希尔的秘密档案", + "is_activity": 1, + "topic_link": "https://www.bilibili.com/blackboard/dynamic/132290" + }, + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "usr_action_txt": "投稿了视频", + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "主线【风暴瞭望】即将开放,限时纪念活动即将开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "tags": [ + { + "tag_type": 4, + "sub_type": 2, + "icon": "https://i0.hdslb.com/bfs/album/4afb1d524cbd1aa8d4ac97f61e599d067169d646.png", + "text": "热门", + "link": "bilibili://pegasus/hotpage?topic_from=topic-card&name=%E7%83%AD%E9%97%A8", + "sub_module": "hot" + } + ], + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "主线【风暴瞭望】即将开放,限时纪念活动即将开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + }, + "cover_play_icon_url": "https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png" + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + } + } + }, + { + "desc": { + "uid": 8412516, + "type": 8, + "rid": 975400699, + "acl": 0, + "view": 14173, + "repost": 2, + "like": 495, + "is_liked": 0, + "dynamic_id": 569384016297146454, + "timestamp": 1631408447, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "569384016297146454", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "975400699", + "bvid": "BV1K44y1h7Xg" + }, + "card": "{\"aid\":975400699,\"attribute\":0,\"cid\":406644689,\"copyright\":1,\"ctime\":1631408447,\"desc\":\"本系列视频为饼组成员的有趣直播录播,主要内容为方舟相关,未来可能系列其他视频会包含部分饼组团建日常等。仅为娱乐性视频,内容与常规饼学预测无关。视频仅为当期主播主观观点,不代表饼组观点。仅供娱乐。\\n\\n直播主播:@寒蝉慕夏 \\n后期剪辑:@Melodiesviel \\n\\n本群视频为9.11组员慕夏直播录播,包含慕夏对新PV的个人解读,风笛厨力疯狂放出,CP言论输出,9.16轮换池预测视频分析和理智规划杂谈内容。\\n注意:内含大量个人性质对风笛的厨力观点,与多CP混乱发言,不适者请及时点击退出或跳到下一片段。\",\"dimension\":{\"height\":1080,\"rotate\":0,\"width\":1920},\"duration\":4318,\"dynamic\":\"昨天慕夏直播的录播剪辑版,关于新PV,慕夏对风笛的看法,新一期轮换池预测视频的分析以及理智规划。错过直播且有兴趣的朋友可以看啦。\",\"first_frame\":\"https:\\/\\/i1.hdslb.com\\/bfs\\/storyff\\/n210911a297vzlaeyhb8g26etg86gci5_firsti.jpg\",\"jump_url\":\"bilibili:\\/\\/video\\/975400699\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\",\"owner\":{\"face\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"mid\":8412516,\"name\":\"罗德岛蜜饼工坊\"},\"pic\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/archive\\/c8cb0073819a0c8171db5009002eec19a80c85f6.jpg\",\"player_info\":null,\"pubdate\":1631408446,\"rights\":{\"autoplay\":1,\"bp\":0,\"download\":0,\"elec\":0,\"hd5\":0,\"is_cooperation\":0,\"movie\":0,\"no_background\":0,\"no_reprint\":1,\"pay\":0,\"ugc_pay\":0,\"ugc_pay_preview\":0},\"short_link\":\"https:\\/\\/b23.tv\\/BV1K44y1h7Xg\",\"short_link_v2\":\"https:\\/\\/b23.tv\\/BV1K44y1h7Xg\",\"stat\":{\"aid\":975400699,\"coin\":46,\"danmaku\":156,\"dislike\":0,\"favorite\":45,\"his_rank\":0,\"like\":495,\"now_rank\":0,\"reply\":45,\"share\":6,\"view\":3293},\"state\":0,\"tid\":172,\"title\":\"阿消的罗德岛闲谈直播#01:《女人最喜欢的女人,就是在战场上熠熠生辉的女人》\",\"tname\":\"手机游戏\",\"up_from_v2\":35,\"videos\":1}", + "extend_json": "{\"\":{\"ogv\":{\"ogv_id\":0}},\"dispute\":{\"content\":\"\"},\"from\":{\"from\":\"\",\"verify\":{}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "activity_infos": { + "details": [ + { + "type": 1, + "detail": "{\"is_show\":1,\"topic_id\":10511051,\"topic_link\":\"\",\"topic_name\":\"打卡挑战\"}" + } + ] + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 133748, + "topic_name": "风笛", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 21641728, + "topic_name": "琴柳", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 20833282, + "topic_name": "风暴瞭望", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 15127509, + "topic_name": "轮换池", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 10511051, + "topic_name": "打卡挑战", + "is_activity": 1, + "topic_link": "" + } + ] + }, + "usr_action_txt": "投稿了视频", + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "tags": [ + { + "tag_type": 3, + "sub_type": 1, + "icon": "https://i0.hdslb.com/bfs/album/4c1880a3e9d5fd2c72b339929a73a4b83d2bab93.png", + "text": "打卡挑战", + "link": "", + "rid": 10511051, + "sub_module": "topic" + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + }, + "cover_play_icon_url": "https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png" + } + }, + { + "desc": { + "uid": 8412516, + "type": 2, + "rid": 165204278, + "view": 13591, + "repost": 0, + "comment": 5, + "like": 322, + "is_liked": 0, + "dynamic_id": 569221082416208390, + "timestamp": 1631370511, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "569221082416208390", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "165204278" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"视频更新预告\",\"id\":165204278,\"is_fav\":0,\"pictures\":[{\"img_height\":607,\"img_size\":75,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/archive\\/c8cb0073819a0c8171db5009002eec19a80c85f6.jpg\",\"img_tags\":null,\"img_width\":972}],\"pictures_count\":1,\"reply\":5,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1631370511},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"name\":\"罗德岛蜜饼工坊\",\"uid\":8412516,\"vip\":{\"avatar_subscript\":0,\"due_date\":1626364800000,\"label\":{\"label_theme\":\"\",\"path\":\"\",\"text\":\"\"},\"nickname_color\":\"\",\"status\":0,\"theme_type\":0,\"type\":1,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"reserve\":{\"reserve_id\":146857}},\"from\":{\"audit_level\":100,\"from\":\"draft_video.reserve.svr\",\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 6, + "reserve_attach_card": { + "type": "reserve", + "title": "预告:阿消的罗德岛闲谈直播#01:《女人最喜欢的女人,就是在战场上熠熠生辉的女人》", + "state": 0, + "reserve_total": 197, + "desc_first": { + "text": "预计今天 09:00发布", + "style": 0 + }, + "desc_second": "3293观看", + "jump_url": "https://www.bilibili.com/video/BV1K44y1h7Xg", + "oid_str": "146857", + "reserve_button": { + "type": 1, + "jump_style": { + "text": "去观看" + }, + "jump_url": "https://www.bilibili.com/video/BV1K44y1h7Xg", + "status": 1 + }, + "origin_state": 150, + "stype": 1, + "livePlanStartTime": 1631408418, + "up_mid": 8412516, + "show_desc_second": true + } + } + ] + } + }, + { + "desc": { + "uid": 8412516, + "type": 1, + "rid": 569189870891453975, + "acl": 0, + "view": 13474, + "repost": 0, + "comment": 23, + "like": 167, + "is_liked": 0, + "dynamic_id": 569189870889648693, + "timestamp": 1631363244, + "pre_dy_id": 568484078920438420, + "orig_dy_id": 565815693047293346, + "orig_type": 64, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "569189870889648693", + "pre_dy_id_str": "568484078920438420", + "orig_dy_id_str": "565815693047293346", + "rid_str": "569189870891453975", + "origin": { + "uid": 8412516, + "type": 64, + "rid": 12993752, + "view": 67017, + "repost": 17, + "dynamic_id": 565815693047293346, + "timestamp": 1630577632, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "565815693047293346", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "12993752" + }, + "previous": { + "uid": 8412516, + "type": 1, + "rid": 568484078913235403, + "view": 17673, + "repost": 2, + "dynamic_id": 568484078920438420, + "timestamp": 1631198914, + "pre_dy_id": 568387154389567443, + "orig_dy_id": 565815693047293346, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "568484078920438420", + "pre_dy_id_str": "568387154389567443", + "orig_dy_id_str": "565815693047293346", + "rid_str": "568484078913235403", + "origin": { + "uid": 8412516, + "type": 64, + "rid": 12993752, + "dynamic_id": 565815693047293346, + "timestamp": 1630577632, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "565815693047293346", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "12993752" + }, + "previous": { + "uid": 8412516, + "type": 1, + "rid": 568387154387891793, + "acl": 0, + "view": 0, + "repost": 0, + "like": 0, + "dynamic_id": 568387154389567443, + "timestamp": 1631176347, + "pre_dy_id": 568000577272362574, + "orig_dy_id": 565815693047293346, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "568387154389567443", + "pre_dy_id_str": "568000577272362574", + "orig_dy_id_str": "565815693047293346", + "rid_str": "568387154387891793" + } + } + }, + "card": "{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 569189870891453975, \"uid\": 8412516, \"content\": \"#明日方舟##饼学大厦#\\n9.11专栏更新完毕,这还塌了实属没跟新运营对上\\n后边除了周日发饼和PV没提及的中文语音,稳了\\n别忘了来参加#可露希尔的秘密档案#的主题投票\\nhttps:\\/\\/t.bilibili.com\\/568093580488553786?tab=2\", \"ctrl\": \"\", \"orig_dy_id\": 565815693047293346, \"pre_dy_id\": 568484078920438420, \"timestamp\": 1631363244, \"reply\": 23, \"orig_type\": 64 }, \"origin\": \"{ \\\"id\\\": 12993752, \\\"category\\\": { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" }, \\\"categories\\\": [ { \\\"id\\\": 1, \\\"parent_id\\\": 0, \\\"name\\\": \\\"游戏\\\" }, { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" } ], \\\"title\\\": \\\"【明日方舟】饼学大厦#12~14(风暴瞭望&玛莉娅·临光&红松林&感谢庆典)9.11更新\\\", \\\"summary\\\": \\\"更新记录09.11更新:覆盖09.10更新;以及排期更新,猜测周一周五开活动09.10更新:以周五开活动为底,PV\\\\\\/公告调整位置,整体结构更新09.08更新:饼学大厦#12更新,新增一件六星商店服饰(周日发饼)09.06更新:饼学大厦整栋整栋翻新,改为9.16开主线(四日无饼!)09.05凌晨更新:10.13后的排期(两日无饼,鹰角背刺,心狠手辣)前言感谢楪筱祈ぺ的动态-哔哩哔哩 (bilibili.com) 对饼学的贡献!后续排期:9.17【风暴瞭望】、10.01【玛莉娅·临光】复刻、10.1\\\", \\\"banner_url\\\": \\\"\\\", \\\"template_id\\\": 4, \\\"state\\\": 0, \\\"author\\\": { \\\"mid\\\": 8412516, \\\"name\\\": \\\"罗德岛蜜饼工坊\\\", \\\"face\\\": \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\\\", \\\"pendant\\\": { \\\"pid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"expire\\\": 0 }, \\\"official_verify\\\": { \\\"type\\\": -1, \\\"desc\\\": \\\"\\\" }, \\\"nameplate\\\": { \\\"nid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"image_small\\\": \\\"\\\", \\\"level\\\": \\\"\\\", \\\"condition\\\": \\\"\\\" }, \\\"vip\\\": { \\\"type\\\": 1, \\\"status\\\": 0, \\\"due_date\\\": 0, \\\"vip_pay_type\\\": 0, \\\"theme_type\\\": 0, \\\"label\\\": { \\\"path\\\": \\\"\\\", \\\"text\\\": \\\"\\\", \\\"label_theme\\\": \\\"\\\" }, \\\"avatar_subscript\\\": 0, \\\"nickname_color\\\": \\\"\\\" } }, \\\"reprint\\\": 0, \\\"image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/e960919dc185d1d9026e8c80bf6d058edbab2e69.jpg\\\" ], \\\"publish_time\\\": 1630577632, \\\"ctime\\\": 1630577338, \\\"stats\\\": { \\\"view\\\": 14767, \\\"favorite\\\": 60, \\\"like\\\": 373, \\\"dislike\\\": 0, \\\"reply\\\": 103, \\\"share\\\": 21, \\\"coin\\\": 32, \\\"dynamic\\\": 0 }, \\\"attributes\\\": 24, \\\"words\\\": 1829, \\\"origin_image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/5fcc573673cd6fa7204792f231d211472e28bd39.jpg\\\" ], \\\"list\\\": { \\\"id\\\": 383313, \\\"mid\\\": 8412516, \\\"name\\\": \\\"明日方舟饼学预测\\\", \\\"image_url\\\": \\\"\\\", \\\"update_time\\\": 1630577338, \\\"ctime\\\": 1614183370, \\\"publish_time\\\": 1630577632, \\\"summary\\\": \\\"\\\", \\\"words\\\": 8218, \\\"read\\\": 0, \\\"articles_count\\\": 0, \\\"state\\\": 3, \\\"reason\\\": \\\"\\\", \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\" }, \\\"is_like\\\": false, \\\"media\\\": { \\\"score\\\": 0, \\\"media_id\\\": 0, \\\"title\\\": \\\"\\\", \\\"cover\\\": \\\"\\\", \\\"area\\\": \\\"\\\", \\\"type_id\\\": 0, \\\"type_name\\\": \\\"\\\", \\\"spoiler\\\": 0, \\\"season_id\\\": 0 }, \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\", \\\"original\\\": 1, \\\"act_id\\\": 0, \\\"dispute\\\": null, \\\"authenMark\\\": null, \\\"cover_avid\\\": 0, \\\"top_video_info\\\": null, \\\"type\\\": 0 }\", \"origin_extend_json\": \"{\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"card\": { \"official_verify\": { \"type\": -1, \"desc\": \"\" } }, \"vip\": { \"vipType\": 1, \"vipDueDate\": 1626364800000, \"vipStatus\": 0, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"\", \"label_theme\": \"\", \"text_color\": \"\", \"bg_style\": 0, \"bg_color\": \"\", \"border_color\": \"\" }, \"avatar_subscript\": 0, \"nickname_color\": \"\", \"role\": 0, \"avatar_subscript_url\": \"\" }, \"pendant\": { \"pid\": 0, \"name\": \"\", \"image\": \"\", \"expire\": 0, \"image_enhance\": \"\", \"image_enhance_frame\": \"\" }, \"rank\": \"10000\", \"sign\": \"明日方舟饼学研究组\", \"level_info\": { \"current_level\": 4 } } }", + "extend_json": "{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 16222309, + "topic_name": "饼学大厦", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 19501473, + "topic_name": "可露希尔的秘密档案", + "is_activity": 1, + "topic_link": "https://www.bilibili.com/blackboard/dynamic/132290" + } + ] + }, + "origin": { + "topic_info": { + "topic_details": [ + { + "topic_id": 12189522, + "topic_name": "感谢庆典", + "is_activity": 1, + "topic_link": "https://www.bilibili.com/blackboard/dynamic/84498" + }, + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 21527990, + "topic_name": "红松林", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 20833282, + "topic_name": "风暴瞭望", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 20302865, + "topic_name": "饼学预测", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "show_tip": { + "del_tip": "要删除动态吗?" + } + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 8412516, + "type": 1, + "rid": 569107343094504142, + "view": 15650, + "repost": 0, + "comment": 33, + "like": 215, + "is_liked": 0, + "dynamic_id": 569107343093484983, + "timestamp": 1631344029, + "pre_dy_id": 569105539209306328, + "orig_dy_id": 569105539209306328, + "orig_type": 2, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "569107343093484983", + "pre_dy_id_str": "569105539209306328", + "orig_dy_id_str": "569105539209306328", + "rid_str": "569107343094504142", + "origin": { + "uid": 161775300, + "type": 2, + "rid": 165109731, + "view": 1414748, + "repost": 631, + "dynamic_id": 569105539209306328, + "timestamp": 1631343609, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "569105539209306328", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "165109731" + } + }, + "card": "{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 569107343094504142, \"uid\": 8412516, \"content\": \"饼组主线饼学预测——9.11版\\n①今日结果\\n9.11 殿堂上的游禽-星极(x,新运营实锤了)\\n②后续预测\\n9.12 #罗德岛相簿#+#可露希尔的秘密档案#11话\\n9.13 六星先锋(执旗手)干员-琴柳\\n9.14 宣传策略-空弦+家具\\n9.15 轮换池(+中文语音前瞻)\\n9.16 停机\\n9.17 #罗德岛闲逛部#+新六星EP+EP09·风暴瞭望开启\\n9.19 #罗德岛相簿#\", \"ctrl\": \"\", \"orig_dy_id\": 569105539209306328, \"pre_dy_id\": 569105539209306328, \"timestamp\": 1631344029, \"reply\": 33, \"orig_type\": 2 }, \"origin\": \"{\\\"item\\\":{\\\"at_control\\\":\\\"\\\",\\\"category\\\":\\\"daily\\\",\\\"description\\\":\\\"#明日方舟#\\\\n【新增服饰】\\\\n\\\\\\/\\\\\\/殿堂上的游禽 - 星极\\\\n塞壬唱片偶像企划《闪耀阶梯》特供服饰\\\\\\/殿堂上的游禽。星极自费参加了这项企划,尝试着用大众能接受的方式演绎天空之上的故事。\\\\n\\\\n_____________\\\\n谦逊留给观众,骄傲发自歌喉,此夜,唯我璀璨。 \\\",\\\"id\\\":165109731,\\\"is_fav\\\":0,\\\"pictures\\\":[{\\\"img_height\\\":1080,\\\"img_size\\\":2472.5859375,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/1cdd2bf828f56350b90881c4cbe83845bdb76d75.png\\\",\\\"img_tags\\\":null,\\\"img_width\\\":1920},{\\\"img_height\\\":816,\\\"img_size\\\":5333.072265625,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/50735bb4dce5ec875b9f5aa6dd49e4b89baa0bad.gif\\\",\\\"img_tags\\\":null,\\\"img_width\\\":499},{\\\"img_height\\\":816,\\\"img_size\\\":8158.134765625,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/de08b9a0eecd884bc1f45fd22bc239f6bb0d4a8b.gif\\\",\\\"img_tags\\\":null,\\\"img_width\\\":499},{\\\"img_height\\\":816,\\\"img_size\\\":3409.19921875,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/5759352a4a9f83358817ff22744b991816d73382.gif\\\",\\\"img_tags\\\":null,\\\"img_width\\\":499}],\\\"pictures_count\\\":4,\\\"reply\\\":5844,\\\"role\\\":[],\\\"settings\\\":{\\\"copy_forbidden\\\":\\\"0\\\"},\\\"source\\\":[],\\\"title\\\":\\\"\\\",\\\"upload_time\\\":1631343609},\\\"user\\\":{\\\"head_url\\\":\\\"https:\\\\\\/\\\\\\/i1.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\\\",\\\"name\\\":\\\"明日方舟\\\",\\\"uid\\\":161775300,\\\"vip\\\":{\\\"avatar_subscript\\\":1,\\\"due_date\\\":1646150400000,\\\"label\\\":{\\\"label_theme\\\":\\\"annual_vip\\\",\\\"path\\\":\\\"\\\",\\\"text\\\":\\\"年度大会员\\\"},\\\"nickname_color\\\":\\\"#FB7299\\\",\\\"status\\\":1,\\\"theme_type\\\":0,\\\"type\\\":2,\\\"vip_pay_type\\\":0}}}\", \"origin_extend_json\": \"{\\\"\\\":{\\\"game\\\":{\\\"game_id\\\":101772,\\\"platform\\\":\\\"1,2\\\"}},\\\"from\\\":{\\\"emoji_type\\\":1,\\\"from\\\":\\\"timer.publish\\\",\\\"up_close_comment\\\":0,\\\"verify\\\":{\\\"cc\\\":{\\\"nv\\\":1}}},\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i1.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\" }, \"card\": { \"official_verify\": { \"type\": 1, \"desc\": \"明日方舟官方账号\" } }, \"vip\": { \"vipType\": 2, \"vipDueDate\": 1646150400000, \"vipStatus\": 1, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"年度大会员\", \"label_theme\": \"annual_vip\", \"text_color\": \"#FFFFFF\", \"bg_style\": 1, \"bg_color\": \"#FB7299\", \"border_color\": \"\" }, \"avatar_subscript\": 1, \"nickname_color\": \"#FB7299\", \"role\": 3, \"avatar_subscript_url\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/vip\\/icon_Certification_big_member_22_3x.png\" }, \"pendant\": { \"pid\": 5305, \"name\": \"明日方舟音律系列\", \"image\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/615a1653281141ddf64cbb98c792ddaee78f7f40.png\", \"expire\": 0, \"image_enhance\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/516ecdf2d495a62f1bac31497c831b711823140c.webp\", \"image_enhance_frame\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/c0751afbf950373c260254d02768eabf30ff3906.png\" }, \"rank\": \"10000\", \"sign\": \"重铸未来 方舟启航\", \"level_info\": { \"current_level\": 6 } } }", + "extend_json": "{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 19505960, + "topic_name": "罗德岛相簿", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 19501473, + "topic_name": "可露希尔的秘密档案", + "is_activity": 1, + "topic_link": "https://www.bilibili.com/blackboard/dynamic/132290" + }, + { + "topic_id": 19504680, + "topic_name": "罗德岛闲逛部", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "origin": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "主线【风暴瞭望】即将开放,限时纪念活动即将开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "主线【风暴瞭望】即将开放,限时纪念活动即将开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 8412516, + "type": 8, + "rid": 335464825, + "view": 17627, + "repost": 5, + "like": 1572, + "is_liked": 0, + "dynamic_id": 569028375831520374, + "timestamp": 1631325643, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "569028375831520374", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "335464825", + "bvid": "BV1tA411F73r" + }, + "card": "{\"aid\":335464825,\"attribute\":0,\"cid\":406175333,\"copyright\":1,\"ctime\":1631301491,\"desc\":\"简介:9.16轮换池预测它来了,久违的进店概率百分百预测!究竟是为什么皮肤轮换学要大失败了!皮肤学真的会败北吗?\\n\\n\\n出品:罗德岛蜜饼工坊\\n视频录制:@寒蝉慕夏 \\n文案:@寒蝉慕夏 、@柳陌轩Endivie 、@博尔吉亚7211 \\n后期:@Melodiesviel 、@让你爱上学习 、@とがた \\n校对:@とがた \\n封面:@外星蚂蚁 \\n系列往期:\\n【明日方舟】伊芙利特的轮换池作业#01:8.19轮换池前瞻 BV18L411J74U\\n【明日方舟】伊芙利特的轮换池作业#02:鹰角的自由,异\",\"dimension\":{\"height\":1080,\"rotate\":0,\"width\":1920},\"duration\":644,\"dynamic\":\"是谁要击碎皮肤轮换学!是谁这次百分百进店!One More Thing......\",\"first_frame\":\"https:\\/\\/i2.hdslb.com\\/bfs\\/storyff\\/n210911a27xbp8dv50nx71vk8u8dj0uv_firsti.jpg\",\"jump_url\":\"bilibili:\\/\\/video\\/335464825\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\",\"owner\":{\"face\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"mid\":8412516,\"name\":\"罗德岛蜜饼工坊\"},\"pic\":\"https:\\/\\/i2.hdslb.com\\/bfs\\/archive\\/4558d4098ef67d826de99d864ed35af64abf54eb.jpg\",\"player_info\":null,\"pubdate\":1631325606,\"rights\":{\"autoplay\":1,\"bp\":0,\"download\":0,\"elec\":0,\"hd5\":0,\"is_cooperation\":0,\"movie\":0,\"no_background\":0,\"no_reprint\":1,\"pay\":0,\"ugc_pay\":0,\"ugc_pay_preview\":0},\"short_link\":\"https:\\/\\/b23.tv\\/BV1tA411F73r\",\"short_link_v2\":\"https:\\/\\/b23.tv\\/BV1tA411F73r\",\"stat\":{\"aid\":335464825,\"coin\":221,\"danmaku\":87,\"dislike\":0,\"favorite\":108,\"his_rank\":0,\"like\":1572,\"now_rank\":0,\"reply\":135,\"share\":43,\"view\":15989},\"state\":0,\"tid\":172,\"title\":\"【明日方舟】伊芙利特的轮换池作业#04:9.16轮换池预测\",\"tname\":\"手机游戏\",\"videos\":1}", + "extend_json": "{\"\":{\"ogv\":{\"ogv_id\":0}},\"dispute\":{\"content\":\"\"},\"from\":{\"from\":\"\",\"verify\":{}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 20955936, + "topic_name": "轮换学", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 18032856, + "topic_name": "常驻标准寻访", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 15127509, + "topic_name": "轮换池", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 10511051, + "topic_name": "打卡挑战", + "is_activity": 1, + "topic_link": "" + }, + { + "topic_id": 9608827, + "topic_name": "舟游", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "usr_action_txt": "投稿了视频", + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 456873626, + "name": "维沐辰", + "content": "早期慕夏自信预测后发现失误为防止背刺连夜肝视频珍贵影像[藏狐]" + } + ], + "emojis": [ + { + "emoji_name": "[藏狐]", + "url": "https://i0.hdslb.com/bfs/emote/ba0937ef6f3ccca85e2e0047e6263f3b4da37201.png", + "meta": { + "size": 1 + } + } + ], + "comment_ids": "5375314021" + }, + "show_tip": { + "del_tip": "要删除动态吗?" + }, + "cover_play_icon_url": "https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png" + } + }, + { + "desc": { + "uid": 8412516, + "type": 2, + "rid": 165045045, + "view": 16721, + "repost": 0, + "comment": 10, + "like": 214, + "is_liked": 0, + "dynamic_id": 569006690537333142, + "timestamp": 1631320594, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "569006690537333142", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "165045045" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟##饼学大厦#\\ncv12993752\\n9.10专栏更新完毕——继PV背刺后,连审核也(悲)\\n以周五开活动为底,PV\\/公告调整位置,整体结构更新\",\"id\":165045045,\"is_fav\":0,\"pictures\":[{\"img_height\":112,\"img_size\":36.4140625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/54a09fea5a1b3240d9af288ffe705574ad6a5915.png\",\"img_tags\":null,\"img_width\":1540}],\"pictures_count\":1,\"reply\":10,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1631320594},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\",\"name\":\"罗德岛蜜饼工坊\",\"uid\":8412516,\"vip\":{\"avatar_subscript\":0,\"due_date\":1626364800000,\"label\":{\"label_theme\":\"\",\"path\":\"\",\"text\":\"\"},\"nickname_color\":\"\",\"status\":0,\"theme_type\":0,\"type\":1,\"vip_pay_type\":0}}}", + "extend_json": "{\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"up_close_comment\":0,\"verify\":{}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 16222309, + "topic_name": "饼学大厦", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "show_tip": { + "del_tip": "要删除动态吗?" + }, + "rich_text": { + "rich_details": [ + { + "jump_uri": "https://www.bilibili.com/read/cv12993752", + "icon_type": 2, + "text": "【明日方舟】饼学大厦#12~14(风暴瞭...", + "orig_text": "cv12993752" + } + ] + } + } + }, + { + "desc": { + "uid": 8412516, + "type": 4, + "rid": 568887466536025305, + "acl": 0, + "view": 18179, + "repost": 1, + "comment": 20, + "like": 294, + "is_liked": 0, + "dynamic_id": 568887466540903340, + "timestamp": 1631292835, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "568887466540903340", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "568887466536025305" + }, + "card": "{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 568887466536025305, \"uid\": 8412516, \"content\": \"[热词系列_知识增加]是谁要击碎皮肤轮换学!是谁这次百分百进店\\n[热词系列_三连]十点见\", \"ctrl\": \"\", \"orig_dy_id\": 0, \"pre_dy_id\": 0, \"timestamp\": 1631292835, \"reply\": 20 } }", + "extend_json": "{\"\":{\"reserve\":{\"reserve_id\":145512}},\"from\":{\"emoji_type\":1,\"verify\":{\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "emoji_info": { + "emoji_details": [ + { + "emoji_name": "[热词系列_三连]", + "id": 1483, + "package_id": 53, + "state": 0, + "type": 1, + "attr": 2, + "text": "[热词系列_三连]", + "url": "https://i0.hdslb.com/bfs/emote/21f15fe11b7a84d2f2121c16dec50a4e4556f865.png", + "meta": { + "size": 2 + }, + "mtime": 1598525979 + }, + { + "emoji_name": "[热词系列_知识增加]", + "id": 1937, + "package_id": 53, + "state": 0, + "type": 1, + "attr": 2, + "text": "[热词系列_知识增加]", + "url": "https://i0.hdslb.com/bfs/emote/142409b595982b8210b2958f3d340f3b47942645.png", + "meta": { + "size": 2 + }, + "mtime": 1617293934 + } + ] + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 6, + "reserve_attach_card": { + "type": "reserve", + "title": "预告:伊芙利特的轮换池作业#04期", + "state": 0, + "reserve_total": 186, + "desc_first": { + "text": "视频预约", + "style": 0 + }, + "desc_second": "1.5万观看", + "jump_url": "https://www.bilibili.com/video/BV1tA411F73r", + "oid_str": "145512", + "reserve_button": { + "type": 1, + "jump_style": { + "text": "去观看" + }, + "jump_url": "https://www.bilibili.com/video/BV1tA411F73r", + "status": 1 + }, + "origin_state": 150, + "stype": 1, + "livePlanStartTime": 0, + "up_mid": 8412516, + "show_desc_second": true + } + } + ] + } + }, + { + "desc": { + "uid": 8412516, + "type": 1, + "rid": 568678499200295660, + "acl": 0, + "view": 16572, + "repost": 4, + "comment": 57, + "like": 219, + "is_liked": 0, + "dynamic_id": 568678499202493661, + "timestamp": 1631244181, + "pre_dy_id": 568672623683005903, + "orig_dy_id": 568672623683005903, + "orig_type": 8, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "568678499202493661", + "pre_dy_id_str": "568672623683005903", + "orig_dy_id_str": "568672623683005903", + "rid_str": "568678499200295660", + "origin": { + "uid": 161775300, + "type": 8, + "rid": 335406585, + "view": 1898496, + "repost": 2123, + "dynamic_id": 568672623683005903, + "timestamp": 1631242813, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "568672623683005903", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "335406585", + "bvid": "BV1gA411F7s4" + } + }, + "card": "{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 568678499200295660, \"uid\": 8412516, \"content\": \"#明日方舟##饼学大厦#\\n饼组主线饼学预测——9.10版\\n①今日结果\\n9.10 PV(x周五没想到吧)\\n②后续预测\\n9.11 六星先锋(执旗手)干员-琴柳\\n9.12 #罗德岛相簿#+#可露希尔的秘密档案#11话\\n9.13 殿堂上的游禽-星极\\n9.14 宣传策略-空弦+家具\\n9.15 轮换池(+中文语音前瞻)\\n9.16 停机更新公告\\n9.17 #罗德岛闲逛部#+新六星EP+EP09·风暴瞭望开启\\n(后边3个活动都是周五开,yj,你好温柔)\\n9.19 #罗德岛相簿#\", \"ctrl\": \"\", \"orig_dy_id\": 568672623683005903, \"pre_dy_id\": 568672623683005903, \"timestamp\": 1631244181, \"reply\": 57, \"orig_type\": 8 }, \"origin\": \"{\\\"aid\\\":335406585,\\\"attribute\\\":0,\\\"cid\\\":405923565,\\\"copyright\\\":1,\\\"ctime\\\":1631242806,\\\"desc\\\":\\\"--重铸未来 方舟启航--\\\\n《明日方舟》主线【风暴瞭望】开放 限时纪念活动宣传pv\\\\n\\\\n↓↓《明日方舟》bilibili服下载↓↓\\\\nhttps:\\\\\\/\\\\\\/www.biligame.com\\\\\\/detail\\\\\\/?id=101772\\\\n\\\\n\\\\n一、主线EP09【风暴瞭望】开放\\\\n二、【小丘上的眠柳】限时寻访开启\\\\n三、新干员登场,【标准寻访】常驻\\\\n四、【怀望桑梓】登录活动开启\\\\n五、【风暴瞭望】开放,限时掉落活动开启\\\\n六、【闪耀阶梯】系列,新装限时上架\\\\n七、【生命之地】系列,限时复刻上架\\\\n八、新增【维多利亚近卫学院宿舍】主题家具,限时\\\",\\\"dimension\\\":{\\\"height\\\":1080,\\\"rotate\\\":0,\\\"width\\\":1920},\\\"duration\\\":147,\\\"dynamic\\\":\\\"--重铸未来 方舟启航--\\\\n《明日方舟》主线【风暴瞭望】开放 限时纪念活动宣传pv\\\\n\\\\n↓↓《明日方舟》bilibili服下载↓↓\\\\nhttps:\\\\\\/\\\\\\/www.biligame.com\\\\\\/detail\\\\\\/?id=101772\\\\n\\\\n\\\\n关于限时纪念活动的具体内容,请持续关注《明日方舟》游戏内公告、官网及官方自媒体账号。\\\",\\\"first_frame\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/storyff\\\\\\/n210910a23h7upat6wvgfl3i80ue9aua_firsti.jpg\\\",\\\"jump_url\\\":\\\"bilibili:\\\\\\/\\\\\\/video\\\\\\/335406585\\\\\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\\\",\\\"owner\\\":{\\\"face\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\\\",\\\"mid\\\":161775300,\\\"name\\\":\\\"明日方舟\\\"},\\\"pic\\\":\\\"https:\\\\\\/\\\\\\/i1.hdslb.com\\\\\\/bfs\\\\\\/archive\\\\\\/d194cc26c034cb9fc0a5a55e25f98c0d357dedeb.jpg\\\",\\\"player_info\\\":null,\\\"pubdate\\\":1631242802,\\\"rights\\\":{\\\"autoplay\\\":1,\\\"bp\\\":0,\\\"download\\\":0,\\\"elec\\\":0,\\\"hd5\\\":1,\\\"is_cooperation\\\":0,\\\"movie\\\":0,\\\"no_background\\\":0,\\\"no_reprint\\\":1,\\\"pay\\\":0,\\\"ugc_pay\\\":0,\\\"ugc_pay_preview\\\":0},\\\"share_subtitle\\\":\\\"已观看176.0万次\\\",\\\"short_link\\\":\\\"https:\\\\\\/\\\\\\/b23.tv\\\\\\/BV1gA411F7s4\\\",\\\"short_link_v2\\\":\\\"https:\\\\\\/\\\\\\/b23.tv\\\\\\/BV1gA411F7s4\\\",\\\"stat\\\":{\\\"aid\\\":335406585,\\\"coin\\\":44601,\\\"danmaku\\\":14670,\\\"dislike\\\":0,\\\"favorite\\\":20251,\\\"his_rank\\\":9,\\\"like\\\":133118,\\\"now_rank\\\":0,\\\"reply\\\":25181,\\\"share\\\":27783,\\\"view\\\":1766087},\\\"state\\\":0,\\\"tid\\\":172,\\\"title\\\":\\\"《明日方舟》主线【风暴瞭望】开放 限时纪念活动宣传pv\\\",\\\"tname\\\":\\\"手机游戏\\\",\\\"videos\\\":1}\", \"origin_extend_json\": \"{\\\"\\\":{\\\"game\\\":{\\\"game_id\\\":101772,\\\"platform\\\":\\\"1,2\\\"},\\\"ogv\\\":{\\\"ogv_id\\\":0}},\\\"dispute\\\":{\\\"content\\\":\\\"\\\"},\\\"from\\\":{\\\"from\\\":\\\"\\\",\\\"verify\\\":{}},\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i1.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\" }, \"card\": { \"official_verify\": { \"type\": 1, \"desc\": \"明日方舟官方账号\" } }, \"vip\": { \"vipType\": 2, \"vipDueDate\": 1646150400000, \"vipStatus\": 1, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"年度大会员\", \"label_theme\": \"annual_vip\", \"text_color\": \"#FFFFFF\", \"bg_style\": 1, \"bg_color\": \"#FB7299\", \"border_color\": \"\" }, \"avatar_subscript\": 1, \"nickname_color\": \"#FB7299\", \"role\": 3, \"avatar_subscript_url\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/vip\\/icon_Certification_big_member_22_3x.png\" }, \"pendant\": { \"pid\": 5305, \"name\": \"明日方舟音律系列\", \"image\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/615a1653281141ddf64cbb98c792ddaee78f7f40.png\", \"expire\": 0, \"image_enhance\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/516ecdf2d495a62f1bac31497c831b711823140c.webp\", \"image_enhance_frame\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/c0751afbf950373c260254d02768eabf30ff3906.png\" }, \"rank\": \"10000\", \"sign\": \"重铸未来 方舟启航\", \"level_info\": { \"current_level\": 6 } } }", + "extend_json": "{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 16222309, + "topic_name": "饼学大厦", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 19505960, + "topic_name": "罗德岛相簿", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 19501473, + "topic_name": "可露希尔的秘密档案", + "is_activity": 1, + "topic_link": "https://www.bilibili.com/blackboard/dynamic/132290" + }, + { + "topic_id": 19504680, + "topic_name": "罗德岛闲逛部", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "origin": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 3007, + "topic_name": "手机游戏", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "usr_action_txt": "投稿了视频", + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "主线【风暴瞭望】即将开放,限时纪念活动即将开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/debad5150aa1aeb27dd3bcbac4588c54dc7b5d10.png", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "主线【风暴瞭望】即将开放,限时纪念活动即将开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + }, + "cover_play_icon_url": "https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png" + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 8412516, + "type": 1, + "rid": 568484078913235403, + "view": 17673, + "repost": 2, + "comment": 21, + "like": 199, + "is_liked": 0, + "dynamic_id": 568484078920438420, + "timestamp": 1631198914, + "pre_dy_id": 568387154389567443, + "orig_dy_id": 565815693047293346, + "orig_type": 64, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "568484078920438420", + "pre_dy_id_str": "568387154389567443", + "orig_dy_id_str": "565815693047293346", + "rid_str": "568484078913235403", + "origin": { + "uid": 8412516, + "type": 64, + "rid": 12993752, + "view": 67017, + "repost": 17, + "dynamic_id": 565815693047293346, + "timestamp": 1630577632, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "565815693047293346", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "12993752" + }, + "previous": { + "uid": 8412516, + "type": 1, + "rid": 568387154387891793, + "acl": 0, + "view": 12862, + "repost": 2, + "like": 0, + "dynamic_id": 568387154389567443, + "timestamp": 1631176347, + "pre_dy_id": 568000577272362574, + "orig_dy_id": 565815693047293346, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "568387154389567443", + "pre_dy_id_str": "568000577272362574", + "orig_dy_id_str": "565815693047293346", + "rid_str": "568387154387891793", + "origin": { + "uid": 8412516, + "type": 64, + "rid": 12993752, + "dynamic_id": 565815693047293346, + "timestamp": 1630577632, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "565815693047293346", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "12993752" + }, + "previous": { + "uid": 8412516, + "type": 1, + "rid": 568000577273505783, + "acl": 0, + "view": 0, + "repost": 0, + "like": 0, + "dynamic_id": 568000577272362574, + "timestamp": 1631086340, + "pre_dy_id": 567622607260398211, + "orig_dy_id": 565815693047293346, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "568000577272362574", + "pre_dy_id_str": "567622607260398211", + "orig_dy_id_str": "565815693047293346", + "rid_str": "568000577273505783" + } + } + }, + "card": "{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 568484078913235403, \"uid\": 8412516, \"content\": \"#明日方舟##饼学大厦#\\n9.09专栏更新完毕,有惊无险(时间诡异)\\n考虑到近来发饼,b站与微博时间差距不大\\n以后大厦等b站动态出了,直接转官方动态\\n制图更新、专栏替换完毕,再另行转专栏\", \"ctrl\": \"\", \"orig_dy_id\": 565815693047293346, \"pre_dy_id\": 568387154389567443, \"timestamp\": 1631198914, \"reply\": 21, \"orig_type\": 64 }, \"origin\": \"{ \\\"id\\\": 12993752, \\\"category\\\": { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" }, \\\"categories\\\": [ { \\\"id\\\": 1, \\\"parent_id\\\": 0, \\\"name\\\": \\\"游戏\\\" }, { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" } ], \\\"title\\\": \\\"【明日方舟】饼学大厦#12~14(风暴瞭望&玛莉娅·临光&红松林&感谢庆典)9.11更新\\\", \\\"summary\\\": \\\"更新记录09.11更新:覆盖09.10更新;以及排期更新,猜测周一周五开活动09.10更新:以周五开活动为底,PV\\\\\\/公告调整位置,整体结构更新09.08更新:饼学大厦#12更新,新增一件六星商店服饰(周日发饼)09.06更新:饼学大厦整栋整栋翻新,改为9.16开主线(四日无饼!)09.05凌晨更新:10.13后的排期(两日无饼,鹰角背刺,心狠手辣)前言感谢楪筱祈ぺ的动态-哔哩哔哩 (bilibili.com) 对饼学的贡献!后续排期:9.17【风暴瞭望】、10.01【玛莉娅·临光】复刻、10.1\\\", \\\"banner_url\\\": \\\"\\\", \\\"template_id\\\": 4, \\\"state\\\": 0, \\\"author\\\": { \\\"mid\\\": 8412516, \\\"name\\\": \\\"罗德岛蜜饼工坊\\\", \\\"face\\\": \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\\\", \\\"pendant\\\": { \\\"pid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"expire\\\": 0 }, \\\"official_verify\\\": { \\\"type\\\": -1, \\\"desc\\\": \\\"\\\" }, \\\"nameplate\\\": { \\\"nid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"image_small\\\": \\\"\\\", \\\"level\\\": \\\"\\\", \\\"condition\\\": \\\"\\\" }, \\\"vip\\\": { \\\"type\\\": 1, \\\"status\\\": 0, \\\"due_date\\\": 0, \\\"vip_pay_type\\\": 0, \\\"theme_type\\\": 0, \\\"label\\\": { \\\"path\\\": \\\"\\\", \\\"text\\\": \\\"\\\", \\\"label_theme\\\": \\\"\\\" }, \\\"avatar_subscript\\\": 0, \\\"nickname_color\\\": \\\"\\\" } }, \\\"reprint\\\": 0, \\\"image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/e960919dc185d1d9026e8c80bf6d058edbab2e69.jpg\\\" ], \\\"publish_time\\\": 1630577632, \\\"ctime\\\": 1630577338, \\\"stats\\\": { \\\"view\\\": 14767, \\\"favorite\\\": 60, \\\"like\\\": 373, \\\"dislike\\\": 0, \\\"reply\\\": 103, \\\"share\\\": 21, \\\"coin\\\": 32, \\\"dynamic\\\": 0 }, \\\"attributes\\\": 24, \\\"words\\\": 1829, \\\"origin_image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/5fcc573673cd6fa7204792f231d211472e28bd39.jpg\\\" ], \\\"list\\\": { \\\"id\\\": 383313, \\\"mid\\\": 8412516, \\\"name\\\": \\\"明日方舟饼学预测\\\", \\\"image_url\\\": \\\"\\\", \\\"update_time\\\": 1630577338, \\\"ctime\\\": 1614183370, \\\"publish_time\\\": 1630577632, \\\"summary\\\": \\\"\\\", \\\"words\\\": 8218, \\\"read\\\": 0, \\\"articles_count\\\": 0, \\\"state\\\": 3, \\\"reason\\\": \\\"\\\", \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\" }, \\\"is_like\\\": false, \\\"media\\\": { \\\"score\\\": 0, \\\"media_id\\\": 0, \\\"title\\\": \\\"\\\", \\\"cover\\\": \\\"\\\", \\\"area\\\": \\\"\\\", \\\"type_id\\\": 0, \\\"type_name\\\": \\\"\\\", \\\"spoiler\\\": 0, \\\"season_id\\\": 0 }, \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\", \\\"original\\\": 1, \\\"act_id\\\": 0, \\\"dispute\\\": null, \\\"authenMark\\\": null, \\\"cover_avid\\\": 0, \\\"top_video_info\\\": null, \\\"type\\\": 0 }\", \"origin_extend_json\": \"{\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"card\": { \"official_verify\": { \"type\": -1, \"desc\": \"\" } }, \"vip\": { \"vipType\": 1, \"vipDueDate\": 1626364800000, \"vipStatus\": 0, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"\", \"label_theme\": \"\", \"text_color\": \"\", \"bg_style\": 0, \"bg_color\": \"\", \"border_color\": \"\" }, \"avatar_subscript\": 0, \"nickname_color\": \"\", \"role\": 0, \"avatar_subscript_url\": \"\" }, \"pendant\": { \"pid\": 0, \"name\": \"\", \"image\": \"\", \"expire\": 0, \"image_enhance\": \"\", \"image_enhance_frame\": \"\" }, \"rank\": \"10000\", \"sign\": \"明日方舟饼学研究组\", \"level_info\": { \"current_level\": 4 } } }", + "extend_json": "{\"from\":{\"emoji_type\":1,\"up_close_comment\":0},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 16222309, + "topic_name": "饼学大厦", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "origin": { + "topic_info": { + "topic_details": [ + { + "topic_id": 12189522, + "topic_name": "感谢庆典", + "is_activity": 1, + "topic_link": "https://www.bilibili.com/blackboard/dynamic/84498" + }, + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 21527990, + "topic_name": "红松林", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 20833282, + "topic_name": "风暴瞭望", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 20302865, + "topic_name": "饼学预测", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "show_tip": { + "del_tip": "要删除动态吗?" + } + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 8412516, + "type": 1, + "rid": 568387154387891793, + "acl": 0, + "view": 12862, + "repost": 2, + "comment": 31, + "like": 181, + "is_liked": 0, + "dynamic_id": 568387154389567443, + "timestamp": 1631176347, + "pre_dy_id": 568000577272362574, + "orig_dy_id": 565815693047293346, + "orig_type": 64, + "user_profile": { + "info": { + "uid": 8412516, + "uname": "罗德岛蜜饼工坊", + "face": "https://i0.hdslb.com/bfs/face/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg" + }, + "card": { + "official_verify": { + "type": -1, + "desc": "" + } + }, + "vip": { + "vipType": 1, + "vipDueDate": 1626364800000, + "vipStatus": 0, + "themeType": 0, + "label": { + "path": "", + "text": "", + "label_theme": "", + "text_color": "", + "bg_style": 0, + "bg_color": "", + "border_color": "" + }, + "avatar_subscript": 0, + "nickname_color": "", + "role": 0, + "avatar_subscript_url": "" + }, + "pendant": { + "pid": 0, + "name": "", + "image": "", + "expire": 0, + "image_enhance": "", + "image_enhance_frame": "" + }, + "rank": "10000", + "sign": "明日方舟饼学研究组", + "level_info": { + "current_level": 4 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "568387154389567443", + "pre_dy_id_str": "568000577272362574", + "orig_dy_id_str": "565815693047293346", + "rid_str": "568387154387891793", + "origin": { + "uid": 8412516, + "type": 64, + "rid": 12993752, + "view": 67017, + "repost": 17, + "dynamic_id": 565815693047293346, + "timestamp": 1630577632, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "565815693047293346", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "12993752" + }, + "previous": { + "uid": 8412516, + "type": 1, + "rid": 568000577273505783, + "acl": 0, + "view": 12337, + "repost": 1, + "like": 0, + "dynamic_id": 568000577272362574, + "timestamp": 1631086340, + "pre_dy_id": 567622607260398211, + "orig_dy_id": 565815693047293346, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "568000577272362574", + "pre_dy_id_str": "567622607260398211", + "orig_dy_id_str": "565815693047293346", + "rid_str": "568000577273505783" + } + }, + "card": "{ \"user\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"item\": { \"rp_id\": 568387154387891793, \"uid\": 8412516, \"content\": \"#明日方舟##饼学大厦#\\n饼组主线饼学预测——9.09版\\n①今日结果\\n9.09 五星医疗(行医)干员-桑葚(✓)\\n②后续预测\\n9.10 五星服饰\\n9.11 PV(周六,可能包含复刻)\\n9.12 #罗德岛相簿#+#可露希尔的秘密档案#11话+六星干员\\n9.13 六星服饰\\n9.14 六星服饰+家具\\n9.15 轮换池+停机更新公告\\n9.16 新六星EP+EP09·风暴瞭望开启\\n9.17 #罗德岛闲逛部#\\n9.19 #罗德岛相簿#\", \"ctrl\": \"\", \"orig_dy_id\": 565815693047293346, \"pre_dy_id\": 568000577272362574, \"timestamp\": 1631176347, \"reply\": 31, \"orig_type\": 64 }, \"origin\": \"{ \\\"id\\\": 12993752, \\\"category\\\": { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" }, \\\"categories\\\": [ { \\\"id\\\": 1, \\\"parent_id\\\": 0, \\\"name\\\": \\\"游戏\\\" }, { \\\"id\\\": 8, \\\"parent_id\\\": 1, \\\"name\\\": \\\"手机游戏\\\" } ], \\\"title\\\": \\\"【明日方舟】饼学大厦#12~14(风暴瞭望&玛莉娅·临光&红松林&感谢庆典)9.11更新\\\", \\\"summary\\\": \\\"更新记录09.11更新:覆盖09.10更新;以及排期更新,猜测周一周五开活动09.10更新:以周五开活动为底,PV\\\\\\/公告调整位置,整体结构更新09.08更新:饼学大厦#12更新,新增一件六星商店服饰(周日发饼)09.06更新:饼学大厦整栋整栋翻新,改为9.16开主线(四日无饼!)09.05凌晨更新:10.13后的排期(两日无饼,鹰角背刺,心狠手辣)前言感谢楪筱祈ぺ的动态-哔哩哔哩 (bilibili.com) 对饼学的贡献!后续排期:9.17【风暴瞭望】、10.01【玛莉娅·临光】复刻、10.1\\\", \\\"banner_url\\\": \\\"\\\", \\\"template_id\\\": 4, \\\"state\\\": 0, \\\"author\\\": { \\\"mid\\\": 8412516, \\\"name\\\": \\\"罗德岛蜜饼工坊\\\", \\\"face\\\": \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\\\", \\\"pendant\\\": { \\\"pid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"expire\\\": 0 }, \\\"official_verify\\\": { \\\"type\\\": -1, \\\"desc\\\": \\\"\\\" }, \\\"nameplate\\\": { \\\"nid\\\": 0, \\\"name\\\": \\\"\\\", \\\"image\\\": \\\"\\\", \\\"image_small\\\": \\\"\\\", \\\"level\\\": \\\"\\\", \\\"condition\\\": \\\"\\\" }, \\\"vip\\\": { \\\"type\\\": 1, \\\"status\\\": 0, \\\"due_date\\\": 0, \\\"vip_pay_type\\\": 0, \\\"theme_type\\\": 0, \\\"label\\\": { \\\"path\\\": \\\"\\\", \\\"text\\\": \\\"\\\", \\\"label_theme\\\": \\\"\\\" }, \\\"avatar_subscript\\\": 0, \\\"nickname_color\\\": \\\"\\\" } }, \\\"reprint\\\": 0, \\\"image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/e960919dc185d1d9026e8c80bf6d058edbab2e69.jpg\\\" ], \\\"publish_time\\\": 1630577632, \\\"ctime\\\": 1630577338, \\\"stats\\\": { \\\"view\\\": 14767, \\\"favorite\\\": 60, \\\"like\\\": 373, \\\"dislike\\\": 0, \\\"reply\\\": 103, \\\"share\\\": 21, \\\"coin\\\": 32, \\\"dynamic\\\": 0 }, \\\"attributes\\\": 24, \\\"words\\\": 1829, \\\"origin_image_urls\\\": [ \\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/article\\\\\\/5fcc573673cd6fa7204792f231d211472e28bd39.jpg\\\" ], \\\"list\\\": { \\\"id\\\": 383313, \\\"mid\\\": 8412516, \\\"name\\\": \\\"明日方舟饼学预测\\\", \\\"image_url\\\": \\\"\\\", \\\"update_time\\\": 1630577338, \\\"ctime\\\": 1614183370, \\\"publish_time\\\": 1630577632, \\\"summary\\\": \\\"\\\", \\\"words\\\": 8218, \\\"read\\\": 0, \\\"articles_count\\\": 0, \\\"state\\\": 3, \\\"reason\\\": \\\"\\\", \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\" }, \\\"is_like\\\": false, \\\"media\\\": { \\\"score\\\": 0, \\\"media_id\\\": 0, \\\"title\\\": \\\"\\\", \\\"cover\\\": \\\"\\\", \\\"area\\\": \\\"\\\", \\\"type_id\\\": 0, \\\"type_name\\\": \\\"\\\", \\\"spoiler\\\": 0, \\\"season_id\\\": 0 }, \\\"apply_time\\\": \\\"\\\", \\\"check_time\\\": \\\"\\\", \\\"original\\\": 1, \\\"act_id\\\": 0, \\\"dispute\\\": null, \\\"authenMark\\\": null, \\\"cover_avid\\\": 0, \\\"top_video_info\\\": null, \\\"type\\\": 0 }\", \"origin_extend_json\": \"{\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 8412516, \"uname\": \"罗德岛蜜饼工坊\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/00776b6ddde4874af87b8bc2870da86ed39c2c80.jpg\" }, \"card\": { \"official_verify\": { \"type\": -1, \"desc\": \"\" } }, \"vip\": { \"vipType\": 1, \"vipDueDate\": 1626364800000, \"vipStatus\": 0, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"\", \"label_theme\": \"\", \"text_color\": \"\", \"bg_style\": 0, \"bg_color\": \"\", \"border_color\": \"\" }, \"avatar_subscript\": 0, \"nickname_color\": \"\", \"role\": 0, \"avatar_subscript_url\": \"\" }, \"pendant\": { \"pid\": 0, \"name\": \"\", \"image\": \"\", \"expire\": 0, \"image_enhance\": \"\", \"image_enhance_frame\": \"\" }, \"rank\": \"10000\", \"sign\": \"明日方舟饼学研究组\", \"level_info\": { \"current_level\": 4 } } }", + "extend_json": "{\"from\":{\"emoji_type\":1,\"up_close_comment\":0,\"verify\":{\"asw\":{\"fl\":15,\"nv\":1},\"sw\":{\"fl\":15,\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"\",\"end\":\"\",\"end_url\":\"\",\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 16222309, + "topic_name": "饼学大厦", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 19505960, + "topic_name": "罗德岛相簿", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 19501473, + "topic_name": "可露希尔的秘密档案", + "is_activity": 1, + "topic_link": "https://www.bilibili.com/blackboard/dynamic/132290" + }, + { + "topic_id": 19504680, + "topic_name": "罗德岛闲逛部", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "origin": { + "topic_info": { + "topic_details": [ + { + "topic_id": 12189522, + "topic_name": "感谢庆典", + "is_activity": 1, + "topic_link": "https://www.bilibili.com/blackboard/dynamic/84498" + }, + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 21527990, + "topic_name": "红松林", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 20833282, + "topic_name": "风暴瞭望", + "is_activity": 0, + "topic_link": "" + }, + { + "topic_id": 20302865, + "topic_name": "饼学预测", + "is_activity": 0, + "topic_link": "" + } + ] + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "show_tip": { + "del_tip": "要删除动态吗?" + } + }, + "relation": { + "status": 1, + "is_follow": 0, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + } + ], + "next_offset": 568387154389567443, + "_gt_": 0 + } +} \ No newline at end of file diff --git a/tests/platforms/static/bilibili_strange_post-0.json b/tests/platforms/static/bilibili_strange_post-0.json new file mode 100644 index 0000000..d7c6dfc --- /dev/null +++ b/tests/platforms/static/bilibili_strange_post-0.json @@ -0,0 +1,1933 @@ +{ + "code": 0, + "msg": "", + "message": "", + "data": { + "has_more": 1, + "cards": [ + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194995051, + "acl": 0, + "view": 1333678, + "repost": 50, + "comment": 1733, + "like": 19699, + "is_liked": 0, + "dynamic_id": 662195326134779920, + "timestamp": 1653017764, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "662195326134779920", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194995051" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#05月20日16:00闪断更新公告\\r\\n\\r\\n感谢您对《明日方舟》的关注与支持。《明日方舟》计划将于2022年05月20日16:00 ~ 16:10 期间进行服务器闪断更新。届时将造成玩家强制掉线,无法登录等问题。为确保您的游戏内账号数据正常,请在本次闪断更新时提前结束关卡。本次更新给各位玩家带来的不便,敬请谅解!\\r\\n\\r\\n闪断更新时间:\\r\\n2022年05月20日16:00 ~ 16:10 期间\\r\\n\\r\\n更新内容:\\r\\n◆修复危机合约#9赛季「渊默行动」训练场模拟场地【尚蜀山道】中合约冲突异常的问题\\r\\n◆修正部分文本描述错误\\r\\n\\r\\n闪断补偿:合成玉*200\\r\\n补偿范围:2022年05月20日16:00更新前所有注册并创建角色的玩家\\r\\n\\r\\n*本次维护不排除延迟开启的可能,如若延迟则请关注官方发布的具体开服时间*\",\"id\":194995051,\"is_fav\":0,\"pictures\":[{\"img_height\":2700,\"img_size\":1162.17578125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/c95067a73de810051bfb9d4f118bc6c02fe7c30d.png\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":1733,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1653017764},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"verify\":{\"aegis_enable\":true,\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"need_verify\":true,\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 66958402, + "name": "记事员風薫る智", + "content": "新漫画大家快看👀https://b23.tv/JV2P4bI" + } + ], + "comment_ids": "113642938400" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194991293, + "acl": 0, + "view": 1040032, + "repost": 50, + "comment": 912, + "like": 19562, + "is_liked": 0, + "dynamic_id": 662187341796868131, + "timestamp": 1653015905, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "662187341796868131", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194991293" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#\\n5月20日 危机合约渊默行动OST正式上架塞壬唱片官网及网易云音乐等平台\\r\\n\\r\\n塞壬唱片官网链接:https:\\/\\/monster-siren.hypergryph.com\\/music\\/306847\\r\\n\\r\\n【专辑介绍】\\r\\n执剑临渊,幽邃未言,\\r\\n澄心如镜,悱愤而发。\\r\\n\\r\\n【歌曲列表】\\r\\nOperation Deepness \",\"id\":194991293,\"is_fav\":0,\"pictures\":[{\"img_height\":1000,\"img_size\":941.8203125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/437c6999fa3af429f8259bab4753af8053f2e45a.jpg\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":912,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1653015905},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 330637630, + "name": "小布开心果", + "content": "懂了,下次还填非常简单!😀👍\n——啊啦,这不是奇趣蛋花癫疯吗,你亻" + } + ], + "comment_ids": "113639955392" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194923716, + "acl": 0, + "view": 1411164, + "repost": 130, + "comment": 4262, + "like": 26552, + "is_liked": 0, + "dynamic_id": 661893574623756290, + "timestamp": 1652947507, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "661893574623756290", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194923716" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#\\r\\n危机合约「渊默行动」赛季限时开启\\r\\n赛季开启时间:05月19日 16:00 - 06月02日 03:59\\r\\n\\r\\n【每日开放关卡前瞻】\\r\\n◆05月19日 炎国 - 尚蜀山道\\r\\n◆05月20日 炎国 - 尚蜀山道\\r\\n◆05月21日 切尔诺伯格 - 遗弃地块\\r\\n◆05月22日 炎国 - 灰齐山麓\\r\\n◆05月23日 萨尔贡 - 沙海遗迹\\r\\n◆05月24日 荒野 - 狂嚎沙原\\r\\n◆05月25日 荒野 - 炽热溶洞\\r\\n◆05月26日 卡西米尔 - 大骑士领酒吧街\\r\\n◆05月19日 - 05月26日 伊比利亚 - 盐风溶洞\\r\\n\\r\\n_______________\\r\\n行动地点将于活动期间每日04:00进行轮换\\r\\n新增合约将于5月26日04:00加入挑战 \",\"id\":194923716,\"is_fav\":0,\"pictures\":[{\"img_height\":900,\"img_size\":881.5634765625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/d81a97f446f8b86aa8266962be4a53ae00d03ec4.jpg\",\"img_tags\":null,\"img_width\":1650}],\"pictures_count\":1,\"reply\":4262,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652947507},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 1232394482, + "name": "大炎上单", + "content": "您等的是不是 花 惊 冤 点 名" + } + ], + "comment_ids": "113550628848" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194904979, + "acl": 0, + "view": 1560962, + "repost": 79, + "comment": 3031, + "like": 22716, + "is_liked": 0, + "dynamic_id": 661816458488053817, + "timestamp": 1652929552, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "661816458488053817", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194904979" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#05月19日16:00闪断更新公告\\r\\n\\r\\n感谢您对《明日方舟》的关注与支持。《明日方舟》计划将于2022年05月19日16:00 ~ 16:10 期间进行服务器闪断更新。届时将造成玩家强制掉线,无法登录等问题。为确保您的游戏内账号数据正常,请在本次闪断更新时提前结束关卡。本次更新给各位玩家带来的不便,敬请谅解!\\r\\n\\r\\n闪断更新时间:\\r\\n2022年05月19日16:00 ~ 16:10 期间\\r\\n\\r\\n更新内容:\\r\\n◆「三周年庆典」活动Part.2开启,内容详情请参照官方相关活动公告\\r\\n◆新增干员【埃拉托】的中文语音\\r\\n◆修复SideStory「愚人号」活动中【SN-S-1-B】关卡在部分情况下“小帮手”效果异常的问题\\r\\n◆修复敌方【深溟巢涌者】、【富营养的巢涌者】、【退行的巢涌者】在特定情况下造成伤害范围异常的问题\\r\\n\\r\\n闪断补偿:合成玉*200\\r\\n补偿范围:2022年05月19日16:00更新前所有注册并创建角色的玩家\\r\\n\\r\\n*本次维护不排除延迟开启的可能,如若延迟则请关注官方发布的具体开服时间*\",\"id\":194904979,\"is_fav\":0,\"pictures\":[{\"img_height\":2820,\"img_size\":1182.271484375,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/681b11e36e31fe7a4f8b1ba5e93f9e56686e9b7b.png\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":3031,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652929552},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"verify\":{\"aegis_enable\":true,\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"need_verify\":true,\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 26106815, + "name": "zy_-01", + "content": "角角,下次可以出一个给敌人造成精神损伤的干员吗,我也想给对面造成精神损伤[脱单doge]" + } + ], + "emojis": [ + { + "emoji_name": "[脱单doge]", + "url": "https://i0.hdslb.com/bfs/emote/bf7e00ecab02171f8461ee8cf439c73db9797748.png", + "meta": { + "size": 1 + } + } + ], + "comment_ids": "113522910208" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194772046, + "acl": 0, + "view": 2181627, + "repost": 567, + "comment": 7949, + "like": 36379, + "is_liked": 0, + "dynamic_id": 661151412869136406, + "timestamp": 1652774709, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "661151412869136406", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194772046" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟# \\r\\n【活动奖励干员】\\r\\n\\/\\/埃拉托\\r\\n“这里就是罗德岛吧,终于,终于找到了......不,这一切都是命运指引的相逢,应该说正是时候!叫我埃拉托就好,请问帕拉斯在吗?”\\r\\n\\r\\n____________\\r\\n“你觉不觉得,这个月收到的请假申请好像格外的多?”\\r\\n“大概是春天到了,容易得换季感冒?”\\r\\n“你看看这些申请哪一个是病假?这都是什么请假理由,‘需要回家处理一些事情’‘需要请假一段时间调整工作状态’,这个更直接,‘想要去外面看看’。”\\r\\n“我发现了,这一切都是在那个黎博利小姑娘上岛之后发生的。”\\r\\n“你是说埃拉托?是她让大家都想不开了?”\\r\\n“也有可能,是想得太开了......”\\r\\n当人事部干员带着怀疑找到埃拉托的时候,她正在疗养庭院里,拨着竖琴,给坐满一整个房间的干员讲述她游历四方的传奇故事。在听了两个小时后,人事干员终于明白席卷罗德岛的请假热潮到底从何而来了。\\r\\n“追求远方的景色,这难道不是人们的天性吗?放松点,先听我讲一个故事吧。烦心的事情放到明天再说。唔,这是不是也算,相信明天?” \",\"id\":194772046,\"is_fav\":0,\"pictures\":[{\"img_height\":1515,\"img_size\":1235.6640625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/d71b78361a7ab8a914b13553fa34bdb97f07dbda.jpg\",\"img_tags\":null,\"img_width\":1000},{\"img_height\":1080,\"img_size\":1951.8115234375,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/ed3964bf17c7cd2fc6aac32c0e31343c2751aaf7.jpg\",\"img_tags\":null,\"img_width\":1920},{\"img_height\":816,\"img_size\":5686.966796875,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/9ec0444b6ef63b9af066bf5b72abd25780690462.gif\",\"img_tags\":null,\"img_width\":499},{\"img_height\":816,\"img_size\":4933.32421875,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/addc087b33c8847e4343ece6b4c3440851a2f88b.gif\",\"img_tags\":null,\"img_width\":499},{\"img_height\":816,\"img_size\":6884.0673828125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/12cd68b55bcc6dbc06a5f91c6783e5d89d428a42.gif\",\"img_tags\":null,\"img_width\":499},{\"img_height\":816,\"img_size\":6743.8857421875,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/00f00b8d424734b4ddaaee6e034520d1a3a5b804.gif\",\"img_tags\":null,\"img_width\":499}],\"pictures_count\":6,\"reply\":7949,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652774709},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 8, + "rid": 384015832, + "acl": 0, + "view": 2268424, + "repost": 1236, + "like": 116031, + "is_liked": 0, + "dynamic_id": 660701751240818690, + "timestamp": 1652670014, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "660701751240818690", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "384015832", + "bvid": "BV1vZ4y1a7Be" + }, + "card": "{\"aid\":384015832,\"attribute\":0,\"cid\":721329465,\"copyright\":1,\"ctime\":1652665696,\"desc\":\"--重铸未来 方舟启航--\\r\\n《明日方舟》危机合约新赛季「渊默行动」宣传PV\\r\\n\\r\\n↓↓《明日方舟》bilibili服下载↓↓\\r\\nhttps:\\/\\/www.biligame.com\\/detail\\/?id=101772\\r\\n\\r\\n____________________________\\r\\n一、「三周年庆典」,第9赛季「渊默行动」开启\\r\\n二、「三周年庆典」,【联合行动】特选干员定向寻访开启\\r\\n三、「三周年庆典」,“资源收集”限时全天开放\\r\\n\\r\\n更多活动内容请持续关注《明日方舟》官方公告。\",\"dimension\":{\"height\":1080,\"rotate\":0,\"width\":1920},\"duration\":168,\"dynamic\":\"#明日方舟#危机合约「渊默行动」赛季即将开启\\n\\n一、「三周年庆典」,第9赛季「渊默行动」开启\\n二、「三周年庆典」,【联合行动】特选干员定向寻访开启\\n三、「三周年庆典」,“资源收集”限时全天开放\\n\\n更多活动内容请持续关注《明日方舟》官方公告。\",\"first_frame\":\"https:\\/\\/i1.hdslb.com\\/bfs\\/storyff\\/n220516a22xavpi9gokqsc12f5rtodvi_firsti.jpg\",\"jump_url\":\"bilibili:\\/\\/video\\/384015832\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\",\"owner\":{\"face\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"mid\":161775300,\"name\":\"明日方舟\"},\"pic\":\"https:\\/\\/i1.hdslb.com\\/bfs\\/archive\\/865955c5b7638f8cf8d4c26a5575e10fc40078d1.jpg\",\"player_info\":null,\"pubdate\":1652670000,\"rights\":{\"arc_pay\":0,\"autoplay\":1,\"bp\":0,\"download\":0,\"elec\":0,\"hd5\":1,\"is_cooperation\":0,\"movie\":0,\"no_background\":0,\"no_reprint\":0,\"pay\":0,\"pay_free_watch\":0,\"ugc_pay\":0,\"ugc_pay_preview\":0},\"share_subtitle\":\"已观看160.0万次\",\"short_link\":\"https:\\/\\/b23.tv\\/BV1vZ4y1a7Be\",\"short_link_v2\":\"https:\\/\\/b23.tv\\/BV1vZ4y1a7Be\",\"stat\":{\"aid\":384015832,\"coin\":35145,\"danmaku\":5074,\"dislike\":0,\"favorite\":17000,\"his_rank\":11,\"like\":116031,\"now_rank\":0,\"reply\":16451,\"share\":27055,\"view\":1603804},\"state\":0,\"tid\":172,\"title\":\"《明日方舟》危机合约新赛季「渊默行动」宣传PV\",\"tname\":\"手机游戏\",\"videos\":2}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "usr_action_txt": "投稿了视频", + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 22157527, + "name": "元素领主墨元素", + "content": "最近角也太喜欢触手了吧,墨墨狂喜[期待]" + } + ], + "comment_ids": "113182099856" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + }, + "cover_play_icon_url": "https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png" + } + }, + { + "desc": { + "uid": 161775300, + "type": 1, + "rid": 659974986921364664, + "acl": 0, + "view": 2101984, + "repost": 210, + "comment": 4979, + "like": 24018, + "is_liked": 0, + "dynamic_id": 659974986939760777, + "timestamp": 1652500801, + "pre_dy_id": 657734044802351104, + "orig_dy_id": 657734044802351104, + "orig_type": 2, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 1, + "status": 1, + "dynamic_id_str": "659974986939760777", + "pre_dy_id_str": "657734044802351104", + "orig_dy_id_str": "657734044802351104", + "rid_str": "659974986921364664", + "origin": { + "uid": 161775300, + "type": 2, + "rid": 193971771, + "acl": 1024, + "view": 1863034, + "repost": 37310, + "like": 0, + "dynamic_id": 657734044802351104, + "timestamp": 1651979041, + "pre_dy_id": 0, + "orig_dy_id": 0, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "657734044802351104", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "193971771" + } + }, + "card": "{ \"user\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\" }, \"item\": { \"rp_id\": 659974986921364664, \"uid\": 161775300, \"content\": \"恭喜@想不出好名字啊-- @清_酒_ @挺进的咸鱼 等10位同学中奖,已私信通知,详情请点击互动抽奖查看。\", \"ctrl\": \"[ { \\\"data\\\": \\\"494734383\\\", \\\"location\\\": 2, \\\"length\\\": 10, \\\"type\\\": 1 }, { \\\"data\\\": \\\"25270120\\\", \\\"location\\\": 13, \\\"length\\\": 5, \\\"type\\\": 1 }, { \\\"data\\\": \\\"13794418\\\", \\\"location\\\": 19, \\\"length\\\": 6, \\\"type\\\": 1 } ]\", \"orig_dy_id\": 657734044802351104, \"pre_dy_id\": 657734044802351104, \"timestamp\": 1652500801, \"reply\": 4979, \"orig_type\": 2 }, \"origin\": \"{\\\"item\\\":{\\\"at_control\\\":\\\"[{\\\\\\\"location\\\\\\\":185,\\\\\\\"length\\\\\\\":4,\\\\\\\"data\\\\\\\":\\\\\\\"4\\\\\\\",\\\\\\\"type\\\\\\\":2}]\\\",\\\"category\\\":\\\"daily\\\",\\\"description\\\":\\\"#A1行动预备组##明日方舟#\\\\r\\\\n第一话 实习警员,报到!\\\\r\\\\n\\\\r\\\\n明日方舟官方连载漫画《A1行动预备组》正式上线!\\\\r\\\\n哔哩哔哩漫画阅读:https:\\\\\\/\\\\\\/manga.bilibili.com\\\\\\/detail\\\\\\/mc31901?from=manga_search\\\\r\\\\n\\\\r\\\\n关注并转发本动态,我们将会在5月14日抽取10位博士赠送【RIBOSE 阿米娅 庆典时光VER】手办一份。 互动抽奖\\\",\\\"id\\\":193971771,\\\"is_fav\\\":0,\\\"pictures\\\":[{\\\"img_height\\\":1200,\\\"img_size\\\":337.328125,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/92219c58317ad1fee9a095a4f82efcee4c70538c.jpg\\\",\\\"img_tags\\\":null,\\\"img_width\\\":1080},{\\\"img_height\\\":1412,\\\"img_size\\\":551.8837890625,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/2d898ddd79062570069a85e862f00d3abdd79276.jpg\\\",\\\"img_tags\\\":null,\\\"img_width\\\":1000},{\\\"img_height\\\":1200,\\\"img_size\\\":985.5,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/5bfe6906c086d5ae29f3f0d6a7806727d006d775.jpg\\\",\\\"img_tags\\\":null,\\\"img_width\\\":1080}],\\\"pictures_count\\\":3,\\\"reply\\\":8256,\\\"role\\\":[],\\\"settings\\\":{\\\"copy_forbidden\\\":\\\"0\\\"},\\\"source\\\":[],\\\"title\\\":\\\"\\\",\\\"upload_time\\\":1651979041},\\\"user\\\":{\\\"head_url\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\\\",\\\"name\\\":\\\"明日方舟\\\",\\\"uid\\\":161775300,\\\"vip\\\":{\\\"avatar_subscript\\\":1,\\\"due_date\\\":1680537600000,\\\"label\\\":{\\\"label_theme\\\":\\\"annual_vip\\\",\\\"path\\\":\\\"\\\",\\\"text\\\":\\\"年度大会员\\\"},\\\"nickname_color\\\":\\\"#FB7299\\\",\\\"status\\\":1,\\\"theme_type\\\":0,\\\"type\\\":2,\\\"vip_pay_type\\\":0}}}\", \"origin_extension\": { \"lott\": \"{\\\"lottery_id\\\":92337}\" }, \"origin_extend_json\": \"{\\\"\\\":{\\\"game\\\":{\\\"game_id\\\":101772,\\\"platform\\\":\\\"1,2\\\"}},\\\"ctrl\\\":[{\\\"data\\\":\\\"4\\\",\\\"length\\\":4,\\\"location\\\":185,\\\"type\\\":2}],\\\"from\\\":{\\\"emoji_type\\\":1,\\\"from\\\":\\\"create.dynamic.web\\\",\\\"verify\\\":{\\\"aegis_enable\\\":true,\\\"asw\\\":{},\\\"cc\\\":{},\\\"csw\\\":{},\\\"dc\\\":{},\\\"gc\\\":{},\\\"ra\\\":{},\\\"sp\\\":{},\\\"sw\\\":{},\\\"ur\\\":{},\\\"verify_first\\\":true}},\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/garb\\\\\\/item\\\\\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"like_icon_id\\\":33772,\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"lott\\\":{\\\"lottery_id\\\":92337},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\", \"face_nft\": 0 }, \"card\": { \"official_verify\": { \"type\": 1, \"desc\": \"明日方舟官方账号\" } }, \"vip\": { \"vipType\": 2, \"vipDueDate\": 1680537600000, \"vipStatus\": 1, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"年度大会员\", \"label_theme\": \"annual_vip\", \"text_color\": \"#FFFFFF\", \"bg_style\": 1, \"bg_color\": \"#FB7299\", \"border_color\": \"\" }, \"avatar_subscript\": 1, \"nickname_color\": \"#FB7299\", \"role\": 3, \"avatar_subscript_url\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/vip\\/icon_Certification_big_member_22_3x.png\" }, \"pendant\": { \"pid\": 5305, \"name\": \"明日方舟音律系列\", \"image\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/615a1653281141ddf64cbb98c792ddaee78f7f40.png\", \"expire\": 0, \"image_enhance\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/516ecdf2d495a62f1bac31497c831b711823140c.webp\", \"image_enhance_frame\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/c0751afbf950373c260254d02768eabf30ff3906.png\" }, \"rank\": \"10000\", \"sign\": \"重铸未来 方舟启航\", \"level_info\": { \"current_level\": 6 } } }", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"ctrl\":[{\"data\":\"494734383\",\"length\":10,\"location\":2,\"type\":1},{\"data\":\"25270120\",\"length\":5,\"location\":13,\"type\":1},{\"data\":\"13794418\",\"length\":6,\"location\":19,\"type\":1}],\"from\":{\"from\":\"create.lottery\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "origin": { + "topic_info": { + "topic_details": [ + { + "topic_id": 22333525, + "topic_name": "A1行动预备组", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=A1%E8%A1%8C%E5%8A%A8%E9%A2%84%E5%A4%87%E7%BB%84" + }, + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + }, + { + "topic_id": 22333526, + "topic_name": "a1行动预备组", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=a1%E8%A1%8C%E5%8A%A8%E9%A2%84%E5%A4%87%E7%BB%84" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 509306111, + "name": "愚者xy", + "content": "吾笑那rua少智,大黄无谋,若使那溟痕爬上高台,吾必休矣[Pinch!!]" + } + ], + "comment_ids": "113103269680" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194400357, + "acl": 0, + "view": 2195391, + "repost": 208, + "comment": 3270, + "like": 34161, + "is_liked": 0, + "dynamic_id": 659589728353386497, + "timestamp": 1652411101, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "659589728353386497", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194400357" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#\\n5月13日 明日方舟OST3正式上架塞壬唱片官网及网易云音乐等平台\\r\\n\\r\\n塞壬唱片官网链接:https:\\/\\/monster-siren.hypergryph.com\\/music\\/232298\\r\\n\\r\\n【专辑介绍】\\r\\n从残垣断壁中走来,\\r\\n我们曾冲破阵线,也曾踏入烈焰,\\r\\n衣角余温,希望尚存。\\r\\n方舟航行,齿轮轰鸣,虽路漫漫吾往矣。\\r\\n\\r\\n【歌曲列表】\\r\\n1. 风雨欲来\\r\\n2. 往事\\r\\n3. 临阵\\r\\n4. 阴谋\\r\\n5. 切尔诺伯格\\r\\n6. Непоколебимость(不屈)\\r\\n7. 视死如归\\r\\n8. 切尔诺伯格急行军\\r\\n9. 赴遥尘\\r\\n10. 迷雾重重\\r\\n11. 诉死歌者\\r\\n12. 遗忘\\r\\n13. 盾卫之志\\r\\n14. 交锋\\r\\n15. 塔露拉·雅特利亚斯\\r\\n16. Wrathful Cerulean Flame\\r\\n17. 双龙\\r\\n18. Tower Fierce \",\"id\":194400357,\"is_fav\":0,\"pictures\":[{\"img_height\":1000,\"img_size\":286.5380859375,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/e361db39034ffed4ea8f8376e011655a4bdd4675.jpg\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":3270,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652411100},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 53820636, + "name": "泭流光年", + "content": "我不会忘记初弦同志曾经做过的一切[doge][doge][doge]" + } + ], + "emojis": [ + { + "emoji_name": "[doge]", + "url": "https://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", + "meta": { + "size": 1 + } + } + ], + "comment_ids": "112778541248" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194246364, + "acl": 0, + "view": 2415943, + "repost": 224, + "comment": 7975, + "like": 37579, + "is_liked": 0, + "dynamic_id": 658909405562011648, + "timestamp": 1652252701, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "658909405562011648", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194246364" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟# \\r\\n【常驻标准寻访预告】\\r\\n起止时间:05月12日04:00 ~ 05月26日03:59\\r\\n寻访说明:常驻标准寻访更新,该寻访中以下干员获得概率提升;\\r\\n★★★★★★:灵知 \\/ 黑(占6★出率的50%)\\r\\n★★★★★:赫默 \\/ 可颂 \\/ 梅尔(占5★出率的50%)\\r\\n\\r\\n更多后续活动内容及最新消息请关注《明日方舟》游戏内公告、官网及双微,感谢大家的支持 \",\"id\":194246364,\"is_fav\":0,\"pictures\":[{\"img_height\":1043,\"img_size\":2197.5517578125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/932c63800f69ea36734d5bad527bb8c222b252bf.png\",\"img_tags\":null,\"img_width\":1650}],\"pictures_count\":1,\"reply\":7975,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652252701},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 412841928, + "name": "孤峭寒", + "content": "B服,违规,信息,收集。大群,迁徙,官服,需要。" + } + ], + "comment_ids": "112772423344" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194229599, + "acl": 0, + "view": 1938388, + "repost": 127, + "comment": 6243, + "like": 24807, + "is_liked": 0, + "dynamic_id": 658847673997066245, + "timestamp": 1652238328, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "658847673997066245", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194229599" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#05月11日16:00闪断更新公告 \\r\\n\\r\\n感谢您对《明日方舟》的关注与支持。《明日方舟》计划将于2022年05月11日16:00 ~ 16:10 期间进行服务器闪断更新。届时将造成玩家强制掉线,无法登录等问题。为确保您的游戏内账号数据正常,请在本次闪断更新时提前结束关卡。本次更新给各位玩家带来的不便,敬请谅解!\\r\\n\\r\\n闪断更新时间:\\r\\n2022年05月11日16:00 ~ 16:10 期间\\r\\n\\r\\n更新内容:\\r\\n◆SideStory「愚人号」活动关卡第三段【镜前映像】资源预载\\r\\n◆修复干员【掠风】技能“此身为筑”效果与描述不符的问题\\r\\n◆修复干员【絮雨】天赋“生命塔台”在特定情况下无法正常生效的问题\\r\\n◆修复干员【风丸】启用专属模组“旧物”时,<替身>在部分情况下攻击范围异常的问题\\r\\n◆修复干员【归溟幽灵鲨】在特定情况下撤退时会导致当前背景音乐异常的问题\\r\\n◆修复干员【归溟幽灵鲨】spine部分动作图层错误的问题\\r\\n◆修复时装【音律联觉系列 - “黑曜石” - 泥岩】、【音律联觉系列 - “开牌制胜” - 龙舌兰】在部分情况下特效显示异常的问题\\r\\n◆修复敌方【屠谕者,大群意志】在部分情况下死亡时动画异常的问题\\r\\n◆修复“溟痕”被清除后在部分情况下仍然会对【傀儡师】分支干员造成伤害的问题\\r\\n◆修复敌方【大君之触】、【仁慈之触】、【大君之赐】、【慷慨之赐】在特殊情况下不会给阻挡该敌人的单位增加阻挡数上限的问题\\r\\n◆修复SideStory「愚人号」活动中【SN-EX-04】关卡在部分情况下“小帮手”未正确生效的问题\\r\\n◆修复部分情况下常驻回归系统中回归任务进度未正确累积的问题\\r\\n◆05月12日04:00【标准寻访】更新资源预载\\r\\n◆05月12日04:00【采购中心-高级凭证区】更新资源预载\\r\\n\\r\\n闪断补偿:合成玉*200\\r\\n补偿范围:2022年05月11日16:00更新前所有注册并创建角色的玩家\\r\\n\\r\\n*本次维护不排除延迟开启的可能,如若延迟则请关注官方发布的具体开服时间*\",\"id\":194229599,\"is_fav\":0,\"pictures\":[{\"img_height\":3500,\"img_size\":1300.4150390625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/b3210d547eeae9f338fda9edae7545ab2210b293.png\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":6243,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652238328},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"verify\":{\"aegis_enable\":true,\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"need_verify\":true,\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 581695, + "name": "自在道爷", + "content": "闪断一次修这么多bug,我觉得我亏了[doge]" + } + ], + "emojis": [ + { + "emoji_name": "[doge]", + "url": "https://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", + "meta": { + "size": 1 + } + } + ], + "comment_ids": "112560960752" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194083637, + "view": 2070979, + "repost": 162, + "comment": 5029, + "like": 32604, + "is_liked": 0, + "dynamic_id": 658182714274349078, + "timestamp": 1652083505, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "658182714274349078", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194083637" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟# \\r\\n\\/\\/【斗争血脉】系列,新装限时上架\\r\\n\\r\\n◆【斗争血脉】系列 - “升华” - 浊心斯卡蒂\\r\\n◆【斗争血脉】系列 - “先驱” - 灵知\\r\\n◆【斗争血脉】系列 - “极昼捕手” - 极光\\r\\n_____________\\r\\n时装商店售卖时间:2022年05月01日 16:00 - 2022年05月29日 03:59 \",\"id\":194083637,\"is_fav\":0,\"pictures\":[{\"img_height\":1080,\"img_size\":3558.1181640625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/b49f92a4bcd05d93ca4dff0766dc3c0cd787e864.png\",\"img_tags\":null,\"img_width\":1920}],\"pictures_count\":1,\"reply\":5029,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652083505},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + } + ], + "next_offset": 658182714274349078, + "_gt_": 0 + } +} \ No newline at end of file diff --git a/tests/platforms/static/bilibili_strange_post.json b/tests/platforms/static/bilibili_strange_post.json new file mode 100644 index 0000000..6881b87 --- /dev/null +++ b/tests/platforms/static/bilibili_strange_post.json @@ -0,0 +1,2112 @@ +{ + "code": 0, + "msg": "", + "message": "", + "data": { + "has_more": 1, + "cards": [ + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 195097427, + "acl": 1024, + "view": 944275, + "repost": 17945, + "comment": 2030, + "like": 23987, + "is_liked": 0, + "dynamic_id": 662557177137856517, + "timestamp": 1653102014, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "662557177137856517", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "195097427" + }, + "card": "{\"item\":{\"at_control\":\"[{\\\"location\\\":187,\\\"length\\\":4,\\\"data\\\":\\\"4\\\",\\\"type\\\":2}]\",\"category\":\"daily\",\"description\":\"#罗德厨房——回甘##明日方舟#\\r\\n明日方舟官方美食漫画,正式开餐。\\r\\n往事如烟,安然即好。\\r\\nMenu 01:高脚羽兽烤串与罗德岛的领袖\\r\\n\\r\\n哔哩哔哩漫画阅读:https:\\/\\/manga.bilibili.com\\/detail\\/mc31998?from=manga_search\\r\\n\\r\\n关注并转发本动态,我们将会在5月27日抽取10位博士赠送【兔兔奇境】周边礼盒一份。 互动抽奖\",\"id\":195097427,\"is_fav\":0,\"pictures\":[{\"img_height\":1200,\"img_size\":1463.6943359375,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/6c857709800bd25bf0a9c5cb6e0a0fda354c89d3.jpg\",\"img_tags\":null,\"img_width\":1080},{\"img_height\":1398,\"img_size\":2243.5166015625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/cf4139b32d804cd2150624327927aa16c76aad57.png\",\"img_tags\":null,\"img_width\":1000},{\"img_height\":1398,\"img_size\":1943.5859375,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/ee072cf9084e0668416336e7e0cf2c8e17aa96f6.png\",\"img_tags\":null,\"img_width\":1000},{\"img_height\":1398,\"img_size\":1796.94140625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/7cff02b8700149517525d4af5cd5f84c11a0263c.png\",\"img_tags\":null,\"img_width\":1000},{\"img_height\":1398,\"img_size\":1396.95703125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/145223ffe596f9508cefb4ff0f6a54ee91b596bf.png\",\"img_tags\":null,\"img_width\":1000},{\"img_height\":1200,\"img_size\":1252.9150390625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/d063cb1a73e09a4604af698aa011974a098adce1.jpg\",\"img_tags\":null,\"img_width\":1080}],\"pictures_count\":6,\"reply\":2030,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1653102014},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extension": { + "lott": "{\"lottery_id\":93876}" + }, + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"ctrl\":[{\"data\":\"4\",\"length\":4,\"location\":187,\"type\":2}],\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"verify\":{\"aegis_enable\":true,\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{},\"verify_first\":true}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"lott\":{\"lottery_id\":93876},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 26568924, + "topic_name": "罗德厨房——回甘", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E7%BD%97%E5%BE%B7%E5%8E%A8%E6%88%BF%E2%80%94%E2%80%94%E5%9B%9E%E7%94%98" + }, + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 27449147, + "name": "三心思可见", + "content": "开幕雷击,轻松愉快你是认真的?" + } + ], + "comment_ids": "113766047232" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194995051, + "acl": 0, + "view": 1333678, + "repost": 50, + "comment": 1733, + "like": 19699, + "is_liked": 0, + "dynamic_id": 662195326134779920, + "timestamp": 1653017764, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "662195326134779920", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194995051" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#05月20日16:00闪断更新公告\\r\\n\\r\\n感谢您对《明日方舟》的关注与支持。《明日方舟》计划将于2022年05月20日16:00 ~ 16:10 期间进行服务器闪断更新。届时将造成玩家强制掉线,无法登录等问题。为确保您的游戏内账号数据正常,请在本次闪断更新时提前结束关卡。本次更新给各位玩家带来的不便,敬请谅解!\\r\\n\\r\\n闪断更新时间:\\r\\n2022年05月20日16:00 ~ 16:10 期间\\r\\n\\r\\n更新内容:\\r\\n◆修复危机合约#9赛季「渊默行动」训练场模拟场地【尚蜀山道】中合约冲突异常的问题\\r\\n◆修正部分文本描述错误\\r\\n\\r\\n闪断补偿:合成玉*200\\r\\n补偿范围:2022年05月20日16:00更新前所有注册并创建角色的玩家\\r\\n\\r\\n*本次维护不排除延迟开启的可能,如若延迟则请关注官方发布的具体开服时间*\",\"id\":194995051,\"is_fav\":0,\"pictures\":[{\"img_height\":2700,\"img_size\":1162.17578125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/c95067a73de810051bfb9d4f118bc6c02fe7c30d.png\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":1733,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1653017764},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"verify\":{\"aegis_enable\":true,\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"need_verify\":true,\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 66958402, + "name": "记事员風薫る智", + "content": "新漫画大家快看👀https://b23.tv/JV2P4bI" + } + ], + "comment_ids": "113642938400" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194991293, + "acl": 0, + "view": 1040032, + "repost": 50, + "comment": 912, + "like": 19562, + "is_liked": 0, + "dynamic_id": 662187341796868131, + "timestamp": 1653015905, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "662187341796868131", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194991293" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#\\n5月20日 危机合约渊默行动OST正式上架塞壬唱片官网及网易云音乐等平台\\r\\n\\r\\n塞壬唱片官网链接:https:\\/\\/monster-siren.hypergryph.com\\/music\\/306847\\r\\n\\r\\n【专辑介绍】\\r\\n执剑临渊,幽邃未言,\\r\\n澄心如镜,悱愤而发。\\r\\n\\r\\n【歌曲列表】\\r\\nOperation Deepness \",\"id\":194991293,\"is_fav\":0,\"pictures\":[{\"img_height\":1000,\"img_size\":941.8203125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/437c6999fa3af429f8259bab4753af8053f2e45a.jpg\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":912,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1653015905},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 330637630, + "name": "小布开心果", + "content": "懂了,下次还填非常简单!😀👍\n——啊啦,这不是奇趣蛋花癫疯吗,你亻" + } + ], + "comment_ids": "113639955392" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194923716, + "acl": 0, + "view": 1411164, + "repost": 130, + "comment": 4262, + "like": 26552, + "is_liked": 0, + "dynamic_id": 661893574623756290, + "timestamp": 1652947507, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "661893574623756290", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194923716" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#\\r\\n危机合约「渊默行动」赛季限时开启\\r\\n赛季开启时间:05月19日 16:00 - 06月02日 03:59\\r\\n\\r\\n【每日开放关卡前瞻】\\r\\n◆05月19日 炎国 - 尚蜀山道\\r\\n◆05月20日 炎国 - 尚蜀山道\\r\\n◆05月21日 切尔诺伯格 - 遗弃地块\\r\\n◆05月22日 炎国 - 灰齐山麓\\r\\n◆05月23日 萨尔贡 - 沙海遗迹\\r\\n◆05月24日 荒野 - 狂嚎沙原\\r\\n◆05月25日 荒野 - 炽热溶洞\\r\\n◆05月26日 卡西米尔 - 大骑士领酒吧街\\r\\n◆05月19日 - 05月26日 伊比利亚 - 盐风溶洞\\r\\n\\r\\n_______________\\r\\n行动地点将于活动期间每日04:00进行轮换\\r\\n新增合约将于5月26日04:00加入挑战 \",\"id\":194923716,\"is_fav\":0,\"pictures\":[{\"img_height\":900,\"img_size\":881.5634765625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/d81a97f446f8b86aa8266962be4a53ae00d03ec4.jpg\",\"img_tags\":null,\"img_width\":1650}],\"pictures_count\":1,\"reply\":4262,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652947507},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 1232394482, + "name": "大炎上单", + "content": "您等的是不是 花 惊 冤 点 名" + } + ], + "comment_ids": "113550628848" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194904979, + "acl": 0, + "view": 1560962, + "repost": 79, + "comment": 3031, + "like": 22716, + "is_liked": 0, + "dynamic_id": 661816458488053817, + "timestamp": 1652929552, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "661816458488053817", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194904979" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#05月19日16:00闪断更新公告\\r\\n\\r\\n感谢您对《明日方舟》的关注与支持。《明日方舟》计划将于2022年05月19日16:00 ~ 16:10 期间进行服务器闪断更新。届时将造成玩家强制掉线,无法登录等问题。为确保您的游戏内账号数据正常,请在本次闪断更新时提前结束关卡。本次更新给各位玩家带来的不便,敬请谅解!\\r\\n\\r\\n闪断更新时间:\\r\\n2022年05月19日16:00 ~ 16:10 期间\\r\\n\\r\\n更新内容:\\r\\n◆「三周年庆典」活动Part.2开启,内容详情请参照官方相关活动公告\\r\\n◆新增干员【埃拉托】的中文语音\\r\\n◆修复SideStory「愚人号」活动中【SN-S-1-B】关卡在部分情况下“小帮手”效果异常的问题\\r\\n◆修复敌方【深溟巢涌者】、【富营养的巢涌者】、【退行的巢涌者】在特定情况下造成伤害范围异常的问题\\r\\n\\r\\n闪断补偿:合成玉*200\\r\\n补偿范围:2022年05月19日16:00更新前所有注册并创建角色的玩家\\r\\n\\r\\n*本次维护不排除延迟开启的可能,如若延迟则请关注官方发布的具体开服时间*\",\"id\":194904979,\"is_fav\":0,\"pictures\":[{\"img_height\":2820,\"img_size\":1182.271484375,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/681b11e36e31fe7a4f8b1ba5e93f9e56686e9b7b.png\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":3031,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652929552},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"verify\":{\"aegis_enable\":true,\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"need_verify\":true,\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 26106815, + "name": "zy_-01", + "content": "角角,下次可以出一个给敌人造成精神损伤的干员吗,我也想给对面造成精神损伤[脱单doge]" + } + ], + "emojis": [ + { + "emoji_name": "[脱单doge]", + "url": "https://i0.hdslb.com/bfs/emote/bf7e00ecab02171f8461ee8cf439c73db9797748.png", + "meta": { + "size": 1 + } + } + ], + "comment_ids": "113522910208" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194772046, + "acl": 0, + "view": 2181627, + "repost": 567, + "comment": 7949, + "like": 36379, + "is_liked": 0, + "dynamic_id": 661151412869136406, + "timestamp": 1652774709, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "661151412869136406", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194772046" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟# \\r\\n【活动奖励干员】\\r\\n\\/\\/埃拉托\\r\\n“这里就是罗德岛吧,终于,终于找到了......不,这一切都是命运指引的相逢,应该说正是时候!叫我埃拉托就好,请问帕拉斯在吗?”\\r\\n\\r\\n____________\\r\\n“你觉不觉得,这个月收到的请假申请好像格外的多?”\\r\\n“大概是春天到了,容易得换季感冒?”\\r\\n“你看看这些申请哪一个是病假?这都是什么请假理由,‘需要回家处理一些事情’‘需要请假一段时间调整工作状态’,这个更直接,‘想要去外面看看’。”\\r\\n“我发现了,这一切都是在那个黎博利小姑娘上岛之后发生的。”\\r\\n“你是说埃拉托?是她让大家都想不开了?”\\r\\n“也有可能,是想得太开了......”\\r\\n当人事部干员带着怀疑找到埃拉托的时候,她正在疗养庭院里,拨着竖琴,给坐满一整个房间的干员讲述她游历四方的传奇故事。在听了两个小时后,人事干员终于明白席卷罗德岛的请假热潮到底从何而来了。\\r\\n“追求远方的景色,这难道不是人们的天性吗?放松点,先听我讲一个故事吧。烦心的事情放到明天再说。唔,这是不是也算,相信明天?” \",\"id\":194772046,\"is_fav\":0,\"pictures\":[{\"img_height\":1515,\"img_size\":1235.6640625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/d71b78361a7ab8a914b13553fa34bdb97f07dbda.jpg\",\"img_tags\":null,\"img_width\":1000},{\"img_height\":1080,\"img_size\":1951.8115234375,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/ed3964bf17c7cd2fc6aac32c0e31343c2751aaf7.jpg\",\"img_tags\":null,\"img_width\":1920},{\"img_height\":816,\"img_size\":5686.966796875,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/9ec0444b6ef63b9af066bf5b72abd25780690462.gif\",\"img_tags\":null,\"img_width\":499},{\"img_height\":816,\"img_size\":4933.32421875,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/addc087b33c8847e4343ece6b4c3440851a2f88b.gif\",\"img_tags\":null,\"img_width\":499},{\"img_height\":816,\"img_size\":6884.0673828125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/12cd68b55bcc6dbc06a5f91c6783e5d89d428a42.gif\",\"img_tags\":null,\"img_width\":499},{\"img_height\":816,\"img_size\":6743.8857421875,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/00f00b8d424734b4ddaaee6e034520d1a3a5b804.gif\",\"img_tags\":null,\"img_width\":499}],\"pictures_count\":6,\"reply\":7949,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652774709},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 8, + "rid": 384015832, + "acl": 0, + "view": 2268424, + "repost": 1236, + "like": 116031, + "is_liked": 0, + "dynamic_id": 660701751240818690, + "timestamp": 1652670014, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "660701751240818690", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "384015832", + "bvid": "BV1vZ4y1a7Be" + }, + "card": "{\"aid\":384015832,\"attribute\":0,\"cid\":721329465,\"copyright\":1,\"ctime\":1652665696,\"desc\":\"--重铸未来 方舟启航--\\r\\n《明日方舟》危机合约新赛季「渊默行动」宣传PV\\r\\n\\r\\n↓↓《明日方舟》bilibili服下载↓↓\\r\\nhttps:\\/\\/www.biligame.com\\/detail\\/?id=101772\\r\\n\\r\\n____________________________\\r\\n一、「三周年庆典」,第9赛季「渊默行动」开启\\r\\n二、「三周年庆典」,【联合行动】特选干员定向寻访开启\\r\\n三、「三周年庆典」,“资源收集”限时全天开放\\r\\n\\r\\n更多活动内容请持续关注《明日方舟》官方公告。\",\"dimension\":{\"height\":1080,\"rotate\":0,\"width\":1920},\"duration\":168,\"dynamic\":\"#明日方舟#危机合约「渊默行动」赛季即将开启\\n\\n一、「三周年庆典」,第9赛季「渊默行动」开启\\n二、「三周年庆典」,【联合行动】特选干员定向寻访开启\\n三、「三周年庆典」,“资源收集”限时全天开放\\n\\n更多活动内容请持续关注《明日方舟》官方公告。\",\"first_frame\":\"https:\\/\\/i1.hdslb.com\\/bfs\\/storyff\\/n220516a22xavpi9gokqsc12f5rtodvi_firsti.jpg\",\"jump_url\":\"bilibili:\\/\\/video\\/384015832\\/?page=1&player_preload=null&player_width=1920&player_height=1080&player_rotate=0\",\"owner\":{\"face\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"mid\":161775300,\"name\":\"明日方舟\"},\"pic\":\"https:\\/\\/i1.hdslb.com\\/bfs\\/archive\\/865955c5b7638f8cf8d4c26a5575e10fc40078d1.jpg\",\"player_info\":null,\"pubdate\":1652670000,\"rights\":{\"arc_pay\":0,\"autoplay\":1,\"bp\":0,\"download\":0,\"elec\":0,\"hd5\":1,\"is_cooperation\":0,\"movie\":0,\"no_background\":0,\"no_reprint\":0,\"pay\":0,\"pay_free_watch\":0,\"ugc_pay\":0,\"ugc_pay_preview\":0},\"share_subtitle\":\"已观看160.0万次\",\"short_link\":\"https:\\/\\/b23.tv\\/BV1vZ4y1a7Be\",\"short_link_v2\":\"https:\\/\\/b23.tv\\/BV1vZ4y1a7Be\",\"stat\":{\"aid\":384015832,\"coin\":35145,\"danmaku\":5074,\"dislike\":0,\"favorite\":17000,\"his_rank\":11,\"like\":116031,\"now_rank\":0,\"reply\":16451,\"share\":27055,\"view\":1603804},\"state\":0,\"tid\":172,\"title\":\"《明日方舟》危机合约新赛季「渊默行动」宣传PV\",\"tname\":\"手机游戏\",\"videos\":2}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "usr_action_txt": "投稿了视频", + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 22157527, + "name": "元素领主墨元素", + "content": "最近角也太喜欢触手了吧,墨墨狂喜[期待]" + } + ], + "comment_ids": "113182099856" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + }, + "cover_play_icon_url": "https://i0.hdslb.com/bfs/album/2269afa7897830b397797ebe5f032b899b405c67.png" + } + }, + { + "desc": { + "uid": 161775300, + "type": 1, + "rid": 659974986921364664, + "acl": 0, + "view": 2101984, + "repost": 210, + "comment": 4979, + "like": 24018, + "is_liked": 0, + "dynamic_id": 659974986939760777, + "timestamp": 1652500801, + "pre_dy_id": 657734044802351104, + "orig_dy_id": 657734044802351104, + "orig_type": 2, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 1, + "status": 1, + "dynamic_id_str": "659974986939760777", + "pre_dy_id_str": "657734044802351104", + "orig_dy_id_str": "657734044802351104", + "rid_str": "659974986921364664", + "origin": { + "uid": 161775300, + "type": 2, + "rid": 193971771, + "acl": 1024, + "view": 1863034, + "repost": 37310, + "like": 0, + "dynamic_id": 657734044802351104, + "timestamp": 1651979041, + "pre_dy_id": 0, + "orig_dy_id": 0, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "657734044802351104", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "193971771" + } + }, + "card": "{ \"user\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\" }, \"item\": { \"rp_id\": 659974986921364664, \"uid\": 161775300, \"content\": \"恭喜@想不出好名字啊-- @清_酒_ @挺进的咸鱼 等10位同学中奖,已私信通知,详情请点击互动抽奖查看。\", \"ctrl\": \"[ { \\\"data\\\": \\\"494734383\\\", \\\"location\\\": 2, \\\"length\\\": 10, \\\"type\\\": 1 }, { \\\"data\\\": \\\"25270120\\\", \\\"location\\\": 13, \\\"length\\\": 5, \\\"type\\\": 1 }, { \\\"data\\\": \\\"13794418\\\", \\\"location\\\": 19, \\\"length\\\": 6, \\\"type\\\": 1 } ]\", \"orig_dy_id\": 657734044802351104, \"pre_dy_id\": 657734044802351104, \"timestamp\": 1652500801, \"reply\": 4979, \"orig_type\": 2 }, \"origin\": \"{\\\"item\\\":{\\\"at_control\\\":\\\"[{\\\\\\\"location\\\\\\\":185,\\\\\\\"length\\\\\\\":4,\\\\\\\"data\\\\\\\":\\\\\\\"4\\\\\\\",\\\\\\\"type\\\\\\\":2}]\\\",\\\"category\\\":\\\"daily\\\",\\\"description\\\":\\\"#A1行动预备组##明日方舟#\\\\r\\\\n第一话 实习警员,报到!\\\\r\\\\n\\\\r\\\\n明日方舟官方连载漫画《A1行动预备组》正式上线!\\\\r\\\\n哔哩哔哩漫画阅读:https:\\\\\\/\\\\\\/manga.bilibili.com\\\\\\/detail\\\\\\/mc31901?from=manga_search\\\\r\\\\n\\\\r\\\\n关注并转发本动态,我们将会在5月14日抽取10位博士赠送【RIBOSE 阿米娅 庆典时光VER】手办一份。 互动抽奖\\\",\\\"id\\\":193971771,\\\"is_fav\\\":0,\\\"pictures\\\":[{\\\"img_height\\\":1200,\\\"img_size\\\":337.328125,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/92219c58317ad1fee9a095a4f82efcee4c70538c.jpg\\\",\\\"img_tags\\\":null,\\\"img_width\\\":1080},{\\\"img_height\\\":1412,\\\"img_size\\\":551.8837890625,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/2d898ddd79062570069a85e862f00d3abdd79276.jpg\\\",\\\"img_tags\\\":null,\\\"img_width\\\":1000},{\\\"img_height\\\":1200,\\\"img_size\\\":985.5,\\\"img_src\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/album\\\\\\/5bfe6906c086d5ae29f3f0d6a7806727d006d775.jpg\\\",\\\"img_tags\\\":null,\\\"img_width\\\":1080}],\\\"pictures_count\\\":3,\\\"reply\\\":8256,\\\"role\\\":[],\\\"settings\\\":{\\\"copy_forbidden\\\":\\\"0\\\"},\\\"source\\\":[],\\\"title\\\":\\\"\\\",\\\"upload_time\\\":1651979041},\\\"user\\\":{\\\"head_url\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/face\\\\\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\\\",\\\"name\\\":\\\"明日方舟\\\",\\\"uid\\\":161775300,\\\"vip\\\":{\\\"avatar_subscript\\\":1,\\\"due_date\\\":1680537600000,\\\"label\\\":{\\\"label_theme\\\":\\\"annual_vip\\\",\\\"path\\\":\\\"\\\",\\\"text\\\":\\\"年度大会员\\\"},\\\"nickname_color\\\":\\\"#FB7299\\\",\\\"status\\\":1,\\\"theme_type\\\":0,\\\"type\\\":2,\\\"vip_pay_type\\\":0}}}\", \"origin_extension\": { \"lott\": \"{\\\"lottery_id\\\":92337}\" }, \"origin_extend_json\": \"{\\\"\\\":{\\\"game\\\":{\\\"game_id\\\":101772,\\\"platform\\\":\\\"1,2\\\"}},\\\"ctrl\\\":[{\\\"data\\\":\\\"4\\\",\\\"length\\\":4,\\\"location\\\":185,\\\"type\\\":2}],\\\"from\\\":{\\\"emoji_type\\\":1,\\\"from\\\":\\\"create.dynamic.web\\\",\\\"verify\\\":{\\\"aegis_enable\\\":true,\\\"asw\\\":{},\\\"cc\\\":{},\\\"csw\\\":{},\\\"dc\\\":{},\\\"gc\\\":{},\\\"ra\\\":{},\\\"sp\\\":{},\\\"sw\\\":{},\\\"ur\\\":{},\\\"verify_first\\\":true}},\\\"like_icon\\\":{\\\"action\\\":\\\"\\\",\\\"action_url\\\":\\\"https:\\\\\\/\\\\\\/i0.hdslb.com\\\\\\/bfs\\\\\\/garb\\\\\\/item\\\\\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\\\",\\\"end\\\":\\\"\\\",\\\"end_url\\\":\\\"\\\",\\\"like_icon_id\\\":33772,\\\"start\\\":\\\"\\\",\\\"start_url\\\":\\\"\\\"},\\\"lott\\\":{\\\"lottery_id\\\":92337},\\\"topic\\\":{\\\"is_attach_topic\\\":1}}\", \"origin_user\": { \"info\": { \"uid\": 161775300, \"uname\": \"明日方舟\", \"face\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\", \"face_nft\": 0 }, \"card\": { \"official_verify\": { \"type\": 1, \"desc\": \"明日方舟官方账号\" } }, \"vip\": { \"vipType\": 2, \"vipDueDate\": 1680537600000, \"vipStatus\": 1, \"themeType\": 0, \"label\": { \"path\": \"\", \"text\": \"年度大会员\", \"label_theme\": \"annual_vip\", \"text_color\": \"#FFFFFF\", \"bg_style\": 1, \"bg_color\": \"#FB7299\", \"border_color\": \"\" }, \"avatar_subscript\": 1, \"nickname_color\": \"#FB7299\", \"role\": 3, \"avatar_subscript_url\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/vip\\/icon_Certification_big_member_22_3x.png\" }, \"pendant\": { \"pid\": 5305, \"name\": \"明日方舟音律系列\", \"image\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/615a1653281141ddf64cbb98c792ddaee78f7f40.png\", \"expire\": 0, \"image_enhance\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/516ecdf2d495a62f1bac31497c831b711823140c.webp\", \"image_enhance_frame\": \"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/c0751afbf950373c260254d02768eabf30ff3906.png\" }, \"rank\": \"10000\", \"sign\": \"重铸未来 方舟启航\", \"level_info\": { \"current_level\": 6 } } }", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"ctrl\":[{\"data\":\"494734383\",\"length\":10,\"location\":2,\"type\":1},{\"data\":\"25270120\",\"length\":5,\"location\":13,\"type\":1},{\"data\":\"13794418\",\"length\":6,\"location\":19,\"type\":1}],\"from\":{\"from\":\"create.lottery\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "origin": { + "topic_info": { + "topic_details": [ + { + "topic_id": 22333525, + "topic_name": "A1行动预备组", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=A1%E8%A1%8C%E5%8A%A8%E9%A2%84%E5%A4%87%E7%BB%84" + }, + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + }, + { + "topic_id": 22333526, + "topic_name": "a1行动预备组", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=a1%E8%A1%8C%E5%8A%A8%E9%A2%84%E5%A4%87%E7%BB%84" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 509306111, + "name": "愚者xy", + "content": "吾笑那rua少智,大黄无谋,若使那溟痕爬上高台,吾必休矣[Pinch!!]" + } + ], + "comment_ids": "113103269680" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194400357, + "acl": 0, + "view": 2195391, + "repost": 208, + "comment": 3270, + "like": 34161, + "is_liked": 0, + "dynamic_id": 659589728353386497, + "timestamp": 1652411101, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "659589728353386497", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194400357" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#\\n5月13日 明日方舟OST3正式上架塞壬唱片官网及网易云音乐等平台\\r\\n\\r\\n塞壬唱片官网链接:https:\\/\\/monster-siren.hypergryph.com\\/music\\/232298\\r\\n\\r\\n【专辑介绍】\\r\\n从残垣断壁中走来,\\r\\n我们曾冲破阵线,也曾踏入烈焰,\\r\\n衣角余温,希望尚存。\\r\\n方舟航行,齿轮轰鸣,虽路漫漫吾往矣。\\r\\n\\r\\n【歌曲列表】\\r\\n1. 风雨欲来\\r\\n2. 往事\\r\\n3. 临阵\\r\\n4. 阴谋\\r\\n5. 切尔诺伯格\\r\\n6. Непоколебимость(不屈)\\r\\n7. 视死如归\\r\\n8. 切尔诺伯格急行军\\r\\n9. 赴遥尘\\r\\n10. 迷雾重重\\r\\n11. 诉死歌者\\r\\n12. 遗忘\\r\\n13. 盾卫之志\\r\\n14. 交锋\\r\\n15. 塔露拉·雅特利亚斯\\r\\n16. Wrathful Cerulean Flame\\r\\n17. 双龙\\r\\n18. Tower Fierce \",\"id\":194400357,\"is_fav\":0,\"pictures\":[{\"img_height\":1000,\"img_size\":286.5380859375,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/e361db39034ffed4ea8f8376e011655a4bdd4675.jpg\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":3270,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652411100},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 53820636, + "name": "泭流光年", + "content": "我不会忘记初弦同志曾经做过的一切[doge][doge][doge]" + } + ], + "emojis": [ + { + "emoji_name": "[doge]", + "url": "https://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", + "meta": { + "size": 1 + } + } + ], + "comment_ids": "112778541248" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194246364, + "acl": 0, + "view": 2415943, + "repost": 224, + "comment": 7975, + "like": 37579, + "is_liked": 0, + "dynamic_id": 658909405562011648, + "timestamp": 1652252701, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 1, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "658909405562011648", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194246364" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟# \\r\\n【常驻标准寻访预告】\\r\\n起止时间:05月12日04:00 ~ 05月26日03:59\\r\\n寻访说明:常驻标准寻访更新,该寻访中以下干员获得概率提升;\\r\\n★★★★★★:灵知 \\/ 黑(占6★出率的50%)\\r\\n★★★★★:赫默 \\/ 可颂 \\/ 梅尔(占5★出率的50%)\\r\\n\\r\\n更多后续活动内容及最新消息请关注《明日方舟》游戏内公告、官网及双微,感谢大家的支持 \",\"id\":194246364,\"is_fav\":0,\"pictures\":[{\"img_height\":1043,\"img_size\":2197.5517578125,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/932c63800f69ea36734d5bad527bb8c222b252bf.png\",\"img_tags\":null,\"img_width\":1650}],\"pictures_count\":1,\"reply\":7975,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652252701},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 412841928, + "name": "孤峭寒", + "content": "B服,违规,信息,收集。大群,迁徙,官服,需要。" + } + ], + "comment_ids": "112772423344" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194229599, + "acl": 0, + "view": 1938388, + "repost": 127, + "comment": 6243, + "like": 24807, + "is_liked": 0, + "dynamic_id": 658847673997066245, + "timestamp": 1652238328, + "pre_dy_id": 0, + "orig_dy_id": 0, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "stype": 0, + "r_type": 0, + "inner_id": 0, + "status": 1, + "dynamic_id_str": "658847673997066245", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194229599" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟#05月11日16:00闪断更新公告 \\r\\n\\r\\n感谢您对《明日方舟》的关注与支持。《明日方舟》计划将于2022年05月11日16:00 ~ 16:10 期间进行服务器闪断更新。届时将造成玩家强制掉线,无法登录等问题。为确保您的游戏内账号数据正常,请在本次闪断更新时提前结束关卡。本次更新给各位玩家带来的不便,敬请谅解!\\r\\n\\r\\n闪断更新时间:\\r\\n2022年05月11日16:00 ~ 16:10 期间\\r\\n\\r\\n更新内容:\\r\\n◆SideStory「愚人号」活动关卡第三段【镜前映像】资源预载\\r\\n◆修复干员【掠风】技能“此身为筑”效果与描述不符的问题\\r\\n◆修复干员【絮雨】天赋“生命塔台”在特定情况下无法正常生效的问题\\r\\n◆修复干员【风丸】启用专属模组“旧物”时,<替身>在部分情况下攻击范围异常的问题\\r\\n◆修复干员【归溟幽灵鲨】在特定情况下撤退时会导致当前背景音乐异常的问题\\r\\n◆修复干员【归溟幽灵鲨】spine部分动作图层错误的问题\\r\\n◆修复时装【音律联觉系列 - “黑曜石” - 泥岩】、【音律联觉系列 - “开牌制胜” - 龙舌兰】在部分情况下特效显示异常的问题\\r\\n◆修复敌方【屠谕者,大群意志】在部分情况下死亡时动画异常的问题\\r\\n◆修复“溟痕”被清除后在部分情况下仍然会对【傀儡师】分支干员造成伤害的问题\\r\\n◆修复敌方【大君之触】、【仁慈之触】、【大君之赐】、【慷慨之赐】在特殊情况下不会给阻挡该敌人的单位增加阻挡数上限的问题\\r\\n◆修复SideStory「愚人号」活动中【SN-EX-04】关卡在部分情况下“小帮手”未正确生效的问题\\r\\n◆修复部分情况下常驻回归系统中回归任务进度未正确累积的问题\\r\\n◆05月12日04:00【标准寻访】更新资源预载\\r\\n◆05月12日04:00【采购中心-高级凭证区】更新资源预载\\r\\n\\r\\n闪断补偿:合成玉*200\\r\\n补偿范围:2022年05月11日16:00更新前所有注册并创建角色的玩家\\r\\n\\r\\n*本次维护不排除延迟开启的可能,如若延迟则请关注官方发布的具体开服时间*\",\"id\":194229599,\"is_fav\":0,\"pictures\":[{\"img_height\":3500,\"img_size\":1300.4150390625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/b3210d547eeae9f338fda9edae7545ab2210b293.png\",\"img_tags\":null,\"img_width\":1000}],\"pictures_count\":1,\"reply\":6243,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652238328},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"create.dynamic.web\",\"verify\":{\"aegis_enable\":true,\"asw\":{},\"cc\":{},\"csw\":{},\"dc\":{},\"gc\":{},\"need_verify\":true,\"ra\":{},\"sp\":{},\"sw\":{},\"ur\":{}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comments": [ + { + "uid": 581695, + "name": "自在道爷", + "content": "闪断一次修这么多bug,我觉得我亏了[doge]" + } + ], + "emojis": [ + { + "emoji_name": "[doge]", + "url": "https://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", + "meta": { + "size": 1 + } + } + ], + "comment_ids": "112560960752" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + }, + { + "desc": { + "uid": 161775300, + "type": 2, + "rid": 194083637, + "view": 2070979, + "repost": 162, + "comment": 5029, + "like": 32604, + "is_liked": 0, + "dynamic_id": 658182714274349078, + "timestamp": 1652083505, + "orig_type": 0, + "user_profile": { + "info": { + "uid": 161775300, + "uname": "明日方舟", + "face": "https://i0.hdslb.com/bfs/face/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg", + "face_nft": 0 + }, + "card": { + "official_verify": { + "type": 1, + "desc": "明日方舟官方账号" + } + }, + "vip": { + "vipType": 2, + "vipDueDate": 1680537600000, + "vipStatus": 1, + "themeType": 0, + "label": { + "path": "", + "text": "年度大会员", + "label_theme": "annual_vip", + "text_color": "#FFFFFF", + "bg_style": 1, + "bg_color": "#FB7299", + "border_color": "" + }, + "avatar_subscript": 1, + "nickname_color": "#FB7299", + "role": 3, + "avatar_subscript_url": "https://i0.hdslb.com/bfs/vip/icon_Certification_big_member_22_3x.png" + }, + "pendant": { + "pid": 5305, + "name": "明日方舟音律系列", + "image": "https://i0.hdslb.com/bfs/garb/item/615a1653281141ddf64cbb98c792ddaee78f7f40.png", + "expire": 0, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/516ecdf2d495a62f1bac31497c831b711823140c.webp", + "image_enhance_frame": "https://i0.hdslb.com/bfs/garb/item/c0751afbf950373c260254d02768eabf30ff3906.png" + }, + "decorate_card": { + "mid": 161775300, + "id": 5307, + "card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "card_type": 2, + "name": "明日方舟音律系列粉丝专属", + "expire_time": 0, + "card_type_name": "免费", + "uid": 161775300, + "item_id": 5307, + "item_type": 3, + "big_card_url": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png", + "jump_url": "https://www.bilibili.com/h5/mall/fans/recommend/5359?navhide=1&mid=161775300&from=dynamic&isdiy=0", + "fan": { + "is_fan": 1, + "number": 1, + "color": "#ffb628", + "num_desc": "000001" + }, + "image_enhance": "https://i0.hdslb.com/bfs/garb/item/5ae699606673cabca06ca0e61849f6eca140e85b.png" + }, + "rank": "10000", + "sign": "重铸未来 方舟启航", + "level_info": { + "current_level": 6 + } + }, + "uid_type": 1, + "r_type": 1, + "status": 1, + "dynamic_id_str": "658182714274349078", + "pre_dy_id_str": "0", + "orig_dy_id_str": "0", + "rid_str": "194083637" + }, + "card": "{\"item\":{\"at_control\":\"\",\"category\":\"daily\",\"description\":\"#明日方舟# \\r\\n\\/\\/【斗争血脉】系列,新装限时上架\\r\\n\\r\\n◆【斗争血脉】系列 - “升华” - 浊心斯卡蒂\\r\\n◆【斗争血脉】系列 - “先驱” - 灵知\\r\\n◆【斗争血脉】系列 - “极昼捕手” - 极光\\r\\n_____________\\r\\n时装商店售卖时间:2022年05月01日 16:00 - 2022年05月29日 03:59 \",\"id\":194083637,\"is_fav\":0,\"pictures\":[{\"img_height\":1080,\"img_size\":3558.1181640625,\"img_src\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/album\\/b49f92a4bcd05d93ca4dff0766dc3c0cd787e864.png\",\"img_tags\":null,\"img_width\":1920}],\"pictures_count\":1,\"reply\":5029,\"role\":[],\"settings\":{\"copy_forbidden\":\"0\"},\"source\":[],\"title\":\"\",\"upload_time\":1652083505},\"user\":{\"head_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/face\\/89154378c06a5ed332c40c2ca56f50cd641c0c90.jpg\",\"name\":\"明日方舟\",\"uid\":161775300,\"vip\":{\"avatar_subscript\":1,\"due_date\":1680537600000,\"label\":{\"label_theme\":\"annual_vip\",\"path\":\"\",\"text\":\"年度大会员\"},\"nickname_color\":\"#FB7299\",\"status\":1,\"theme_type\":0,\"type\":2,\"vip_pay_type\":0}}}", + "extend_json": "{\"\":{\"game\":{\"game_id\":101772,\"platform\":\"1,2\"}},\"from\":{\"emoji_type\":1,\"from\":\"timer.publish\",\"up_close_comment\":0,\"verify\":{\"cc\":{\"nv\":1}}},\"like_icon\":{\"action\":\"\",\"action_url\":\"https:\\/\\/i0.hdslb.com\\/bfs\\/garb\\/item\\/8860c7c01179f9984f88fb61bc55cab9dc1d28cb.bin\",\"end\":\"\",\"end_url\":\"\",\"like_icon_id\":33772,\"start\":\"\",\"start_url\":\"\"},\"topic\":{\"is_attach_topic\":1}}", + "extra": { + "is_space_top": 0 + }, + "display": { + "topic_info": { + "topic_details": [ + { + "topic_id": 4610466, + "topic_name": "明日方舟", + "is_activity": 0, + "topic_link": "https://search.bilibili.com/all?keyword=%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F" + } + ] + }, + "relation": { + "status": 2, + "is_follow": 1, + "is_followed": 0 + }, + "comment_info": { + "comment_ids": "" + }, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + }, + "add_on_card_info": [ + { + "add_on_card_show_type": 2, + "attach_card": { + "type": "game", + "head_text": "相关游戏", + "cover_url": "https://i0.hdslb.com/bfs/game/faa556b00d29fffc88281c1ee038b1b7f23aa5c2.jpg", + "cover_type": 1, + "title": "明日方舟", + "desc_first": "策略/二次元/美少女", + "desc_second": "危机合约【渊默行动】现已开启", + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005", + "button": { + "type": 1, + "jump_style": { + "text": "进入" + }, + "jump_url": "https://www.biligame.com/detail?id=101772&sourceFrom=1005" + }, + "oid_str": "101772" + } + } + ], + "show_tip": { + "del_tip": "要删除动态吗?" + } + } + } + ], + "next_offset": 658182714274349078, + "_gt_": 0 + } +} \ No newline at end of file diff --git a/tests/platforms/static/mcbbsnews_bedrock_express_post.txt b/tests/platforms/static/mcbbsnews_bedrock_express_post.txt new file mode 100644 index 0000000..15981da --- /dev/null +++ b/tests/platforms/static/mcbbsnews_bedrock_express_post.txt @@ -0,0 +1,12 @@ +Mojang Status:正在寻找1.18.30更新问题的解决方案 + +Mojangstatus +@Mojangstatus +We are aware that the 1.18.30 update caused issues for some Bedrock players. We are actively looking into solutions and hope to have solutions out soon. Thank you for your patience! jhp +由 ArmorRush 翻译自 英文 +我们注意到1.18.30版本的更新导致了一些基岩版玩家出现了(游戏中的)问题。我们正在积极寻找解决方案,并希望能尽快解决问题。感谢您的耐心等待! jhp +Twitter +· SPXX +2022年 +4月27日 +上午 7:41 · HipChat Villager diff --git a/tests/platforms/static/mcbbsnews_bedrock_post.txt b/tests/platforms/static/mcbbsnews_bedrock_post.txt new file mode 100644 index 0000000..6a5d672 --- /dev/null +++ b/tests/platforms/static/mcbbsnews_bedrock_post.txt @@ -0,0 +1,62 @@ +Minecraft 基岩版 Beta & Preview 1.19.0.32/33 发布 + +这里便是本周测试版的新内容啦!一如往常的,请搜索你能发现的bug,在 +报告给我们,并在 +这里 +留下你的反馈。 + +MinecraftBeta + +Windows平台上的MinecraftBeta将要退出历史舞台了!如果想要继续体验我们先行版本上的新特性的话,你将需要安装MinecraftPreview版本。你可以在这里 +取得更多详细信息。 + +特性和漏洞修复 + +悦灵 + +现在悦灵不会随其主人一同被传送到下界了。这个更改将暂时保留至我们修复悦灵在传送至其他维度后卡进方块憋死的bug。(MCPE-155678) + +方块 + +与自然生成的相对应,非自然生成的幽匿尖啸体现在将在多次激活间间隔一定的冷却时间(MCPE-153944) +使用精准采集破坏时,幽匿尖啸体和幽匿感测体将不再掉落经验值(MCPE-153359,MCPE-153965) +增加了破坏强化深板岩所需要的时间,并使其与所使用的工具相独立,以更好地与Java版相匹配(MCPE-154097) +幽匿块现在无法通过火和灵魂火传播了 + +红树沼泽 + +红树现在将在负Y维度的位置正确生长(MCPE-154983) + +图像 + +修复了Android平台上图像崩坏的问题(MCPE-155509) +修复了多次使用表情符号引起的视觉故障问题(MCPE-155049) + +移动 + +使用移动预测的Actor现在将再次被平滑传送 + +稳定性和性能 + +优化了某些Android设备上的游戏性能(MCPE-142934) +修复了一个尝试渲染依靠生物群系数据着色的方块时可能引起的崩溃 + +用户界面 + +现在按下Shift键并点击物品将再次能够将相同物品合并进同一槽位了(MCPE-153992) +添加了修改通知持续时间的设置项 + +技术性更新 + +方块 + +修复了复制一个命令方块到另一个后,需要再次切换红石信号才能使其生效的问题 + +Gametest框架(实验性游戏内容) + +专用服务器已经更新,现在允许服务器在运行脚本时显式列出他们想要加载的脚本模块。默认配置文件位于/config/default/permissions.json。如果没有这个新文件,默认情况下将禁用所有脚本模块 + +【苦力怕553译自 +feedback.minecraft.net2022年5月12日发布的MinecraftBeta&Preview-1.19.0.32/33 +】 + diff --git a/tests/platforms/static/mcbbsnews_java_express_post.txt b/tests/platforms/static/mcbbsnews_java_express_post.txt new file mode 100644 index 0000000..43d1bdf --- /dev/null +++ b/tests/platforms/static/mcbbsnews_java_express_post.txt @@ -0,0 +1,14 @@ +Mojang Status:服务器出现一些小问题 + +Mojang Status +@MojangStatus +Our services have returned to normal operations. Thank you for your patience. - Martin +由 DreamVoid 翻译自英语 +我们的服务已恢复正常,感谢你的耐心等待。——Martin +下午7:43 · 2022年5月16日 · HipChat Villager · SPX +Mojang Status +@MojangStatus +Some of our services are having issues with increased response times. We are looking into the issue. - Martin +由 DreamVoid 翻译自英语 +我们的一些服务存在响应时间过长的问题。我们正在调查这个问题。——Martin +下午7:01 · 2022年5月16日 · Twitter Web App · SPX diff --git a/tests/platforms/static/mcbbsnews_java_post-0.txt b/tests/platforms/static/mcbbsnews_java_post-0.txt new file mode 100644 index 0000000..c04d142 --- /dev/null +++ b/tests/platforms/static/mcbbsnews_java_post-0.txt @@ -0,0 +1,67 @@ +Minecraft Java版 22w19a 发布 + +稀有的周四快照!除修复了一些错误以及对一些花里胡哨的标签和命令进行了更改以外,我们还引入了“聊天预览”作为对服务器动态样式的聊天消息进行加密的一种方式。针对这个快照,我们在 +中保留了测试选项 +,该选项可以用于测试的 +选项一起设置为 +。如果你对此感兴趣,尤其是如果你在开服务器的话,我们希望您对此提供反馈 +玩的愉快! + +22W19A的修改内容 + +监守者和铁傀儡现在只能在固体方块上生成 + +22W19A的技术性修改 + +服务器现在可以启用聊天预览,这会在聊天框上显示一个受服务器控制的预览 +对locate和place命令的更改 +PointofInteresttagsCHATPREVIEW聊天预览COMMANDS命令PLACETEMPLATEPLACE模板Theplacecommandcannowalsoplacetemplatesatagivenlocation.Syntax:placetemplate