dev #5

Merged
lan merged 38 commits from dev into master 2026-03-25 20:54:10 +08:00
2 changed files with 11 additions and 3 deletions
Showing only changes of commit 59877e6ae3 - Show all commits

View File

@@ -2,10 +2,11 @@
"expo": {
"name": "萝卜社区",
"slug": "qojo",
"version": "1.0.10",
"version": "1.0.11",
"orientation": "default",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"scheme": "carrotbbs",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
@@ -33,7 +34,7 @@
},
"predictiveBackGestureEnabled": false,
"package": "skin.carrot.bbs",
"versionCode": 5,
"versionCode": 6,
"permissions": [
"VIBRATE",
"RECEIVE_BOOT_COMPLETED",
@@ -68,6 +69,12 @@
}
],
"expo-sqlite",
[
"expo-camera",
{
"cameraPermission": "允许萝卜社区访问您的相机以扫描二维码"
}
],
[
"expo-notifications",
{

View File

@@ -1,6 +1,6 @@
{
"name": "carrot_bbs",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.ts",
"scripts": {
"start": "expo start",
@@ -26,6 +26,7 @@
"date-fns": "^4.1.0",
"expo": "~55.0.4",
"expo-background-fetch": "~55.0.9",
"expo-camera": "^55.0.10",
"expo-constants": "~55.0.7",
"expo-dev-client": "~55.0.10",
"expo-file-system": "~55.0.10",