OSDN Git Service

リポリジリ名変更
authorNeko7sora <75793267+Neko7sora@users.noreply.github.com>
Thu, 10 Jun 2021 14:16:39 +0000 (23:16 +0900)
committerNeko7sora <75793267+Neko7sora@users.noreply.github.com>
Thu, 10 Jun 2021 14:16:39 +0000 (23:16 +0900)
README.md
package.json
src/index.html
src/main.js

index 7cf72a5..7b04437 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,15 +1,19 @@
-# CommentGenerator-Re
-HTML5コメントジェネレーターRe(未完成)
+# CommentGenerator-Electron
+HTML5コメントジェネレーターElectron(未完成)
+
+時間があるときに作成しているので、完成するまでは時間がかかるよ....
 
 ```
 [Warn] This repoligy is currently undergoing destructive changes. Until program configuration is available, pull requests and issues submitted may be ignored or rejected.
 [注意] このリポリジリは、破壊的変更を現在しています。プログラム構成ができるまで、プルリクエストや問題を提出しても無視または拒否される可能性があります。
 ```
 
+補足、開発中及びalpha版なので実行は自己責任でお願いします.....
+
 ## 環境・使用ライブラリー
 - Node.js v14.16.x ~ v14.x
-- yarn v1.22.10 ~ v1.x
-- Electron v12.0.6 ~ v12.x
+- yarn v1.22.x ~ v1.x
+- Electron v13.x ~ v..
 
 ## プログラム作成条件
 1. HTML5コメントジェネレーター、HTML5コメントジェネレーター改に、
@@ -33,7 +37,9 @@ HTML5コメントジェネレーターRe(未完成)
 
 ## 開発者へ
 えーと(ry
-### 基本的に無視して良いファイル(このファイルについて詳しく知らない人は変にいじらない方がいいよ!
+開発者(Neo7sora)は、osdnにあまり詳しくないことを一応知っといてください....
+
+### [Github] 基本的に無視して良いファイル(このファイルについて詳しく知らない人は変にいじらない方がいいよ!
  - renovate.json
  - .whitesource
  - .gitignore
index 5142708..7a9b4b3 100644 (file)
@@ -1,6 +1,6 @@
 {
-  "name": "commentgenerator-re",
-  "version": "0.1.0",
+  "name": "commentgenerator-electron",
+  "version": "0.1.0-alpha",
   "author": "Neko7sora",
   "description": "My Electron app",
   "main": "main.js",
index ca97dc4..5087163 100644 (file)
@@ -4,7 +4,7 @@
 <head>
     <meta charset="UTF-8">
     <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
-    <title>CommentGenerator-Re</title>
+    <title>CommentGenerator-Electron</title>
     <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
     <style>
         /*タブ切り替え全体のスタイル*/
@@ -85,7 +85,7 @@
         <input id="maruti" type="radio" name="tab_item">
         <label class="tab_item" for="maruti">マルチ</label>
         <div class="tab_content" id="setsumei_content">
-            <h1>CommentGenerator-Re</h1>
+            <h1>CommentGenerator-Electron</h1>
             <p>
                 We are using Node.js <span id="node-version"></span>,
                 Chromium <span id="chrome-version"></span>,
index 2e9aca7..f97bcc6 100644 (file)
@@ -2,7 +2,7 @@
 const { app, Menu, BrowserWindow, dialog, Notification, globalShortcut } = require('electron')
 const path = require('path')
 const fs = require('fs');
-app.setName("CommentGenerator-Re")
+app.setName("CommentGenerator-Electron")
 let window
 
 // 実行環境がmacOSならtrue