Skip to content

Commit

Permalink
[Feat]: Person Detail
Browse files Browse the repository at this point in the history
  • Loading branch information
why committed Dec 4, 2023
1 parent f096c0b commit 677c834
Show file tree
Hide file tree
Showing 75 changed files with 1,231 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
android:name="com.xiaoyv.bangumi.ui.feature.user.UserActivity"
android:configChanges="orientation|keyboard|screenSize"
android:exported="false" />
<activity
android:name="com.xiaoyv.bangumi.ui.feature.person.PersonActivity"
android:configChanges="orientation|keyboard|screenSize"
android:exported="false" />
</application>

</manifest>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/src/main/assets/h5/assets/BlogPostView-jIs4DhhU.css

This file was deleted.

1 change: 1 addition & 0 deletions app/src/main/assets/h5/assets/BlogPostView-zhMUHJSq.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 677c834

Please sign in to comment.