mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-08-16 05:12:14 -06:00
makeover
This commit is contained in:
parent
1ffff526dc
commit
aac1533f34
|
@ -7,7 +7,7 @@
|
|||
"name": "Amperra Systemes",
|
||||
"description": "",
|
||||
"ownerId": "g2EmGsfL9MfPicYgrXsCgHcG0aE2",
|
||||
"avatar": "https://xcs.restrafes.co/images/default-avatar-organization.png",
|
||||
"avatar": "https://wyre.ryj.my.id/images/default-avatar-organization.png",
|
||||
"accessGroups": {},
|
||||
"members": {
|
||||
"g2EmGsfL9MfPicYgrXsCgHcG0aE2": {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "R&C XCS",
|
||||
"name": "Wyre Management",
|
||||
"short_name": "XCS",
|
||||
"theme_color": "#fff",
|
||||
"background_color": "#000",
|
||||
|
|
|
@ -82,7 +82,7 @@ export default function Home({ allPostsData: posts }: { allPostsData: any }) {
|
|||
fontWeight={'400'}
|
||||
pb={2}
|
||||
>
|
||||
Apa itu Restrafes XCS?
|
||||
Apa itu Wyre Management?
|
||||
</Heading>
|
||||
</Box>
|
||||
<Box
|
||||
|
|
|
@ -104,7 +104,7 @@ export default function Nav({ type }: { type?: string }) {
|
|||
|
||||
return (
|
||||
<Suspense>
|
||||
{alertVisible &&
|
||||
{/* {alertVisible &&
|
||||
<Flex px={{ base: 4, md: 16 }} py={{ base: 8, md: 4 }} w={'full'} minH={'4rem'} bg={useColorModeValue('blackAlpha.900', 'white')} color={useColorModeValue('white', 'black')} align={'center'} justify={'flex-start'}>
|
||||
<Heading size={'sm'} fontWeight={'normal'}>
|
||||
We've begun rolling out early access to those part of the beta program.
|
||||
|
@ -113,7 +113,7 @@ export default function Nav({ type }: { type?: string }) {
|
|||
<Spacer />
|
||||
<CloseButton onClick={() => { dismissAlert(); }} />
|
||||
</Flex>
|
||||
}
|
||||
} */}
|
||||
<Flex
|
||||
as="nav"
|
||||
px={14}
|
||||
|
@ -158,7 +158,7 @@ export default function Nav({ type }: { type?: string }) {
|
|||
priority={true}
|
||||
fill={true}
|
||||
quality={64}
|
||||
alt={'Restrafes XCS'}
|
||||
alt={'Wyre Management'}
|
||||
style={{
|
||||
objectFit: 'contain'
|
||||
}}
|
||||
|
|
|
@ -358,7 +358,7 @@ export default function PlatformAccessPoint() {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:type"
|
||||
|
|
|
@ -212,7 +212,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||
},
|
||||
author: {
|
||||
name: 'Restrafes XCS',
|
||||
url: 'https://xcs.restrafes.co',
|
||||
url: 'https://wyre.ryj.my.id',
|
||||
icon_url: avatarUrl
|
||||
},
|
||||
fields: [
|
||||
|
|
|
@ -353,7 +353,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||
},
|
||||
author: {
|
||||
name: 'Restrafes XCS',
|
||||
url: 'https://xcs.restrafes.co',
|
||||
url: 'https://wyre.ryj.my.id',
|
||||
icon_url: avatarUrl
|
||||
},
|
||||
fields: [
|
||||
|
|
|
@ -400,7 +400,7 @@ export default async function handler(req: NextRequest) {
|
|||
},
|
||||
author: {
|
||||
name: 'Restrafes XCS',
|
||||
url: 'https://xcs.restrafes.co',
|
||||
url: 'https://wyre.ryj.my.id',
|
||||
icon_url: avatarUrl
|
||||
},
|
||||
fields: [
|
||||
|
|
|
@ -104,7 +104,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||
name: name,
|
||||
description: '',
|
||||
ownerId: uid,
|
||||
avatar: 'https://xcs.restrafes.co/images/default-avatar-organization.png',
|
||||
avatar: 'https://wyre.ryj.my.id/images/default-avatar-organization.png',
|
||||
|
||||
accessGroups: {},
|
||||
members: {
|
||||
|
|
|
@ -89,7 +89,7 @@ export default function Activate({ valid }: { valid: boolean }) {
|
|||
/>
|
||||
<meta
|
||||
name="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
|
|
|
@ -105,7 +105,7 @@ export default function Login() {
|
|||
/>
|
||||
<meta
|
||||
name="og:url"
|
||||
content="https://xcs.restrafes.co/login"
|
||||
content="https://wyre.ryj.my.id/login"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
|
|
|
@ -65,7 +65,7 @@ export default function Recover() {
|
|||
/>
|
||||
<meta
|
||||
name="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
|
|
|
@ -19,7 +19,7 @@ export default function PlatformEventLogs() {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:type"
|
||||
|
|
|
@ -137,7 +137,7 @@ export default function PlatformHome({ posts }: any) {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:type"
|
||||
|
|
|
@ -21,15 +21,15 @@ export default function Homepage({ allPostsData }: { allPostsData: any }) {
|
|||
<title>Home - Restrafes XCS</title>
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Home - Restrafes XCS"
|
||||
content="Home - Wyre Management"
|
||||
/>
|
||||
<meta
|
||||
property="og:site_name"
|
||||
content="Restrafes XCS"
|
||||
content="Wyre Management"
|
||||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
|
|
|
@ -70,7 +70,7 @@ export default function Invite({ invite, errorMessage }: { invite: any; errorMes
|
|||
/>
|
||||
<meta
|
||||
name="og:url"
|
||||
content={`https://xcs.restrafes.co/invite/${query.id}`}
|
||||
content={`https://wyre.ryj.my.id/invite/${query.id}`}
|
||||
/>
|
||||
<meta
|
||||
name="og:type"
|
||||
|
|
|
@ -26,7 +26,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co/"
|
||||
content="https://wyre.ryj.my.id/"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
|
|
|
@ -25,7 +25,7 @@ export default function Terms() {
|
|||
<Box>
|
||||
<Text pb={4}>
|
||||
These terms of use govern your use of the Restrafes XCS website, products, and services (collectively
|
||||
"Services") available at <Link href="https://xcs.restrafes.co">xcs.restrafes.co</Link>. By
|
||||
"Services") available at <Link href="https://wyre.ryj.my.id">wyre.ryj.my.id</Link>. By
|
||||
accessing or using the Services, you agree to be bound by these terms. If you do not agree to these terms,
|
||||
do not access or use the Services.
|
||||
</Text>
|
||||
|
|
|
@ -146,7 +146,7 @@ export default function PlatformLocation() {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:type"
|
||||
|
|
|
@ -331,7 +331,7 @@ export default function PlatformLocations() {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:type"
|
||||
|
|
|
@ -105,7 +105,7 @@ export default function OrganizationPublic({ organization }: { organization: Org
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
|
|
|
@ -385,7 +385,7 @@ export default function PlatformOrganization() {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:type"
|
||||
|
|
|
@ -336,7 +336,7 @@ export default function PlatformOrganizations() {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:type"
|
||||
|
|
|
@ -191,7 +191,7 @@ export default function Settings() {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://xcs.restrafes.co"
|
||||
content="https://wyre.ryj.my.id"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
|
|
|
@ -63,7 +63,7 @@ export default function UserProfileNS({ user }: any) {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content={`https://xcs.restrafes.co/@${username}`}
|
||||
content={`https://wyre.ryj.my.id/@${username}`}
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
|
@ -83,7 +83,7 @@ export default function UserProfileNS({ user }: any) {
|
|||
/>
|
||||
<meta
|
||||
property="og:url"
|
||||
content={`https://xcs.restrafes.co/user`}
|
||||
content={`https://wyre.ryj.my.id/user`}
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<Z>0</Z>
|
||||
</Vector3>
|
||||
<token name="ModelStreamingMode">0</token>
|
||||
<string name="Name">Restrafes XCS</string>
|
||||
<string name="Name">Amperra Wyre</string>
|
||||
<bool name="NeedsPivotMigration">false</bool>
|
||||
<Ref name="PrimaryPart">null</Ref>
|
||||
<float name="ScaleFactor">1</float>
|
||||
|
@ -58,9 +58,9 @@
|
|||
<string name="ScriptGuid">{B88BC829-2E70-458E-9567-27196412A674}</string>
|
||||
<ProtectedString name="Source"><![CDATA[--[[
|
||||
|
||||
Restrafes XCS - Access Control
|
||||
Wyre Management - Access Control
|
||||
|
||||
RESTRAFES & CO.
|
||||
Amperra Systems
|
||||
|
||||
---------------------------------------------------
|
||||
|
||||
|
@ -425,7 +425,7 @@ _m.init({["config"]=require(script.Parent);});
|
|||
<token name="KeyboardKeyCode">101</token>
|
||||
<float name="MaxActivationDistance">3</float>
|
||||
<string name="Name">xcsInteraction</string>
|
||||
<string name="ObjectText">Restrafes XCS</string>
|
||||
<string name="ObjectText">Wyre Management</string>
|
||||
<bool name="RequiresLineOfSight">true</bool>
|
||||
<Ref name="RootLocalizationTable">null</Ref>
|
||||
<int64 name="SourceAssetId">-1</int64>
|
||||
|
@ -638,9 +638,9 @@ _m.init({["config"]=require(script.Parent);});
|
|||
<string name="ScriptGuid">{E15B3E24-9BEB-4154-9296-28F128C272E9}</string>
|
||||
<ProtectedString name="Source"><![CDATA[--[[
|
||||
|
||||
Restrafes XCS - Access Control
|
||||
Wyre Management - Access Control
|
||||
|
||||
RESTRAFES & CO.
|
||||
Amperra Systems
|
||||
|
||||
---------------------------------------------------
|
||||
|
||||
|
@ -663,7 +663,7 @@ events.disarmed: The event that will fire when the access point is disarmed.
|
|||
events.disabled: The event that will fire when the access point is disabled.
|
||||
|
||||
The scan data that is passed through each event can be configured on the platform website
|
||||
(https://xcs.restrafes.co).
|
||||
(https://wyre.ryj.my.id).
|
||||
|
||||
--]]
|
||||
|
||||
|
|
Loading…
Reference in a new issue