Skip to content

Commit 4e6a5a6

Browse files
dragon-fishrenovate[bot]claude
authored
chore: push to prod (#524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fe4a8b0 commit 4e6a5a6

125 files changed

Lines changed: 11459 additions & 7690 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.sample

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
VITE_ADSENSE_PUB_ID =
2-
VITE_GOOGLE_ANALYTICS_ID =
3-
VITE_GOOGLE_SEARCH_CONSOLE_VERIFICATION =
4-
VITE_PXIMG_BASEURL_I = /-/
5-
VITE_PXIMG_BASEURL_S = /~/
1+
# Pximg proxy base URLs
2+
# Nuxt convention: NUXT_PUBLIC_PXIMG_BASE_URL_I, or legacy VITE_PXIMG_BASEURL_I
3+
VITE_PXIMG_BASEURL_I="/-/"
4+
VITE_PXIMG_BASEURL_S="/~/"
5+
6+
# Google Analytics
7+
VITE_GOOGLE_ANALYTICS_ID=
8+
9+
# UA blacklist (JSON array of strings to block)
10+
# Nuxt convention: NUXT_UA_BLACKLIST, or legacy UA_BLACKLIST
11+
UA_BLACKLIST=[]

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,16 @@ dist
104104
.tern-port
105105

106106
.vercel
107+
.claude
107108

108109
dev-test
109110
*.dev.*
110111
.vercel
111112
.vs
113+
114+
# Nuxt
115+
.nuxt
116+
.output
117+
118+
# macOS
119+
.DS_Store

.mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"nuxt": {
4+
"type": "http",
5+
"url": "https://nuxt.com/mcp"
6+
}
7+
}
8+
}

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.vscode/vue.code-snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"",
1313
"</script>",
1414
"",
15-
"<style scoped lang=\"sass\"></style>"
15+
"<style scoped lang=\"scss\"></style>"
1616
],
1717
"description": "Init vue components"
1818
}

0 commit comments

Comments
 (0)