修复next.js漏洞
This commit is contained in:
parent
6c52994d96
commit
bf89dabe3a
25
ecosystem.config.cjs
Normal file
25
ecosystem.config.cjs
Normal file
@ -0,0 +1,25 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'demo001',
|
||||
script: 'npm',
|
||||
args: 'start',
|
||||
cwd: '/home/jingrow/jsite/demo001',
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
watch: false,
|
||||
max_memory_restart: '1G',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 3002
|
||||
},
|
||||
env_file: '.env',
|
||||
log_file: './logs/combined.log',
|
||||
out_file: './logs/out.log',
|
||||
error_file: './logs/error.log',
|
||||
log_date_format: 'YYYY-MM-DD HH:mm:ss Z',
|
||||
merge_logs: true,
|
||||
time: true,
|
||||
min_uptime: '10s',
|
||||
max_restarts: 5
|
||||
}]
|
||||
};
|
||||
42144
logs/combined.log
Normal file
42144
logs/combined.log
Normal file
File diff suppressed because it is too large
Load Diff
1
logs/error.log
Normal file
1
logs/error.log
Normal file
File diff suppressed because one or more lines are too long
42144
logs/out.log
Normal file
42144
logs/out.log
Normal file
File diff suppressed because it is too large
Load Diff
1179
package-lock.json
generated
1179
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -12,27 +12,27 @@
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@tailwindcss/postcss": "^4.0.3",
|
||||
"axios": "^1.9.0",
|
||||
"bootstrap": "^5.3.0",
|
||||
"clipboard": "^2.0.11",
|
||||
"dotenv": "^16.5.0",
|
||||
"glightbox": "^3.2.0",
|
||||
"imagesloaded": "^5.0.0",
|
||||
"isotope-layout": "^3.0.6",
|
||||
"itooltip": "^1.1.1",
|
||||
"next": "^15.3.3",
|
||||
"next": "^16.0.10",
|
||||
"photoswipe": "^5.4.4",
|
||||
"plyr": "^3.7.8",
|
||||
"postcss": "^8.5.2",
|
||||
"prismjs": "^1.29.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-photoswipe-gallery": "^3.0.2",
|
||||
"react-type-animation": "^3.2.0",
|
||||
"rellax": "^1.12.1",
|
||||
"sass": "^1.85.0",
|
||||
"swiper": "^11.2.4",
|
||||
"axios": "^1.9.0",
|
||||
"dotenv": "^16.5.0"
|
||||
"swiper": "^11.2.4"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
@ -2,247 +2,297 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/</loc>
|
||||
<loc>http://172.24.29.115:3002/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-leather-crossbody-bag-8</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/womens-handbags/exquisite-original-fashion-womens-handbag-4</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/accessorize-with-confidence-our-handpicked-original-fashion-womens-bags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/chic-leather-crossbody-bag-4</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-leather-crossbody-bag-10</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags/chic-leather-crossbody-bag-7</loc>
|
||||
<loc>http://172.24.29.115:3002/products/shoulder-bags/chic-leather-crossbody-bag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/chic-leather-crossbody-bag-2</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-leather-crossbody-bag-3</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/unveiling-the-allure-of-handcrafted-original-fashion-womens-bags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/contact</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/discover-the-timeless-elegance-of-our-original-fashion-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/shoulder-bags/chic-leather-crossbody-bag</loc>
|
||||
<loc>http://172.24.29.115:3002/products/shoulder-bags/elegant-leather-shoulder-bag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/chic-envelope-crossbody-bag</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-leather-crossbody-bag-9</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/shoulder-bags/exquisite-original-fashion-womens-handbag</loc>
|
||||
<loc>http://172.24.29.115:3002/products/shoulder-bags/elegant-leather-crossbody-bag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/the-latest-trends-in-original-fashionable-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/tote-bags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/stylish-pursuits-unraveling-the-charm-of-our-original-fashion-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/about-us</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/explore-the-world-of-original-fashionable-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/chic-leather-crossbody-bag-3</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags/elegant-leather-crossbody-bag-6</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/chic-leather-crossbody-bag-6</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/chic-leather-crossbody-bag-3</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/the-enchanting-journey-of-our-original-fashionable-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/tote-bags/elegant-leather-crossbody-bag-4</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/chic-leather-crossbody-bag-8</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/elegant-leather-crossbody-bag-1</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/chic-envelope-crossbody-bag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/shoulder-bags/chic-leather-crossbody-bag-1</loc>
|
||||
<loc>http://172.24.29.115:3002/products/shoulder-bags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags/elegant-leather-crossbody-bag-5</loc>
|
||||
<loc>http://172.24.29.115:3002/contact</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags/elegant-leather-crossbody-bag-2</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/exquisite-original-fashion-womens-handbag-2</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/the-artistry-behind-our-original-fashionable-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/tote-bags/elegant-ladys-tote-bag-3</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog</loc>
|
||||
<loc>http://172.24.29.115:3002/products/tote-bags/elegant-leather-crossbody-bag-4</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags/elegant-leather-crossbody-bag-3</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/elegant-leather-crossbody-bag-1</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/exquisite-original-fashion-womens-handbag-1</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/chic-leather-crossbody-bag-5</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/elegant-ladys-tote-bag-1</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags/elegant-pink-leather-shoulder-bag</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/exquisite-original-fashion-womens-handbag-1</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/exquisite-original-fashion-womens-handbag-2</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-pink-leather-shoulder-bag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/the-allure-of-our-exclusive-original-fashion-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/the-finest-in-original-fashion-womens-handbags-craftsmanship-and-style</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/about-us</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/the-allure-of-our-exclusive-original-fashion-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/the-enchanting-journey-of-our-original-fashionable-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/chic-leather-crossbody-bag-5</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/shoulder-bags/elegant-leather-crossbody-bag</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-leather-crossbody-bag-6</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/discover-the-timeless-elegance-of-our-original-fashion-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-leather-crossbody-bag-5</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/chic-pursuits-our-original-fashion-womens-handbags-collection</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-leather-crossbody-bag-7</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags/exquisite-original-fashion-womens-handbag-3</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/stylish-pursuits-unraveling-the-charm-of-our-original-fashion-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/elevate-your-style-with-our-exquisite-original-fashion-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/shoulder-bags/chic-leather-crossbody-bag-1</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/the-secret-to-choosing-the-perfect-original-fashion-womens-handbag</loc>
|
||||
<loc>http://172.24.29.115:3002/blog</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/accessorize-with-confidence-our-handpicked-original-fashion-womens-bags</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/explore-the-world-of-original-fashionable-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/elegant-leather-crossbody-bag-2</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/exquisite-fashionable-womens-handbag</loc>
|
||||
<loc>http://172.24.29.115:3002/products/shoulder-bags/exquisite-original-fashion-womens-handbag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/crossbody-bags/chic-leather-crossbody-bag-6</loc>
|
||||
<loc>http://172.24.29.115:3002/products/tote-bags/elegant-ladys-tote-bag-2</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags/elegant-ladys-tote-bag-1</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/the-secret-to-choosing-the-perfect-original-fashion-womens-handbag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/unleash-your-style-with-our-trendy-original-fashion-womens-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/womens-handbags/exquisite-original-fashion-womens-handbag-5</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/fashion-handbags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/shoulder-bags/elegant-ladys-tote-bag</loc>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/exquisite-fashionable-womens-handbag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/blog/unveiling-the-allure-of-handcrafted-original-fashion-womens-bags</loc>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/chic-leather-crossbody-bag-7</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/shoulder-bags</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/chic-pursuits-our-original-fashion-womens-handbags-collection</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/tote-bags/exquisite-fashionable-womens-handbag-1</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/unleash-your-style-with-our-trendy-original-fashion-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://192.168.2.200:3001/products/tote-bags</loc>
|
||||
<loc>http://172.24.29.115:3002/blog/elevate-your-style-with-our-exquisite-original-fashion-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/blog/the-artistry-behind-our-original-fashionable-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/products</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/chic-leather-crossbody-bag-2</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/products/fashion-handbags/chic-leather-crossbody-bag-4</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/products/womens-handbags/exquisite-original-fashion-womens-handbag-4</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/products/shoulder-bags/elegant-ladys-tote-bag</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/blog/the-latest-trends-in-original-fashionable-womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/products/tote-bags/exquisite-fashionable-womens-handbag-1</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/products/crossbody-bags/exquisite-original-fashion-womens-handbag-3</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://172.24.29.115:3002/products/womens-handbags</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user