Merge pull request #6 from TonyRL/fix/update-submodule

fix: update submodule and new font location
This commit is contained in:
Tony 2026-03-12 09:33:47 +08:00 committed by GitHub
parent 39a925ebec
commit be599584ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2778 additions and 2607 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "tt-rss"]
path = tt-rss
url = https://git.tt-rss.org/fox/tt-rss.git
url = https://github.com/tt-rss/tt-rss.git

1481
dist/rsshub.css vendored

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"description": "Lovely theme for Tiny Tiny RSS",
"main": "rsshub.css",
"scripts": {
"build": "NODE_ENV=production webpack --progress --display-error-details --colors"
"build": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --progress --display-error-details --colors"
},
"dependencies": {},
"devDependencies": {
@ -20,5 +20,34 @@
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1",
"webpack-shell-plugin": "^0.5.0"
},
"resolutions": {
"array-flatten": "npm:@nolyfill/array-flatten@^1",
"assert": "npm:@nolyfill/assert@^1",
"available-typed-arrays": "npm:@nolyfill/available-typed-arrays@^1",
"deep-equal": "npm:@nolyfill/deep-equal@^1",
"define-properties": "npm:@nolyfill/define-properties@^1",
"function-bind": "npm:@nolyfill/function-bind@^1",
"gopd": "npm:@nolyfill/gopd@^1",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@^1",
"has-symbols": "npm:@nolyfill/has-symbols@^1",
"has-tostringtag": "npm:@nolyfill/has-tostringtag@^1",
"hasown": "npm:@nolyfill/hasown@^1",
"is-arguments": "npm:@nolyfill/is-arguments@^1",
"is-date-object": "npm:@nolyfill/is-date-object@^1",
"is-regex": "npm:@nolyfill/is-regex@^1",
"is-typed-array": "npm:@nolyfill/is-typed-array@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"object-is": "npm:@nolyfill/object-is@^1",
"object-keys": "npm:@nolyfill/object-keys@^1",
"object.assign": "npm:@nolyfill/object.assign@^1",
"regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@^1",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
"set-function-length": "npm:@nolyfill/set-function-length@^1",
"side-channel": "npm:@nolyfill/side-channel@^1",
"typed-array-buffer": "npm:@nolyfill/typed-array-buffer@^1",
"typedarray": "npm:@nolyfill/typedarray@^1",
"which-typed-array": "npm:@nolyfill/which-typed-array@^1"
}
}

View File

@ -1,4 +1,4 @@
@import '../tt-rss/css/default.less';
@import '../tt-rss/themes/light/light_base.less';
@import './feedly/_base.less';
@import 'layout.less';

2
tt-rss

@ -1 +1 @@
Subproject commit ae376bdfbf96242a3b0df13f6c26a0785da573fe
Subproject commit 453aaf568ecc9ffd899f73ea2a412487a720304f

View File

@ -20,7 +20,7 @@ module.exports = {
{
loader: 'string-replace-loader',
options: {
search: '../tt-rss',
search: '\\.\\./tt-rss(/themes)?',
replace: '..',
flags: 'g'
}

3865
yarn.lock

File diff suppressed because it is too large Load Diff