This commit is contained in:
Fayzan Naufal Suparjo 2025-06-14 09:25:09 +07:00
parent 1ffff526dc
commit aac1533f34
28 changed files with 37 additions and 37 deletions

View file

@ -7,7 +7,7 @@
"name": "Amperra Systemes", "name": "Amperra Systemes",
"description": "", "description": "",
"ownerId": "g2EmGsfL9MfPicYgrXsCgHcG0aE2", "ownerId": "g2EmGsfL9MfPicYgrXsCgHcG0aE2",
"avatar": "https://xcs.restrafes.co/images/default-avatar-organization.png", "avatar": "https://wyre.ryj.my.id/images/default-avatar-organization.png",
"accessGroups": {}, "accessGroups": {},
"members": { "members": {
"g2EmGsfL9MfPicYgrXsCgHcG0aE2": { "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

View file

@ -1,5 +1,5 @@
{ {
"name": "R&C XCS", "name": "Wyre Management",
"short_name": "XCS", "short_name": "XCS",
"theme_color": "#fff", "theme_color": "#fff",
"background_color": "#000", "background_color": "#000",

View file

@ -82,7 +82,7 @@ export default function Home({ allPostsData: posts }: { allPostsData: any }) {
fontWeight={'400'} fontWeight={'400'}
pb={2} pb={2}
> >
Apa itu Restrafes XCS? Apa itu Wyre Management?
</Heading> </Heading>
</Box> </Box>
<Box <Box

View file

@ -104,7 +104,7 @@ export default function Nav({ type }: { type?: string }) {
return ( return (
<Suspense> <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'}> <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'}> <Heading size={'sm'} fontWeight={'normal'}>
We&apos;ve begun rolling out early access to those part of the beta program. We&apos;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 /> <Spacer />
<CloseButton onClick={() => { dismissAlert(); }} /> <CloseButton onClick={() => { dismissAlert(); }} />
</Flex> </Flex>
} } */}
<Flex <Flex
as="nav" as="nav"
px={14} px={14}
@ -158,7 +158,7 @@ export default function Nav({ type }: { type?: string }) {
priority={true} priority={true}
fill={true} fill={true}
quality={64} quality={64}
alt={'Restrafes XCS'} alt={'Wyre Management'}
style={{ style={{
objectFit: 'contain' objectFit: 'contain'
}} }}

View file

@ -358,7 +358,7 @@ export default function PlatformAccessPoint() {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:type" property="og:type"

View file

@ -212,7 +212,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
}, },
author: { author: {
name: 'Restrafes XCS', name: 'Restrafes XCS',
url: 'https://xcs.restrafes.co', url: 'https://wyre.ryj.my.id',
icon_url: avatarUrl icon_url: avatarUrl
}, },
fields: [ fields: [

View file

@ -353,7 +353,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
}, },
author: { author: {
name: 'Restrafes XCS', name: 'Restrafes XCS',
url: 'https://xcs.restrafes.co', url: 'https://wyre.ryj.my.id',
icon_url: avatarUrl icon_url: avatarUrl
}, },
fields: [ fields: [

View file

@ -400,7 +400,7 @@ export default async function handler(req: NextRequest) {
}, },
author: { author: {
name: 'Restrafes XCS', name: 'Restrafes XCS',
url: 'https://xcs.restrafes.co', url: 'https://wyre.ryj.my.id',
icon_url: avatarUrl icon_url: avatarUrl
}, },
fields: [ fields: [

View file

@ -104,7 +104,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
name: name, name: name,
description: '', description: '',
ownerId: uid, ownerId: uid,
avatar: 'https://xcs.restrafes.co/images/default-avatar-organization.png', avatar: 'https://wyre.ryj.my.id/images/default-avatar-organization.png',
accessGroups: {}, accessGroups: {},
members: { members: {

View file

@ -89,7 +89,7 @@ export default function Activate({ valid }: { valid: boolean }) {
/> />
<meta <meta
name="og:url" name="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:image" property="og:image"

View file

@ -105,7 +105,7 @@ export default function Login() {
/> />
<meta <meta
name="og:url" name="og:url"
content="https://xcs.restrafes.co/login" content="https://wyre.ryj.my.id/login"
/> />
<meta <meta
property="og:image" property="og:image"

View file

@ -65,7 +65,7 @@ export default function Recover() {
/> />
<meta <meta
name="og:url" name="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:image" property="og:image"

View file

@ -19,7 +19,7 @@ export default function PlatformEventLogs() {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:type" property="og:type"

View file

@ -137,7 +137,7 @@ export default function PlatformHome({ posts }: any) {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:type" property="og:type"

View file

@ -21,15 +21,15 @@ export default function Homepage({ allPostsData }: { allPostsData: any }) {
<title>Home - Restrafes XCS</title> <title>Home - Restrafes XCS</title>
<meta <meta
property="og:title" property="og:title"
content="Home - Restrafes XCS" content="Home - Wyre Management"
/> />
<meta <meta
property="og:site_name" property="og:site_name"
content="Restrafes XCS" content="Wyre Management"
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:description" property="og:description"

View file

@ -70,7 +70,7 @@ export default function Invite({ invite, errorMessage }: { invite: any; errorMes
/> />
<meta <meta
name="og:url" name="og:url"
content={`https://xcs.restrafes.co/invite/${query.id}`} content={`https://wyre.ryj.my.id/invite/${query.id}`}
/> />
<meta <meta
name="og:type" name="og:type"

View file

@ -26,7 +26,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co/" content="https://wyre.ryj.my.id/"
/> />
<meta <meta
property="og:image" property="og:image"

View file

@ -25,7 +25,7 @@ export default function Terms() {
<Box> <Box>
<Text pb={4}> <Text pb={4}>
These terms of use govern your use of the Restrafes XCS website, products, and services (collectively These terms of use govern your use of the Restrafes XCS website, products, and services (collectively
&quot;Services&quot;) available at <Link href="https://xcs.restrafes.co">xcs.restrafes.co</Link>. By &quot;Services&quot;) 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, 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. do not access or use the Services.
</Text> </Text>

View file

@ -146,7 +146,7 @@ export default function PlatformLocation() {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:type" property="og:type"

View file

@ -331,7 +331,7 @@ export default function PlatformLocations() {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:type" property="og:type"

View file

@ -105,7 +105,7 @@ export default function OrganizationPublic({ organization }: { organization: Org
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:description" property="og:description"

View file

@ -385,7 +385,7 @@ export default function PlatformOrganization() {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:type" property="og:type"

View file

@ -336,7 +336,7 @@ export default function PlatformOrganizations() {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:type" property="og:type"

View file

@ -191,7 +191,7 @@ export default function Settings() {
/> />
<meta <meta
property="og:url" property="og:url"
content="https://xcs.restrafes.co" content="https://wyre.ryj.my.id"
/> />
<meta <meta
property="og:description" property="og:description"

View file

@ -63,7 +63,7 @@ export default function UserProfileNS({ user }: any) {
/> />
<meta <meta
property="og:url" property="og:url"
content={`https://xcs.restrafes.co/@${username}`} content={`https://wyre.ryj.my.id/@${username}`}
/> />
<meta <meta
property="og:description" property="og:description"
@ -83,7 +83,7 @@ export default function UserProfileNS({ user }: any) {
/> />
<meta <meta
property="og:url" property="og:url"
content={`https://xcs.restrafes.co/user`} content={`https://wyre.ryj.my.id/user`}
/> />
<meta <meta
property="og:description" property="og:description"

View file

@ -27,7 +27,7 @@
<Z>0</Z> <Z>0</Z>
</Vector3> </Vector3>
<token name="ModelStreamingMode">0</token> <token name="ModelStreamingMode">0</token>
<string name="Name">Restrafes XCS</string> <string name="Name">Amperra Wyre</string>
<bool name="NeedsPivotMigration">false</bool> <bool name="NeedsPivotMigration">false</bool>
<Ref name="PrimaryPart">null</Ref> <Ref name="PrimaryPart">null</Ref>
<float name="ScaleFactor">1</float> <float name="ScaleFactor">1</float>
@ -58,9 +58,9 @@
<string name="ScriptGuid">{B88BC829-2E70-458E-9567-27196412A674}</string> <string name="ScriptGuid">{B88BC829-2E70-458E-9567-27196412A674}</string>
<ProtectedString name="Source"><![CDATA[--[[ <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> <token name="KeyboardKeyCode">101</token>
<float name="MaxActivationDistance">3</float> <float name="MaxActivationDistance">3</float>
<string name="Name">xcsInteraction</string> <string name="Name">xcsInteraction</string>
<string name="ObjectText">Restrafes XCS</string> <string name="ObjectText">Wyre Management</string>
<bool name="RequiresLineOfSight">true</bool> <bool name="RequiresLineOfSight">true</bool>
<Ref name="RootLocalizationTable">null</Ref> <Ref name="RootLocalizationTable">null</Ref>
<int64 name="SourceAssetId">-1</int64> <int64 name="SourceAssetId">-1</int64>
@ -638,9 +638,9 @@ _m.init({["config"]=require(script.Parent);});
<string name="ScriptGuid">{E15B3E24-9BEB-4154-9296-28F128C272E9}</string> <string name="ScriptGuid">{E15B3E24-9BEB-4154-9296-28F128C272E9}</string>
<ProtectedString name="Source"><![CDATA[--[[ <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. 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 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).
--]] --]]