Browse Source

创建dev分钟更改配置

master
Vegas 1 month ago
parent
commit
4b416d7903
  1. 2
      .vscode/settings.json
  2. 3
      app/(tabs)/activity.tsx
  3. 4
      app/(tabs)/recharge.tsx

2
.vscode/settings.json vendored

@ -1,7 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
// "source.organizeImports": "explicit",//使
"source.sortMembers": "explicit"
}
}

3
app/(tabs)/activity.tsx

@ -1,8 +1,9 @@
import { ThemedView } from "@/components/themed-view";
import { Text } from "react-native";
export default function ActivityScreen() {
return (
<ThemedView>11</ThemedView>
<ThemedView><Text></Text></ThemedView>
)
}

4
app/(tabs)/recharge.tsx

@ -1,8 +1,8 @@
import { ThemedView } from "@/components/themed-view";
import { Text } from "react-native";
export default function RechargeScreen() {
return (
<ThemedView></ThemedView>
<ThemedView><Text></Text></ThemedView>
)
}
Loading…
Cancel
Save