-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: update config files * test: add plugin to ns8 demo * fix(ci): add working directory
- Loading branch information
Showing
135 changed files
with
24,866 additions
and
5,881 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ dist/ | |
.DS_Store | ||
.env | ||
*.map | ||
src/*.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added
BIN
+5.34 KB
demo/App_Resources/Android/src/main/res/drawable-xhdpi/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.72 KB
demo/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.3 KB
demo/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
demo/App_Resources/Android/src/main/res/drawable/ic_launcher_foreground.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="108dp" | ||
android:height="108dp" | ||
android:viewportWidth="108" | ||
android:viewportHeight="108"> | ||
<group android:scaleX="0.07382812" | ||
android:scaleY="0.07382812" | ||
android:translateX="16.2" | ||
android:translateY="16.2"> | ||
<path | ||
android:pathData="M843,511.86L843,512.96C843,513.22 842.8,513.43 842.55,513.46C809.18,516.58 783.07,543.69 783.07,577.86L783.07,714.8C783.07,724.37 781.06,733.6 777.43,742.03C767.08,766.1 743.59,783.6 716.27,783.6L647.07,783.6L646.59,783L377.41,445.68L377.41,783.6L307.73,783.6C270.84,783.6 240.93,753.7 240.93,716.8L240.93,577.86C240.93,543.69 214.82,516.58 181.45,513.46C181.2,513.43 181,513.22 181,512.96L181,511.86C181,511.61 181.19,511.4 181.45,511.37C214.69,508.14 240.67,480.35 240.67,446.26L240.67,307.2C240.67,297.91 242.57,289.05 246,281.01C256.18,257.14 279.87,240.39 307.47,240.39L377.13,240.39L377.41,240.74L646.59,578.07L646.59,240.39L716.53,240.39C753.42,240.39 783.33,270.3 783.33,307.2L783.33,446.26C783.33,480.35 809.31,508.14 842.55,511.37C842.81,511.4 843,511.61 843,511.86" | ||
android:fillColor="#65ADF1" | ||
android:fillType="nonZero"/> | ||
</group> | ||
</vector> |
5 changes: 5 additions & 0 deletions
5
demo/App_Resources/Android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
</adaptive-icon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.02 KB
demo/App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.1 KB
demo/App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...ndroid/src/main/res/values-v21/colors.xml → ...ndroid/src/main/res/values-v21/colors.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ns_accent">#3d5afe</color> | ||
<color name="ns_accent">#65ADF1</color> | ||
</resources> |
File renamed without changes.
12 changes: 12 additions & 0 deletions
12
demo/App_Resources/Android/src/main/res/values-v29/styles.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<!-- Application theme --> | ||
<style name="AppThemeBase29" parent="AppThemeBase21"> | ||
<item name="android:forceDarkAllowed">true</item> | ||
</style> | ||
|
||
<style name="AppTheme" parent="AppThemeBase29"> | ||
</style> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
demo/App_Resources/Android/src/main/res/values/ic_launcher_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background">#FFFFFF</color> | ||
</resources> |
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+17.4 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+745 Bytes
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+995 Bytes
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.23 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+851 Bytes
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.2 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.63 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+995 Bytes
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.47 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Oops, something went wrong.
Binary file added
BIN
+2.07 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Oops, something went wrong.
Binary file added
BIN
+2.07 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Oops, something went wrong.
Binary file added
BIN
+2.95 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Oops, something went wrong.
Binary file added
BIN
+1.45 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png
Oops, something went wrong.
Binary file added
BIN
+2.57 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Oops, something went wrong.
Binary file added
BIN
+2.76 KB
demo/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+3.42 KB
...src/main/res/drawable-hdpi/background.png → ...Fill.imageset/LaunchScreen-AspectFill.png
Oops, something went wrong.
Binary file added
BIN
+13.8 KB
...Assets.xcassets/LaunchScreen.AspectFill.imageset/[email protected]
Oops, something went wrong.
Binary file added
BIN
+27.2 KB
...Assets.xcassets/LaunchScreen.AspectFill.imageset/[email protected]
Oops, something went wrong.
File renamed without changes.
Binary file added
BIN
+6.65 KB
...ources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png
Oops, something went wrong.
Binary file added
BIN
+13.2 KB
...ces/iOS/Assets.xcassets/LaunchScreen.Center.imageset/[email protected]
Oops, something went wrong.
Binary file added
BIN
+20.3 KB
...ces/iOS/Assets.xcassets/LaunchScreen.Center.imageset/[email protected]
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
demo/app/App_Resources/iOS/build.xcconfig → demo/App_Resources/iOS/build.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// You can add custom settings here | ||
// for example you can uncomment the following line to force distribution code signing | ||
// CODE_SIGN_IDENTITY = iPhone Distribution | ||
// To build for device with Xcode you need to specify your development team. | ||
// To build for device with XCode you need to specify your development team. | ||
// DEVELOPMENT_TEAM = YOUR_TEAM_ID; | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
This file was deleted.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-1.31 KB
demo/app/App_Resources/Android/src/main/res/drawable-ldpi/background.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-1.89 KB
demo/app/App_Resources/Android/src/main/res/drawable-mdpi/background.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-5.26 KB
demo/app/App_Resources/Android/src/main/res/drawable-xhdpi/background.png
Diff not rendered.
Binary file removed
BIN
-8.74 KB
demo/app/App_Resources/Android/src/main/res/drawable-xhdpi/icon.png
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-10.3 KB
demo/app/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png
Diff not rendered.
Binary file removed
BIN
-15.1 KB
demo/app/App_Resources/Android/src/main/res/drawable-xxhdpi/icon.png
Diff not rendered.
Binary file removed
BIN
-116 KB
demo/app/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png
Diff not rendered.
Binary file removed
BIN
-3.87 KB
demo/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png
Diff not rendered.
Binary file removed
BIN
-52.4 KB
demo/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/icon.png
Diff not rendered.
Binary file removed
BIN
-193 KB
demo/app/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png
Diff not rendered.
Binary file removed
BIN
-193 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png
Diff not rendered.
Binary file removed
BIN
-1.2 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png
Diff not rendered.
Binary file removed
BIN
-3.61 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-6.68 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-2.05 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png
Diff not rendered.
Binary file removed
BIN
-5.31 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-8.93 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-3.3 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png
Diff not rendered.
Binary file removed
BIN
-8.22 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-13.9 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-13.9 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-23 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-7.61 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png
Diff not rendered.
Binary file removed
BIN
-18.9 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-20.8 KB
demo/app/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/[email protected]
Diff not rendered.
Binary file removed
BIN
-1.67 KB
...OS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill.png
Diff not rendered.
Binary file removed
BIN
-3.9 KB
...Assets.xcassets/LaunchScreen.AspectFill.imageset/[email protected]
Diff not rendered.
Binary file removed
BIN
-34.4 KB
...Assets.xcassets/LaunchScreen.AspectFill.imageset/[email protected]
Diff not rendered.
Binary file removed
BIN
-65.3 KB
...ources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png
Diff not rendered.
Binary file removed
BIN
-202 KB
...ces/iOS/Assets.xcassets/LaunchScreen.Center.imageset/[email protected]
Diff not rendered.
Binary file removed
BIN
-91.9 KB
...ces/iOS/Assets.xcassets/LaunchScreen.Center.imageset/[email protected]
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
<Frame defaultPage="home/home-page"></Frame> | ||
<Frame defaultPage="main-page"> | ||
</Frame> |
Oops, something went wrong.