add server app
This commit is contained in:
parent
a9da119ab1
commit
74ae00cc4e
25
.idea/workspace.xml
generated
25
.idea/workspace.xml
generated
@ -4,17 +4,9 @@
|
|||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="987ac7e2-ceaa-49a2-b5c9-aed65a7c598d" name="更改" comment="deal google & 123 pan">
|
<list default="true" id="987ac7e2-ceaa-49a2-b5c9-aed65a7c598d" name="更改" comment="add server app">
|
||||||
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/public/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/public/index.html" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/115ui.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/115ui.ts" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/123ui.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/123ui.ts" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/aliui.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/aliui.ts" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/baidu.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/baidu.ts" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/goapi.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/goapi.ts" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.ts" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.ts" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/src/oneui.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/oneui.ts" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@ -85,7 +77,7 @@
|
|||||||
<updated>1749696640494</updated>
|
<updated>1749696640494</updated>
|
||||||
<workItem from="1749696641557" duration="119000" />
|
<workItem from="1749696641557" duration="119000" />
|
||||||
<workItem from="1749696773818" duration="18000" />
|
<workItem from="1749696773818" duration="18000" />
|
||||||
<workItem from="1749696801474" duration="54159000" />
|
<workItem from="1749696801474" duration="54365000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="fin onedrive official token">
|
<task id="LOCAL-00001" summary="fin onedrive official token">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
@ -151,7 +143,15 @@
|
|||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1749813968987</updated>
|
<updated>1749813968987</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="9" />
|
<task id="LOCAL-00009" summary="add server app">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1749817021359</created>
|
||||||
|
<option name="number" value="00009" />
|
||||||
|
<option name="presentableId" value="LOCAL-00009" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1749817021359</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="10" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
@ -165,6 +165,7 @@
|
|||||||
<MESSAGE value="deal ali cloud scan login" />
|
<MESSAGE value="deal ali cloud scan login" />
|
||||||
<MESSAGE value="deal 115 baidu cloud" />
|
<MESSAGE value="deal 115 baidu cloud" />
|
||||||
<MESSAGE value="deal google & 123 pan" />
|
<MESSAGE value="deal google & 123 pan" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="deal google & 123 pan" />
|
<MESSAGE value="add server app" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="add server app" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@ -11,7 +11,7 @@ import * as baidu from './baidu';
|
|||||||
import * as goapi from './goapi';
|
import * as goapi from './goapi';
|
||||||
|
|
||||||
export type Bindings = {
|
export type Bindings = {
|
||||||
MAIN_URLS: string,
|
MAIN_URLS: string, baiduyun_ext: string,
|
||||||
onedrive_uid: string, onedrive_key: string,
|
onedrive_uid: string, onedrive_key: string,
|
||||||
alicloud_uid: string, alicloud_key: string,
|
alicloud_uid: string, alicloud_key: string,
|
||||||
baiduyun_uid: string, baiduyun_key: string,
|
baiduyun_uid: string, baiduyun_key: string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user