Commit inicial - WordPress Análisis de Precios Unitarios

- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,93 @@
{
"IcoMoonType": "selection",
"icons": [
{
"icon": {
"paths": [
"M448.128 0c-176.32 0-319.936 143.488-319.936 320v64h-128.192v448c0 105.76 86.24 192 191.936 192h384.064c106.016 0 192-86.24 192-192v-512c0-176.512-143.488-320-319.872-320zM256.192 320c0-105.984 86.176-192 191.936-192 105.888 0 191.872 86.016 191.872 192v64h-383.808v-64zM576 896h-384.064c-35.264 0-64-28.736-64-64v-320h512.064v320c0 35.264-28.512 64-64 64zM448 704c0 35.264-28.736 64-64 64-35.488 0-64-28.736-64-64 0-35.488 28.512-64 64-64 35.264 0 64 28.512 64 64z"
],
"width": 768,
"attrs": [],
"tags": [
"lock-stroke"
],
"grid": 16
},
"attrs": [],
"properties": {
"id": 148,
"order": 2,
"prevSize": 32,
"code": 58880,
"name": "lock-stroke"
},
"setIdx": 6,
"iconIdx": 148
},
{
"icon": {
"paths": [
"M632.571 501.143l-424 424q-10.857 10.857-25.714 10.857t-25.714-10.857l-94.857-94.857q-10.857-10.857-10.857-25.714t10.857-25.714l303.429-303.429-303.429-303.429q-10.857-10.857-10.857-25.714t10.857-25.714l94.857-94.857q10.857-10.857 25.714-10.857t25.714 10.857l424 424q10.857 10.857 10.857 25.714t-10.857 25.714z"
],
"width": 731,
"attrs": [],
"tags": [
"chevron-right"
],
"defaultCode": 61524,
"grid": 14
},
"attrs": [],
"properties": {
"id": 79,
"order": 1,
"prevSize": 28,
"code": 61524,
"name": "chevron-right"
},
"setIdx": 11,
"iconIdx": 79
}
],
"height": 1024,
"metadata": {
"name": "icomoon"
},
"preferences": {
"fontPref": {
"prefix": "icon-",
"metadata": {
"fontFamily": "icomoon"
},
"showGlyphs": true,
"metrics": {
"emSize": 1024,
"baseline": 6.25,
"whitespace": 50
},
"resetPoint": 58880,
"showQuickUse": true,
"quickUsageToken": false,
"showMetrics": true,
"showMetadata": false
},
"imagePref": {
"color": 0,
"height": 32,
"columns": 16,
"margin": 16,
"png": false,
"sprites": true
},
"historySize": 100,
"showCodes": true,
"gridSize": 16,
"showLiga": false,
"showGrid": true,
"showGlyphs": true,
"showQuickUse": true,
"showQuickUse2": true,
"showSVGs": true,
"search": ""
}
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" d="" horiz-adv-x="512" />
<glyph unicode="&#xe600;" d="M448.128 960c-176.32 0-319.936-143.488-319.936-320v-64h-128.192v-448c0-105.76 86.24-192 191.936-192h384.064c106.016 0 192 86.24 192 192v512c0 176.512-143.488 320-319.872 320zM256.192 640c0 105.984 86.176 192 191.936 192 105.888 0 191.872-86.016 191.872-192v-64h-383.808v64zM576 64h-384.064c-35.264 0-64 28.736-64 64v320h512.064v-320c0-35.264-28.512-64-64-64zM448 256c0-35.264-28.736-64-64-64-35.488 0-64 28.736-64 64 0 35.488 28.512 64 64 64 35.264 0 64-28.512 64-64z" horiz-adv-x="768" />
<glyph unicode="&#xf054;" d="M632.571 449.714l-424-424q-10.857-10.857-25.714-10.857t-25.714 10.857l-94.857 94.857q-10.857 10.857-10.857 25.714t10.857 25.714l303.429 303.429-303.429 303.429q-10.857 10.857-10.857 25.714t10.857 25.714l94.857 94.857q10.857 10.857 25.714 10.857t25.714-10.857l424-424q10.857-10.857 10.857-25.714t-10.857-25.714z" horiz-adv-x="731" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB