Skip to content

Commit 6db29e8

Browse files
committed
refactor: 移除 skiyee-ui 相关代码和配置
1 parent 28cf79a commit 6db29e8

File tree

9 files changed

+2
-78
lines changed

9 files changed

+2
-78
lines changed

.github/workflows/core_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
flag-for-ts: ['', --ts]
6262
flag-for-eslint: [-e]
6363
flag-for-plugin: [-p import -p pages -p layouts -p manifest -p filePlatform -p root -p componentPlaceholder -m pinia -m unocss -m uniNetwork -m uniUse -m uniPromises -m uniEcharts -m zPaging]
64-
flag-for-ui: ['', -u uni, -u ano, -u wot, -u nut, -u uv, -u skiyee]
64+
flag-for-ui: ['', -u uni, -u ano, -u wot, -u nut, -u uv]
6565

6666
node: [20.x]
6767
os: [windows-latest, macos-latest]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ npx @create-uni/info@latest
101101
| [wot-ui](https://wot-ui.cn/) | 高颜值、轻量化的 uni-app 组件库 | wot |
102102
| [uView-Pro](https://uviewpro.cn/) | 全面支持 Vue3.0、TypeScript 的 uni-app 生态框架 | uview-pro |
103103
| [nutui-uniapp](https://uniapp-nutui.tech/) | 京东风格的轻量级移动端组件库 | nut |
104-
| [skiyee-ui](https://skiyee-ui.netlify.app/) | 随心创造差异化 | skiyee |
105104
| [uv-ui](https://www.uvui.cn/components/intro.html) | 多平台快速开发的 UI 框架 | uv |
106105
| [ano-ui](https://ano-ui.netlify.app/) | 轻量级、漂亮、快速的 UnoCSS 组件库 | ano |
107106

packages/config/src/ui.data.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ export default [
3939
github: 'https://github.com/nutui-uniapp/nutui-uniapp',
4040
website: 'https://nutui-uniapp.pages.dev/',
4141
},
42-
{
43-
label: rgb(22, 93, 255)('Skiyee Ui'),
44-
hint: '随心创造差异化',
45-
name: 'skiyee-ui',
46-
value: 'skiyee',
47-
github: 'https://github.com/skiyee/ui',
48-
website: 'https://skiyee-ui.netlify.app/',
49-
},
5042
{
5143
label: rgb(60, 156, 255)('Uv Ui'),
5244
hint: '多平台快速开发的UI框架',

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async function init() {
153153
// Render templates
154154
render('base')
155155

156-
const needUnocss = result.moduleList?.includes('unocss') || ['ano', 'skiyee'].includes(result.UIName!)
156+
const needUnocss = result.moduleList?.includes('unocss') || ['ano'].includes(result.UIName!)
157157
const needUI = Boolean(result.UIName)
158158

159159
// Render Config

packages/core/template/UI/skiyee/package.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/core/template/UI/skiyee/src/components/InputEntry.vue

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/core/template/UI/skiyee/uno.config.js.data.mjs

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/core/template/UI/skiyee/vite.config.js.data.mjs

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/mcp/test/promptBuilder.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ it('promptBuilder', () => {
2222
- wot: 高颜值、轻量化的uni-app组件库
2323
- uview-pro: 全面支持 Vue3.0、TypeScript 的 uni-app 生态框架
2424
- nut: 京东风格的轻量级移动端组件库
25-
- skiyee: 随心创造差异化
2625
- uv: 多平台快速开发的UI框架
2726
- ano: 轻量级、漂亮、快速的 UnoCSS 组件库"
2827
`)
@@ -36,7 +35,6 @@ it('getConfigValuesAsEnum', () => {
3635
"wot",
3736
"uview-pro",
3837
"nut",
39-
"skiyee",
4038
"uv",
4139
"ano",
4240
]

0 commit comments

Comments
 (0)