duqing2026 commited on
Commit
7233fb2
·
1 Parent(s): a83f3b4

feat: localize assets and enrich default data

Browse files
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="https://cdn.tailwindcss.com"></script>
8
- <script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
9
- <script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
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: '24/7 Support' },
238
- { id: 'r3', name: 'Custom Domain' },
239
  { id: 'r4', name: 'API Access' },
240
- { id: 'r5', name: 'White Labeling' }
 
 
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: '' } }