Skip to content

Commit

Permalink
涂鸦版完成
Browse files Browse the repository at this point in the history
  • Loading branch information
yollpoll committed Jul 20, 2022
1 parent ce333ee commit 88042af
Show file tree
Hide file tree
Showing 24 changed files with 1,470 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .idea/misc.xml

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

2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
android:theme="@style/TransparentStyle" />
<activity android:name=".view.activity.CollectionActivity" />
<activity android:name=".view.activity.MySpeechActivity" />
<activity android:name=".view.activity.DrawingActivity"/>
<activity android:name=".view.activity.DrawingActivity2"/>
</application>

</manifest>
1 change: 1 addition & 0 deletions app/src/main/java/com/yollpoll/nmb/router/Route.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ const val ROUTE_NEW_THREAD="native://nmb?module=new_thread"
const val ROUTE_CHOOSE_TAG="native://nmb?module=choose_tag"
const val ROUTE_COLLECTION="native://nmb?module=collection"
const val ROUTE_MY_SPEECH="native://nmb?module=my_speech"
const val ROUTE_DRAW="native://nmb?module=draw"
Loading

0 comments on commit 88042af

Please sign in to comment.