@lazycatcloud/lzc-cli 1.2.58 → 1.2.60
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 +11 -0
- package/lib/app/lpk_build.js +5 -0
- package/lib/app/lpk_create_generator.js +0 -152
- package/lib/app/lpk_installer.js +9 -5
- package/lib/appstore/index.js +15 -6
- package/lib/appstore/login.js +13 -1
- package/lib/debug_bridge.js +33 -1
- package/lib/shellapi.js +0 -31
- package/package.json +1 -1
- package/template/blank/lzc-build.yml +15 -16
- package/template/blank/lzc-manifest.yml +4 -4
- package/template/_lpk/golang.manifest.yml.in +0 -16
- package/template/_lpk/lite.manifest.yml.in +0 -19
- package/template/golang/.godir +0 -1
- package/template/golang/README.md +0 -10
- package/template/golang/_gitignore +0 -2
- package/template/golang/assets/css/bootstrap-responsive.css +0 -1091
- package/template/golang/assets/css/bootstrap-responsive.min.css +0 -1073
- package/template/golang/assets/css/bootstrap.css +0 -6264
- package/template/golang/assets/css/bootstrap.min.css +0 -5307
- package/template/golang/assets/css/rego.css +0 -45
- package/template/golang/assets/img/glyphicons-halflings-white.png +0 -0
- package/template/golang/assets/img/glyphicons-halflings.png +0 -0
- package/template/golang/assets/js/bootstrap.js +0 -2054
- package/template/golang/assets/js/bootstrap.min.js +0 -1241
- package/template/golang/assets/js/rego.js +0 -132
- package/template/golang/build.sh +0 -12
- package/template/golang/go.mod +0 -3
- package/template/golang/index.html +0 -269
- package/template/golang/lazycat.png +0 -0
- package/template/golang/lzc-build.yml +0 -60
- package/template/golang/rego.go +0 -82
- package/template/golang/rego_test.go +0 -13
- package/template/ionic_vue3/README.md +0 -46
- package/template/ionic_vue3/_eslintrc.cjs +0 -24
- package/template/ionic_vue3/_gitignore +0 -29
- package/template/ionic_vue3/_vscode/extensions.json +0 -6
- package/template/ionic_vue3/capacitor.config.ts +0 -10
- package/template/ionic_vue3/env.d.ts +0 -1
- package/template/ionic_vue3/index.html +0 -13
- package/template/ionic_vue3/ionic.config.json +0 -7
- package/template/ionic_vue3/lazycat.png +0 -0
- package/template/ionic_vue3/lzc-build.yml +0 -61
- package/template/ionic_vue3/package-lock.json +0 -8100
- package/template/ionic_vue3/package.json +0 -52
- package/template/ionic_vue3/postcss.config.js +0 -6
- package/template/ionic_vue3/public/favicon.ico +0 -0
- package/template/ionic_vue3/src/App.vue +0 -11
- package/template/ionic_vue3/src/assets/logo.svg +0 -1
- package/template/ionic_vue3/src/index.css +0 -3
- package/template/ionic_vue3/src/main.ts +0 -35
- package/template/ionic_vue3/src/router/index.ts +0 -15
- package/template/ionic_vue3/src/theme/variables.css +0 -231
- package/template/ionic_vue3/src/views/Home.vue +0 -38
- package/template/ionic_vue3/tailwind.config.js +0 -7
- package/template/ionic_vue3/tsconfig.json +0 -16
- package/template/ionic_vue3/tsconfig.vite-config.json +0 -8
- package/template/ionic_vue3/vite.config.ts +0 -28
- package/template/lite/_gitignore +0 -4
- package/template/lite/error_pages/502.html.tpl +0 -13
- package/template/lite/lazycat.png +0 -0
- package/template/lite/lzc-build.yml +0 -59
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
.container {
|
|
2
|
-
width: auto;
|
|
3
|
-
max-width: 1000px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.container .credit {
|
|
7
|
-
margin: 20px 0;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
#regexpForm {
|
|
11
|
-
border-right: 1px solid #eee;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
#regexpInput {
|
|
15
|
-
width: 92%;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#testStringInput {
|
|
19
|
-
width: 92%;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
#quickref {
|
|
23
|
-
font-size: 13px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
#quickref h3 {
|
|
27
|
-
text-align: center;
|
|
28
|
-
margin: 0px 0px 20px 0px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
#quickref td {
|
|
32
|
-
padding-right: 18px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
#quickrefFooter {
|
|
36
|
-
text-align: center;
|
|
37
|
-
margin-top: 15px;
|
|
38
|
-
border-top: 1px solid #cecece;
|
|
39
|
-
padding-top: 15px;
|
|
40
|
-
font-size: 12px;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
#quickrefFooter p {
|
|
44
|
-
margin-bottom: 0px;
|
|
45
|
-
}
|
|
Binary file
|
|
Binary file
|