5 Star 59 Fork 13

无痕/s-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 13.28 KB
一键复制 编辑 原始数据 按行查看 历史
无痕 提交于 2024-09-15 20:41 . eslint升级
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
{
"easycom": {
"^s-(.*)": "@/uni_modules/s-ui/components/s-$1/s-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "pages/basic",
"title": "基础组件",
"pages": [
{
"path": "styles/styles",
"style": {
"navigationBarTitleText": "Styles 内置样式"
}
},
{
"path": "layout/layout",
"style": {
"navigationBarTitleText": "Layout 布局"
}
},
{
"path": "button/button",
"style": {
"navigationBarTitleText": "Button 按钮"
}
},
{
"path": "cell/cell",
"style": {
"navigationBarTitleText": "Cell 单元格"
}
},
{
"path": "icon/icon",
"style": {
"navigationBarTitleText": "Icon 图标"
}
},
{
"path": "image/image",
"style": {
"navigationBarTitleText": "Image 图片"
}
},
{
"path": "image/lazy",
"hidden": true,
"style": {
"navigationBarTitleText": "Lazy 图片"
}
},
{
"path": "popup/popup",
"style": {
"navigationBarTitleText": "Popup 弹出层"
}
},
{
"path": "transition/transition",
"style": {
"navigationBarTitleText": "Transition 过渡"
}
}
]
},
{
"root": "pages/form",
"title": "表单组件",
"pages": [
{
"path": "picker/picker",
"style": {
"navigationBarTitleText": "Picker 选择器"
}
},
{
"path": "dateTimePicker/dateTimePicker",
"style": {
"navigationBarTitleText": "DateTimePicker 日期时间选择器"
}
},
{
"path": "search/search",
"style": {
"navigationBarTitleText": "Search 搜索框"
}
},
{
"path": "radio/radio",
"style": {
"navigationBarTitleText": "Radio 单选框"
}
},
{
"path": "checkbox/checkbox",
"style": {
"navigationBarTitleText": "Checkbox 复选框"
}
},
{
"path": "switch/switch",
"style": {
"navigationBarTitleText": "Switch 开关"
}
},
{
"path": "slider/slider",
"style": {
"navigationBarTitleText": "Slider 滑块"
}
},
{
"path": "rate/rate",
"style": {
"navigationBarTitleText": "Rate 评分"
}
},
{
"path": "codeInput/codeInput",
"style": {
"navigationBarTitleText": "CodeInput 验证码输入"
}
},
{
"path": "upload/upload",
"style": {
"navigationBarTitleText": "Upload 文件上传"
}
},
{
"path": "upload/play_video",
"hidden": true,
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}
]
},
{
"root": "pages/feedback",
"title": "反馈组件",
"pages": [
{
"path": "actionSheet/actionSheet",
"style": {
"navigationBarTitleText": "ActionSheet 动作面板"
}
},
{
"path": "loading/loading",
"style": {
"navigationBarTitleText": "Loading 加载"
}
},
{
"path": "toast/toast",
"style": {
"navigationBarTitleText": "Toast 轻提示"
}
},
{
"path": "dialog/dialog",
"style": {
"navigationBarTitleText": "Dialog 弹出框"
}
},
{
"path": "swipeAction/swipeAction",
"style": {
"navigationBarTitleText": "SwipeAction 滑动操作"
}
},
{
"path": "dropdownMenu/dropdownMenu",
"style": {
"navigationBarTitleText": "DropdownMenu 下拉菜单"
}
}
]
},
{
"root": "pages/layout",
"title": "展示组件",
"pages": [
// #ifndef MP-TOUTIAO
{
"path": "waterfall/waterfall",
"style": {
"navigationBarTitleText": "Waterfall 瀑布流",
"enablePullDownRefresh": true
}
},
// #endif
{
"path": "badge/badge",
"style": {
"navigationBarTitleText": "Badge 徽标"
}
},
{
"path": "countDown/countDown",
"style": {
"navigationBarTitleText": "CountDown 倒计时"
}
},
{
"path": "circle/circle",
"style": {
"navigationBarTitleText": "Circle 环形进度条"
}
},
{
"path": "progress/progress",
"style": {
"navigationBarTitleText": "Progress 长条进度条"
}
},
{
"path": "swiper/swiper",
"style": {
"navigationBarTitleText": "Swiper 轮播图"
}
},
{
"path": "collapse/collapse",
"style": {
"navigationBarTitleText": "Collapse 折叠面板"
}
},
{
"path": "divider/divider",
"style": {
"navigationBarTitleText": "Divider 分割线"
}
},
{
"path": "loadmore/loadmore",
"style": {
"navigationBarTitleText": "Loadmore 加载提示"
}
},
{
"path": "readmore/readmore",
"style": {
"navigationBarTitleText": "Readmore 展开阅读更多"
}
},
{
"path": "empty/empty",
"style": {
"navigationBarTitleText": "Empty 空状态"
}
},
{
"path": "table/table",
"style": {
"navigationBarTitleText": "Table 简单表格"
}
},
{
"path": "sticky/sticky",
"style": {
"navigationBarTitleText": "Sticky 粘性布局"
}
},
{
"path": "fixed/fixed",
"style": {
"navigationBarTitleText": "Fixed 固定位置"
}
},
{
"path": "noticeBar/noticeBar",
"style": {
"navigationBarTitleText": "NoticeBar 通知栏"
}
}
]
},
{
"root": "pages/nav",
"title": "导航组件",
"pages": [
{
"path": "grid/grid",
"style": {
"navigationBarTitleText": "Grid 宫格"
}
},
{
"path": "tabs/tabs",
"style": {
"navigationBarTitleText": "Tabs 选项卡切换"
}
},
{
"path": "navBar/navBar",
"style": {
"navigationBarTitleText": "NavBar 导航栏",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{
"path": "navBar/transparentNav",
"hidden": true,
"style": {
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{
"path": "tabbar/tabbar",
"style": {
"navigationBarTitleText": "Tabbar 底部导航栏"
}
},
{
"path": "indexList/indexList",
"style": {
"navigationBarTitleText": "IndexList 索引列表",
"navigationStyle": "custom"
}
}
]
}
],
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "s-ui",
"navigationBarTextStyle": "black",
"backgroundColor": "#efefef"
},
"lazyCodeLoading": "requiredComponents",
// "tabBar": {
// "color": "#999",
// "backgroundColor": "#fafafa",
// "selectedColor": "#406BDC",
// "borderStyle": "white",
// "list": [
// {
// "text": "组件",
// "pagePath": "pages/home/home",
// "iconPath": "static/imgs/tabbar/home.png",
// "selectedIconPath": "static/imgs/tabbar/home-active.png"
// },
// {
// "text": "我的",
// "pagePath": "pages/my/my",
// "iconPath": "static/imgs/tabbar/my.png",
// "selectedIconPath": "static/imgs/tabbar/my-active.png"
// }
// ],
// "position": "bottom"
// },
"condition": {
"list": [
{
"name": "首页",
"path": "pages/index/index"
},
{
"name": "Styles 内置样式",
"path": "pages/basic/styles/styles"
},
{
"name": "Layout 布局",
"path": "pages/basic/layout/layout"
},
{
"name": "Button 按钮",
"path": "pages/basic/button/button"
},
{
"name": "Cell 单元格",
"path": "pages/basic/cell/cell"
},
{
"name": "Icon 图标",
"path": "pages/basic/icon/icon"
},
{
"name": "Image 图片",
"path": "pages/basic/image/image"
},
{
"name": "Popup 弹出层",
"path": "pages/basic/popup/popup"
},
{
"name": "Transition 过渡",
"path": "pages/basic/transition/transition"
},
{
"name": "Picker 选择器",
"path": "pages/form/picker/picker"
},
{
"name": "DateTimePicker 日期时间选择器",
"path": "pages/form/dateTimePicker/dateTimePicker"
},
{
"name": "Search 搜索框",
"path": "pages/form/search/search"
},
{
"name": "Radio 单选框",
"path": "pages/form/radio/radio"
},
{
"name": "Checkbox 复选框",
"path": "pages/form/checkbox/checkbox"
},
{
"name": "Switch 开关",
"path": "pages/form/switch/switch"
},
{
"name": "Slider 滑块",
"path": "pages/form/slider/slider"
},
{
"name": "Rate 评分",
"path": "pages/form/rate/rate"
},
{
"name": "CodeInput 验证码输入",
"path": "pages/form/codeInput/codeInput"
},
{
"name": "Upload 文件上传",
"path": "pages/form/upload/upload"
},
{
"name": "ActionSheet 动作面板",
"path": "pages/feedback/actionSheet/actionSheet"
},
{
"name": "Loading 加载",
"path": "pages/feedback/loading/loading"
},
{
"name": "Toast 轻提示",
"path": "pages/feedback/toast/toast"
},
{
"name": "Dialog 弹出框",
"path": "pages/feedback/dialog/dialog"
},
{
"name": "SwipeAction 滑动操作",
"path": "pages/feedback/swipeAction/swipeAction"
},
{
"name": "DropdownMenu 下拉菜单",
"path": "pages/feedback/dropdownMenu/dropdownMenu"
},
// #ifndef MP-TOUTIAO
{
"name": "Waterfall 瀑布流",
"path": "pages/layout/waterfall/waterfall"
},
// #endif
{
"name": "Badge 徽标",
"path": "pages/layout/badge/badge"
},
{
"name": "CountDown 倒计时",
"path": "pages/layout/countDown/countDown"
},
{
"name": "Circle 环形进度条",
"path": "pages/layout/circle/circle"
},
{
"name": "Progress 长条进度条",
"path": "pages/layout/progress/progress"
},
{
"name": "Swiper 轮播图",
"path": "pages/layout/swiper/swiper"
},
{
"name": "Collapse 折叠面板",
"path": "pages/layout/collapse/collapse"
},
{
"name": "Divider 分割线",
"path": "pages/layout/divider/divider"
},
{
"name": "Loadmore 加载提示",
"path": "pages/layout/loadmore/loadmore"
},
{
"name": "Readmore 展开阅读更多",
"path": "pages/layout/readmore/readmore"
},
{
"name": "Empty 空状态",
"path": "pages/layout/empty/empty"
},
{
"name": "Table 简单表格",
"path": "pages/layout/table/table"
},
{
"name": "Sticky 粘性布局",
"path": "pages/layout/sticky/sticky"
},
{
"name": "Fixed 固定位置",
"path": "pages/layout/fixed/fixed"
},
{
"name": "NoticeBar 通知栏",
"path": "pages/layout/noticeBar/noticeBar"
},
{
"name": "Grid 宫格",
"path": "pages/nav/grid/grid"
},
{
"name": "NavBar 导航栏",
"path": "pages/nav/navBar/navBar"
},
{
"name": "Tabbar 底部导航栏",
"path": "pages/nav/tabbar/tabbar"
},
{
"name": "Tabs 选项卡切换",
"path": "pages/nav/tabs/tabs"
},
{
"name": "IndexList 索引列表",
"path": "pages/nav/indexList/indexList"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sldt/s-ui.git
git@gitee.com:sldt/s-ui.git
sldt
s-ui
s-ui
master

搜索帮助