Skip to content

Commit

Permalink
Refactor workbench-types.tsx, workbench-hook.tsx, constants.tsx, Ligh…
Browse files Browse the repository at this point in the history
…tDarkButton/theme.tsx, SubControlBar/index.tsx, main-part.tsx, and d_portal.tsx
work7z committed Apr 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7ce7f2b commit dd9fe9f
Showing 10 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ export default (props: NavigatorPassProp) => {
}}>{crtTitleBanner}</h1>
<div className='text-xs mt-[-1px] mb-1'>
{/* <PossiblePathname /> */}
{Dot("forever-foss", "Forever FOSS")}
{Dot("forever-foss", "NextGEN Swissgear")}
</div>
{/* <h2 className="text-xs pl-[2px] text-slate-600 dark:text-slate-300 mt-[-2px] mb-1 items-center m-0 space-x-1 flex flex-row ">
<div>
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@ export let getIconImgAndBannerTextByCategory = (category: CategoryType, props: N
Dot("Tj2A9ou2k", "Read Documentations with LafTools!")
)
} else if (category == 'resources') {
bgSize = '100% 100%'
// bgSize = '100% 100%'
backgroundImage = 'linear-gradient(rgb(204 10 10 / 32%), rgb(154 96 16 / 40%)), url(/static/bg/p-resource.png)'
textColor = 'rgb(255 252 244)'

6 changes: 5 additions & 1 deletion modules/web2/app/__CORE__/containers/Layout/index.tsx
Original file line number Diff line number Diff line change
@@ -35,7 +35,11 @@ export default function RootLayout(props: {
}) {
let { children } = props;
return (
<html lang={getWebsiteLocale()} suppressHydrationWarning >
<html lang={getWebsiteLocale()} suppressHydrationWarning className="" style={{
// background: 'gray',
// width: '100',
// height: '100vh'
}} >
<head>
<meta name="color-scheme" content="dark" />
<meta name="baidu-site-verification" content="codeva-fgug77ENT9" />
Binary file modified modules/web2/public/static/bg/p-ai.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 modules/web2/public/static/bg/p-ai2.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 modules/web2/public/static/bg/p-resource-3.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.
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 modules/web2/public/static/bg/p-resource-r.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 modified modules/web2/public/static/bg/p-resource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd9fe9f

Please sign in to comment.