File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ const Footer = () => {
1313 {
1414 title : t ( 'products' ) ,
1515 links : [
16- { href : 'https://github.com/MakinoharaShoko /WebGAL' , label : 'WebGAL' } ,
17- { href : 'https://github.com/MakinoharaShoko /WebGAL_Terre' , label : 'WebGAL Terre' } ,
16+ { href : 'https://github.com/OpenWebGAL /WebGAL' , label : 'WebGAL' } ,
17+ { href : 'https://github.com/OpenWebGAL /WebGAL_Terre' , label : 'WebGAL Terre' } ,
1818 ] ,
1919 } ,
2020 {
@@ -75,10 +75,10 @@ const Footer = () => {
7575 </ div >
7676 </ div >
7777 < div className = { 'w-full p-2 text-sm font-light border-t' } >
78- < p > Powered by < Link href = "https://github.com/MakinoharaShoko /WebGAL" target = "_blank" > WebGAL</ Link > Framework</ p >
78+ < p > Powered by < Link href = "https://github.com/OpenWebGAL /WebGAL" target = "_blank" > WebGAL</ Link > Framework</ p >
7979 < p > Made with ❤ by < Link href = "https://github.com/MakinoharaShoko" target = "_blank" > Mahiru</ Link > </ p >
8080 < p >
81- WebGAL and WebGAL Terre are licensed under the < Link href = "https://github.com/MakinoharaShoko /WebGAL/blob/main/LICENSE" target = "_blank" > Mozilla Public License 2.0 (MPL-2.0)</ Link >
81+ WebGAL and WebGAL Terre are licensed under the < Link href = "https://github.com/OpenWebGAL /WebGAL/blob/main/LICENSE" target = "_blank" > Mozilla Public License 2.0 (MPL-2.0)</ Link >
8282 </ p >
8383 </ div >
8484 </ footer >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const Navbar = () => {
3131 { /* 导航栏图标 */ }
3232 < div className = { 'flex flex-row items-center' } >
3333 < div className = { styles . icon } >
34- < Link href = { 'https://github.com/MakinoharaShoko /WebGAL' } target = { '_blank' } title = 'MakinoharaShoko /WebGAL' >
34+ < Link href = { 'https://github.com/OpenWebGAL /WebGAL' } target = { '_blank' } title = 'OpenWebGAL /WebGAL' >
3535 < RiGithubFill />
3636 </ Link >
3737 </ div >
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import styles from '../Download.module.css'
1010
1111const DownloadWebgal = ( ) => {
1212
13- const webgalUrl = 'https://github.com/MakinoharaShoko /WebGAL'
14- const webgalApiUrl = 'https://api.github.com/repos/MakinoharaShoko /WebGAL/releases/latest'
13+ const webgalUrl = 'https://github.com/OpenWebGAL /WebGAL'
14+ const webgalApiUrl = 'https://api.github.com/repos/OpenWebGAL /WebGAL/releases/latest'
1515 const webgalAssets = useWebgalAssets ( webgalApiUrl )
1616 const locale = useLocale ( )
1717 const releaseIndex = i18n . locales . findIndex ( item => item . code === locale )
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import {i18n} from '@/i18n'
1010
1111const DownloadWebgalTerre = ( ) => {
1212
13- const webgalTerreUrl = 'https://github.com/MakinoharaShoko /WebGAL_Terre/releases'
14- const webgalTerreApiUrl = 'https://api.github.com/repos/MakinoharaShoko /WebGAL_Terre/releases/latest'
13+ const webgalTerreUrl = 'https://github.com/OpenWebGAL /WebGAL_Terre/releases'
14+ const webgalTerreApiUrl = 'https://api.github.com/repos/OpenWebGAL /WebGAL_Terre/releases/latest'
1515
1616 const t = useTranslations ( 'download' )
1717 const locale = useLocale ( )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const License = () => {
1212 < div className = { styles . card } >
1313 < h2 className = { `${ styles [ 'card-title' ] } border-gray-500` } > { t ( 'title' ) } </ h2 >
1414 < div className = { styles [ 'card-info' ] } >
15- < p > { t ( 'line0.part0' ) } < Link href = "https://github.com/MakinoharaShoko /WebGAL/blob/main/LICENSE" target = "_blank" > Mozilla Public License 2.0 (MPL-2.0) </ Link > { t ( 'line0.part1' ) } </ p >
15+ < p > { t ( 'line0.part0' ) } < Link href = "https://github.com/OpenWebGAL /WebGAL/blob/main/LICENSE" target = "_blank" > Mozilla Public License 2.0 (MPL-2.0) </ Link > { t ( 'line0.part1' ) } </ p >
1616 < p > { t ( 'line1' ) } </ p >
1717 < p > { t ( 'line2' ) } </ p >
1818 < ol className = { styles . list } >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const sponsors: Sponsors = {
4646 } ,
4747 {
4848 name : '衔尾工业(XianWeiGP-R)' ,
49- avatarUrl : 'https://github.com/MakinoharaShoko /WebGAL/assets/30483415/5df81f7f-abb3-40f0-9861-13a62a0ea427' ,
49+ avatarUrl : 'https://github.com/OpenWebGAL /WebGAL/assets/30483415/5df81f7f-abb3-40f0-9861-13a62a0ea427' ,
5050 url : 'https://github.com/XianWeiGP-R' ,
5151 } ,
5252 {
You can’t perform that action at this time.
0 commit comments