Skip to content

Commit 6a6de90

Browse files
committed
library: Correct project name compose-miuix-ui
1 parent 4715cc1 commit 6a6de90

File tree

175 files changed

+210
-205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+210
-205
lines changed

.idea/copyright/miuix.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025, miuix-kotlin-multiplatform contributors
1+
// Copyright 2025, compose-miuix-ui contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
plugins {

convention-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025, miuix-kotlin-multiplatform contributors
1+
// Copyright 2025, compose-miuix-ui contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
plugins {

convention-plugins/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025, miuix-kotlin-multiplatform contributors
1+
// Copyright 2025, compose-miuix-ui contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
@file:Suppress("UnstableApiUsage")

convention-plugins/src/main/kotlin/module.publication.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025, miuix-kotlin-multiplatform contributors
1+
// Copyright 2025, compose-miuix-ui contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import java.io.FileInputStream
@@ -14,7 +14,7 @@ val javadocJar by tasks.registering(Jar::class) {
1414
}
1515

1616
val githubUrl = "https://github.com"
17-
val projectUrl = "$githubUrl/miuix-kotlin-multiplatform/miuix"
17+
val projectUrl = "$githubUrl/compose-miuix-ui/miuix"
1818

1919
publishing {
2020
// Configure the publication repository

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025, miuix-kotlin-multiplatform contributors
1+
// Copyright 2025, compose-miuix-ui contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
allprojects {

docs/.vitepress/locales/en_US.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ export default defineConfig({
77
themeConfig: {
88

99
socialLinks: [
10-
{ icon: 'github', link: 'https://github.com/YuKongA/miuix-kotlin-multiplatform' }
10+
{ icon: 'github', link: 'https://github.com/YuKongA/compose-miuix-ui' }
1111
],
1212

1313
editLink: {
14-
pattern: 'https://github.com/miuix-kotlin-multiplatform/miuix/edit/main/docs/:path',
14+
pattern: 'https://github.com/compose-miuix-ui/miuix/edit/main/docs/:path',
1515
text: 'Edit this page on GitHub'
1616
},
1717

1818
footer: {
1919
message: 'Released under the Apache-2.0 License',
20-
copyright: `Copyright © 2024-${new Date().getFullYear()} miuix-kotlin-multiplatform`
20+
copyright: `Copyright © 2024-${new Date().getFullYear()} compose-miuix-ui`
2121
},
2222

2323
nav: [

docs/.vitepress/locales/zh_CN.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ export default defineConfig({
2727
skipToContentLabel: '跳转到内容',
2828

2929
socialLinks: [
30-
{ icon: 'github', link: 'https://github.com/YuKongA/miuix-kotlin-multiplatform' }
30+
{ icon: 'github', link: 'https://github.com/YuKongA/compose-miuix-ui' }
3131
],
3232

3333
editLink: {
34-
pattern: 'https://github.com/miuix-kotlin-multiplatform/miuix/edit/main/docs/:path',
34+
pattern: 'https://github.com/compose-miuix-ui/miuix/edit/main/docs/:path',
3535
text: '在 GitHub 上编辑此页面'
3636
},
3737

3838
footer: {
3939
message: '基于 Apache-2.0 许可发布',
40-
copyright: `版权所有 © 2024-${new Date().getFullYear()} miuix-kotlin-multiplatform`
40+
copyright: `版权所有 © 2024-${new Date().getFullYear()} compose-miuix-ui`
4141
},
4242

4343
nav: [

docs/components/pulltorefresh.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)