node-karin 1.7.13 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +819 -751
- package/default/config/adapter.json +27 -27
- package/default/config/config.json +44 -44
- package/default/config/groups.json +66 -66
- package/default/config/pm2.json +15 -15
- package/default/config/privates.json +25 -25
- package/default/config/redis.json +5 -5
- package/default/config/render.json +18 -18
- package/dist/cli/index.cjs +1 -487
- package/dist/cli/index.mjs +4120 -0
- package/dist/cli/pm2.js +1 -1
- package/dist/global.d.d.ts +68 -0
- package/dist/index.d.ts +1962 -508
- package/dist/index.mjs +31566 -0
- package/dist/logger-DVUGuzNj.d.ts +101 -0
- package/dist/module/art-template.d.ts +12 -1
- package/dist/module/axios.d.ts +1 -1
- package/dist/module/chalk.d.ts +1 -1
- package/dist/module/chokidar.d.ts +1 -1
- package/dist/module/express.d.ts +2 -1
- package/dist/module/express.mjs +2 -0
- package/dist/module/lodash.d.ts +2 -1
- package/dist/module/{lodash.js → lodash.mjs} +1 -0
- package/dist/module/moment.d.ts +1 -1
- package/dist/module/node-schedule.d.ts +1 -1
- package/dist/module/redis.d.ts +1 -1
- package/dist/module/sqlite3.d.ts +1 -1
- package/dist/module/ws.d.ts +2 -1
- package/dist/module/ws.mjs +2 -0
- package/dist/module/yaml.d.ts +1 -1
- package/dist/root.d.ts +5 -1
- package/dist/{root.js → root.mjs} +3 -1
- package/dist/start/app.d.ts +1 -0
- package/dist/start/app.mjs +9 -0
- package/dist/start/index.d.ts +1 -0
- package/dist/start/index.mjs +102 -0
- package/dist/web/assets/css/components-ep7vm38G.css +1 -0
- package/dist/web/assets/css/index-DxLRZkvi.css.br +0 -0
- package/dist/web/assets/js/components-Bp80gYJA.js.br +0 -0
- package/dist/web/assets/js/entry-DhKjPdoJ.js.br +0 -0
- package/dist/web/assets/js/hooks-CSKAeqvP.js.br +0 -0
- package/dist/web/assets/js/page-404.tsx-Dr2zAhTf.js +1 -0
- package/dist/web/assets/js/page-dashboard-B6B4ob8B.js.br +0 -0
- package/dist/web/assets/js/page-loading.tsx-g_ta_NRr.js.br +0 -0
- package/dist/web/assets/js/page-login.tsx-Cm98Ubip.js.br +0 -0
- package/dist/web/assets/js/utils-Cj3xTboC.js +2 -0
- package/dist/web/assets/js/vendor-editor-B8hjWfkw.js.br +0 -0
- package/dist/web/assets/js/vendor-heroui-CMeNhCFh.js.br +0 -0
- package/dist/web/assets/js/vendor-others-Bv0hrdEA.js.br +0 -0
- package/dist/web/assets/js/vendor-react-ChUmQ3I2.js.br +0 -0
- package/dist/web/assets/js/vendor-ui-utils-5rYIvRjL.js.br +0 -0
- package/dist/web/assets/js/vendor-visual-CdiJEXnN.js.br +0 -0
- package/dist/web/{flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 → flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2.br} +0 -0
- package/dist/web/grid.svg +5 -5
- package/dist/web/icon.css +24 -24
- package/dist/web/index.html +37 -24
- package/dist/web/karin.png.br +0 -0
- package/dist/web/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf.br +0 -0
- package/dist/web/sha256.min.js.br +0 -0
- package/package.json +192 -201
- package/README.md +0 -32
- package/dist/cli/index.js +0 -479
- package/dist/index.js +0 -19515
- package/dist/module/art-template.cjs +0 -11
- package/dist/module/axios.cjs +0 -22
- package/dist/module/chalk.cjs +0 -22
- package/dist/module/chokidar.cjs +0 -22
- package/dist/module/dotenv.cjs +0 -22
- package/dist/module/dotenv.d.ts +0 -2
- package/dist/module/dotenv.js +0 -2
- package/dist/module/express.cjs +0 -36
- package/dist/module/express.js +0 -1
- package/dist/module/lodash.cjs +0 -11
- package/dist/module/log4js.cjs +0 -22
- package/dist/module/log4js.d.ts +0 -2
- package/dist/module/log4js.js +0 -2
- package/dist/module/moment.cjs +0 -11
- package/dist/module/node-schedule.cjs +0 -22
- package/dist/module/redis.cjs +0 -22
- package/dist/module/sqlite3.cjs +0 -22
- package/dist/module/ws.cjs +0 -28
- package/dist/module/ws.js +0 -1
- package/dist/module/yaml.cjs +0 -22
- package/dist/web/assets/404-C9u_NlJi.js +0 -1
- package/dist/web/assets/Item-pd96GKIG.js.br +0 -0
- package/dist/web/assets/SelectionManager-BlXTH2VC.js.br +0 -0
- package/dist/web/assets/abap-BrgZPUOV.js.br +0 -0
- package/dist/web/assets/about-BwlDpX-c.js.br +0 -0
- package/dist/web/assets/accordion-Bj06RlD-.js.br +0 -0
- package/dist/web/assets/adapter-Du42CYBT.js.br +0 -0
- package/dist/web/assets/addon-web-links-Wrx0dCGl.js.br +0 -0
- package/dist/web/assets/apex-DyP6w7ZV.js.br +0 -0
- package/dist/web/assets/azcli-BaLxmfj-.js.br +0 -0
- package/dist/web/assets/bat-CFOPXBzS.js.br +0 -0
- package/dist/web/assets/bicep-BfEKNvv3.js.br +0 -0
- package/dist/web/assets/bot-DdYIqTVP.js +0 -6
- package/dist/web/assets/cameligo-BFG1Mk7z.js.br +0 -0
- package/dist/web/assets/chunk-2C6KNKEU-CBJmVWyn.js.br +0 -0
- package/dist/web/assets/chunk-2QAN2V2R-BulY1jfw.js.br +0 -0
- package/dist/web/assets/chunk-3TCFMHK3-BpJf4Q9f.js.br +0 -0
- package/dist/web/assets/chunk-4EXC76WE-DWVJR0TX.js.br +0 -0
- package/dist/web/assets/chunk-6JWJ7CFW-BDAlVmIQ.js.br +0 -0
- package/dist/web/assets/chunk-6NGXL2PC-DIPEMSmA.js.br +0 -0
- package/dist/web/assets/chunk-6VC6TS2O-sjq9IySl.js.br +0 -0
- package/dist/web/assets/chunk-736YWA4T-BK_z11TK.js.br +0 -0
- package/dist/web/assets/chunk-A6PX3NG3-BsGR2bWZ.js.br +0 -0
- package/dist/web/assets/chunk-B75B6XQK-B0VUBvt8.js +0 -1
- package/dist/web/assets/chunk-BWXGEJBS-DvCShJym.js.br +0 -0
- package/dist/web/assets/chunk-D5XJWRAV-9uH2CwV1.js +0 -1
- package/dist/web/assets/chunk-HAJUSXOG-6BFBENy1.js.br +0 -0
- package/dist/web/assets/chunk-IHO36JMK-DKnKLDmu.js.br +0 -0
- package/dist/web/assets/chunk-J6JGI6RM-DKmnXtnU.js.br +0 -0
- package/dist/web/assets/chunk-J7I6W5JF-IqR8CF_Q.js.br +0 -0
- package/dist/web/assets/chunk-KCYYJJH4-BdofC4qA.js.br +0 -0
- package/dist/web/assets/chunk-KHLLQ6W4-CpyZzH4q.js.br +0 -0
- package/dist/web/assets/chunk-KQ5CH2X7-MWuUq5gI.js.br +0 -0
- package/dist/web/assets/chunk-LAX3QLKM-B0tE0BjZ.js +0 -1
- package/dist/web/assets/chunk-LGSBTEIA--Gvr91gm.js +0 -1
- package/dist/web/assets/chunk-M3MASYO7-BVjxibqV.js +0 -1
- package/dist/web/assets/chunk-ML27DD5T-BjYAog8d.js.br +0 -0
- package/dist/web/assets/chunk-MSDKUXDP-DKkJKxM-.js.br +0 -0
- package/dist/web/assets/chunk-MW56SEHC-CTlcS-O4.js.br +0 -0
- package/dist/web/assets/chunk-MZRCPRP2-BBG21hp8.js.br +0 -0
- package/dist/web/assets/chunk-OH2E76JR-BYurMayl.js +0 -1
- package/dist/web/assets/chunk-OTWYT2HS-cQ8QQNDY.js +0 -1
- package/dist/web/assets/chunk-RRTOIK23-CSPsT46O.js.br +0 -0
- package/dist/web/assets/chunk-SLABUSGS-s9w3Zt5w.js.br +0 -0
- package/dist/web/assets/chunk-TE6SZS6W-1UK_YAGg.js +0 -1
- package/dist/web/assets/chunk-UX7UMZL5-DHf8C-o1.js +0 -1
- package/dist/web/assets/chunk-WQVQ7P2I-C4kbg9VI.js.br +0 -0
- package/dist/web/assets/clojure-DTECt2xU.js.br +0 -0
- package/dist/web/assets/codicon-DCmgc-ay.ttf +0 -0
- package/dist/web/assets/coffee-CDGzqUPQ.js.br +0 -0
- package/dist/web/assets/config-CEElyPBT.js.br +0 -0
- package/dist/web/assets/config-DVn1FaJ-.js.br +0 -0
- package/dist/web/assets/cpp-CLLBncYj.js.br +0 -0
- package/dist/web/assets/csharp-dUCx_-0o.js.br +0 -0
- package/dist/web/assets/csp-5Rap-vPy.js.br +0 -3
- package/dist/web/assets/css-D3h14YRZ.js.br +0 -0
- package/dist/web/assets/cssMode-CXyVPoom.js.br +0 -0
- package/dist/web/assets/cypher-DrQuvNYM.js.br +0 -0
- package/dist/web/assets/dart-CFKIUWau.js.br +0 -0
- package/dist/web/assets/default_page-BKgpdS-e.js +0 -1
- package/dist/web/assets/detail-C5769b6q.js.br +0 -0
- package/dist/web/assets/detail-COuw3J9r.js.br +0 -0
- package/dist/web/assets/detail-DqW0R8N9.css.br +0 -0
- package/dist/web/assets/dockerfile-Zznr-cwX.js.br +0 -0
- package/dist/web/assets/ecl-Ce3n6wWz.js.br +0 -0
- package/dist/web/assets/editor.worker-oRlJJsnX.js.br +0 -0
- package/dist/web/assets/elixir-deUWdS0T.js.br +0 -0
- package/dist/web/assets/env-CSYJHsPf.js.br +0 -0
- package/dist/web/assets/eye-DEh2Pgsu.js +0 -6
- package/dist/web/assets/features-animation-F-pzovue.js +0 -1
- package/dist/web/assets/flow9-i9-g7ZhI.js.br +0 -0
- package/dist/web/assets/focusSafely-DOspV_xj.js.br +0 -0
- package/dist/web/assets/freemarker2-BV0OzS9F.js.br +0 -0
- package/dist/web/assets/friend_request-DfiA7sPM.js.br +0 -0
- package/dist/web/assets/fsharp-CzKuDChf.js.br +0 -0
- package/dist/web/assets/github-nVmhSG0k.js +0 -11
- package/dist/web/assets/go-Cphgjts3.js.br +0 -0
- package/dist/web/assets/graphql-Cg7bfA9N.js.br +0 -0
- package/dist/web/assets/group-CfWIxZ1S.js.br +0 -0
- package/dist/web/assets/group_notice-XufgXVhG.js +0 -1
- package/dist/web/assets/handlebars-DSMVNR0n.js.br +0 -0
- package/dist/web/assets/hcl-0cvrggvQ.js.br +0 -0
- package/dist/web/assets/html-ClQau7kT.js.br +0 -0
- package/dist/web/assets/htmlMode-CN2HUcKJ.js.br +0 -0
- package/dist/web/assets/iconBase-BbDMq9Lm.js.br +0 -0
- package/dist/web/assets/index-B2KKfeyN.js.br +0 -0
- package/dist/web/assets/index-B59L0CDQ.js.br +0 -0
- package/dist/web/assets/index-BRJPOEf0.js.br +0 -0
- package/dist/web/assets/index-BSQ_9cWz.js.br +0 -0
- package/dist/web/assets/index-BTn745-y.js.br +0 -0
- package/dist/web/assets/index-Bl5YOuTR.js.br +0 -0
- package/dist/web/assets/index-Bm-03b92.js +0 -1
- package/dist/web/assets/index-CNKcljeW.js +0 -1
- package/dist/web/assets/index-CSkzWqtN.js.br +0 -0
- package/dist/web/assets/index-CY-NVVkv.js.br +0 -0
- package/dist/web/assets/index-CeBvj3ZH.js.br +0 -0
- package/dist/web/assets/index-CnkVaH2P.css.br +0 -0
- package/dist/web/assets/index-DCzNSkJn.js.br +0 -0
- package/dist/web/assets/index-DNKbYZlM.js +0 -1
- package/dist/web/assets/index-DVsvetQP.js.br +0 -0
- package/dist/web/assets/index-D_816BTl.js.br +0 -0
- package/dist/web/assets/index-Db1iHKoe.js.br +0 -0
- package/dist/web/assets/index-DjU-NtVQ.js +0 -1
- package/dist/web/assets/index-Drqc4ASm.js.br +0 -0
- package/dist/web/assets/index-DvwfI5vP.css.br +0 -0
- package/dist/web/assets/index-Dwnb7Xtz.js.br +0 -0
- package/dist/web/assets/index-EGWrH2j2.js +0 -1
- package/dist/web/assets/index-IUy6p99y.js +0 -1
- package/dist/web/assets/index-k_Cd4_SW.js.br +0 -0
- package/dist/web/assets/index-nZMp9MWB.js.br +0 -0
- package/dist/web/assets/index.esm-BSKygSH-.js.br +0 -0
- package/dist/web/assets/ini-Drc7WvVn.js.br +0 -0
- package/dist/web/assets/inputGroup-CJGuoYUx.js.br +0 -0
- package/dist/web/assets/isSymbol-BShv9ove.js.br +0 -0
- package/dist/web/assets/java-B_fMsGYe.js.br +0 -0
- package/dist/web/assets/javascript-BegoFNre.js.br +0 -0
- package/dist/web/assets/jsonMode-Dxf_RJRO.js.br +0 -0
- package/dist/web/assets/julia-Bqgm2twL.js.br +0 -0
- package/dist/web/assets/kotlin-BSkB5QuD.js.br +0 -0
- package/dist/web/assets/layout-al9rnD7b.js.br +0 -0
- package/dist/web/assets/less-BsTHnhdd.js.br +0 -0
- package/dist/web/assets/lexon-YWi4-JPR.js.br +0 -0
- package/dist/web/assets/liquid-bFSovgkX.js.br +0 -0
- package/dist/web/assets/loading-Czh_ivNv.js.br +0 -0
- package/dist/web/assets/login-DpjAzjKU.js.br +0 -0
- package/dist/web/assets/lua-nf6ki56Z.js.br +0 -0
- package/dist/web/assets/m3-Cpb6xl2v.js.br +0 -0
- package/dist/web/assets/markdown-DSZPf7rp.js.br +0 -0
- package/dist/web/assets/mdx-DGviX4hR.js.br +0 -0
- package/dist/web/assets/merge-CuVThMNe.js.br +0 -0
- package/dist/web/assets/mergeRefs-BpO9bzld.js +0 -1
- package/dist/web/assets/message-mTjTgeaM.js +0 -1
- package/dist/web/assets/message.model-B1qK1MiE.js.br +0 -0
- package/dist/web/assets/mips-B_c3zf-v.js.br +0 -0
- package/dist/web/assets/msdax-rUNN04Wq.js.br +0 -0
- package/dist/web/assets/mysql-DDwshQtU.js.br +0 -0
- package/dist/web/assets/number-7W8NeZVk.js.br +0 -0
- package/dist/web/assets/objective-c-B5zXfXm9.js.br +0 -0
- package/dist/web/assets/pascal-CXOwvkN_.js.br +0 -0
- package/dist/web/assets/pascaligo-Bc-ZgV77.js.br +0 -0
- package/dist/web/assets/perl-CwNk8-XU.js.br +0 -0
- package/dist/web/assets/pgsql-tGk8EFnU.js.br +0 -0
- package/dist/web/assets/php-CpIb_Oan.js.br +0 -0
- package/dist/web/assets/pla-B03wrqEc.js.br +0 -0
- package/dist/web/assets/pm2-CniXkaeu.js.br +0 -0
- package/dist/web/assets/postiats-BKlk5iyT.js.br +0 -0
- package/dist/web/assets/powerquery-Bhzvs7bI.js.br +0 -0
- package/dist/web/assets/powershell-Dd3NCNK9.js.br +0 -0
- package/dist/web/assets/private-CfG8JI8L.js.br +0 -0
- package/dist/web/assets/protobuf-COyEY5Pt.js.br +0 -0
- package/dist/web/assets/pug-BaJupSGV.js.br +0 -0
- package/dist/web/assets/python-D0ZD_k1N.js.br +0 -0
- package/dist/web/assets/qsharp-DXyYeYxl.js.br +0 -0
- package/dist/web/assets/r-CdQndTaG.js.br +0 -0
- package/dist/web/assets/razor-DRYiVyDt.js.br +0 -0
- package/dist/web/assets/react-resizable-panels.browser.esm-DubqLJ4h.js.br +0 -0
- package/dist/web/assets/redis-BJLUr1tG.js.br +0 -0
- package/dist/web/assets/redis-CVwtpugi.js.br +0 -0
- package/dist/web/assets/redshift-25W9uPmb.js.br +0 -0
- package/dist/web/assets/render-DEylqIUg.js.br +0 -0
- package/dist/web/assets/restructuredtext-DfzH4Xui.js.br +0 -0
- package/dist/web/assets/router-D_dYaqfK.js +0 -1
- package/dist/web/assets/ruby-Cp1zYvxS.js.br +0 -0
- package/dist/web/assets/rust-D5C2fndG.js.br +0 -0
- package/dist/web/assets/save-D6wQsuGT.js +0 -1
- package/dist/web/assets/sb-CDntyWJ8.js.br +0 -0
- package/dist/web/assets/scala-BoFRg7Ot.js.br +0 -0
- package/dist/web/assets/scheme-Bio4gycK.js.br +0 -0
- package/dist/web/assets/scss-4Ik7cdeQ.js.br +0 -0
- package/dist/web/assets/server-CRdhk2Wy.js.br +0 -0
- package/dist/web/assets/shell-CX-rkNHf.js.br +0 -0
- package/dist/web/assets/solidity-Tw7wswEv.js.br +0 -0
- package/dist/web/assets/sophia-C5WLch3f.js.br +0 -0
- package/dist/web/assets/sparql-DHaeiCBh.js.br +0 -0
- package/dist/web/assets/sql-CCSDG5nI.js.br +0 -0
- package/dist/web/assets/st-pnP8ivHi.js.br +0 -0
- package/dist/web/assets/swift-DwJ7jVG9.js.br +0 -0
- package/dist/web/assets/systemverilog-B9Xyijhd.js.br +0 -0
- package/dist/web/assets/tcl-DnHyzjbg.js.br +0 -0
- package/dist/web/assets/terminal-CfCQe79-.js +0 -6
- package/dist/web/assets/terminal-bNIVjrPM.js.br +0 -0
- package/dist/web/assets/test-url-CZXnW7jp.js.br +0 -0
- package/dist/web/assets/theme-switch-Bz2l2CwF.js.br +0 -0
- package/dist/web/assets/ts.worker-Bd4z-OY3.js.br +0 -0
- package/dist/web/assets/tsMode-DKGjerkd.js.br +0 -0
- package/dist/web/assets/twig-CPajHgWi.js.br +0 -0
- package/dist/web/assets/typescript-CsEXAEHs.js.br +0 -0
- package/dist/web/assets/typespec-D-MeaMDU.js.br +0 -0
- package/dist/web/assets/use-dialog-BrR6Szrb.js +0 -1
- package/dist/web/assets/useEvent-DaW3_jZI.js +0 -1
- package/dist/web/assets/useFocusable-CtLTcLFV.js.br +0 -0
- package/dist/web/assets/useFormReset-CBBc4OFV.js +0 -1
- package/dist/web/assets/useHover-NCfDbwX0.js.br +0 -0
- package/dist/web/assets/useKeyboard-BZ4YtCxw.js +0 -1
- package/dist/web/assets/useLabel-DBycc4Nu.js +0 -1
- package/dist/web/assets/useNumberFormatter-DhAgwXM6.js.br +0 -0
- package/dist/web/assets/useRequest-BWEdMIz7.js.br +0 -0
- package/dist/web/assets/useToggle-Wuq-KqyX.js.br +0 -0
- package/dist/web/assets/users-_IqQqJDb.js +0 -11
- package/dist/web/assets/vb-DgyLZaXg.js.br +0 -0
- package/dist/web/assets/video_insert-Bj2IxuYI.js.br +0 -0
- package/dist/web/assets/webui-B6dfxJX4.js.br +0 -0
- package/dist/web/assets/wgsl-BIv9DU6q.js.br +0 -0
- package/dist/web/assets/xml-BHQFK9Jh.js.br +0 -0
- package/dist/web/assets/yaml-2He2eI3V.js.br +0 -0
- package/dist/web/karin.png +0 -0
- package/dist/web/monaco-editor/min/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- /package/dist/module/{art-template.js → art-template.mjs} +0 -0
- /package/dist/module/{axios.js → axios.mjs} +0 -0
- /package/dist/module/{chalk.js → chalk.mjs} +0 -0
- /package/dist/module/{chokidar.js → chokidar.mjs} +0 -0
- /package/dist/module/{moment.js → moment.mjs} +0 -0
- /package/dist/module/{node-schedule.js → node-schedule.mjs} +0 -0
- /package/dist/module/{redis.js → redis.mjs} +0 -0
- /package/dist/module/{sqlite3.js → sqlite3.mjs} +0 -0
- /package/dist/module/{yaml.js → yaml.mjs} +0 -0
- /package/dist/web/assets/{addon-web-links-CFbL2ovg.css.br → css/vendor-editor-CFbL2ovg.css.br} +0 -0
- /package/dist/web/assets/{index-ZgkIHsf0.css → css/vendor-others-ZgkIHsf0.css} +0 -0
- /package/dist/web/assets/{favicon-BoqZd694.ico → ico/favicon-BoqZd694.ico} +0 -0
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var artTemplate = require('art-template');
|
|
4
|
-
|
|
5
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
6
|
-
|
|
7
|
-
var artTemplate__default = /*#__PURE__*/_interopDefault(artTemplate);
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
module.exports = artTemplate__default.default;
|
package/dist/module/axios.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var axios = require('axios');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var axios__default = /*#__PURE__*/_interopDefault(axios);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return axios__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(axios).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return axios[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
package/dist/module/chalk.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var chalk = require('chalk');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var chalk__default = /*#__PURE__*/_interopDefault(chalk);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return chalk__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(chalk).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return chalk[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
package/dist/module/chokidar.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var chokidar = require('chokidar');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var chokidar__default = /*#__PURE__*/_interopDefault(chokidar);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return chokidar__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(chokidar).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return chokidar[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
package/dist/module/dotenv.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var dotenv = require('dotenv');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var dotenv__default = /*#__PURE__*/_interopDefault(dotenv);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return dotenv__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(dotenv).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return dotenv[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
package/dist/module/dotenv.d.ts
DELETED
package/dist/module/dotenv.js
DELETED
package/dist/module/express.cjs
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var express = require('express');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var express__default = /*#__PURE__*/_interopDefault(express);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "Router", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return express.Router; }
|
|
16
|
-
});
|
|
17
|
-
Object.defineProperty(exports, "default", {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function () { return express__default.default; }
|
|
20
|
-
});
|
|
21
|
-
Object.defineProperty(exports, "json", {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function () { return express.json; }
|
|
24
|
-
});
|
|
25
|
-
Object.defineProperty(exports, "query", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () { return express.query; }
|
|
28
|
-
});
|
|
29
|
-
Object.defineProperty(exports, "raw", {
|
|
30
|
-
enumerable: true,
|
|
31
|
-
get: function () { return express.raw; }
|
|
32
|
-
});
|
|
33
|
-
Object.defineProperty(exports, "text", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
get: function () { return express.text; }
|
|
36
|
-
});
|
package/dist/module/express.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Router, default, json, query, raw, text } from 'express';
|
package/dist/module/lodash.cjs
DELETED
package/dist/module/log4js.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var log4js = require('log4js');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var log4js__default = /*#__PURE__*/_interopDefault(log4js);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return log4js__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(log4js).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return log4js[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
package/dist/module/log4js.d.ts
DELETED
package/dist/module/log4js.js
DELETED
package/dist/module/moment.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var nodeSchedule = require('node-schedule');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var nodeSchedule__default = /*#__PURE__*/_interopDefault(nodeSchedule);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return nodeSchedule__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(nodeSchedule).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return nodeSchedule[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
package/dist/module/redis.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var redis = require('redis');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var redis__default = /*#__PURE__*/_interopDefault(redis);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return redis__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(redis).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return redis[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
package/dist/module/sqlite3.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var sqlite3 = require('sqlite3');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var sqlite3__default = /*#__PURE__*/_interopDefault(sqlite3);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return sqlite3__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(sqlite3).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return sqlite3[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
package/dist/module/ws.cjs
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var ws = require('ws');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var ws__default = /*#__PURE__*/_interopDefault(ws);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "WebSocket", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return ws.WebSocket; }
|
|
16
|
-
});
|
|
17
|
-
Object.defineProperty(exports, "WebSocketServer", {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function () { return ws.WebSocketServer; }
|
|
20
|
-
});
|
|
21
|
-
Object.defineProperty(exports, "createWebSocketStream", {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function () { return ws.createWebSocketStream; }
|
|
24
|
-
});
|
|
25
|
-
Object.defineProperty(exports, "default", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () { return ws__default.default; }
|
|
28
|
-
});
|
package/dist/module/ws.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { WebSocket, WebSocketServer, createWebSocketStream, default } from 'ws';
|
package/dist/module/yaml.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var yaml = require('yaml');
|
|
6
|
-
|
|
7
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
8
|
-
|
|
9
|
-
var yaml__default = /*#__PURE__*/_interopDefault(yaml);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "default", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return yaml__default.default; }
|
|
16
|
-
});
|
|
17
|
-
Object.keys(yaml).forEach(function (k) {
|
|
18
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () { return yaml[k]; }
|
|
21
|
-
});
|
|
22
|
-
});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as e}from"./index-B2KKfeyN.js";import{i as t}from"./chunk-3TCFMHK3-BpJf4Q9f.js";import"./index-Bm-03b92.js";function s(){return e.jsxs("div",{className:"flex flex-col items-center justify-center h-full",children:[e.jsx(t,{src:"/web/karin.png",className:"w-32",alt:"logo"}),e.jsx("h1",{className:"text-4xl font-bold",children:"页面建设中"}),e.jsx("p",{className:"text-lg text-gray-500",children:"敬请期待"})]})}const a=()=>e.jsx("div",{className:"min-h-screen flex items-center justify-center",children:e.jsx(s,{})});export{a as default};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import{v as t}from"./index-B2KKfeyN.js";/**
|
|
2
|
-
* @license lucide-react v0.473.0 - ISC
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the ISC license.
|
|
5
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const e=[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]],a=t("Bot",e);export{a as B};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{F as p,G as e,cp as u,r as f,ab as g,bp as x,j as C}from"./index-B2KKfeyN.js";var d=p({base:["px-2","py-1","h-fit","font-mono","font-normal","inline-block","whitespace-nowrap"],variants:{color:{default:e.flat.default,primary:e.flat.primary,secondary:e.flat.secondary,success:e.flat.success,warning:e.flat.warning,danger:e.flat.danger},size:{sm:"text-small",md:"text-medium",lg:"text-large"},radius:{none:"rounded-none",sm:"rounded-small",md:"rounded-medium",lg:"rounded-large",full:"rounded-full"}},defaultVariants:{color:"default",size:"sm",radius:"sm"}});function v(s){const[o,a]=u(s,d.variantKeys),{as:r,children:t,className:n,...c}=o,m=r||"code",i=f.useMemo(()=>d({...a,className:n}),[g(a),n]);return{Component:m,children:t,getCodeProps:()=>({className:i,...c})}}var l=x((s,o)=>{const{Component:a,children:r,getCodeProps:t}=v({...s});return C.jsx(a,{ref:o,...t(),children:r})});l.displayName="HeroUI.Code";var b=l;export{b as c};
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{u}from"./chunk-MW56SEHC-CTlcS-O4.js";import{I as p,J as h,M as v,j as x}from"./index-B2KKfeyN.js";var r=p((o,d)=>{var a;const{as:t,className:l,children:c,...n}=o,m=t||"div",f=h(d),{slots:e,classNames:s}=u(),i=v(s==null?void 0:s.header,l);return x.jsx(m,{ref:f,className:(a=e.header)==null?void 0:a.call(e,{class:i}),...n,children:c})});r.displayName="HeroUI.CardHeader";var R=r;export{R as c};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{a as e}from"./chunk-SLABUSGS-s9w3Zt5w.js";import{r as l,W as s,j as v}from"./index-B2KKfeyN.js";var d=l.forwardRef(function(o,i){var a,r;const t=s(),n=(r=(a=o.validationBehavior)!=null?a:t==null?void 0:t.validationBehavior)!=null?r:"native";return v.jsx(e,{...o,ref:i,validationBehavior:n})});export{d as F};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{u}from"./chunk-MW56SEHC-CTlcS-O4.js";import{I as y,J as p,M as v,j as x}from"./index-B2KKfeyN.js";var r=y((e,d)=>{var s;const{as:t,className:l,children:c,...n}=e,m=t||"div",f=p(d),{slots:o,classNames:a}=u(),i=v(a==null?void 0:a.body,l);return x.jsx(m,{ref:f,className:(s=o.body)==null?void 0:s.call(o,{class:i}),...n,children:c})});r.displayName="HeroUI.CardBody";var N=r;export{N as c};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as e}from"./index-B2KKfeyN.js";var r=l=>e.jsx("svg",{"aria-hidden":"true",focusable:"false",height:"1em",role:"presentation",viewBox:"0 0 24 24",width:"1em",...l,children:e.jsx("path",{d:"M12 2a10 10 0 1010 10A10.016 10.016 0 0012 2zm3.36 12.3a.754.754 0 010 1.06.748.748 0 01-1.06 0l-2.3-2.3-2.3 2.3a.748.748 0 01-1.06 0 .754.754 0 010-1.06l2.3-2.3-2.3-2.3A.75.75 0 019.7 8.64l2.3 2.3 2.3-2.3a.75.75 0 011.06 1.06l-2.3 2.3z",fill:"currentColor"})});export{r as C};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as e}from"./index-B2KKfeyN.js";var t=o=>e.jsx("svg",{"aria-hidden":"true",fill:"none",focusable:"false",height:"1em",role:"presentation",viewBox:"0 0 24 24",width:"1em",...o,children:e.jsx("path",{d:"M15.5 19l-7-7 7-7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"})});export{t as C};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{ci as o}from"./index-B2KKfeyN.js";function i(r,n){if(r!=null){if(o(r)){r(n);return}try{r.current=n}catch{throw new Error(`Cannot assign value '${n}' to ref '${r}'`)}}}function s(...r){return n=>{r.forEach(t=>i(t,n))}}export{s as m};
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{u}from"./chunk-MW56SEHC-CTlcS-O4.js";import{I as p,J as v,M as x,j as C}from"./index-B2KKfeyN.js";var a=p((e,t)=>{var o;const{as:l,className:c,children:n,...d}=e,f=l||"div",m=v(t),{slots:s,classNames:r}=u(),i=x(r==null?void 0:r.footer,c);return C.jsx(f,{ref:m,className:(o=s.footer)==null?void 0:o.call(s,{class:i}),...d,children:n})});a.displayName="HeroUI.CardFooter";var j=a;export{j as c};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{bz as o}from"./index-B2KKfeyN.js";function i(r,n){if(r!=null){if(o(r)){r(n);return}try{r.current=n}catch{throw new Error(`Cannot assign value '${n}' to ref '${r}'`)}}}function c(...r){return n=>{r.forEach(t=>i(t,n))}}export{c as m};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
� �O7�2Q*��}Q�����*fѥ�L]���>�[�b�ޤx�����U�P������ '�p�g�v�����d���u���y �U���O$�����^�%A�܍v�v��,fb_�sa��#I|Ňt��-C=W2���oO��͠l���u�����:4�e���-U��$�z��c���N�C�ݲg+�1rk��!J<��L���ā-�AzP�&B��K+F�W��Xџ�5��#X��q��������u'�vf���"|+N.˚��RLD��4��F���]�=��b��Y�����W9ܴ�y��_r}��R��4
|
|
2
|
-
����;�
|
|
3
|
-
V2��o6'���[Yϭ��,�
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as e}from"./index-B2KKfeyN.js";function n(){return e.jsx("div",{className:"h-full flex items-center justify-center app-drag",children:e.jsx("div",{className:"w-36 h-36 rounded-full overflow-hidden pointer-events-none opacity-30",children:e.jsx("img",{src:"/web/karin.png",alt:"logo",className:"w-full h-full select-none"})})})}export{n as default};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import{v as c}from"./index-B2KKfeyN.js";/**
|
|
2
|
-
* @license lucide-react v0.473.0 - ISC
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the ISC license.
|
|
5
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const e=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],r=c("Eye",e);export{r as E};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{cl as a,cm as e,cn as n}from"./index-B2KKfeyN.js";const o={renderer:n,...e,...a};export{o as d};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import{v as o}from"./index-B2KKfeyN.js";/**
|
|
2
|
-
* @license lucide-react v0.473.0 - ISC
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the ISC license.
|
|
5
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const a=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],e=o("BookOpen",a);/**
|
|
7
|
-
* @license lucide-react v0.473.0 - ISC
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the ISC license.
|
|
10
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/const t=[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]],n=o("Github",t);export{e as B,n as G};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as e,d as l}from"./index-B2KKfeyN.js";import{i as s}from"./chunk-3TCFMHK3-BpJf4Q9f.js";import"./index-Bm-03b92.js";const t=()=>e.jsxs("div",{className:"flex flex-col gap-4 items-center h-full select-none",children:[e.jsx("div",{className:"w-full h-20 app-drag"}),e.jsx("div",{className:"w-24 h-24 rounded-full overflow-hidden pointer-events-none",children:e.jsx(s,{alt:"logo",className:"w-full h-full object-cover block",src:"/web/karin.png"})}),e.jsx("div",{className:"text-2xl font-bold",children:"群功能暂未实现"}),e.jsxs("div",{className:"flex gap-2",children:[e.jsx(l,{children:"取消"}),e.jsx(l,{color:"primary",children:"确认"})]})]});export{t as default};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|