mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 20:32:05 +08:00
Temporary commit
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
|
||||
[Apis]
|
||||
MasterApiUrl=https://store.deepinos.org/api
|
||||
[url]
|
||||
api=https://store.deepinos.org/api/
|
||||
res=http://img.store.deepinos.org.cn/
|
||||
|
||||
[dirs]
|
||||
cache=%1/.cache/spark-store/res/
|
||||
download="%1/.local/spark-store/downloads/"
|
||||
|
||||
[download]
|
||||
servers=https://d1.store.deepinos.org.cn/;;https://d2.store.deepinos.org.cn/;;https://d3.store.deepinos.org.cn/;;https://d4.store.deepinos.org.cn/;;https://d5.store.deepinos.org.cn/
|
||||
|
||||
[resource]
|
||||
concurrent=5
|
||||
|
||||
60
resource/icons/back.svg
Normal file
60
resource/icons/back.svg
Normal file
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="48"
|
||||
height="48"
|
||||
viewBox="0 0 12.7 12.7"
|
||||
version="1.1"
|
||||
id="svg5"
|
||||
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)"
|
||||
sodipodi:docname="back.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview7"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:document-units="px"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:zoom="14.285166"
|
||||
inkscape:cx="25.095963"
|
||||
inkscape:cy="22.505864"
|
||||
inkscape:window-width="1852"
|
||||
inkscape:window-height="1021"
|
||||
inkscape:window-x="68"
|
||||
inkscape:window-y="30"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid9" />
|
||||
<sodipodi:guide
|
||||
position="6.35,6.35"
|
||||
orientation="1,0"
|
||||
id="guide11" />
|
||||
<sodipodi:guide
|
||||
position="6.35,6.35"
|
||||
orientation="0,1"
|
||||
id="guide13" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs2" />
|
||||
<g
|
||||
inkscape:label="图层 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#393939;stroke-width:1.38924;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:45.3543;stroke-opacity:1;paint-order:markers stroke fill;fill-opacity:1"
|
||||
d="M 9.1126934,1.5875 3.8488777,6.3499999 9.1126934,11.1125"
|
||||
id="path945" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -16,5 +16,6 @@
|
||||
<file>icons/daynight-dark.svg</file>
|
||||
<file>icons/daynight.svg</file>
|
||||
<file>icons/loading-icon.svg</file>
|
||||
<file>icons/back.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
@@ -56,7 +56,7 @@ QLineEdit /*We can't apply gradient to TextEdit cuz it messes with scroll bar*/
|
||||
QPushButton
|
||||
{
|
||||
border-width: 1px;
|
||||
padding: 2px;
|
||||
padding: 2px 10px;
|
||||
font-size: 14px;
|
||||
font-weight: 300;
|
||||
border-radius: 8px;
|
||||
@@ -249,7 +249,7 @@ SpkTitleBarDefaultButton:pressed
|
||||
|
||||
#styMwCateg::item
|
||||
{
|
||||
height: 35px;
|
||||
/*height: 35px;*/
|
||||
border: none;
|
||||
color: TXCBG;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user