mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
added early settings
This commit is contained in:
parent
084c083c6d
commit
96fbae8bc4
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rs-bundler",
|
"name": "rs-bundler",
|
||||||
"version": "0.5.5",
|
"version": "0.6.0",
|
||||||
"description": "RageStudio Bundler Utility GUI",
|
"description": "RageStudio Bundler Utility GUI",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "RageStudio",
|
"author": "RageStudio",
|
||||||
@ -21,6 +21,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron-toolkit/preload": "^2.0.0",
|
"@electron-toolkit/preload": "^2.0.0",
|
||||||
"@electron-toolkit/utils": "^2.0.0",
|
"@electron-toolkit/utils": "^2.0.0",
|
||||||
|
"@google-cloud/local-auth": "^2.1.0",
|
||||||
"@imjs/electron-differential-updater": "^5.1.7",
|
"@imjs/electron-differential-updater": "^5.1.7",
|
||||||
"@ragestudio/hermes": "^0.1.1",
|
"@ragestudio/hermes": "^0.1.1",
|
||||||
"antd": "^5.10.2",
|
"antd": "^5.10.2",
|
||||||
@ -28,6 +29,7 @@
|
|||||||
"electron-differential-updater": "^4.3.2",
|
"electron-differential-updater": "^4.3.2",
|
||||||
"electron-is-dev": "^2.0.0",
|
"electron-is-dev": "^2.0.0",
|
||||||
"electron-updater": "^6.1.1",
|
"electron-updater": "^6.1.1",
|
||||||
|
"googleapis": "^105.0.0",
|
||||||
"got": "11.8.3",
|
"got": "11.8.3",
|
||||||
"human-format": "^1.2.0",
|
"human-format": "^1.2.0",
|
||||||
"less": "^4.2.0",
|
"less": "^4.2.0",
|
||||||
|
15
src/renderer/src/pages/settings/index.jsx
Normal file
15
src/renderer/src/pages/settings/index.jsx
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
import React from "react"
|
||||||
|
|
||||||
|
const settingsList = [
|
||||||
|
{
|
||||||
|
id: "drive_auth",
|
||||||
|
name: "Google Drive Authorize",
|
||||||
|
description: "Authorize your Google Drive account to be used for bundles installation.",
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
const Settings = () => {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Settings
|
Loading…
x
Reference in New Issue
Block a user