Spaces:
Sleeping
Sleeping
Commit ·
7233fb2
1
Parent(s): a83f3b4
feat: localize assets and enrich default data
Browse files- static/js/html2canvas.min.js +0 -0
- static/js/tailwindcss.js +0 -0
- static/js/vue.global.js +0 -0
- templates/index.html +8 -6
static/js/html2canvas.min.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
static/js/tailwindcss.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
static/js/vue.global.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
templates/index.html
CHANGED
|
@@ -4,9 +4,9 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>SaaS 竞品对比图工坊</title>
|
| 7 |
-
<script src="
|
| 8 |
-
<script src="
|
| 9 |
-
<script src="
|
| 10 |
<!-- Phosphor Icons -->
|
| 11 |
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
| 12 |
<style>
|
|
@@ -234,10 +234,12 @@
|
|
| 234 |
|
| 235 |
const rows = ref([
|
| 236 |
{ id: 'r1', name: 'Unlimited Projects' },
|
| 237 |
-
{ id: 'r2', name: '
|
| 238 |
-
{ id: 'r3', name: '
|
| 239 |
{ id: 'r4', name: 'API Access' },
|
| 240 |
-
{ id: 'r5', name: '
|
|
|
|
|
|
|
| 241 |
]);
|
| 242 |
|
| 243 |
// Map of rowId -> { colId -> { type: 'check'|'cross'|'dash'|'text', value: '' } }
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>SaaS 竞品对比图工坊</title>
|
| 7 |
+
<script src="/static/js/tailwindcss.js"></script>
|
| 8 |
+
<script src="/static/js/vue.global.js"></script>
|
| 9 |
+
<script src="/static/js/html2canvas.min.js"></script>
|
| 10 |
<!-- Phosphor Icons -->
|
| 11 |
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
| 12 |
<style>
|
|
|
|
| 234 |
|
| 235 |
const rows = ref([
|
| 236 |
{ id: 'r1', name: 'Unlimited Projects' },
|
| 237 |
+
{ id: 'r2', name: 'Team Collaboration' },
|
| 238 |
+
{ id: 'r3', name: 'Analytics Dashboard' },
|
| 239 |
{ id: 'r4', name: 'API Access' },
|
| 240 |
+
{ id: 'r5', name: 'Custom Domain' },
|
| 241 |
+
{ id: 'r6', name: 'SSO / SAML' },
|
| 242 |
+
{ id: 'r7', name: '24/7 Priority Support' }
|
| 243 |
]);
|
| 244 |
|
| 245 |
// Map of rowId -> { colId -> { type: 'check'|'cross'|'dash'|'text', value: '' } }
|