mod: 分离为PiliPalaX,修改更新逻辑与CI.yml

This commit is contained in:
orz12
2024-02-18 00:50:04 +08:00
parent 42e6ab7756
commit 676d033e53
198 changed files with 819 additions and 847 deletions

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.guozhigq.pilipala">
package="com.orz12.PiliPalaX">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.guozhigq.pilipala">
package="com.orz12.PiliPalaX">
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
@@ -36,7 +36,7 @@
</queries>
<application
android:label="PiliPala"
android:label="PiliPalaX"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
xmlns:tools="http://schemas.android.com/tools"

View File

@@ -1,4 +1,4 @@
package com.guozhigq.pilipala
package com.orz12.PiliPalaX
import io.flutter.embedding.android.FlutterActivity

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.guozhigq.pilipala">
package="com.orz12.PiliPalaX">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.