mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
cf7d878b6e
commit
28f37662f3
31
src/main.js
31
src/main.js
@ -1,17 +1,28 @@
|
||||
Volcanos({river: {
|
||||
mall: {name: "电商群", icon: "bi bi-shop", storm: {
|
||||
home: {name: "首页", icon: "bi bi-house-door-fill", index: [
|
||||
{index: "web.mall.goods", style: "output"},
|
||||
]},
|
||||
shop: {name: "商品", icon: "bi bi-shop", index: [
|
||||
{index: "web.mall.goods", style: "output"},
|
||||
]},
|
||||
cart: {name: "购物车", icon: "bi bi-cart3", index: [
|
||||
"web.mall.cart",
|
||||
]},
|
||||
order: {name: "订单", icon: "bi bi-journal-bookmark", index: [
|
||||
"web.mall.order",
|
||||
]},
|
||||
my: {name: "我的", icon: "bi bi-person", index: [
|
||||
"aaa.user",
|
||||
]},
|
||||
}},
|
||||
product: {name: "产品群", icon: "bi bi-bar-chart-line-fill", storm: {
|
||||
office: {name: "办公 office", icon: "bi bi-bar-chart-line-fill", index: [
|
||||
"web.chat.macos.desktop",
|
||||
"web.chat.location",
|
||||
"web.chat.flows",
|
||||
"web.wiki.draw",
|
||||
"web.wiki.feel",
|
||||
"web.wiki.draw",
|
||||
"web.chat.flows",
|
||||
"web.chat.location",
|
||||
]},
|
||||
mall: {name: "电商 mall", icon: "bi bi-shop", index: [
|
||||
"web.mall.goods",
|
||||
"web.mall.admin",
|
||||
"web.mall.order",
|
||||
]}
|
||||
}},
|
||||
project: {name: "研发群", icon: "bi bi-git", storm: {
|
||||
studio: {name: "研发 studio", icon: "bi bi-git", index: [
|
||||
@ -21,8 +32,6 @@ Volcanos({river: {
|
||||
"web.team.plan",
|
||||
"web.wiki.word",
|
||||
]},
|
||||
}},
|
||||
profile: {name: "测试群", icon: "bi bi-list-columns", type: aaa.TECH, storm: {
|
||||
issue: {name: "发布 issue", icon: "bi bi-list-check", index: [
|
||||
"web.code.compile",
|
||||
"web.code.publish",
|
||||
|
@ -43,6 +43,7 @@ Volcanos("user", {_trans: kit.Dict(
|
||||
"record1", "截图", "record2", "录屏",
|
||||
|
||||
html.INPUT, kit.Dict(
|
||||
ice.HELP, "帮助",
|
||||
ice.POD, "空间", ice.CTX, "模块", ice.CMD, "命令",
|
||||
mdb.TIME, "时间", mdb.HASH, "索引",
|
||||
mdb.ZONE, "分类", mdb.ID, "序号",
|
||||
|
@ -1,105 +1,4 @@
|
||||
{
|
||||
"815a7a": {
|
||||
"hash": {
|
||||
"41e471": {
|
||||
"hash": {},
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"index": "web.mall.supply",
|
||||
"time": "2023-10-29 12:19:18.601"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"index": "web.mall.custom",
|
||||
"time": "2023-10-29 12:19:28.185"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"count": 2,
|
||||
"icon": "bi bi-people",
|
||||
"name": "联系人",
|
||||
"text": "hello",
|
||||
"time": "2023-10-29 12:18:46.434"
|
||||
}
|
||||
},
|
||||
"48aaf1": {
|
||||
"hash": {},
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"index": "web.mall.goods",
|
||||
"time": "2023-10-29 12:11:22.842"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"count": 1,
|
||||
"icon": "bi bi-house-door-fill",
|
||||
"name": "首页",
|
||||
"text": "hello",
|
||||
"time": "2023-10-29 12:11:09.242"
|
||||
}
|
||||
},
|
||||
"556c4f": {
|
||||
"hash": {},
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"index": "web.mall.order",
|
||||
"time": "2023-10-29 12:17:44.051"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"count": 1,
|
||||
"icon": "bi bi-journal-bookmark",
|
||||
"name": "订单",
|
||||
"text": "hello",
|
||||
"time": "2023-10-29 12:16:58.776"
|
||||
}
|
||||
},
|
||||
"d36375": {
|
||||
"hash": {},
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"index": "aaa.user",
|
||||
"time": "2023-10-29 12:18:04.434"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"count": 1,
|
||||
"icon": "bi bi-person",
|
||||
"name": "我的",
|
||||
"text": "hello",
|
||||
"time": "2023-10-29 12:13:26.942"
|
||||
}
|
||||
},
|
||||
"d788ad": {
|
||||
"hash": {},
|
||||
"list": [
|
||||
{
|
||||
"id": 1,
|
||||
"index": "web.mall.cart",
|
||||
"time": "2023-10-29 12:12:30.844"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"count": 1,
|
||||
"icon": "bi bi-cart3",
|
||||
"name": "购物车",
|
||||
"text": "hello",
|
||||
"time": "2023-10-29 12:12:19.943"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"icon": "bi bi-shop",
|
||||
"name": "电商群",
|
||||
"text": "hello",
|
||||
"time": "2023-10-29 12:06:11.938",
|
||||
"type": "void"
|
||||
}
|
||||
},
|
||||
"febf62": {
|
||||
"hash": {
|
||||
"116dcc": {
|
||||
@ -156,15 +55,14 @@
|
||||
"time": "2023-11-01 13:43:48.267"
|
||||
}
|
||||
},
|
||||
"a7a375": {
|
||||
"f5b848": {
|
||||
"hash": {},
|
||||
"list": [
|
||||
{
|
||||
"icon": "bi bi-people",
|
||||
"id": 1,
|
||||
"index": "web.mall.region",
|
||||
"space": "20231017-travel",
|
||||
"time": "2023-11-01 13:41:43.953"
|
||||
"time": "2023-11-02 19:03:10.542"
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
@ -172,7 +70,7 @@
|
||||
"icon": "bi bi-people",
|
||||
"name": "地区",
|
||||
"text": "hello",
|
||||
"time": "2023-11-01 13:40:50.080"
|
||||
"time": "2023-11-02 19:02:48.244"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user